pansotdev
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Webfonts CSSAwesome work:)
Hello,
I am trying to print the link for preload like the following code.
<link rel="preload" href="/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-d6d056fe19791af9c7165011f1563856.css" as="style">
Forum: Plugins
In reply to: [Genesis Simple Share] After Last Genesis Update Doesn’t Show UpHello it was conflict with the plugin autoptimize i exclude the js from the Genesis Simple Share and works.
Thank you @modernnerd
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Mixed content problemSame issue. Any fix?
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] shortcode for custom-tabThe shortcode doesn’t work after the new update!
You must input the app id and not the facebook page id. You can find your app id in developers.facebook.com
That’s was looking 4!
How can i link the echo ‘<span>’.$brand->name.'</span>’; with an a href= of the brand link?
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Brand Page Archive DescriptionAwesome ?? Thank you titodevera
I will try it.
Thank you Jeremy.Forum: Plugins
In reply to: [WooCommerce] Attribute SlugThank you Mike.
I will try to find why this happens in my installation.Forum: Plugins
In reply to: [WooCommerce] Attribute SlugAnd via the red icon x?
Forum: Plugins
In reply to: [WooCommerce] Attribute SlugYou can create the attribute with the slug “χρ?μα”
https://www.domain.com/category/?filter_χρ?μα=γκριFor any future use you must just replace the line 984 with the following code
//was print ‘<td>’.date_i18n(‘r’,$key).'</td>’;
// now
print ‘<td>’.date_i18n(get_option( ‘date_format’ ),strtotime($key) ).'</td>’;Thank you the solution it works!