Forum Replies Created
-
AuthorPosts
-
Hey!
It’s the same if you view the source of the feed.
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try using a different font-name when exporting it from Fontello.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueIf you set a Page to private only you will be able to access it.
Best regards,
JosueHey!
That’s expected, the preloader uses JavaScript to work, you don’t have to worry about it though as the source code remains the same and that’s what search engine crawlers read.
Cheers!
JosueHi!
You’d need convert those fonts into a @font-face compliant format and then include them with a plugin like this:
https://wordpress.org/plugins/wp-font-face/Regards,
JosueNot possible, you’d need to either use the plugin or Enfold pages with public/private visibility options.
Best regards,
JosueHi!
You are probably using Apache, so you’d need to look for the .htaccess file (may be hidden) and put this code in it:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#btn-join { display: inline-block; margin-bottom: 15px; }Cheers!
JosueHey!
Can you post a screenshot of your view on mobile?
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueMarch 23, 2015 at 10:14 am in reply to: Create Jumplink/deeplink to a specific Advanced LayerSlider or a slide of it #416286Hi!
You can set a custom ID or a deeplink in the LayerSlider screen – http://a.pomf.se/anrehe.png
Regards,
JosueHey!
They’re using the transparent header option for that page.
Regards,
JosueHi!
You can use the
wp_footerhook;
https://codex.wordpress.org/Plugin_API/Action_Reference/wp_footerCheers!
JosueHi!
Look for the “Pricing” field (scroll down) while editing the specific Item – http://a.pomf.se/fujqtf.png
Best regards,
JosueHey!
Importing a demo won’t affect your WC Products, it will create new Products on top of that but you can remove those later.
Best regards,
JosueHey Lyse!
Try adding this code to the Quick CSS:
.rs_rs_addtocart { margin: 10px 0; } .rs_rs_addtocart .add_to_cart_button{ display: inline-block; }Cheers!
JosueHi!
Videos can’t autoplay on mobile devices, mobile browsers disable that due to mobile bandwidth limitations. Also, i checked the example link you posted on mobile and it didn’t autoplay – http://a.pomf.se/zcttpm.png
Best regards,
JosueMarch 23, 2015 at 9:32 am in reply to: How to edit item description using Enfold / WooCommerce w/ Avia Layout Editor #416267Here:
https://www.dropbox.com/s/o0wixrq18zi63ay/demo_settings.zip?dl=0Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Did you change the blog URL recently? you can edit the .htaccess file using this plugin:
https://wordpress.org/plugins/wp-htaccess-editor/Regards,
JosueHi!
There is a better method to include a WhatsApp icon in the header meta section, try the following:
1. Upload this zip file in Enfold > Import/Export > Icon Font Manager
2. Add this to theme / child theme functions.php:function avia_add_custom_icon($icons) { $icons['whatsapp'] = array( 'font' =>'whatsapp-font-icon', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Whatsapp'] = 'whatsapp'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);3. Now you’ll be able to select the Whatsapp icon in Enfold > Social Profiles and set it to a link.
Cheers!
JosueWell that’s trickier as they need to be exported from an already imported install, i’ll see if i can export each one of them and share them through here for users whose the demo imported doesn’t work.
Best regards,
JosueHey!
All XML demo files are available in /enfold/includes/admin/demo_files.
Regards,
JosueHey!
Check it now, i managed to import it using a different method (xml file + theme settings txt file separately)
Regards,
JosueYou are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
