Forum Replies Created

Viewing 30 posts - 58,501 through 58,530 (of 67,591 total)
  • Author
    Posts
  • in reply to: Enfold Margins #269450

    Hey Steven!

    Thank you for using the theme.

    Do you mind providing a screenshot of the gaps that you want to remove? If you want to edit the column gaps, you’ll need to increase the width then decrease the left margin:

    div .av_one_fourth {
    margin-left: 0;
    width: 25%;
    }

    Best regards,
    Ismael

    in reply to: Layer silder – transitions not working? #269443

    Hey nurdwurks!

    Thank you for using the theme!

    You can change the slider transition by editing each slide. Look for the Slide Options > Slide transition. Select from the 2D and 3D transitions then close the panel. Don’t forget to save changes.

    Regards,
    Ismael

    Hi Celeste!

    Thank you for using the theme.

    Looks like it is working now. Make sure that you set the main menu as Enfold Main Menu on Appearance > Menus panel.

    Best regards,
    Ismael

    Hi!

    Thank you for using the theme.

    The header shrink option is disabled. Please go to Enfold > Header Layout > Header Behaviour. Enable the Shrinking Header setting. You can remove the border or the box shadow of the header meta with this on Quick CSS or custom.css:

    #header_meta {
    border-top: none;
    box-shadow: none;
    }

    Best regards,
    Ismael

    in reply to: "You may Also Like" Issue in FF #269439

    Hey Michael!

    Thank you for visiting the support forum.

    The related posts section looks fine when I checked it on Firefox and Chrome Windows 8. They look the same. The image link that you provided doesn’t work. The page says, “You have linked to this page instead of my copyright images. This site does not allow image linking.
    Please stay and view what I do.”

    Best regards,
    Ismael

    Hi!

    Thank you for the info.

    I’m sorry but you’re using a very old version of the theme, 2.4.4. We won’t be able to debug the issue unless you update the theme to 2.7.1. Please download the latest version 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

    in reply to: Applying dot overlay to slider images #269435

    Hey rlmilton!

    Thank you for using the theme.

    First of all, what is the actual slider that you’re planning to use? Layer Slider? Easy Slider etc? We’ll try to provide you with a solution once we know the slider that you’re going to use.

    Cheers!
    Ismael

    Hi garyguthrie!

    Thank you for visiting the support forum!

    From what version of the theme did you update? I checked the website and I can see the logo slider. Please remove browser cache then reload the page a few times. Add this on Quick CSS or custom.css to remove the related posts section:

    div.related_posts {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Slider behind Logo and Navigation #269431

    Hey!

    Thank you for the screenshot.

    Please use this on Quick CSS or custom.css:

    .av-main-nav > li > a:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: red;
    position: absolute;
    top: 60px;
    left: -2px;
    }

    Adjust the top and height property depending on the header height.

    Regards,
    Ismael

    in reply to: ENFOLD menu structure not updating #269429

    Hi!

    Thank you for using the theme!

    Please try to switch to the default theme then set the menu theme locations again. If it doesn’t work, maybe there’s something wrong with your wordpress installation. If possible, please post the website url here so that we can inspect it.

    Regards,
    Ismael

    in reply to: Problem with Fullwidth Masonry #269428

    Hey!

    Thank you for using the theme!

    I created a test page with the full width masonry element and if I am not mistaken, it shows a total of 65 items. What are the posts that doesn’t show on the page? Please attach the url of the actual posts here. This is the test page: http://www.taos.es/test-page/

    Cheers!
    Ismael

    Hi Ivana!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css to show the gallery captions on top of the gallery items:

    #top .avia-gallery .avia-gallery-thumb a:before {
    content: attr(title);
    margin: 10px 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    }

    Best regards,
    Ismael

    in reply to: Chaning order of the home page for Mobile devices #269425

    Hey!

    Do you want to remove the special heading with the text “Information” and the buttons below? I think you’re using the wrong selector, please use this:

    @media only screen and (max-width: 987px) {
    .home div.flex_column.av_one_third.avia-builder-el-35, .home div.av-special-heading.av-special-heading-h3.avia-builder-el-36 {
    display: none;
    }
    }

    Best regards,
    Ismael

    Hey Jim!

    Thank you for visiting the support forum!

    Do you mind if we take a look at the actual website? I can’t read the website url on the screenshot. Make sure that you’re running the latest version of Enfold plus the WP 3.9 or higher. If possible, deactivate the woocommerce plugin then activate it again.

    Cheers!
    Ismael

    Hey!

    Thank you for the update

    Please use this instead to disable the portfolio grid animation:

    .js_active .grid-image{opacity: 1 !important;}
    

    Regards,
    Ismael

    Hi!

    Thank you for using the theme.

    We will need to see the actual website to be able to give you a proper css solutions. If I not mistaken, you’ll need to add this on Quick CSS or custom.css to increase the header meta container:

    #header_meta {
    min-height: 60px;
    }

    Try to add this on Quick CSS or custom.css to fix the header background issue:

    .header_color .header_bg {
    background: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    }

    Cheers!
    Ismael

    in reply to: Gallery and Lightbox Plus ColorBox don't play nice #269419

    Hey KonektMedia!

    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.

    Regards,
    Ismael

    in reply to: SideBar #269418

    Hi!

    Thank you for the info.

    You can add a Custom Menu widget. First, create a menu on Appearance > Menus then enable the Product items on Screen Options. Go to Appearance > Widgets then add the Custom Menu widget and select the newly created product menu.

    Best regards,
    Ismael

    in reply to: Feste Kundennummer vergeben #269416

    Hi mexi33330!

    Thank you for using the theme.

    What do you mean by customers number? Do you mind providing a website for example? A screenshot will help.

    Best regards,
    Ismael

    in reply to: Recent Portfolio Widget – Responsive #269413

    Hi!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css to align the image title:

    @media only screen and (max-width: 989px) {
    strong.news-headline {
    text-align: center;
    margin: 0;
    }
    }

    Best regards,
    Ismael

    in reply to: Space between layout elements #269411

    Hi!

    Thank you for the update.

    If you want to target different pages, you’ll need specify each page ids plus the element’s selector:

    .page-id-223 .avia_textblock, .page-id-224 .avia_textblock, .page-id-228 .avia_textblock {
    max-width: 560px !important;
    }

    Cheers!
    Ismael

    in reply to: Blurred Product Images #269410

    Hey!

    Thank you for using the theme!

    Please edit the file config-woocommerce > config.php then look for this code on line 15:

    $avia_config['imgSize']['shop_catalog'] 	= array('width'=>450, 'height'=>450);
    

    Replace it with:

    $avia_config['imgSize']['shop_catalog'] 	= array('width'=>170, 'height'=>257);
    

    Regenerate or upload the images again.

    Best regards,
    Ismael

    in reply to: Media queries – avia framework #269409

    Hi!

    Thank you for the update.

    I’m afraid you have to target all screen sizes if you go with the media query solution. Unfortunately, we won’t be able to help you with the customization.

    Regards,
    Ismael

    Hey imcini!

    Thank you for visiting the support forum!

    I checked the page on Chrome Windows 8 but it is not happening there. Is this happening on MAC? I’ll ask the rest of the support team to check this thread. Please wait for their response.

    Best regards,
    Ismael

    in reply to: Portfolio Prev/Next buttons not displaying properly #269404

    Hi!

    Thank you for the link.

    Please add this css snippet on Quick CSS or custom.css. It’s not happening on our end but the snippet should fix the problem:

    #wrap_all {
    overflow: visible;
    }

    Cheers!
    Ismael

    in reply to: Bug- Icon Box #269403

    Hey blankonblank!

    Thank you for using the theme!

    Do you mind if we take a look at the wp dashboard? Please post the login details here and set it as a private reply. Is this still happening now? This issue should be fixed on the latest patch of the theme. Please try to deactivate all plugins then test the icon box elements again.

    Best regards,
    Ismael

    in reply to: Logo not align right in IE8 #269402

    Hi!

    Thank you for the update.

    Please add this on Quick CSS or custom.css to center align the logo on IE8:

    .html_header_top.html_logo_center.avia-msie .logo {
    position: relative;
    text-align: center;
    width: 100%;
    }
    
    .html_header_top.html_logo_center.avia-msie .logo img {
    -webkit-transform: initial;
    display: inline-block;
    }
    
    .html_header_top.html_bottom_nav_header.avia-msie .main_menu ul:first-child>li a {;
    font-size: 12px;
    padding: 2px 15px 0px 15px;
    }

    Regards,
    Ismael

    in reply to: Enfold Showcase #268437

    Hi!

    Keep up the good work!


    @DrPrem
    : Nice website. A high resolution and transparent logo would be nice.


    @raymmar
    : Which came first advertisement or product? Awesome content, no wonder you’re getting that kind of traffic.


    @christian
    : Must be nice working for Ubisoft! Good job on the portfolio!


    @Nick
    : Curious title, duck and roses. The posts there made me hungry. Nice blog! :)

    Best regards,
    Ismael

    in reply to: Archive pages #268431

    Hey!

    Thank you for the info.

    It does show the featured image on my end. Do you mind if we take a look at the actual archive page on your installation?

    Cheers!
    Ismael

    in reply to: Portfolio title font color on color section #268429

    Hey!

    Thank you for the link.

    Unfortunately, it is on maintenance mode. Please give us a temporary login details so that we can check it. Regarding the category sort, I’m sorry but this is an old issue and a limitation of the sorting function. You can only sort items within the page so if you want all items to be sorted, you’ll need to disable the pagination and show all items on a single page.

    Regards,
    Ismael

Viewing 30 posts - 58,501 through 58,530 (of 67,591 total)