Title: dror9098's Replies | WordPress.org

---

# dror9098

  [  ](https://wordpress.org/support/users/dror9098/)

 *   [Profile](https://wordpress.org/support/users/dror9098/)
 *   [Topics Started](https://wordpress.org/support/users/dror9098/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dror9098/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dror9098/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dror9098/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dror9098/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dror9098/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/dror9098/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dror9098/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema & Structured Data for WP & AMP] Schema add empty review array to the code](https://wordpress.org/support/topic/schema-add-empty-review-array-to-the-code/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/schema-add-empty-review-array-to-the-code/#post-15006996)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asset CleanUp: Page Speed Booster] Can’t find swiper elementor on asset cleanup](https://wordpress.org/support/topic/cant-find-swiper-elementor-on-asset-cleanup/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/cant-find-swiper-elementor-on-asset-cleanup/#post-13991204)
 * 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](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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asset CleanUp: Page Speed Booster] Can’t find swiper elementor on asset cleanup](https://wordpress.org/support/topic/cant-find-swiper-elementor-on-asset-cleanup/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/cant-find-swiper-elementor-on-asset-cleanup/#post-13986465)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asset CleanUp: Page Speed Booster] Can’t find swiper elementor on asset cleanup](https://wordpress.org/support/topic/cant-find-swiper-elementor-on-asset-cleanup/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/cant-find-swiper-elementor-on-asset-cleanup/#post-13980409)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Problem With Linking to tab with url](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/#post-13913792)
 * Hi!
    Can you please check that so I can return to previous version on the live
   site.. Thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Problem With Linking to tab with url](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/#post-13913308)
 * Hi 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](https://wordpress.org/support/users/dror9098/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Problem With Linking to tab with url](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/#post-13912973)
 * Hi 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](https://wordpress.org/support/users/dror9098/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Problem With Linking to tab with url](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/#post-13912676)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Problem With Linking to tab with url](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/#post-13912324)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Problem With Linking to tab with url](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/#post-13909306)
 * Hi, Any updates? Can you help me with this problem…
    Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Problem With Linking to tab with url](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/problem-with-linking-to-tab-with-url/#post-13899566)
 * Hi 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, 5 months ago by [dror9098](https://wordpress.org/support/users/dror9098/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] Something went wrong issue](https://wordpress.org/support/topic/something-went-wrong-issue/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/something-went-wrong-issue/#post-13648935)
 * Fixed.
    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](https://wordpress.org/support/users/dror9098/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Redirect to order page after thankyou page reload (getting refreshed)](https://wordpress.org/support/topic/redirect-to-order-page-after-thankyou-page-reload-getting-refreshed/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/redirect-to-order-page-after-thankyou-page-reload-getting-refreshed/#post-13631557)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] srcset in archive product not showing the scaled image](https://wordpress.org/support/topic/srcset-in-archive-product-not-showing-the-scaled-image/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/srcset-in-archive-product-not-showing-the-scaled-image/#post-13590072)
 * Hi there,
    After trying to regenerate the images through the woocommerce tool,
   the problem has been fixed. Wonder, what cuz to this issue… Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce] Wrong Add To Cart Link to product with variabls](https://wordpress.org/support/topic/wrong-add-to-cart-link-to-product-with-variabls/)
 *  Thread Starter [dror9098](https://wordpress.org/support/users/dror9098/)
 * (@dror9098)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/wrong-add-to-cart-link-to-product-with-variabls/#post-13577499)
 * Hi, 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

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/dror9098/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dror9098/replies/page/2/?output_format=md)