Forum Replies Created
-
AuthorPosts
-
Hi!
Add this too:
h1, h2, h3, h4, h5, h6{ text-transform: none !important; }Regards,
JosueHey!
Try adding this code to the Quick CSS:
table td, table tr, table th{ background: transparent !important; }Cheers!
JosueHey!
Glad is working now, if it happens again let us know through this topic.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.overlay-type-extern{ display: none !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.responsive #header_main .logo, .responsive #header_main .logo img { width: 100%; height: auto !important; max-height: none !important; }You’d need to adjust the header size too (Theme Options).
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.responsive .av-image-hotspot{ height: 54px; width: 54px; line-height: 54px; }Adjust as needed.
Cheers!
JosueHi Luis,
You’d need to enable shortcode rendering there first, open /enfold/includes/helper-main-menu.php and look for line:
if($phone) { echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; }Replace it by this:
if($phone) { echo "<div class='phone-info {$phone_class}'><span>".do_shortcode($phone)."</span></div>"; }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', page', 'post'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', page', 'post'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', page', 'post'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Cheers!
JosueHi!
Yes, there is no special panel for Enfold mega menus.
P. S. UberMenu can be integrated in Enfold – http://sevenspark.com/docs/ubermenu-enfold
Regards,
JosueSeptember 26, 2014 at 3:24 am in reply to: After updating to fix Avia Layout Builder, menu bar search field went missing. #325369Hey!
Make sure it is activated in Theme Options > Header Layout > Extra Elements.
Best regards,
JosueSeptember 26, 2014 at 3:23 am in reply to: Completely blank site front end and back end wordpress 4.0 and Enfold 2.9.2 #325368Hey!
Did you get anything in your PHP error log? try disabling all third-party plugins before attempting to update (i’d suggest doing it via FTP and making sure all its uploaded correctly).
Best regards,
JosueSeptember 26, 2014 at 3:21 am in reply to: Visual Editor not showing up after server move, widgets not working. #325366You are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 479px) { .avia-fullscreen-slider .avia-slideshow{ height: 291px !important; } } #advanced_menu_toggle{ display: none !important; }Cheers!
JosueHey Jonas!
You can remove the Enfold form styling in css/base.css, line 182.
Best regards,
JosueSeptember 26, 2014 at 12:11 am in reply to: How to set button in Fullscreen Slider to direct to a section of the page below? #325332Hey Antonio!
Link to #av_section_1 instead.
Cheers!
JosueHey!
Yes, make sure to update Enfold to its latest version too (2.9.2).
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.main_color strong { color: black; }Adjust as needed.
Cheers!
JosueHey!
Yes, please watch this video:
Regards,
JosueHi Andrew!
Paged pages get the “paged” class in the body element, with that you can hide elements via CSS, for example to hide the layerslider:
.page-id-2957.paged #layer_slider_1{ display: none; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.sub-menu a { background: red !important; }Adjust as needed.
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
That’s not possible because the hotspots are set in percentage values, changing that to pixels would break its functionality.
Regards,
JosueHi Andy!
I’m not seeing the code being applied to your contact form button, remember that you need to change the /VP/XXX/XXX by your tracking code:
add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ $att = "onclick=\"_gaq.push(['_trackPageview', '/VP/XXX/XXX']);\""; return $att; }Best regards,
JosueHi Jon!
Refer to my reply here:
https://kriesi.at/support/topic/video-in-color-section-returns-to-beginning/#post-301328Best regards,
JosueHey!
You can force a fixed height on mobiles with this code:
@media only screen and (max-width: 479px) { .avia-fullscreen-slider .avia-slideshow{ height: 291px !important; } }Cheers!
JosueHi!
Please reply to your original topic so we can keep the conversation in one place:
https://kriesi.at/support/topic/import-enfold-dummy-content/Regards,
JosueHi!
Try changing the “masonry” size in Settings > Media.
Best regards,
Josue -
AuthorPosts
