Daniel
Forum Replies Created
-
I’l check that and install Jetpack on my test site and then release a new update.
Thanks for reporting the issue.
Hi,
This error does come up, because the theme does include a public available class (here the Mobile Class) without checking first, if the class already exists. The error can get resolved by first checking if the class exists, before including like:
if( !class_exists( 'Mobile_Detect' ) ) { include class }
Maybe you can inform the theme developer about that.
Daniel
Hi,
The URL to your Google+ profile should look like:
https://plus.google.com/u/0/104060139842691064332/posts
This is the one from my Google+ Profile.
Daniel
Hi Jeffrey,
I’ll look in to that issue and fix it. I’ll release an update for it this weekend.
Thanks,
DanielHi Andrew,
This could be a conflict with your theme or another plugin. Could you please send me a message using our contact form:
https://wpsocial.com/contact-developer/
This makes it easier to help solving that issue.
Thanks,
DanielForum: Plugins
In reply to: [WP Social SEO Booster - Knowledge Graph Social Signals SEO] Cannot set it upThis sounds like a plugin or our theme does conflict with the plugin’s java script. This mostly happens, when another plugin or the theme does add code to other settings pages and not just to their own one.
Hi Sowmya
It looks like there is a conflict with the theme or another plugin which causes the star rating from not working.
Could you please submit a support ticket for the PRO version at:
https://mjmarketing.uservoice.com/
This way it’s easier to help get it resolved.
Thanks,
DanielForum: Plugins
In reply to: [WooCommerce] Get product price in custom loopI know it’s already a bit an old thread but I’ll still post my solution I use to get the price. It might help someone.
First, I set the global $product;
Then check if the price is not empty:
<?php if ( $price_html = $product->get_price_html() ) : ?>
Then you can echo out the price within any divs or whatever you want.
<?php echo $price_html; ?>
<?php endif; ?>
This will not only echo out the price but also the currency symbol and if the product is on sale it also echos out the sales price.
Hi Ken,
I just released the update with the fix for the home page.
Daniel
Tony,
Yes correct. The pro version does work with static pages too.
Daniel
Hi,
After activating the plugin can you try updating the permalinks?
You don’t need to change anything, just update them.If that doesn’t help, please can you submit a support ticket.
Thanks,
DanielHi Tony
If your WordPress Website does contain only pages, then the only thing which will work with the free version in the Google Authorship Markup, since the free version works with posts only. However the Authorship Markup is helpful for any Website.
All the integrated feature will also work on pages with the pro version.
I hope this helps.
Regards
DanielHi,
I think we already answered that by email. As far as I know is the featured images only included in News Sites which need to be approved by Google as such, otherwise only the author image or organization logo does show up.
Daniel
I saw that one and to be hones, it would be the easiest, if that would be provided by the theme. However I’ll integrate something like that in to a widget, which is in my opinion the only way I can do that through the plugin.
Daniel
Thanks for your message. I never have heard of any embedded code error with any video players yet. We are also using it in combination with Video Players and never had any issues at all. Have you tried it with deactivating the content scanning option within the plugin?
Daniel