dror9098
Forum Replies Created
-
Also,
I’m thinking this happened cuz of this code from your plugin:if(isset($sd_data['saswp_default_review']) && $sd_data['saswp_default_review'] == 1){ $reviews_arr[] = array( 'author' => saswp_get_the_author_name(), 'datePublished' => get_the_date("c"), 'description' => saswp_get_the_excerpt(), 'reviewRating' => 5, ); $product_details['product_review_count'] = 1; $product_details['product_average_rating'] = 5; }This add a default 1 review with none content
Sure!
Thanks so much!
Also, do you know what are these script I see on speedinsight:
https://www.youtube.com/s/player/f6ef8aad/www-widgetapi.vflset/www-widgetapi.js
as someone that load on website? Is it come from elementor?
Is it possible to eliminate render blocking the minify css file that have been created from wp-rocket cache plugin ?Many Thanks!
Hi Gabe,
thanks so much for that.
I tried it and it seems like it’s working.
Is there an option that you’ll add it as another feature on the asset cleanup plugin without adding another “extra” plugin for this ?
Thanks!Hi Gabe,
Thanks so much for your help.
I’ll wait for more updated from you regarding how to preload the swiper file based on relevant pages, for improving google speedinsight score and the error that occurs on their test.Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Problem With Linking to tab with urlHi!
Can you please check that so I can return to previous version on the live site..
Thanks 🙂Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Problem With Linking to tab with urlHi Jon,
Thanks for your reply,
Well, I tired to add a custom tab which the id is in english, but still, it doesn’t work when trying to navigate to the current tab
I created this:
$tabs[‘comment’] = array(
‘title’ => __( ‘כתיבת ביקורת’, ‘woocommerce’ ),
‘priority’ => 50,
‘callback’ => ‘woo_new_product_tab_add_review’
);The tab id is tab_comment while the title is in another language.
when I tried to go to this tab using url: #tab-comment, it still doesn’t work.
No idea why, the error is the same error even if the tab id’s is in english language.
Thanks!You can try navigate with the url to the tab #tab-comment
and you’ll get the same error.- This reply was modified 5 years, 4 months ago by dror9098.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Problem With Linking to tab with urlHi Jon,
Thanks for your answer,
Well I tried to change this code, now this kind of “error” doesn’t happened anymore but there is a new one:
“jQuery.Deferred exception: Cannot read property ‘top’ of undefined TypeError: Cannot read property ‘top’ of undefined
“Uncaught TypeError: Cannot read property ‘top’ of undefined”Also, is there anyway to set the id of the tab based on the ‘Tab name’, and not by the ‘Tab Title’ on the plugin setting,
so that, the string will keep with the original language, but the id of the element will get the value by the “tab name” and not like now that it takes the “tab title” as the id value of the tab?Also, when I tried to navigate to “#tab-reviews” through the url, it does work properly, but if I press on one of the tabs on the tab panel, it doesn’t change the url based on the active id tab on the tab panel.
Thanks!
- This reply was modified 5 years, 4 months ago by dror9098.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Problem With Linking to tab with urlHi Tracy,
I removed it cause it didn’t work, but I put it back again for your reference. please check now.
If we can discuss on email it will be easier.
Thanks!Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Problem With Linking to tab with urlHi Tracy,
I put the code also exactly as mentioned on the guide but it still doesn’t work.
The only tab that works is “reviews” tab.Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Problem With Linking to tab with urlHi, Any updates? Can you help me with this problem…
Thanks!Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Problem With Linking to tab with urlHi there,
I tried to put this code on the page with elementor html code, and unfortunately, It doesn’t work… (I tested the code with console.log to make sure it catches the code, and it does it, but the functionality of adding #id to the url and know to jump automatically didn’t work)
The url doesn’t add the #tab-XXXX to url, and when trying to navigate directly with the domain to the specific tab, it doesn’t work.
I don’t understand just why It’s work only when typing #reviews on the url, it knows how to directly move to the correct tab and jump automatically to the part of the page with the relevant data.
Can you please help me with that to know why just one tab works correctly while the others, doesn’t.
Many thanks!- This reply was modified 5 years, 4 months ago by dror9098.
Forum: Plugins
In reply to: [Meta for WooCommerce] Something went wrong issueFixed.
I went to phpmyadmin (DATABASE)
than
option table
looked for the variable
wc_facebook_external_business_id
the option_value field was with ascii character (hebrew language)
I changed it to english only.
Then tried the integration again,
And it worked!
For the owner of the plugin: please if you don’t support the ascii character, don’t set up this ascii on the variable cause it crushed the integration.Hope this will help many other users with the same issue also.
Cheers!
- This reply was modified 5 years, 7 months ago by dror9098.
Hi,
Thanks for your reply.
I just wonder, in general, how to limit users to “reload” the thank you page, or if it’s getting to a lot of time spending in the page without any interaction, it will shut down the session and move the user directly to home page (and prevent him to “go back” to thank you page).
This is something that exists in a lot of websites that if you made a purchase, and you didn’t do any interaction, or the page “get refreshed” after a long time, it will redirect automatically to the home page and you won’t be able to go back to the “previous” screen – the thankyou page. (Session timeout).Forum: Plugins
In reply to: [WooCommerce] srcset in archive product not showing the scaled imageHi there,
After trying to regenerate the images through the woocommerce tool, the problem has been fixed.
Wonder, what cuz to this issue…
ThanksHi, well.. the link doesn’t work.
Isn’t possible to set the link for variable product as wrote to you?
This is how facebook plugin create the url for variable products.
Thanks