doctorpeter
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Books Gallery] iPhone mobile displayProblem was a conflicting plugin [WPtouch]. There were also some CSS issues which the developer Hossni identified and fixed.
Great support, thanks.
Hi,
Thank you for the Additional CSS – it works perfectly.
I have re-created the Child Footer.php and added the code
<?php if( function_exists(‘slbd_display_widgets’) ) { echo slbd_display_widgets(); } ?>In the parent footer.php it works correctly but if I put it in the same position in the Child footer.php it doesn’t work for me.
How did you do it?…
Hi,
Thanks for the prompt reply. This is the website
https://enchantedwood.org/
I have the php code in the theme footer.php and it works; (although I cannot see how to arrange the columns better.)
However, if I put the code in the child-theme footer.php it does not work.
Theme is AstridThanks
PeterForum: Plugins
In reply to: [Easy PayPal Shopping Cart] Aligning the buttons to be horizontalThank you for your prompt response.
I have added some css to the theme but am clearly addressing the wrong item. I tried
.paypalbutton {
display: inline-block;
background-color: #2980B9;
{and
.crp-list-item.crp-list-item-has-image {
display: inline-block;
}But this is incorrect. I am using the WP plugin ‘PayPal Shopping Cart’ and cannot identify the reference I should be using for [View cart] and [Add to Cart] buttons.
Your advice would be appreciated.
PeterForum: Plugins
In reply to: [Code Embed] Code works in WebPlus but not in WPThanks for this advice. The problem turned out to be something really stupid (as these types of problem often are).
The path set in Settings\General didn’t match the path in the JS script. How stupid is that. Walking away from it and coming back fresh spotted the inconsistency.
As with many puzzlers, overthinking can cloud the issue – Looking for a complex reason obscures the simple solution.
As Einstein said:
“There are two things which are infinite: The Universe and People’s stupidity. And I’m not sure about the The Universe.”
Guess I proved him right.Forum: Plugins
In reply to: [Code Embed] Code works in WebPlus but not in WPUsing inspect in Chrome seems to point to this being the problem
which points to this
x.parentNode.insertBefore(s, x); on line 22 of the external JS script.
This causes a 404 page not found error.
What I don’t understand is that it works fine in a non WP version so there is clearly something about WordPress that is blocking execution.
Can anybody help?….