Forum Replies Created

Viewing 30 posts - 30,841 through 30,870 (of 34,910 total)
  • Author
    Posts
  • in reply to: Interfacing with Visual Composer #886967

    Hi,
    Sorry, that is our Advanced Layout Builder built into Enfold.

    Best regards,
    Mike

    in reply to: Add Polylang language swith next to burger menu icon #886966

    Hi,
    Thanks for the feedback, I see that I missed that, and with using the “Display as icon” setting the Extra Elements > Header Secondary Menu is also hidden. Which now makes sense.
    You can add a widget to the header, see here.
    Or how about setting the menu back to display as text and using this code to show the burger menu:

    @media only screen and (max-width: 1990px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Then the Extra Elements > Header Secondary Menu will show, which has the language switcher in it.

    Best regards,
    Mike

    Hi,
    Try:

    .responsive #top #header .av-main-nav > li > a:hover {
        color: #8dc63f!important; 
    }

    Best regards,
    Mike

    in reply to: One page navigation mobile menu sticky problem #886956

    Hi,
    Please try this code”

    @media only screen and (max-width: 766px) { 
    .responsive #top #main {margin-top: -80px!important;}
    #top #wrap_all .av_header_transparency {background-color: transparent!important;}
    div#header_main > .container {display: block !important;}
    }
    

    I think you’ll get what your looking for, please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Full-Width Sub Menu – Active Link Styling #886949

    Hi,
    I stand corrected, well done :)
    Thank you for sharing your solution, shall we close this then?

    Best regards,
    Mike

    in reply to: Interfacing with Visual Composer #886948

    Hi,
    Can you link to the page we built with Visual Composer?

    Best regards,
    Mike

    in reply to: Color Hotspot Admin #886947

    Hi,
    The image hotspot is different on mobile device because of the following reasons:

    1.) Mobile devices don’t support hover state so it’s not going to work as it should.
    2.) There is not enough space to accommodate the tool tip especially when you use long text.
    3.) There no on click script currently availability.
    Forcing it to display on mobile devices will either break the shortcode or it will just look crappy. You can try this in the Quick CSS field

    
    @media only screen and (max-width: 767px) {
    .responsive .av-mobile-fallback-active.avia-tooltip {
        visibility: visible!important; 
    }
    .av-hotspot-fallback-tooltip { display: none !important; }
    }

    Best regards,
    Mike

    in reply to: question about enfold theme #886943

    Hi,
    I researched further and found that You will want to enter the API details in the parent theme, then you can just switch back to continue working on the child.
    Hope this helps :)

    Best regards,
    Mike

    in reply to: Add Polylang language swith next to burger menu icon #886942

    Hi,
    I see your flags are showing in your burger menu, and your main menu is disabled.
    The option is to put the language items in the secondary menu and set the secondary menu to the top of the page, which I did.
    But it is not showing as it should. Also your theme options don’t show the “Menu Items for mobile” option and I see no css to set your burger menu to always on. So there is a conflict somewhere.
    Did you make changes to the parent theme? Perhaps try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Otherwise I would recommend re-uploading the parent theme to correct any broken files.

    Best regards,
    Mike

    in reply to: Full-Width Sub Menu – Active Link Styling #886912

    Hi,
    Sorry, my mistake. As for doing this with the Full-Width Submenu element, it’s not a feature at this time. The site they were working was Version: 3.4.7 and the menu structure has changed since then.
    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    Hi,
    I added this code in the General Styling > Quick CSS field:

    
    li#menu-item-56 a:after,li#menu-item-55 a:after,li#menu-item-57 a:after,li#menu-item-58 a:after {
        content: ' ';
    }

    Add it seems to be working, please check.
    2017-12-09_085351

    Best regards,
    Mike

    in reply to: Slider not responsive #886859

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Full-Width Sub Menu – Active Link Styling #886857

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top #header.header_color.av_header_transparency .av-main-nav>li.current-menu-item >a .avia-menu-text {color: red !important;}
    #top .header_color.av_header_transparency .avia-menu-fx {background: red !important; 

    Best regards,
    Mike

    in reply to: One page navigation mobile menu sticky problem #886851

    Hi,
    Did you want to use the mobile burger menu? It looks disabled.
    It looks like you are using Enfold v4.0.7, did you know we are now up to v4.2?

    Best regards,
    Mike

    in reply to: Color Hotspot Admin #886849

    Hi,
    If I understand correctly you want the hotspots to be blue in the backend for only you, not in the front end where visitors will see it. In that case, Try adding this code to the end of your functions.php file in Appearance > Editor:

    
    add_action('admin_head', 'custom_hotspot');
    
    function custom_hotspot() {
      echo '<style>
        #wpwrap .av-image-hotspot_inner {background: blue!important;}
      </style>';
    }
    
    

    Best regards,
    Mike

    in reply to: Column margin – reduce space #886847

    Hi,
    Try adding this code:

    .page-id-3644 div .av-flex-placeholder {
       width: 12px!important; 
    }
    .page-id-3644 .flex_column_table.av-equal-height-column-flextable.-flextable {
       margin-top: 12px!important;  
       margin-bottom: 12px!important; 
    }
    

    Best regards,
    Mike

    in reply to: hover on accordionslider #886832

    Hi,
    Glad we could help, shall we close this then?

    Best regards,
    Mike

    in reply to: Add Polylang language swith next to burger menu icon #886831

    Hi,
    First you will need to remove the code you added to the functions.php via FTP.
    Then can try to understand why you are getting the error, do you have more that one custom widget?

    Best regards,
    Mike

    in reply to: layout elements, content elements on new page #886827

    Hey valcov,
    Is it the homepage that your are talking about?
    The login doesn’t work please check.

    Best regards,
    Mike

    in reply to: Interfacing with Visual Composer #886826

    Hey i am a iranian,
    If I understand correctly, you are asking about using the Visual Composer page builder plugin with Enfold. Visual Composer page builder will not work correctly with Enfold because Enfold has it’s own Advanced Layout Builder. Please uninstall Visual Composer page builder and use ALB.

    Best regards,
    Mike

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-1360 #after_section_4 {display:none!important;}

    Might I suggest creating your menu links to target #werkwijze instead of your full url, your page seems to be reloading on every anchor click.

    Best regards,
    Mike

    in reply to: Widget Area on every post #886814

    Hi,
    I’m sorry, I read it as under the title and image, as in my screenshot, which is a blog post using the default editor. But now that I look closer, it looks like you are using the advanced editor for your posts. Is this true?
    This solution won’t work for you because when you use the advanced editor none of the template is used, a blank template is used so we can’t target the title.
    So in this case you will need to edit each page, adding the Adsense code in a code block element under the title.
    Or you can edit each page and add the widget element under the title so in the future you will only need to edit the one widget to change all of the pages.

    Best regards,
    Mike

    in reply to: add schema to single page of site #886803

    Hey James2200,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_schema(){
    if( is_page( 123 ) ) {
    ?>
     <script>
    //Your Script Here
     </script>
    <?php
    }
    }
    add_action('wp_header', 'custom_schema');

    where “is_page( 123 )” please change to your page id number

    Best regards,
    Mike

    in reply to: How to achieve that look? #886800

    Hi,
    To change your header logo so you have a dark one & light one, first add your light one at Enfold Theme Options > Header > Transparency Options > Transparency Logo
    Also set you menu link color there.
    Then add your dark logo to Enfold Theme Options > Frontpage Settings > Logo
    add set your dark menu link at Enfold Theme Options > Advanced Styling > Main Menu Links

    Best regards,
    Mike

    in reply to: Widget Area on every post #886798

    Hey aisukei,
    We don’t have a built in hook for under the image on blog posts, but I can show you how to add one. You should be using a child theme so that on your next theme update you won’t loose this change. We will edit enfold/includes/loop-index.php so add a copy of this to your child theme folder.
    First add this code to the end of your functions.php file in Appearance > Editor:

    
    add_action( 'ava_after_post_image', 'enfold_customization_post_widget_area' );
    function enfold_customization_post_widget_area() {
    	dynamic_sidebar( 'postwidget' );
    }
    

    And then navigate to Dashboard > Appearance > Widgets and create a new widget area named postwidget and add your widget to it.
    Then go to enfold/includes/loop-index.php line 204 and add:

    do_action( 'ava_after_post_image' ); 

    2017-12-09_052035
    It should look like this:
    2017-12-09_052346
    We can’t place it inside a color section, but you shouldn’t need that to have the width, nor should you need any css, but if you do just let us know.

    Best regards,
    Mike

    in reply to: Mobile view problem #886763

    Hi,
    I found an extra 40px margin, Try this code in the General Styling > Quick CSS field to remove:

    @media only screen and (max-width: 767px) { 
    .page-id-1336 .avia-content-slider .slide-entry-wrap {
        margin-bottom: 0px!important; 
    }
    }

    Best regards,
    Mike

    Hey auserde,
    Sorry, that feature is not available yet. But you could create a large button on your last slide to encourage visitors to go to the next section.

    Best regards,
    Mike

    in reply to: Google Maps Widget not working #886758

    Hi,
    Your error is that “Your site URL is not authorized” you will need to go to your Google Map API settings and enter your correct url. Or try setting your restrictions to none temporary to get your map working then retry setting you url restrictions.
    Note that it can take an hour for your changes to take effect, so only make one change and save, then clear any cache plugin and wait.
    I also see you have the “Google Maps API warning: RetiredVersion” because you are using Enfold v4.0.3, please update to v4.2 to solve.

    Best regards,
    Mike

    in reply to: Adding padding to move burger menu on mobile phone #886755

    Hey vic98,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .main_menu {
        top: 15px!important; }}

    adjust the number to suit.

    Best regards,
    Mike

    Hey KingFilly,
    I didn’t see a slider below the fold, but,
    Please try adding your anchor in a code block above your element, and a different one in your widgets in your footer to anchor the bottom of your page.

    Best regards,
    Mike

Viewing 30 posts - 30,841 through 30,870 (of 34,910 total)