Forum Replies Created

Viewing 30 posts - 30,481 through 30,510 (of 34,558 total)
  • Author
    Posts
  • in reply to: Google Maps Marker Tooltips Problem #886992

    Hey catchbudapest,
    Sorry, that solution is not working. I tested on a clean install, along with several other suggestions. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    Hi,
    I tested in Chrome, Firefox, Edge & IE11 and couldn’t reproduce the issue.
    2017-12-09_150923
    Although I did note many slow network warnings
    2017-12-09_151015
    With a slow network the browser may use the fonts from the user agent to substitute the site fonts. Perhaps that is the issue?

    Best regards,
    Mike

    in reply to: Load More Plugin for enfold #886982

    Hi,
    I had researched this issue in the past, it is a error in the way the rules are written by WordPress and happens with most themes. It has been responsible for sites being listed on Google with dozens of bad pages. At the time it was thought the next WordPress update would fix it, but apparently not. The best solution is to add this code in your .htaccess file:

    RedirectMatch permanent /([a-z0-9\-]+\/)[0-9\/]+ /$1

    Best regards,
    Mike

    in reply to: Problem with Meta Description #886980

    Hey Antonio,
    The text is in your manual excerpt, I checked the box in your screen options at the top of that page & you will see the excerpt field at the bottom of the page. To solve, just remove it.

    Best regards,
    Mike

    in reply to: Author in URL #886979

    Hi,
    Let us know how it works for you & if we can be of any other assistance.

    Best regards,
    Mike

    in reply to: How to hide or shorten excerpt at magazine element #886977

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

    .av-magazine-content.entry-content {
    display: none!important; 
    }

    Best regards,
    Mike

    Hi,
    Somehow the arrows in your snippet changed to >
    I fixed it, please check again.

    Best regards,
    Mike

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

    Hi,
    Again, well done :)
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    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

Viewing 30 posts - 30,481 through 30,510 (of 34,558 total)