Ralph
Forum Replies Created
-
the file is there in the directory, the plugin is updated to the latest version and there are no broken links.
Hi team,
I Upgraded from version 2.4.2 to version 2.5.0
I tested the code and So far it’s working fine, Thank you!
Hi team,
I Upgraded from version 2.4.2 to version 2.5.0
Any idea why 25+ fields in a form disappear overnight after the update? I did a full restore of the site including the database to one day before the update and the fields still missing.
Maybe you can share where the fields are stored in the database at least? so I can narrow it down
Hi team,
thank you for the prompt reply, I shall test this and will let you know if it works.
Regards,
RalphAfter the update, the pages assigned in the General settings page were changed. The problem was resolved after re-assigning the correct pages.
Hi Vaakash,
I found the culprit, It was related to the integration of facebook SDK app id which I changed to the latest version and resolved my problem.
For some reason WP Socializer plugin popped up twice in the error log which is why I thought it was plugin related.
Thanks for the fast reply,
regards,
RalphHi Vanessa,
I just made the latest update and the problem is resolved, for now there are no more duplicate queries.
regards,
RalphOk I used the do_shortcode and it worked perfectly.
add_action( 'woocommerce_share', 'add_content_after_share_func' ); /* * share bar shortcode */ function add_content_after_share_func() { // Echo content. echo do_shortcode('[wpsr_share_icons template="1"]'); }
To make it even more clear,
The below code if added to the functions.php works.
But on the post page it is returning the shortcode in text format instead of the actual share bar.add_action( 'woocommerce_share', 'add_content_after_share_func' ); /* * share bar shortcode */ function add_content_after_share_func() { // Echo content. echo '<div> [wpsr_share_icons template="1"] </div>'; }
Hi Vaakash,
thank you for the prompt response,
The icons should be added at the top/bottom of the post.
Regardless of the type of post.Yes, this is working. The plugin adds the social share buttons on the top and bottom.
The plugin uses
the_content
filter and inserts the icons.
May be the theme is not using product content at all and displaying something else.I am trying to get the social share to show up in the middle of the post within the post content without using a shortcode (if I use the shortcode then I have to add it to each post individually which would take a lot of time since there are hundreds of posts).
The post type is a product using WooCommerce and I want the social share to show below the WooCommerce meta data instead of at the end of the page.
https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
the link above shows the WooCommerce visual hooks and I want to get the share bar to show up at thewoocommerce_share
hook.Please share the page URL too.
I currently can’t share the link.
I am using the Divi Theme and the site is still under construction.Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Podcast feed repeats latest article 5 timesI waited for an update from you guys and from Divi and so far no change. The problem is still there.
Is there anything you can recommend?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] RSS Podcast feed repeats latest article 5 timesHi Team,
Any update on this would be greatly appreciated. The problem still persists.
Thanks and regards,
Ralph