Forum Replies Created
-
AuthorPosts
-
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosuePlease create a mockup of what would you want to achieve in mobile view.
Best regards,
JosueDecember 1, 2014 at 12:12 am in reply to: Shopping cart – Disable product image link and remove show details. #360486Hi!
Try with this code in Quick CSS:
.products .product .inner_product > a { pointer-events: none; } .show_details_button { display: none !important; }Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
That’s expected, you can see how it is meant to work here – http://kriesi.at/themes/enfold/homepage/transparent-header/
Best regards,
JosueHey!
You can force a container section to be full width with CSS, try setting a custom ID to that section and add this to Quick CSS:
#full-width-section .container { width: 100%; max-width: 100%; padding: 0; } #full-width-section .wp-post-image { width: 100%; }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_no_session_support');Cheers!
JosueNovember 30, 2014 at 11:49 pm in reply to: Contact Forms Not Working after Autochimp Plugin Install #360468Hey!
Here’s a guide on how to update:
http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey Neil!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1150px) { .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!
JosueHey!
If you have not touched the theme files directly you can update without worry. Page content is stored in the database.
Best regards,
JosueHey BB,
You can contact someone here for the job. Alternatively you could downgrade WordPress to a suitable version + disable WP automatic updates.
Regards,
JosueHey!
Make sure you are using the latest version of Enfold (3.0.4).
http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_lightbox_size() { return "full"; } add_filter('avf_avia_builder_helper_lightbox_size', 'change_lightbox_size', 10);Cheers!
JosueHey!
The only elements that have that option are the FullScreen Slider and the Color Section.
Best regards,
JosueNovember 30, 2014 at 11:23 pm in reply to: Search Icon not showing when site is accessed through different URL #360453Hi!
Try adding this to the .htaccess file of of the domain with the problem:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Best regards,
JosueHey!
Try with this:
@media only screen and (max-width: 767px) { strong.heading.avia-animated-number-title span { display: block; font-size: 35px; line-height: 40px; } }Cheers!
JosueNovember 30, 2014 at 11:14 pm in reply to: How to add my code to header area, which file to edit? #360449Hey!
Try using the avf_logo_final_output filter:
function change_logo_output() { ?> <div id="logo" class="logo"> <a href="/"> <span><img src="http://s28.postimg.org/mqb5ghrwt/letter_B_blue_hover_me.png" /></span> <span class="front"></span> </a> </div> <?php } add_filter('avf_logo_final_output', 'change_logo_output');We do respond on weekends, at a lower rate though. Also, creating new replies sends the topic to the last of our queue.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueYes, glad to help :)
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');Cheers!
JosueHi Alex!
Doing that will cause some unexpected results, quoting the comment found at the start of that file:
/* this prevents dom flickering for elements hidden with js, needs to be outside of dom.ready event.also adds several extra classes for better browser support this is a separate file that needs to be loaded at the top of the page. other js functions are loaded before the closing body tag to make the site render faster */Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-tooltip { background: green !important; }Change as needed.
Cheers!
JosueHey!
Are you referring to this? if so, try using a transparent PNG there so the background image is visible.
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
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['Open Sans'] = 'Source Sans Pro:300,400'; return $fonts; }LayerSlider gets updated with the theme (as it is bundled). If you want you can buy it standalone and update it at will.
Cheers!
JosueHi!
Enable this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Then set a custom class to the button and add this to Quick CSS:
.custom-button{ font-size: 22px !important; }Best regards,
JosueHi!
I think it would be better to use LayerSlider in this case. You can put dynamic content in layers – http://screencast.com/t/lGzTC7wuAxW
Regards,
JosueHey!
Try selecting this setting in the page layout options – http://screencast.com/t/pH6owEiCwclw
Cheers!
JosueNovember 30, 2014 at 10:24 pm in reply to: Resizing gallery preview image according to browser window's height. #360423Glad you managed to sort it out and thanks for sharing your solution.
Regards,
JosueHi Viktoria!
You can post the login details here as a private reply, only moderators will see it.
Cheers!
Josue -
AuthorPosts
