Forum Replies Created
-
AuthorPosts
-
August 19, 2014 at 8:24 am in reply to: Change the style of slide show buttons "Previous" & "Next" #306136
Hi Simon!
This is not a bug, this is expected. The “buggy” skin you are seeing it’s actually the default LayerSlider skin, you’ll get that if you call the slider using the default shortcode:
[layerslider id=”1″]
If you want to render it with the Enfold LS skin you need to use:
[av_layerslider id=’1′]
However, that will not render the slider exactly like the Layout Builder does (won’t be fullwidth), because it’s not meant to be used outside ALB.
Best regards,
JosueHi!
The image settings are set here:

Regards,
JosueHey!
This file still has old/modified content:
http://cashfactory.ie/wp-content/themes/enfold/css/layout.cssTry manually replacing it via FTP.
Cheers!
JosueYou are welcome, nice pictures :)
Regards,
JosueHey Nick!
Review your gallery now:
http://www.nickboylephotography.com/wp-nbp2014/galleries/landscapes/I added the following code here:
function restore_image_title_lightbox($attrs, $entry) { $attrs = array( "title" => get_the_title(get_post_thumbnail_id($entry->ID)) ); return $attrs; } add_filter('avf_portfolio_image_attrs', 'restore_image_title_lightbox', 10, 2);Cheers!
JosueHey Brian!
Try with this code:
add_filter('avf_title_args', 'change_title_for_Archives', 10, 1); function change_title_for_archives($args) { if(is_archive()) $args['title'] = get_queried_object()->name; return $args; }Cheers!
JosueHey!
That should be transferred too as it is stored in the database, in any case you can always export the theme settings right from the Theme Options panel (Enfold > Import/Export).
Best regards,
JosueYou can check where we are based here:
http://kriesi.at/aboutBest regards,
JosueAugust 18, 2014 at 11:17 pm in reply to: ENFOLD; The drop down menu and the mega menu do not show all the pages #306026You are welcome, always glad to help :)
Regards,
JosueHi!
That seems to be because of the permalink, apparently, if it is too short Linkedin will try to include it on the title:
http://enveconit.com/current-opening-sap-fico-pm/I changed sap-fico-pm to current-opening-sap-fico-pm
Regards,
JosueHi Surya!
Hm, i couldn’t tell to be honest because i did not craft that custom code and i don’t know what exactly it does, i’ve just answered to:
how we can assign the EMAIL address that’s captured on http://villabugis.com/contact-us/ to a PHP session variable e.g. $_SESSION[’email’]?
Best regards,
JosueHey!
It may be, i’d suggest updating via FTP:
Regards,
JosueHey!
For some reason your website doesn’t load on my end. I’ll tag my colleagues to see if they can help you out with this issue.
Best regards,
JosueHi,
I’ve sent you a e-mail to see if i can help you out.
Regards,
JosueHola,
No logro reproducir el error, modifique la pagina “Lacquered INTRA” para probar y los cambios fueron reflejados:
http://screencast.com/t/L71kELMMFzkLSaludos,
JosueYou are welcome Amir, you are definitely helping us with your reports :)
Regards,
JosueHey Surya!
This could work:
$_SESSION['email'] = $_POST['avia_e-mail_1'];Regards,
JosueAugust 18, 2014 at 3:19 am in reply to: For pages with small content,the footer background increases to filled height #305523Hey!
I see, to achieve that you’d need to increase the container minimum height, did you try this code?
.container_wrap .content{ min-height: 800px; }If that doesn’t work please post a link to your website.
Best regards,
JosueHey!
Try increasing the font-size value, for example 62px:
.avia_textblock h2 { font-size: 62px !important; }Result:

Best regards,
JosueAugust 17, 2014 at 10:18 pm in reply to: Insert search button and widget area in the secondary menu bar #305503You are welcome, always glad to help :)
Regards,
JosueAugust 17, 2014 at 8:12 pm in reply to: Insert search button and widget area in the secondary menu bar #305483Hi!
There is no shortcode to display the breadcrumb trail, if you want that you’d need to call the avia_breadcrumbs() function in the helper-main-menu.php file, change this line:
if($phone) { echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; }To:
echo "<div class='phone-info {$phone_class}'>".avia_breadcrumbs()."</div>";Best regards,
JosueHey Amir!
Try adding this code to the Quick CSS:
#top .avia_ajax_form input[type="checkbox"] { float: right; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueAugust 17, 2014 at 6:33 pm in reply to: Insert search button and widget area in the secondary menu bar #305452Hi @czar!
Try copying the modified /includes/helper-main-menu.php to your child theme folder.
Best regards,
JosueHey Amir!
I found a better workaround, try adding this at the very end of your theme functions.php file:
function rtl_columns_fix(){ ?> <script> (function($){ var resizeTimeout, sortedReverse = false; $(window).resize(function () { if (resizeTimeout) { window.clearTimeout(resizeTimeout); } resizeTimeout = window.setTimeout(function () { var windowWidth = window.innerWidth; if ((windowWidth < 767 && !sortedReverse) || (windowWidth >= 767 && sortedReverse)) { var rtlContainer = $('.entry-content-wrapper'); rtlContainer.each(function(){ var rtlCols = $(this).children('.flex_column'); $(this).append(rtlCols.get().reverse()); }); sortedReverse = !sortedReverse; } }, 100); }).trigger("resize"); })(jQuery); </script> <?php } if(is_rtl()) { add_action('wp_footer', 'rtl_columns_fix'); }Cheers!
JosueHi,
@chrisparkins, is your issue solved? could you please specify what are you referring to with ‘the other part’?
@holleycreative, i believe your case is different, have you tried disabling all third-party plugins?Regards,
JosueHi Tom,
Can you please create me an administrator account? post it here as a private reply.
After adding the code i suggested, the header should behave like this:

Regards,
JosueHi!
Yes, after you setup the child theme, re-install the parent one using a fresh copy from Themeforest. You can also use the Enfold > Import/Export buttons to transfer the parent settings to the child theme.
Best regards,
JosueHey!
Does it get fixed if you load the parent theme js/shortcodes.js file?
Regards,
Josue -
AuthorPosts
