Peter Bohuš
Forum Replies Created
-
Hi @fauzanade,
Thank you for the information. I’m glad I could help.
For the plugin, it might also be useful to have a button in the Wishlist to add the entire contents to the cart at once. I actually added it there myself via JS. To be honest, we use it more as a shopping list than just a wishlist.
I have to say that, so far, it has been very pleasant to work with plugin. Good job.
Forum: Plugins
In reply to: [GoPay for WooCommerce] Prfi virtuálnom produkte neponúka GoPay platbuDobrý deň prajem. Prečo nefunguje s virtuálnym produktom? Je to produkt, ako každý iný, iba sa neodosiela. Navyše v starej verzii to fungovalo.
- This reply was modified 1 year, 4 months ago by Peter Bohuš.
Forum: Plugins
In reply to: [Packeta] Možnosť vylúčiť Z-boxDobrý deň,
nechcem otvárať nové vlákno, ale možnosti nám zmizli a checkout ostal bez Packety. Taktiež v nastaveniach, opäť vidím iba pôvodné nastavenia.
Stalo sa ničoň? zrušili ste to opäť?
Forum: Plugins
In reply to: [Packeta] Možnosť vylúčiť Z-boxĎakujem.
Forum: Plugins
In reply to: [Accept Donations with PayPal & Stripe] Failed to load resources… pixel.gifProblem comes from file public_shortcode.php on line 138
$language = "EN_US";If you have same problems, just switch to English – UK
Forum: Plugins
In reply to: [Packeta] Je možné zistiť, koľko ešte chýba, do bezplatnej dopravy?Dobrý deň,
tomuto rozumiem a viem si to spraviť aj sám, mal som skôr na mysli, či neexistuje možnosť, túto sumu získať.
Forum: Plugins
In reply to: [Anti-Spam by CleanTalk. Spam protection] Uncaught DOMExceptionI literally added it yesterday and in that time the entire site has been fully updated. I didn’t check for an update today.
…after the update the button started working.Well thank you
Forum: Plugins
In reply to: [Anti-Spam by CleanTalk. Spam protection] Uncaught DOMExceptionHello @amagsumov
now we don’t use caching plugin on the site
Forum: Plugins
In reply to: [Anti-Spam by CleanTalk. Spam protection] Uncaught DOMExceptionForum: Plugins
In reply to: [Anti-Spam by CleanTalk. Spam protection] Are these url real?Hello,
little bit late, but it looks, that it help. Thank you!
Peter
Forum: Plugins
In reply to: [Anti-Spam by CleanTalk. Spam protection] Are these url real?Hello and thank you for your reply.
I set it up, but I need to check it for at least a day to get a proper answer.Thanks for now
…if I will buy full version, will it help me with this problem?
I just want to know before I will buy it or try another solution. ThanksHallo all,
I just set automatic posting on facebook and I got same problems with image.
(not exactly, because I use also plugin yoast and in yoast I set general image for site – it should be added, when no image of post is present).
When I add post, it automatically share on our facebook page, but image was that one from yoat, not featured image. I check og tags manually – everything was correct. So I go to facebook scrap an make check and scrapping (many times). There was everything OK. Image was shown, correct one…
So I try to share manually and there was correct image….
…it looks like problem is not on facebook side exactly.
I publish 4 posts and 3 of them was with same image – that one from yoast and first one was without image (it was before I set image in yoast).When I edit shared post (that automatically added by Jetpack) I delete overview and let again load it and there was correct image – even on bottom, where you can choose image to be shown in share, was just correct one (also in og tags is only one image setted.
Today I will make one more post and I will try to switch off that image from yoast and I will come with result from automatic sharing.
- This reply was modified 6 years, 6 months ago by Peter Bohuš. Reason: typo
Forum: Plugins
In reply to: [Fancy Comments WordPress] Facebook comments appear also on second loop….I solve it right now by using get_the_excerpt(), but not all people can have possibility to change it, so question is how to solve without change something in template…
Forum: Plugins
In reply to: [kk Star Ratings - Rate Post & Collect User Feedbacks] Rich snippets issue…so if somebody else see it as problem and understand little bit of php, then:
in file ../plugins/kk-star-ratings/index.php on lines 654 – 673:
if($score) { $votes = get_post_meta($id, '_kksr_casts', true) ? get_post_meta($id, '_kksr_casts', true) : 0; $avg = $score ? round((float)(($score/$votes)*($best/5)), 2) : 0; $per = $score ? round((float)((($score/$votes)/5)*100), 2) : 0; $leg = str_replace('[total]', '<span itemprop="ratingCount">'.$votes.'</span>', $legend); $leg = str_replace('[avg]', '<span itemprop="ratingValue">'.$avg.'</span>', $leg); $leg = str_replace('[per]', $per .'%', $leg); $leg = str_replace('[s]', $votes == 1 ? '' : 's', $leg); $snippet = '<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">'; $snippet .= ' <div itemprop="name" class="kksr-title">' . $title . '</div>'; $snippet .= ' <div>'; $snippet .= $leg; $snippet .= ' <meta itemprop="bestRating" content="'. $best . '"/>'; $snippet .= ' <meta itemprop="worstRating" content="1"/>'; $snippet .= ' </div>'; $snippet .= '</div>'; }…do not forget to make backup before changing and also after changing… (after changing is good for – after update – just make mark, where you did changes – to easy change back).
…it is not ideal, but it is clear for Rich snippets. …to be sure, check changes HERE
…this mark-up is not only for Recipes, it should work on each page, where are Rich snippets used correctly – mean this should be inherited…