Forum Replies Created
-
AuthorPosts
-
Hi!
You can actually edit the code in debug mode, for example if you want to duplicate repetitive elements (tabs, toggles) you can do it using that.
To include a third-party shortcode you’d need to use a Text / Code Element.
Best regards,
JosueHey!
That should actually work, i have no idea why it isn’t working for you to be honest.
Regarding including custom/modified ALB elements from child, refer to this article:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Cheers!
JosueHey!
Try the following:
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/Regards,
JosueHey!
You can target pricing table columns individually this way:
.avia-table .pricing-table-wrap:nth-child(1) .pricing-table .avia-heading-row{ background: red; } .avia-table .pricing-table-wrap:nth-child(2) .pricing-table .avia-heading-row{ background: green; } .avia-table .pricing-table-wrap:nth-child(3) .pricing-table .avia-heading-row{ background: blue; }Cheers!
JosueSeptember 6, 2014 at 2:12 am in reply to: Use the social toolbar with template builder posts #314248Hey!
Try with this code:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "post") avia_social_share_links(); } add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; return $content; }Best regards,
JosueSeptember 6, 2014 at 2:11 am in reply to: Portfolio not working after WP4.0 upgrade and 2.92 upgrade #314247Hi Tom!
Have you tried importing the Dummy Content (Enfold > Import/Export)? you’ll get the exact same content as in the demo.
Cheers!
JosueSeptember 6, 2014 at 2:07 am in reply to: Have posts linked directly to URL in magazine layout #314244Hey!
I’ve got an idea, i’ll send you an email to see if i can help you with that.
Cheers!
JosueHi!
Enfold forms now have an option to redirect the user after submit, if that doesn’t work for you i’d suggest checking CF7.
Cheers!
JosueHi Thomas,
Can you post the link to your website please?
Regards,
JosueHi Ryan!
Try setting a higher height for the slider (in slider global settings) or setting the button layer top position in percentage value.
Cheers!
JosueHey!
To make the images appear on Chrome, use this:
.avia_mega_div .mega_menu_title img { min-width: 125px; }Regarding the padding question, there is actually no padding, the problem is that your header has a white space at the bottom, something like this does the trick:
nav.main_menu li a{ max-height: 125px; }Cheers,
JosueSeptember 6, 2014 at 1:42 am in reply to: 'Show excerpt in all magazine blog list' with "Read More" link #314234Hi!
Try modifying the line 577 instead of adding another one below it, line should be like this 577:
if($excerpt)$output .= "<div class='av-magazine-content entry-content' {$markupContent}>{$excerpt}<a href='".get_permalink($entry->ID)."' class='more-link'>".__('Read more','avia_framework')."<span class='more-link-arrow'>→</span></a></div>";Regarding putting modified shortcodes in your child theme, refer to this article:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Cheers!
JosueSeptember 6, 2014 at 1:35 am in reply to: Image Details – Advanced Options – Image CSS Class – Help #314232Hi!
1. Try modifying your code to:
@media only screen and (min-width: 767px) { .portfolio-preview-image { width: 30% !important; } .portfolio-preview-content { width: 70% !important; } }2. Try adding this to child functions.php:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".grid-entry-title a").attr("target", "_blank"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');3. That code affects the portfolio navigation links you’ll see at the sides when viewing a portfolio item or a post in single view, is that what you are referring to?
Best regards,
JosueSeptember 6, 2014 at 1:30 am in reply to: menu: space between main-item and sub-item after changing position of menu #314231Hey!
Try adding this code to the Quick CSS:
.sub-menu a:hover .avia-menu-text{ color: red !important; }Modify as needed.
Cheers!
JosueHi Michael,
Can you post the link to your website please?
Regards,
JosueHey Picante!
You can set that in Header > Extra Elements.
Cheers!
JosueHola Jose,
Esa opción no existe, sin embargo si activas esto puedes lograrlo via CSS.
Digamos que tienes un icon box con clase “rojo”, con este CSS su icono se volverá rojo:
.rojo .iconbox_icon { background: red !important; }Lo mismo para modificar el tamaño del titulo:
.titulo-grande .iconbox_content_title{ font-size: 22px !important; }Puedes setear multiples clases a un mismo elemento:
rojo titulo-grande
Saludos,
JosueHi!
Check it now, if you put HTML content in a Layer you need to make sure it is set as a HTML layer: http://screencast.com/t/IJJwpuWW9
Best regards,
JosueHi!
I couldn’t find any video on the homepage.
Cheers!
JosueHi!
Now you can disable the lightbox script right from the theme options.
Cheers!
JosueSeptember 5, 2014 at 6:09 pm in reply to: Adding large contact telephone number and maybe a icon at top of page #314147Hey!
Enfold > General Styling > Quick CSS.
Regards,
JosueHi!
What code did you try?
Best regards,
JosueWe’ll fix the first warning with the next update. The second warning is not triggered by our theme and you need to contact the WPML support team.
Hi!
Have you tried adding !important?
.avia-button.avia-valign_bottom{ vertical-align: bottom !important; }We need to see the website live in order to help you with this.
Regards,
JosueSeptember 5, 2014 at 5:32 pm in reply to: ENFOLD / MASONRY PROBLEM ON FIREFOX + INTERNET EXPLORER #314132You are welcome Damien, always glad to help :)
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
error_reporting(0);Cheers!
JosueHey Jan!
You can force a container to be full width:
1. Create a color section with ID of fullwidth.
2. Add this to Quick CSS:#fullwidth .container{ max-width: 100% !important; padding: 0 !important; }Everything inside that color section will have the fullwidth space available, so if your plugin element is set or has an option to go fullwidth it will work.
Best regards,
Josue-
This reply was modified 10 years, 4 months ago by
Josue.
-
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
