Forum Replies Created
-
AuthorPosts
-
Hey!
This could work, try adding the following code to the Quick CSS:
.avia-menu:hover .current-menu-item .avia-menu-fx { opacity: 0; } .avia-menu .current-menu-item:hover .avia-menu-fx { opacity: 1; }Cheers!
JosueNovember 30, 2014 at 9:23 pm in reply to: Shopping cart – Disable product image link and remove show details. #360411Hi,
Can you post the link to your website please? a screenshot/mockup of what would you want to achieve would be helpful too.
Regards,
JosueNovember 30, 2014 at 9:23 pm in reply to: Shopping cart – Disable product image link and remove show details. #360410Hi,
Can you post the link to your website please? a screenshot/mockup of what would you want to achieve would be helpful too.
Regards,
JosueHi Hazlitt!
Try updating that plugin to its latest version, did you always had this issue or it appeared recently?
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1090px) { .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;} .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;} .html_mobile_menu_tablet #mobile-advanced{display:block;} }Cheers!
JosueYou are welcome Carole, glad to help :)
Regards,
JosueHi Thomas!
Shortcodes are just content, the content of that page it’s a Blog Posts element, to get the layout (header, menus, backgrounds, etc) you’d need to set (or import) that in the Theme Options.
Do you know what the freelancer changed? perhaps we can figure something with that information.
Regards,
JosueHi!
Your current version of Enfold is 3.0.1, latest version is 3.0.4. Download a fresh copy of Enfold and upload it via FTP.
Best regards,
Josue-
This reply was modified 11 years, 4 months ago by
Josue.
Hi Orit!
Try using this code:
add_filter( 'avf_google_heading_font', 'avia_add_custom_font'); add_filter( 'avf_google_content_font', 'avia_add_custom_font'); function avia_add_custom_font($fonts) { $fonts['Alef'] = 'Alef:400,700'; return $fonts; }Best regards,
JosueHi!
You can also use the child theme style.css file, i personally prefer this so i can open the file in a file editor via FTP.
Cheers!
JosueHi,
Your memory limit is still 60M, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueNovember 30, 2014 at 7:31 pm in reply to: After upgrade Fullwidth Easyslider and Contact Us don't work #360355@addwebtoday please stop hi-jacking other people topics.
Regards,
JosueHe’s referring to updating via FTP:
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are welcome Erin, glad we could help :)
Regards,
JosueHi Viktoria,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to the website please?
Regards,
JosueHi,
Open /enfold/js/shortcodes.js and look for line 2287:
gallery.on('mouseenter','.avia-gallery-thumb a', function()Replace it by this:
gallery.on('click','.avia-gallery-thumb a', function()Regards,
JosueHey Dogmut!
Try setting that in Enfold > Header > Mobile Menu > Header Mobile Menu activation.
Best regards,
JosueHi!
Yes, try with this code:
// Replace avia.js function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );Regards,
JosueHey!
Try adding this code to the Quick CSS:
.logo img{ width: 690px; }For the height, change the height the of the header in the Theme Options.
Cheers!
JosueNovember 30, 2014 at 9:00 am in reply to: Put fullwidth sub menu on top of FullScreen Slider #360247Hi,
Can you post the link to the page where you are trying this please?
Regards,
Josue -
This reply was modified 11 years, 4 months ago by
-
AuthorPosts
