turbobo
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search button margin problemWorked. Thank you!
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search button margin problemThanks for your help. The code works, but there is another search bar below and it will be wrong. Here is the website, maybe this way you can see the problem better: https://www.boltway.hu/
Solved with the following css:
body.home .woocommerce-products-header__title { display:none; }
body.home .page-title { display:none; }
Forum: Fixing WordPress
In reply to: Cufon font family changeI have no child theme.
I wrote to the manufacturer, but did not respond. In another topic of the manufacturer i have found this answer:
1.Upload new cufon in js\cufon folder.
2.Call cufon script in functions.php.
Change font family in js\cufon\allcufon.js. Save and reload front.This may be the solution.
Thank you for the answers Andrew.
Forum: Fixing WordPress
In reply to: Cufon font family changeYes, my font family is converted to cufon font file (.font.js). I just do not know how to call cufon in the functions.php file.
Forum: Fixing WordPress
In reply to: Cufon font family changeIn the functions.php:
//CUFON…
wp_enqueue_script(‘script.cufon’, get_template_directory_uri().’/js/cufon/cufon-yui.js’);
wp_enqueue_script(‘script.LTC800′, get_template_directory_uri().’/js/cufon/Helvetica_Inserat_LT_Std_800.font.js’);
wp_enqueue_script(‘script.LTC400′, get_template_directory_uri().’/js/cufon/Helvetica_LT_Compressed_400.font.js’);
wp_enqueue_script(‘script.LTEC400′, get_template_directory_uri().’/js/cufon/Helvetica_LT_ExtraCompressed_400.font.js’);
wp_enqueue_script(‘script.LTCL300′, get_template_directory_uri().’/js/cufon/Helvetica_LT_CondensedLight_300.font.js’);
wp_enqueue_script(‘script.cuscufon’, get_template_directory_uri().’/js/cufon/allcufon.js’);In this how to call cufon?
And then how to change font family in js\cufon\allcufon.js? Just rewrote all the Helvetica font family to my nem font family?
Please help somebody!Forum: Fixing WordPress
In reply to: Cufon font family changeThank you Andrew!
Wrote this in the forum:
1.Upload new cufon in js\cufon folder.
2.Call cufon script in functions.php.
Change font family in js\cufon\allcufon.js. Save and reload front.How to “Call cufon script” ?
And sorry for my bad english 🙂Forum: Fixing WordPress
In reply to: Cufon font family changeThis theme: http://wedesignthemes.com/themes/vm/
Forum: Fixing WordPress
In reply to: Cufon font family changeI use Vintage immersed theme.