Forum Replies Created

Viewing 30 posts - 57,901 through 57,930 (of 67,191 total)
  • Author
    Posts
  • in reply to: HTML bug in Customize > Navigation #276181

    Hey Chris!

    Thank you for your visiting the support forum!

    It doesn’t seem to be happening on our end when I check one of our installation with a child theme. Do you have the latest version of Enfold?

    Best regards,
    Ismael

    in reply to: Secondary Menu #276179

    Hey BootsD!

    Thank you for using the theme!

    1.) You can use this to modify the secondary menu:

    .header_color .sub_menu>ul>li>a {
    color: blue;
    }

    2.) The sliders inherit the size of the container. We don’t recommend applying a specific width or height for the sliders because it might break the responsive nature of the theme.

    3.) I tested the site on IE9 and 10 but I don’t see the logo blurring. On what version of IE are you testing this?

    4.) Are you using a third party plugin? Note that we don’t provide support for third party plugins. Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Width of menu #276178

    Hey musklick!

    Thank you for using the theme!

    What is the position of your menu? It’s not a good idea to define a specific width because it might break the responsiveness of the menu section. If you can provide us with a screenshot of what you’re trying to achieve with the menu, that will help a lot.

    Best regards,
    Ismael

    in reply to: Add rel="nofollow" on button links #276177

    Hi JBMKL!

    Thank you for using the theme!

    Edit js > avia.js, find this code on line 7:

    var aviabodyclasses = AviaBrowserDetection('html');
    

    Below, add this code:

    $('a.avia-button').attr('rel', 'nofollow');
    

    Cheers!
    Ismael

    in reply to: Sticky Header on standard android 4.3. browser #276033

    Hi!

    Thank you for the update.

    I’m not sure if this is going to work but please try to add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky.avia-android #header, .header_color .header_bg {
    background: #ffffff;
    }

    Cheers!
    Ismael

    in reply to: Appearance issues #276030

    Hi!

    Oh I see. Please try to add the following on Quick CSS or custom.css. This is for the logo images right before the footer:

    .avia-msie .slide-entry-excerpt img {
    max-height: 140px;
    height: 140px;
    }

    Try this to fix the layer slider images:

    html * .ls-wp-container .ls-slide > *, body * .ls-wp-container .ls-slide > *, #ls-global * .ls-wp-container .ls-slide > * {
    -ms-interpolation-mode: bicubic; 
    }

    And for the submenu container:

    .avia-msie #top #header .avia_mega_div > .sub-menu {
    display: table;
    min-height: 238px;
    display: block;
    }

    Best regards,
    Ismael

    Hey!

    Thank you for the update.

    Please use add this css to adjust the height of the custom content when you scroll down the page:

    .header-scrolled div.custom_content img {
    height: 79px;
    }

    Best regards,
    Ismael

    in reply to: iPad formatting issue #276025

    Hi!

    Thank you for using the update.

    I checked the website again and the logo is not overlapping the menu on iPad portrait view. It has a left margin. Did you add that? If possible, please post a screenshot of what you’re trying to do. If you simply want to move the logo position to the left, remove the margin-left property that you added for the .logo, .logo a, .logo a img selectors.

    Cheers!
    Ismael

    in reply to: *ger* Beschreibung eines Bildes unter der Lightbox #276024

    Hi!

    Thank you the screenshot.

    Is it ok if you use the alternative text field in place of the caption? What will happen is, you have to place the caption on the Alternative Text field. Edit loop-index.php then replace Dude’s changes with this:

    $attachments = get_post(get_post_thumbnail_id());
    		$caption = $attachments->post_excerpt;
    		$description = $attachments->post_content;
    
    		$featured_img_desc = $description;
    		if($slider) $slider = '<a data-type="'.$caption.'" class="post-attachment-caption" href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
    

    Cheers!
    Ismael

    in reply to: LayerSlider First Image is Black (Not Showing) #276023

    Hey!

    Thank you for the info.

    I tried to login but I think the credentials are incorrect. Please check.

    Best regards,
    Ismael

    in reply to: tab load delay and accordion slideDown speed #276021

    Hey!

    Thank you for the update.

    I tested Dude’s code on my end and it does slow down the opening speed of the accordion toggles. Make sure that you added the css snippet. Try to set the value to 10000 and you’ll see how slow the toggle will open. If possible, remove browser cache before testing the toggle.

    Best regards,
    Ismael

    in reply to: Promobox Hintergrund semitransparent #276019

    Hey!

    Thank you for the update.

    I’m sorry but we won’t be able you to help unless we can see the site live. Just to make sure, I’ll ask Dude to check the thread. Maybe I didn’t fully understand your inquiry. Please wait for his response.

    Best regards,
    Ismael

    Hi!

    Thank you for the info.

    Looks like we need to wait until Safari got better support for the webkit-transform property or you can disable the effect for Safari with this on Quick CSS or custom.css:

    .safari .avia-fullscreen-slider .avia-slideshow-inner {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    }

    Before adding the code above, edit header.php then find this code on line 61:

    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>
    

    Replace it with:

    <body id="top" <?php $browser = avia_get_browser(); body_class($style." ".$avia_config['font_stack']." ".$blank.$browser); avia_markup_helper(array('context' => 'body'));?>>
    

    Regards,
    Ismael

    Hey!

    Thank you for the info.

    The social plugin buttons are inside the one third flex column, maybe you added it manually on the page. Please check the page then remove the columns. Try to remove the default horizontal margin with this on Quick CSS:

    body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first {
    margin: 0;
    }

    Cheers!
    Ismael

    in reply to: Menu width #276014

    Hey!

    Thank you for the update.

    Please use this on Quick CSS or custom.css to move the top position of the main menu. If possible, please create a test page of our suggestion regarding the sidebar.

    .html_header_top.html_bottom_nav_header .main_menu {
    position: relative;
    top: 20px;
    }

    Cheers!
    Ismael

    in reply to: Logo in smartphones #276013

    Hey!

    Thank you for the update.

    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: 90%;
    height: 75px !important;
    max-height: 75px !important;
    }
    
    .responsive.html_header_top #header_main .social_bookmarks {
    margin-top: 0;
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    right: 0;
    }
    
    #advanced_menu_toggle, #advanced_menu_hide {
    top: 35%;
    }
    }

    Best regards,
    Ismael

    in reply to: easy slider title caption caption text to the right #276011

    Hi smorrone!

    Thank you for using the theme.

    You can add this code on the Quick CSS field or custom.css file to move the caption to the right of the slider:

    .avia-caption {
    bottom: 17px;
    right: 17px;
    }

    The slider inherits the size of the container. This is what makes the slider responsive, so we wouldn’t recommend adding a specific width and height to it. If you really need to change the size, please use this css code:

    .avia-slideshow {
    width: 50%;
    }

    Cheers!
    Ismael

    Hi!

    Glad we could help. Let us know if you need anything else.

    Regards,
    Ismael

    in reply to: Columns not collapsing #275655

    Hey!

    Thank you for the update.

    Did you modify anything on the theme files? Please try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    div .av_one_fourth {
    margin-left: 1%;
    width: 48.5%;
    }
    }

    Cheers!
    Ismael

    in reply to: Enfold Showcase #275649

    Hi Frink!

    Thank you for visiting the support forum!

    It sounds like you might be having an issue with a third party plugin or script. 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. Also, please update the theme to Enfold 2.8.1.

    Thank you for your understanding.

    Cheers!
    Ismael

    Hey Gurify!

    Thank you for using the theme!

    Please try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .avia-layerslider .avia-button.avia-size-large {
    padding: 7px 15px 6px;
    font-size: 10px;
    min-width: 50px;
    }
    }

    Cheers!
    Ismael

    Hey Heathcliffe!

    Thank you for the heads up!

    Please try to add this on Quick CSS to change the background of the header meta container to transparent:

    .html_header_transparency div#header_meta {
    box-shadow: none;
    border: none;
    background: transparent !important;
    }

    Cheers!
    Ismael

    in reply to: Header-Images for every Page #275641

    Hey!

    Thank you for using the theme!


    @Michael
    : Thank you for trying to help!


    @athlonius
    : I’m sorry but that particular feature is beyond the scope of support. You can try to edit header.php, find this code on line 63:

    <div id='wrap_all'>
    

    Below, add something like this:

    <?php echo "<div class='header-top-bg'></div>"; ?>
    

    Then go to Enfold > General Styling > Quick CSS, add this:

    .header-scrolled {
    margin-top: -200px;
    }
    
    div.header-top-bg {
    display: block;
    background: red;
    height: 200px;
    width: 100%;
    }

    The negative top margin of the header-scrolled should correspond with the height that you set for the header-top-bg. Use wp conditional to create different background for each page.

    Regards,
    Ismael

    in reply to: Color section stretches to bottom of page #275632

    Hey!

    Thank you for the update.

    We can’t reproduce the issue on our end too. I’ll keep the thread open. It is possible that you added an html tag and forget to close it which breaks the color section layout.

    Regards,
    Ismael

    Hi!

    Thank you for the update.

    It seems to be computing the top position of the image overlay incorrectly, the first time you hover over it. Please download the latest version Enfold 2.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    Hi Nerohm!

    Thank you for using the theme.

    Are you trying to add the background on a color section? If possible, please post a screenshot on where you want to display the background. Please try to add this on Quick CSS or custom.css:

    .page-id-2874 div#av_section_1, .page-id-2896 div#av_section_1 {
    background: #ffffff url(https://florestana.com/wp-content/uploads/2013/04/fundo_rodape.jpg) bottom center repeat-x scroll;
    }

    Cheers!
    Ismael

    in reply to: Sidebar not appearing #275617

    Hi Richard!

    Thank you for using the theme.

    We’re really not sure why it’s not rendering the sidebar. Please try to deactivate the plugins then test the sidebar again. If possible, please create a test page with the same content as the link you provided.

    Cheers!
    Ismael

    in reply to: Color section stretches to bottom of page #275461

    Hi canter!

    Thank you for using the theme!

    Is this still happening? Where is the actual color section on the page that is having this issue? If you don’t mind, please post a screenshot. If possible, please create a test page. We would like to inspect it.

    Regards,
    Ismael

    Hi!

    Thank you for using the theme!

    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_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Playfair Display'] = 'Playfair Display';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Playfair Display'] = 'Playfair Display';
    return $fonts;
    }

    You’ll see the Playfair Display font at the very bottom of the heading font selection.

    Cheers!
    Ismael

Viewing 30 posts - 57,901 through 57,930 (of 67,191 total)