Forum Replies Created

Viewing 30 posts - 59,221 through 59,250 (of 67,572 total)
  • Author
    Posts
  • in reply to: Problems after update WP and Theme Enfold #253796

    Hi!

    Thank you for the updates.


    @BetuwePC
    : WPML is unfortunately not compatible with WP 3.9 yet. We’ll give you an update once they sorted this out.

    @jcstone: Please edit the page then click the Screen Options. Maybe the Avia Builder is not enabled.

    Best regards,
    Ismael

    Hi!


    @Styletheluxe
    : Thank you for the update. If you don’t mind, we would like to see the actual website where this is happening. Please post the website url here or open a new thread then post the website link there.

    Best regards,
    Ismael

    in reply to: Issue with logo and buttons on an iPad in portrait mode #253793

    Hey!

    Thank you for using the theme!

    1.) Please go to Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option.

    2.) Instead of using the 1/4 column, please use 2 1/2 columns. The theme have special css selectors that will modify the column layouts for mobile devices.

    Cheers!
    Ismael

    in reply to: Can't Access Apperance > Menu Anymore #253787

    Hey!

    Thank you for visiting the support forum!

    Did you add any unusual html codes or anything on the menu items? I can access some of the menus but not the PrimaryNavigationMenu. Please try to recreate the menu from scratch.

    Best regards,
    Ismael

    in reply to: Only change Main Content Heading Font #253786

    Hey!

    Thank you for the update.

    Looks like a database error which is not cause by the theme. Do you have the Map Press plugin installed? Please deactivate all plugins, see if it works.

    Regards,
    Ismael

    in reply to: Navigation Menu Displays Vertical After Upgrade #253783

    Hi!

    Glad you solved it!

    If you don’t mind, please share the solution here in order to help other users with the same problem. If you have any questions regarding the theme, let us know.

    Cheers!
    Ismael

    Hey Marc!

    Thank you for using the theme!

    You can add something like this on functions.php if you want a text on the header in place of the logo:

    add_filter('avf_logo_final_output', 'avf_text_logo_final_output');
    
    function avf_text_logo_final_output($logo) {
    	$link 	  = apply_filters('avf_logo_link', home_url('/'));
    	$logotext = "THIS IS MY LOGO";
    	$subtext  = "THIS IS THE SUBTEXT";
    	$subtext  = "<span class='subtext'>$subtext</span>";
        $logo     = "<h1 class='logo bg-logo'><a href='".$link."'>".$logotext."$subtext</a></h1>";
    	
    	return $logo;
    }
    

    Replace the $logotext and the $subtext. I hope that helps.

    Cheers!
    Ismael

    in reply to: formatting issues with posts created by other plugins #253774

    Hi akhilz!

    Thank you for using the theme!

    Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Please try to add this on Quick CSS or custom.css to fix the content alignment on the blog page:

    .template-blog div.entry-content {
    padding-left: 110px;
    }

    Thank you for understanding.

    Regards,
    Ismael

    in reply to: Google map in full width slider #253771

    Hi!

    Thank you for the update.

    You’re using WP 3.9 and Enfold version is only 2.6.2. Please update to Enfold 2.6.4. This should fix the WP 3.9 issues including the google map element. Let us know if you’re still having issues after you update the theme.

    Regards,
    Ismael

    in reply to: Problems after update WP #253766

    Hi Bartvanvlijmen!

    Thank you for using the theme!

    Please update to Enfold 2.6.4. That should fix the issue with the editor. 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/

    Regards,
    Ismael

    in reply to: Layout elements 2/5 – 3/5 does not work #253761

    Hey!

    Thank you for using the theme!

    The images or screenshots are not working. Do you mind if we take a look at the actual website? Did you update to wp 3.9? Please download 2.6.4, this should fix the issue.

    Cheers!
    Ismael

    in reply to: Is this on the bug fix list ? #253754

    Hey!

    Thank you for the link.

    Please add this on Quick CSS or custom.css:

    @media all and (max-width: 767px) {
    .av_phone_active_right.av_secondary_right .phone-info.with_nav span {
    border: none;
    }
    
    .header_color .phone-info {
    float: none;
    width: 100%;
    text-align: center;
    }
    }

    This should be fix on the 2.7 update. Thanks!

    Best regards,
    Ismael

    in reply to: html in table in accordion not functioning #253742

    Hey bgprojects!

    Thank you for visiting the support forum.

    Please try to generate the table shortcode on another post then copy it directly on the accordion content editor. Make sure that you switch to Text or HTML mode.

    Cheers!
    Ismael

    in reply to: shop sidebar problem when using image on top #253739

    Hi!

    Thank you for the update.

    I checked the shop page ( http://beta.vabelhavt.com/?post_type=product ) and the sidebar looks ok. It is not below the main content as describe on the previous post. Is this fixed?

    Regards,
    Ismael

    in reply to: IE 11 video not working #253736

    Hey mezcalbean!

    Thank you for using the theme!

    Unfortunately, .webm format is not support by internet explorer. You can only play this video format on IE if the user who’s viewing the website install a VP8 codec. Please Please refer to this link: http://www.w3schools.com/HTML/html5_video.asp

    You can convert the video to H.264 or MP4 format which is supported by major browsers. Regarding the parallax, you can add a color section then add a background image. Set the background size to stretch to fit and the background attachment to parallax. I hope that helps.

    Cheers!
    Ismael

    in reply to: SOCIAL ICONS IN HEADER #253732

    Hi silviouk!

    Thank you for using the theme!

    You can add this on Quick CSS or custom.css:

    #top .social_bookmarks li a {
    border-radius: 30px;
    background: gray;
    }
    
    #top .social_bookmarks_rss	   a{color:#ffa133; }
    #top .social_bookmarks_facebook  a{color:#37589b; }
    #top .social_bookmarks_twitter   a{color:#46d4fe; }
    #top .social_bookmarks_mail      a{color:#9fae37; }
    #top .social_bookmarks_dribbble  a{color:#e44885; }
    #top .social_bookmarks_linkedin  a{color:#419cca; }
    #top .social_bookmarks_search    a{color:#222222; }
    #top .social_bookmarks_gplus     a{color:#de5a49; }
    #top .social_bookmarks_behance   a{color:#008cfa; }
    #top .social_bookmarks_flickr    a{color:#ff0086; }
    #top .social_bookmarks_forrst    a{color:#234317; }
    #top .social_bookmarks_myspace   a{color:#000000; }
    #top .social_bookmarks_tumblr    a{color:#345574; }
    #top .social_bookmarks_vimeo     a{color:#31baff; }
    #top .social_bookmarks_youtube   a{color:#a72b1d; }
    #top .social_bookmarks_pinterest a{color:#cb2027; }
    #top .social_bookmarks_skype 	   a{color:#12a5f4; }
    #top .social_bookmarks_instagram a{color:#a67658; }
    #top .social_bookmarks_five_100_px a{color:#222222; }
    #top .social_bookmarks_soundcloud  a{color:#F76700; }
    #top .social_bookmarks_xing 	     a{color:#006567; }

    Change the background color to something else.

    Regards,
    Ismael

    in reply to: Simple button usage #253731

    Hi!

    Thank you for the update.

    I’m sorry but when I click the button, the url looks like this: http://www.colibris-avignon.org/colibris/mouvement-colibris/%3Ca?PHPSESSID=l65dc072t1t02kdrln7r0bfor7%20href=%22http://www.colibris-lemouvement.org/colibris/lethique-du-colibri%22%3Ehttp://www.colibris-lemouvement.org/colibris/lethique-du-colibri%3C/a%3E

    If you don’t mind, please create the button from scratch. Deactivate all plugins, see if the button works. 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/

    Best regards,
    Ismael

    in reply to: Bug on Avia 5th layout #253726

    Hi EA Photo!

    Thank you for using the theme!

    I’ll get back to you. I didn’t noticed that the 3/5 and 2/5 column are available now.

    Are there any avia elements except for the column layouts? I tested the new column layouts on my end and they work fine. Did you add any html codes on the content? Did you update to WP 3.9 recently?

    Please download 2.6.4 to fix the wp 3.9 issues.

    Cheers!
    Ismael

    in reply to: Remove slider on mobile #253684

    Hi indirapril!

    Thank you for visiting the support forum!

    Please use this to remove the easy slider on mobile devices:

    @media all and (max-width: 767px) {
    .home ul.avia-slideshow-inner {
    display: none !important;
    }
    }

    Remove browser cache then reload the page. I hope that helps.

    Regards,
    Ismael

    in reply to: Width blog posts #253683

    Hi youyou78!

    Thank you for using the theme!

    Do you mind if we take a look at the post page? If I am not mistaken, you want to change the width of the comment form? This part of your css code should close:

    #top .fullsize .template-blog .post-title {
    max-width: 100%;
    }

    A screenshot explaining your request will help a lot. Thanks!

    Cheers!
    Ismael

    in reply to: Clean Up Issues #253682

    Hey HiDrew!

    Thank you for using the suppor forum!

    If you don’t mind, please post each questions on a single thread. It will be much easier for us to answer your queries in that manner.

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

    div.phone-info {
    font-size: 20px;
    top: 80px;
    position: relative;
    color: green !important;
    }

    2.) Use this for the menu borders:

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a {
    border: none;
    }

    3.) Use this to create a gap between the menu and the layer slider:

    .home div#main {
    margin-top: 50px;
    }

    4.) Can you please provide us a link to the page with the tables?

    5.) Use this to align the testimonial name to the left:

    .avia-testimonial-meta {
    margin-left: 0;
    }

    Regards,
    Ismael

    in reply to: Woocommerce rows of products displayed change & WPML bug #253681

    Hey Adenadoume!

    Thank you for using the theme!

    1.) You can change the column count on Woocommerce > Settings > Catalog > Column and Product Count.

    2.) What is the version of your Enfold theme? You changed the style.css file and I’m not sure if you’re using the latest version of the theme. Please try to deactivate all plugins, see if that helps.

    Regards,
    Ismael

    in reply to: How to enable the RTL? #253680

    Hi!

    Thank you for the update.

    If you don’t mind, we would like to check the website. Please edit functions.php file, look for this code on line 304:

    if ( is_rtl() ) {
    			wp_enqueue_style(  'avia-rtl',  $template_url."/css/rtl.css", array(), '1', 'screen' );
    		}

    Replace it with:

    wp_enqueue_style(  'avia-rtl',  $template_url."/css/rtl.css", array(), '1', 'screen' );
    

    The is_rtl check if wordpress is using another locale language other than default U.S English. Since you don’t want to change the backend, we need to remove that function. Let us know if it works.

    Cheers!
    Ismael

    in reply to: Layer Slider big errors #253676

    Hey!

    Thank you for the update.

    If you want to use the slider as a stand alone plugin, you need to deactivate the default layer slider first. Please edit functions.php, find this code on line 16:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support( 'deactivate_layerslider' );
    

    This should disable the theme’s layer slider.

    Cheers!
    Ismael

    in reply to: text editing tools #253674

    Hi Carsten!

    Thank you for using the theme!

    Do you mind if we take a look at the website? Please post the website url here. A screenshot of the text box issue will help. We will give you a proper response once we have taken a look at the website.

    Cheers!
    Ismael

    in reply to: Placing enfold tables inside enfold accordion? #253672

    Hey!

    Gald you figured it out.

    You can switch the advance builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder.

    Best regards,
    Ismael

    Hey!

    Thank you for visiting the support forum!

    You’re using an old version of the theme. The latest update should fix this though the issue is not there when I check the website. Please download the latest version 2.6.4 from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    in reply to: Remove titles via child theme #253669

    Hey!

    Thank you for the update.

    How did you remove the title? I mean what are the codes that you strip out to remove the title and leave the breadcrumbs. Instead of copying the whole function, you can use the filter hook to remove the title:

    add_filter('avf_title_args', 'avf_remove_header_title', 10, 1);
    function avf_remove_header_title($args) {
        $args['title'] = '';
        return $args;
    }
    

    Best regards,
    Ismael

    Hi!


    @2funky
    : Thank you for the update. Do you mind if we take a look at the website? Can you please describe the issue at hand? Test it on another browser, see if the text blocks work.

    Best regards,
    Ismael

    in reply to: Add Google Font #253666

    Hey!

    Thank you for the link.

    I’m sorry but can you please provide a screenshot? Please note that not all mobile devices support Google Fonts API. Please refer to this link: https://developers.google.com/fonts/faq#Mobile_Supported

    Best regards,
    Ismael

Viewing 30 posts - 59,221 through 59,250 (of 67,572 total)