rmdivito
Forum Replies Created
-
The only way I could solve this was with going to PHP 7.3
I’m having the same issue. any idea on how to resolve this?
Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb08/bosnacweb08bg/b1140/nf.robertdivito/public_html/robertdivito.ca/wp-content/themes/bluebird-theme/inc/CLM/Options/Field_Registry.php on line 63
Forum: Reviews
In reply to: [Alligator Menu Popup] Great PluginThanks so much for the response. Easy fix.
var left = 0;
var top = 0;Gets me to the promised land.
Best, Rob
Thanks Stas,
i had a feeling it was an Ajax problem.
best,
rob
Hi Stas, thanks for your reply.
the extra control shows up in the settings dialogue. what doesn’t work is the sharedaddy buttons showing up on the special project/portfolio posts the theme developer created. they show up in the blog posts but not on these portfolio pages. you can see what i’m speaking about at https://www.flibside.com. you will see i set up a twitter/facebook link on the portfolio page with my own html. i would like to have the option of sharedaddy buttons show up here as well.
best,
rob
Forum: Fixing WordPress
In reply to: Change Background Image per pageI am having problems with the BG image not showing up. BG colour works. here is the code:
<?php if (is_page(‘photography’) ): ?>
<style type=”text/css”>
body {background-image:url(<?php bloginfo(‘template_url’); ?>/library/styles/custom/img/texture_bg1.jpg) repeat top center;}
</style>The complete path is:
https://localhost:8888/wordpress/wp-content/themes/shapeshifter/library/styles/custom/img/texture_bg1.jpgAny help would be appreciated.
best,
rob