Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterYes, you can use PayPal to make a purchase. On the checkout page, choose the PayPal payment option (which is selected by default).
Hope that helps, let me know.
Steven Zahm
Keymaster@ Heike
I was able to login and make the slight tweaks. Now both locations for for category section looks exactly as they should. These minor tweak will be included in the next updates so it will be safe to update and not lose these changes.
Hope that helps!
ps. The two changes are just changing the priority of the styles loaded by Connections and Form. I made them very low priority so they load last.
Steven Zahm
KeymasterThis reply has been marked as private.Steven Zahm
Keymaster@ sami
You could, however, you receive support an updates for a single site. Each site would require its own license in order to receive support and updates. Depending on the number of sites you’d like to have support one, There is the Template Pack which offers multiple site license options. Or, you could choose to forego support and updates on the other sites.
Hope this helps!
Steven Zahm
Keymaster@ Larger Media
When I come across this it is because the theme has a style which overrides the already very specific CSS I have set to try to prevent such occurrences. I can supply a CSS fix for you to add to the theme’s custom CSS area, but, to do so, I’ll need a link to your directory page so I can see how the theme is applying its style so I can develop a override for their override (its style warfare sometimes :D ).
Steven Zahm
Keymaster@ Larger Media
RE: is it possible to add the same “Submit New Entry” BELOW all listings
Yes, sort of. It is possible to place all list actions after the list too. Install the Code Snippets plugin. Add a new snippet with the following line of code. Save and Activate the snippet.
add_action( 'cn_list_actions-after', array( 'cnTemplatePart', 'listActions' ) );RE: is it possible to embed the form right below all listing WITHOUT demanding the user to click any “Submit New Entry” link
Sorry, no, this is not possible because the
submitpage is a “special” page used to process submissions.Hope this helps!
Steven Zahm
Keymaster@ sami
If you like the default template, then I highly recommend the cMap template. It can be configured to be pretty close by removing the drop shadow and gradient background coloring.
Hope that helps!
Steven Zahm
Keymaster@ Richard
Navigate to the Connections : Tools admin page, click the Export tab, scroll to the bottom and use the Export All tool. Open the CSV file in LibreOffice Calc or Google Spreadsheets (avoid Excel) fill in the logo URL for each entry. You could get crafty and use a formula to take the base URL and filename and concatenate them together so you only need to enter the base URL once and add the filename for each.
With the latest release of the CSV Import you can import the logo by importing your updated CSV file which has a fully qualifies URL for the logo.
The only thing that could throw a wrench into the works is… do you have any of the repeatable fields, such as the address and phone field sets, where you have more than one of the same type? For example two addresses for an entry with their type both set as “Work”? If you do, only one of a type will be exported so when you update you will lose one of the “Work” addresses. Hope that make sense!
Hope this helps, let me know.
Steven Zahm
Keymaster@ Heike
Hmmm… I get an invalid user name error. Could you verify the login?
Steven Zahm
Keymaster@ Al
Hmmm… I dev and test on PHP7.1 and do not get the warning. Another oddity is that on the two lines, it is suppose to be a string and not a number. What version do you have install? The latest, 1.0.9?
-
AuthorPosts
