Forum Replies Created

Viewing 30 posts - 59,071 through 59,100 (of 67,163 total)
  • Author
    Posts
  • in reply to: Move slider underneath the menu #250229

    Hi!

    @Alex: Please add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #main {
    padding-top: 0;
    }

    Cheers!
    Ismael

    in reply to: Easy Slider Text Speed #250226

    Hey Richard!

    Thank you for using the theme!

    I’m sorry but are you talking about the slider caption? The captions should slide simultaneously with the image. Can you please give us a link to the actual page with the easy slider?

    Best regards,
    Ismael

    in reply to: Add SVG icons to Accordion #250222

    Hey!

    Thank you for using the theme!

    The code looks ok. Anything is ideal as long as it works for you. :)

    Cheers!
    Ismael

    in reply to: Enfold extremly slow #250098

    Hey!

    Alright. Please let us know and if possible share the fix if there are any. Thanks!

    Best regards,
    Ismael

    in reply to: autoresponder_subject doesn't read some latin characters #250094

    Hey kidcabide!

    Please try to add this on functions.php. Add the changes the on “‘autoresponder_subject” value.

    function avia_change_contact_form_args($form_args) {
    	$form_args['autoresponder_subject'] = __('ADD SOMETHING HERE ç','avia_framework' );
    	return $form_args;
    }

    I’m really not sure if this is going to work because the html entity rendering depends on the email clients.

    http://www.campaignmonitor.com/blog/post/2994/using-html-symbol-entities-in-email/

    Cheers!
    Ismael

    in reply to: Google Map Directions #250090

    Hey!

    Thank you for using the theme!

    Are you talking about the contact form? Switch to Advance Layout Builder when editin the page then tou can add the Contact Form element along with the Google Map element. :)

    Cheers!
    Ismael

    Hi mareva!

    Thank you for explaining.

    We would like to see the actual live website. This is actually possible but you need to set the page hierarchy when editing the pages. Look for the Page attributes > Parent. Once you have set the parent page then create the custom menu in accordance to the page hierarchy, you should see the current page menu item being highlighted even if you are on the second level menu.

    Regards,
    Ismael

    in reply to: Chaning the url for logo link #250079

    Hey ckosheff!

    Thank you for using the theme!

    You can add something like this on functions.php:

    add_filter('avf_logo_link', 'avf_redirect_logo_link');
    
    function avf_redirect_logo_link($link) {
    	$link = 'http://www.google.com';
    	return $link;
    }

    Change the $link value to something else. I hope that helps.

    Cheers!
    Ismael

    in reply to: Show tittle and description over a big image of a galery #250078

    Hey mareva!

    Thank you for using the theme!

    If you don’t mind, please post a screenshot of what you’re trying to do. You can use imgur, dropbox etc to post the screenshot. What do you mean by “child” galleries? We will give you a better response once we have taken a look at the screenshot. This will help us identify if what you’re trying to do is possible.

    Best regards,
    Ismael

    in reply to: Layer slider loads very slowly #250075

    Hey!


    @rseybold
    : Thank you so much for clearing this up. I’m sure it will help a lot.

    Best regards,
    Ismael

    in reply to: Some questions about Enfold #250073

    Hi!

    Glad we could help. :)

    Cheers!
    Ismael

    in reply to: How to translate "all" in fullwidth masonry? #250071

    Hey GoodGame!

    Thank you for using the support forum!

    Add this on functions.php:

    add_filter('avf_masonry_sort_first_label', 'avf_masonry_sort_first_label_translate', 10, 1);
    
    function avf_masonry_sort_first_label_translate($first_item_name) {
    	$first_item_name = __('Awesome','avia_framework');
    	return $first_item_name;
    }

    Change the “Awesome” string to something else.

    Cheers!
    Ismael

    in reply to: Setting Up a Blog issues #250068

    Hi!

    Please edit functions.php, find this code on line 93:

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    

    Replace it with:

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180, 'crop'=>false);		                 // small image for blogs
    

    This will prevent wp from cropping the edges of the small preview image. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: need help with the header #250067

    Hey!

    Thank you for using the theme!

    1.) You can use the icon shortcode then add it before the phone and email icon. Regarding the guestbook, can you please elaborate or explain what it is that you like to accomplish?

    2.) On Enfold > Header > Header Layout > choose the Logo left, Menu right option. Go to Header Behavior then enable the Let logo and menu position adapt to browser window option.

    3.) I’m sorry but what is “emtfernen”? Is it remove? Add this on Quick CSS or custom.css:

    #header_main {
    border: none;
    }

    Best regards,
    Ismael

    in reply to: Enfold Theme errors #250066

    Hey!

    Glad it ceased. We would investigate the issue further. Let us know if you’re still experiencing the issue when the website goes live. Please post the website url then we’ll check it. You can also set the Footer Columns to 1 then add a blank text widget as a temporary fix.

    Best regards,
    Ismael

    in reply to: enfold reach the limit of server's cpu and memory usage #250064

    Hi!


    @saquasar
    : We’re still not sure of the issue but checking your website, you’re using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/


    @TheBiZWeavers
    : Do you mind giving us a link to your website? If I am not mistaken admin-ajax.php is not a part of the theme and might have something to do with a third party plugin.

    Best regards,
    Ismael

    in reply to: Unable to upload additional fontello font #250061

    Hey!

    Glad you figured it out. Thank you for the hint. Noted. :)

    Regards,
    Ismael

    in reply to: Background on elements #249637

    Hi huurm900!

    Thank you for using the support forum!

    This is surely possible but we will need to see the actual page where you’re testing this. We will give you a response tailored to your needs once we have a taken a look at the website.

    Cheers!
    Ismael

    in reply to: Where to place metatext / description for several pages #249635

    Hi!


    @aribann
    : Thanks for helping out!

    @Harmen: @aribann is right, you can use the yoast seo plugin in order to specify the meta tags and descriptions. Refer to this link for more info: https://yoast.com/articles/wordpress-seo/

    Regards,
    Ismael

    in reply to: Header Issues for The latest version of Enfold… #249627

    Hi!

    Yes, that is possible. Just use this on Quick CSS:

    .header_color .header_bg {
    opacity: .5;
    }

    This will give the background a 50% transparency.

    Best regards,
    Ismael

    in reply to: Adjusting top menu hover element and sub menu #249624

    Hey philreece!

    Thank you for using the support forum!

    Please add this on Quick CSS or custom.css:

    .avia-menu-fx {
    bottom: 19px;
    }
    
    .main_menu .menu ul {
    top: 160px;
    }

    I hope that helps.

    Best regards,
    Ismael

    in reply to: need help with search box width #249621

    Hi Swedfit!

    Thank you for using the support forum!

    I checked the website but it gives me an internal server error. Please let us know if you have the site back. We’ll check the search box.

    Cheers!
    Ismael

    in reply to: icons and ipad #249620

    Hey!

    I’m sorry for the delay. We’re still investigating the issue. You’re having the same problem with this one and deactivating a plugin fix it for him. I hope the same thing can fix it on your end.

    https://kriesi.at/support/topic/ipad-and-iphone-page-links-not-working-urgent-unresolved/

    If that doesn’t work, please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    .avia-section {
    background-attachment: scroll !important;
    }
    }

    Regards,
    Ismael

    in reply to: Featured image on blog grid not appearing #249610

    Hi!

    I’m sorry that you’re having this issue. I still can’t access the website. Maybe, my ip is blocked or something. Please post the login details here and set it as a private reply. We would like to check it on our end.

    Cheers!
    Ismael

    in reply to: Make layer on LayerSlider, responsive to full width. #249602

    Hi!

    Glad it worked. :)

    Regards,
    Ismael

    in reply to: Pagination Issue #249600

    Hey!

    Please reset the settings on Settings > Reading, set it to default. Set the homepage and blog page on the Enfold Theme Options. Reset the permalink settings again on Settings > Permalink panel. Let us know if it works.

    Best regards,
    Ismael

    in reply to: some css changes #249586

    Hi xpoveda!

    Thank you for using the theme!

    1.) Please add this on Quick CSS or custom.css:

    .avia_iconbox_title:hover {
    color: #000000;
    }

    2.) Edit search.php, find this code on line 52:

    <?php
    
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    
    				get_sidebar();
    
    				?>
    

    Remove it if you don’t want a sidebar on the search page.

    3.) Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 50px !important;
    top: 5px;
    }
    
    #header_main [data-av_iconfont="entypo-fontello"]:before {
    font-size: 15px;
    }
    
    .responsive #header .social_bookmarks {
    right: 45px;
    }
    
    #top .social_bookmarks li {
    width: 25px;
    }
    }

    Regards,
    Ismael

    in reply to: Problem with Enfold's Item Portfolio #249584

    Hey dettospa!

    Thank you for using the theme!

    Please try to flush the permalink settings once. Just go to Settings > Permalink then click the “Save” button once. This should fix the issue.

    Regards,
    Ismael

    in reply to: Custom Icons in Iconboxes? #249582

    Hey tcctemp!

    Thank you for using the theme!

    Yes it is possible to add icons on the icon library. Please refer to this link: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    On the next update of the theme, we’ll be adding a comprehensive css editor that will allow you to modify the style including color, font, background etc.

    Regards,
    Ismael

    in reply to: Move slider underneath the menu #249581

    Hi Alex!

    Thank you for using the theme and the info.

    Unfortunately, we can’t solve the issue without having taken a look at the actual website. If you don’t mind, please post the website url here. We would like to inspect it.

    Best regards,
    Ismael

Viewing 30 posts - 59,071 through 59,100 (of 67,163 total)