Gokhan
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Show More icon looks bigger in different categorieswith pleasure ?? thank you.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Show More icon looks bigger in different categoriesIt worked like a charm, thanks guys!
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Cannut setup YITH, please help!hey @yithemes , yes I managed to do it ?? thank you.
Hi @skyvergesteve , I was able to go through and setup the account. Thanks for the help tho. I will save the snippet for the future.
Forum: Plugins
In reply to: [WP Table Builder - WordPress Table Plugin] I keep losing my tables after…Okay thanks @imtiazrayhan.
Forum: Plugins
In reply to: [WP Table Builder - WordPress Table Plugin] Export won’t work!Just to update, it somehow showed my tables and I was able to export as both CSV and XML.
However when I import them tables have different source code IDs, their styling was gone, no pictures, no links, just very basic table and text.
Is this supposed to be like this? or is there any other way I can backup all my tables with the styling and other elements so I can backup or import in the future if I lose them.
Forum: Plugins
In reply to: [WP Table Builder - WordPress Table Plugin] Export won’t work!Hi @imtiazrayhan please find below the information you asked:
– Plugin version: 1.3.0
– WordPress version: 5.5.1
– Browser type: Google Chrome (Version 86.0.4240.75 (Official Build) (64-bit))
– Operating system: Windows 10 64-bitForum: Plugins
In reply to: [WP Table Builder - WordPress Table Plugin] I keep losing my tables after…Okay an update: when I use Google page speed tool it always gives me advice to defer this js file:
- /wp-content/plugins/wp-table-builder/inc/frontend/js/wp-table-builder-frontend.js?ver=1.3.0
however if I edit it then I lose all my tables. There are 3 more css and js files that are causing slow page speed according to some other page speed check tools:
- /wp-content/plugins/wp-table-builder/inc/frontend/css/wp-table-builder-frontend.css
- /wp-content/plugins/wp-table-builder/inc/admin/js/WPTB_ResponsiveFrontend.js
- /wp-content/plugins/wp-table-builder/inc/frontend/js/wp-table-builder-frontend.js
What can I do in this situation? How can I defer js and inline css files without damaging my tables?
P.S. I am using Hummingbird Pro to audit and improve page speed on my wordpress site.
Thanks buddy ??
I found the solution myself ?? if someone need this in the future please add this code in to your functions.php:
function woocommerce_template_loop_product_link_open() { global $product; if( $product->is_type( 'external' ) ) { $link = apply_filters( 'woocommerce_loop_product_link', $product->get_product_url(), $product ); echo '<a target="_blank" href="' . esc_url( $link ) . '" rel="noopener noreferrer">'; } else { $link = apply_filters( 'woocommerce_loop_product_link', get_the_permalink(), $product ); echo '<a href="' . esc_url( $link ) . '">'; } }
- This reply was modified 4 years, 1 month ago by Gokhan.
Thanks Erdem, I appreciate your support.
Hi @erdembircan , thank you. I will wait for the next update then. I am not changing any settings for my tables, is that correct?
Hi @erdembircan, is there another way to respond to you? My site is not live yet and I don’t want to share links publicly yet.
Ok I was able to solve this problem as well. For some reason it works in Edge or Firefox but not in chrome. Weird. I have another issue now but I will open a separate topic for that.
Hey @erdembircan , I am so sorry but nothing happens, I can’t even create a new table now. All of the buttons just don’t do anything ??