palomnik
Forum Replies Created
-
I did send a message through that form, but there was no indication that it went through. I am repeatedly asked to log in, a no matter how many times I apparently do it.
OK, I removed the conditional form and made it a straight email. I am still getting the “form can’t be submitted error”.
Forum: Plugins
In reply to: [WooCommerce] Affiliate product showing Paypal linkI figured it out:
On Woocommerce settings, on the payments tab,
I had to deactivate “paypal checkout” and have just “paypal” checked.
Forum: Plugins
In reply to: [WooCommerce] Affiliate product showing Paypal linkI also have this problem I have a button to direct to the appropriate page, but I cannot eliminate the paypal button, which does nothing but generate an error.
I only need the paypal buttons on local products.
Forum: Localhost Installs
In reply to: #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’OK, fine, there is a workaround.
A better solution would be for HOSTGATOR to allow us to select the version of mysql that we need/want.
We can choose which version of php we need. We ought to be able to do this with other LAMP elements as well. Its things like this that make me want to start shopping for a new webhost.
Forum: Plugins
In reply to: [Mesh - Page Builder] Mesh Sections not displaying on front pageOK – problem solved!
I added that snippet:
<?php
if ( function_exists( ‘mesh_display_sections’ ) ) {
mesh_display_sections();
}
?>to the page: content-front-page-panels.php
Thanks for your help – and if anyone else is using Twenty Seventeen – there is the answer.
Forum: Plugins
In reply to: [Mesh - Page Builder] Mesh Sections not displaying on front pageOk the reason that the section was displaying twice was that I had added the following to the main page template:
<?php
if ( function_exists( ‘mesh_display_sections’ ) ) {
mesh_display_sections();
}
?>I removed that and the problem went away. I may be able to get this to work if I can find the correct file to insert that in.
Forum: Plugins
In reply to: [Mesh - Page Builder] Mesh Sections not displaying on front pageI am also noticing that on the regular page, the mesh section is displaying twice for some reason.
Forum: Plugins
In reply to: [Mesh - Page Builder] Mesh Sections not displaying on front pageHi Aaron,
Twenty Seventeen is now the new default WP theme that ships with WP. I am just getting used to it. The front page template is different because it allows pages to be displayed as sections using the “infinite scroll” landing page metaphor.
I have not been able to find any reference to “the_content();” or to “get_mesh_section();” When I create a page with mesh sections, the page displays fine independently (presumably using the normal page template) but not as a section on the front_page_template. There are just a few too many layers for me to figure out what needs to go where.
When I load the front page, the section containing the page with mesh sections loads the main body, but not the mesh sections.
- This reply was modified 7 years, 8 months ago by palomnik.
Next question: I have a radio button field, where the user will want to select more than one option, but when the form sends, only the last option is displayed – how do I get it to display all of the options selected?
OK, actually I see now, that it is not possible to select more than one option – but I need a choice button that allows more than one option.
I did discover one temporary workaround – deactivate and reactivate the plugin.
I am also having this problem, despite being logged in – please fix or give me a workaround – this is really annoying.