Craig
Forum Replies Created
-
the image was set in yoast sharing for fb but wasnt being picked up. caches cleared etc
there was no image within the posts, and now have added and it shows up, but the image set in yoast which should override it doesnt…
i didnt have an image in the posts. just a featured image for the blog page, and one that i added within yoast social sharing…. clearing cahes didnt help
i added an image to the posts which now shows
https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fwww.divithemeexamples.com%2Fdivi-course-transforming-divi-with-css-jquery-course%2Fbut the one set in yoast sharing does not show…
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] GDPR effects on rating widgetthanks for the feedback. will this be implemented before 25th may?
on another note “Soon you’ll be able to search for specific ratings by title (and more!).” is this feature ever going to get implemented? it’s been showing this for 1 (or 2?) years now!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments not showing at all on recent postsCLOSED
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments not showing at all on recent postshey, thanks for the prompt reply….
solution #4 on the link you provided solved this issue.
thanksHey, im using Add Shortcodes Actions And Filters and have added the filters but no change in the output unfortunately. any ideas, or steps i may be missing?
thanksfor examples, every link to xyz.com/thispage will automatically become xyz.com/thispage?affid
Forum: Plugins
In reply to: [WooCommerce] archive and category pages structuresorry, forgot to update, yes was fixed by adding css;
/*Stop the woo cat/tag pages blipping out*/
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear: inherit; }
.woocommerce .products ul, .woocommerce
ul.products{clear:none;}not sure why both were needed but seems to work. thanks for the time
craigForum: Plugins
In reply to: [WooCommerce] image size change after update woothanks. it was more that the sizes had changed…. cause was that i had just updated outdated woo files in my child theme which were well out of date…
i reset the sizes as required and run a thumbnail regen plugin. all good thanks
- This reply was modified 8 years, 7 months ago by Craig.
when i copied the secret key, it also copied some extra text (visually on the secret key was highlighted tho) so just check the end of the secret key for any extra text….
fixed.
thanksForum: Plugins
In reply to: [Ceceppa Multilingua] 500 Server Error on updating postok, just updated with your code and the error is no longer showing…
many thanks Marcus 🙂
and thanks for assuring this is not a hack that will break other things as that was on my mind 😉
cheersForum: Plugins
In reply to: [Ceceppa Multilingua] 500 Server Error on updating postim getting this after updating WP core
Fatal error: Call to a member function apply_filters() on array in /home/wwwdok/public_html/wp-includes/plugin.php on line 203
is this likely to be the same issue? same solution?
thanks…
has the plugin developer gone AWOL or still answering some Q’s here?
i added the shop_manager capability and unchecked the managa_woocommerce and it works like i needed.
thanks for your fast support.
5* addedForum: Plugins
In reply to: [User Role Editor] add title and description to uploaded mediathanks. that worked
so i uncheck the manage_woocommerce then add the php snippet to my functions.php?