Forum Replies Created

Viewing 30 posts - 49,801 through 49,830 (of 66,206 total)
  • Author
    Posts
  • in reply to: Advanced layer slider #407479

    Hi!

    Alright. Try to switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Create a temporary page to generate the shortcodes by using the advance layout builder. You’ll see the actual shortcode below the builder as described in the documentation. You can use that shortcode as the do_shortcode content.

    Cheers!
    Ismael

    in reply to: Logo 1000px wide #407478

    Hey!

    Add this to the Quick CSS field:

    .logo img {
    width: 800px;
    height: 120px;
    }

    It will adjust the logo image to its actual size.

    Cheers!
    Ismael

    in reply to: Responsiveness issues #407476
    in reply to: mobile menu #407474

    Hi!

    Welcome to the forum! Please create a new thread describing your problem. A screenshot will help. You can create a new thread by clicking the theme name in the forum (https://kriesi.at/support/) overview page. Below, you’ll find a form to create a new topic.

    Cheers!
    Ismael

    in reply to: Main Header #407472

    Hi!

    Unfortunately, we won’t be able to help you. Please create a new thread once the site is live. Try to adjust the position of the header widget with this:

    #header .widget {
    left: 80%;
    padding-top: 0;
    position: absolute;
    top: 0;
    }

    Adjust the left and top position.

    Best regards,
    Ismael

    in reply to: Enfold Standard Sidebar Widget #407471

    Hey!

    Alright. Sorry about that. So, just to clarify, you want to move the page sidebar navigation below the custom widget? You need to edit sidebar.php, move this code:

    //Display a subnavigation for pages that is automatically generated, so the users do not need to work with widgets
            $av_sidebar_menu = avia_sidebar_menu(false);
            if($av_sidebar_menu)
            {
                echo $av_sidebar_menu;
                $default_sidebar = false;
            }

    Below, this line:

    //global sidebar
            if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
    

    I’ll ask Gunter to confirm.

    Cheers!
    Ismael

    in reply to: Scroll Down Arrow Not Showing #407467

    Hi!

    Replace the code with this to include iPad screens:

     @media only screen and (max-width: 1024px) {
        #top #wrap_all .av_header_transparency{
            position: absolute !important; 
        }
        #top .av_header_transparency .header_bg{
            background-color: black !important;
        }
    }

    Cheers!
    Ismael

    Hi!

    Are you talking about the footer widgets? Maybe a screenshot will help. If you want to change the footer widgets, go to Appearance > Widgets panel. Add your own widgets inside the Footer columns.

    Cheers!
    Ismael

    in reply to: Missing Font entypo-fontello from text editor #407464

    Hey!

    Looks like the theme files are incomplete or the folder and file permissions are incorrect. The site have these errors:

    http://www.dariadallacqua.com/autoproject23/wp-content/themes/enfold/config…emplatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3 Failed to load resource: the server responded with a status of 404 (Not Found)
    http://www.dariadallacqua.com/autoproject23/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3 Failed to load resource: the server responded with a status of 404 (Not Found)

    Try to download the theme again from your themeforest account then update it via FTP.

    Cheers!
    Ismael

    in reply to: Section ID – Maps Section #407463

    Hi!

    We updated the code above. Please try it now. The brackets’ position was incorrect.

    Cheers!
    Ismael

    Hi!

    Replace it with this:

    @media only screen and (max-width: 989px) {
    .responsive #top #wrap_all .grid-sort-container .av_one_sixth {
    width: 10%;
    }}

    Regards,
    Ismael

    in reply to: Change switchWidth on version 3.0.8 #407461

    Hi Groeier!!

    Thank you for using Enfold.

    You can set the Header Mobile Menu activation settings to 990px on Enfold > Header > Mobile Menu panel.

    Cheers!
    Ismael

    in reply to: Firefox unresponsive and alignment issues #407460

    Hi!

    The autooptimize feature is still enabled. I think the script and stylesheet minify settings is causing the issue.

    Regards,
    Ismael

    Hi!

    You can try this:

    #top #main .products .product:nth-child(odd) .inner_product {
    background-color: red !important;
    }

    Cheers!
    Ismael

    in reply to: Easy slider does not resize images #406986

    Hey!

    Alright. So you don’t care if the images are cut as long as they are square in the slider? Set the Slideshow Image Size to the Shop Catalog (450x450px). If it doesn’t work, install this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media panel. Look for the square size thumbnail, set the width and height to 300px. Update then save changes. Regenerate the thumbnails after. Go back to the easy slider element, set the Slideshow Image Size to Square.

    Cheers!
    Ismael

    in reply to: VIDEO WALL in ENFOLD #406981

    Hey!

    You should insert the gallery images first, click one of the images then you’ll see a Custom Link field. Add the video url there. No, unfortunately, you can’t add a link to the marker but you can add html tags inside the marker tooltip. Please create a new thread for new inquiry.

    Best regards,
    Ismael

    in reply to: Third party Javascrips and Tab conflic #406980

    Hi dhuet!

    Thank you for using Enfold.

    Add the script part above the tab using a code block then add just this line inside the tab:

    <div id=”BVRRContainer”></div>
    

    Best regards,
    Ismael

    in reply to: Mode DEBUG #406976

    Hey!

    I think you forgot the actual link to the site. Please post it here. Try to move the code below line 17:

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

    Cheers!
    Ismael

    in reply to: Logo header centered and 2 menus #406975

    Hey!

    You can try this:

    .header-scrolled .logo img, .header-scrolled .logo a, .header-scrolled .logo {
    max-height: 70px !important;
    height: 70px;
    margin-top: -10px;
    overflow: visible;
    }

    Cheers!
    Ismael

    in reply to: after migration site not responsive on mobile phone #406874

    Hey!

    Thank you for the info. I don’t think this is possible without duplicating the site. Just to be clear, the preferred domain is (http://www.galeriemi.nl). Is that correct? After the the duplication, edit the old domain’s .htaccess file. Add this at the very beginning:

    RewriteEngine on
    RewriteRule ^(.*)$ http://www.galeriemi.nl/$1 [R=301,L]

    Cheers!
    Ismael

    in reply to: IE8 on Windows 7 problems #406872

    Hi!

    We tested it on an IE8 emulation and it looks fine. Please ask your client to disable compatibility view mode. The only issue that I see is that the color section background is not resizing properly because IE8 doesn’t support the css background-size property. To fix it, add this to the Quick CSS field:

    .avia-msie .home #av_section_1 .av-parallax {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://nltrademate.nl/wp-content/uploads/2015/02/NLTradeMate.jpg',
    sizingMethod='scale');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://nltrademate.nl/wp-content/uploads/2015/02/NLTradeMate.jpg',
    sizingMethod='scale')";
    }

    This is how the site looks like on IE8 emulation (ignore the ie inspector):

    Regards,
    Ismael

    in reply to: logo custom size #406863

    Hey!

    Looks like you managed to remove the menu borders. Add this to the Quick CSS field to adjust the bottom highlight of the last menu item:

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
    padding-right: 0;
    }

    Best regards,
    Ismael

    in reply to: Enfold Standard Sidebar Widget #406862

    Hi!

    You can set the Main Menu Sidebar on Enfold > General Layout > Layout panel. Select the custom widget area that you want to show below the main sidebar navigation.

    Regards,
    Ismael

    in reply to: Main Header #406860

    Hi!

    Please give us a link to the actual page. We need to inspect it. Try to use css media queries to control the display of the custom widget.

    Cheers!
    Ismael

    in reply to: Masonry Gallery – Final time #406858

    Hi!

    Thank you for using Enfold.

    You can adjust the background color of the content block on hover with this :

    .av-masonry-entry:hover figcaption.av-inner-masonry-content.site-background {
    background: red;
    }

    Regards,
    Ismael

    in reply to: Import Settings File not working; missing widgets #406856

    Hi!

    Did you check the Inactive Widgets panel? Yes, you can export the current settings then import a new demo but the new demo will also remove widgets related to the previous demo, and add its own.

    Best regards,
    Ismael

    in reply to: template for custuom post type #406851

    Hi suchfin!

    Thank you for using Enfold.

    You can only add Templates for pages. If you want to create a new template for a custom post type, please refer to this link: http://codex.wordpress.org/Post_Type_Templates

    Best regards,
    Ismael

    in reply to: Header Banner Ad #406843

    Hi!

    Add this to the Quick CSS field:

    #header .widget {
    position: absolute;
    right: 0;
    top: -80px;
    }

    Remove the “echo” on this line:

    echo dynamic_sidebar( 'header' );
    

    Regards,
    Ismael

    in reply to: Logo/Partner element is a mess in IE 10 #406835

    Hi hlchia!

    Thank you for using Enfold.

    I checked the site on an IE emulation and they all look the same, logo partner element looks fine. Try to deactivate IE 10’s compatibility view mode.

    Cheers!
    Ismael

    in reply to: Unable to save and edit pages #406834

    Hi!

    I tried to access the site via FTP but it’s blank. Did you remove it?

    Regards,
    Ismael

Viewing 30 posts - 49,801 through 49,830 (of 66,206 total)