Forum Replies Created

Viewing 30 posts - 30,721 through 30,750 (of 34,963 total)
  • Author
    Posts
  • in reply to: I couldn't make any changes in home page. #891840

    Hi,
    Please try this solution for putting the social icons in the burger menu

    Best regards,
    Mike

    in reply to: Google Event Contact Form #891839

    Hey djabsolut,
    Please check your code for curly quotes:

    $(‘.kontaktformular-senden a’).on(‘click’, function() {
    $('.kontaktformular-senden a').on('click', function() {

    If that doesn’t help, try targeting the button via the target of it
    Also try clearing any cache plugin.

    Best regards,
    Mike

    in reply to: Move date and author meta to under title #891837

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

    .html_elegant-blog #top .post-entry .post-meta-infos {margin-top: 0px !important; }
    .html_elegant-blog #top .entry-content-header .av-vertical-delimiter {display:none!important;}
    .html_elegant-blog #top .post-entry .post-title {
    padding-bottom: 0px !important; 
    margin-bottom: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Image in header/color section #891836

    Hi,
    Sorry for the late reply, I see that you have a logo image at the top of your page that is not quiet 100%, and under it you have the same image in a color section. The image in the color section is centered virtually, with the height of the color section much more than the image. If you change the height of the color section it will remove the extra white space.
    But then your request is to remove the header, which we can do with:

    .av-logo-container {display:none!important;}

    But I wonder if a better solution would be to use your logo at full width instead:

    .logo, .logo img {
        width: 100% !important;
        height:auto;
    }
    .av-logo-container {padding: 0px !important; }
    

    Please let us know if either of these help you achieve your design.

    Best regards,
    Mike

    in reply to: Autocomplete in popup_elements #891830

    Hey VanTe,
    Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Sub-menu in Full Width Area code revision #891829

    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; 

    Adjust the color to suit.

    Best regards,
    Mike

    in reply to: Magnific Popup in combination with an Enfold Contact Form #891828

    Hey opalion,
    Do you have a facebook plugin or script active?
    I’m seeing

    document.domain = 'facebook.com';__transform_includes = {};self.__DEV__=self.__DEV__||0;

    and wonder if this is a conflict.
    Please try disabling your plugins and custom scripts to see if that resolves the issue.

    Best regards,
    Mike

    in reply to: Theme issue causing error #891823

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

    .tribe-events-tickets .tribe-tickets-remaining {
        display: inline-block!important; }

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Yoast XML Sitemap mit Images? #891820

    Hi,

    I believe the solution is to remove the:

    
    $src = str_replace( 'https://www.domain.com', 'https://cdn.domain.com', $src );

    like this:

    Please try this corrected code, if it doesn’t work please include a admin login & FTP login in the private content area so we can take a closer look.

    Best regards,
    Mike

    • This reply was modified 8 years ago by Mike.
    • This reply was modified 1 week, 1 day ago by Yigit.
    • This reply was modified 1 week, 1 day ago by Yigit.
    in reply to: WPML flags next to social media icons in the footer socket #891819

    Hi,

    @Guenni007
    thanks for the detailed solution,
    @Lukas did you have a chance to try this?

    Best regards,
    Mike

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

    li a:-webkit-any-link {
        color: #719430!important; 
    }

    Best regards,
    Mike

    in reply to: hr with icon #891808

    Hi,
    Please try:

    .hr-custom.hr-icon-yes .hr-inner {
        margin-left: 0px!important; 
        margin-right: 0px!important; 
        width: 48% !important; 
    }
    .hr-custom {
       width: 102%!important; 
    }

    48% is the maximum width without the icon jumping out of center, but we will offset this by making the HR width 102% thus equaling the 50% you want.

    Best regards,
    Mike

    in reply to: Woo Cart not formatting correctly #891098

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Woo Cart not formatting correctly #891090

    Hi,
    That’s good news. shall we close this then?

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Only mobile slider seen #891086

    Hi,
    The layerslider controls for hiding at certain screen widths didn’t work as expected, so added the quick css again, which worked well.
    Unless you have any other questions, shall we close this then?

    Best regards,
    Mike

    in reply to: Woo Cart not formatting correctly #890993

    Hi,
    I see your Paypal warning is gone now, which is good, but you still have 2 elements with with the same id #_wpnonce warning.
    2017-12-20_215513
    Can you please Try disabling your plugins to see if that solves the issue.

    Best regards,
    Mike

    Hi,
    #top.page-id-13 should work fine.
    It seems your page is working correctly now, are you happy with these changes?

    Best regards,
    Mike

    in reply to: Only mobile slider seen #890979

    Hi,
    Sorry, I don’t see the link to your new migration. I’ve worked on the one I had some more and solved the issue. Please try the migration I’ve linked in the Private Content area.

    Best regards,
    Mike

    in reply to: Only mobile slider seen #890740

    Hi,
    Ok, I got it to work by doing these steps, first I removed the quick css that targeted the sliders. Then I removed both sliders and saved the page, then add desktop slider and saved. At this point the desktop slider worked, but there is a delay it it showing, it seems you but scroll down first. Please check and remove any delays in the desktop slider.
    I then added the mobile slider above, and saved.
    Please try this.

    Best regards,
    Mike

    in reply to: Only mobile slider seen #890433

    Hi,
    Please include your login & password.

    Best regards,
    Mike

    in reply to: Google Font Lora Regular Italic doesn't show up #890418

    Hi,
    If I understand correctly, you would like H1 & H2 Lora regular & H3 Lora Italic, Try this code in the General Styling > Quick CSS field:

    #top #wrap_all .all_colors h3 {
        font-family: 'Lora italic' !important; 
    }

    To edit your functions.php you need you enable the editor in your security plugin, please see screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Google Webmasters – Search Appearance – HENTRY errors #890412

    Hi,

    @Guenni007
    Sorry, I don’t understand, didn’t you provide the solution and Rikard answer your question?

    Best regards,
    Mike

    in reply to: margins #889978

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Google Font Lora Regular Italic doesn't show up #889875

    Hi,
    I found the error, both were named the same, so I changed one to “Lora italic” it now shows at the very bottom of the list and the other is midway. Please check.

    Best regards,
    Mike

    in reply to: Woo Cart not formatting correctly #889872

    Hi,
    Glad to hear, thanks for using Enfold.

    Best regards,
    Mike

    Hey ucbrianinla,
    I suggest setting your mobile menu to become activate at 768 by going to Enfold Theme Options > Main Menu > Menu Items for mobile
    Then Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 1088px) and (min-width: 769px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 6px;
    font-size: 10px;
    }
    
    .main_menu {
    margin-right: -50px;
    }
    
    .logo img {
    width: 140px;
    }
    }

    This will cover between 769px and 1088px above that your menu & logo will fit.
    If you have other css to address this issue try removing it so there won’t be a conflict.
    please see screenshot in Private Content area of this working at 1024px

    Best regards,
    Mike

    in reply to: Link Post format in Magazine title not linking out #889868

    Hey janicenisha,
    The post is from 2015 and the changes in post: https://kriesi.at/support/topic/enfold-magazine-post-with-link-format-does-run/#post-435156 are already in the file. So I wonder if you just need to add the function to functions.php, I don’t think it will work though due to it’s age.
    I’m still not sure what you are trying to do, can you explain?

    Best regards,
    Mike

    in reply to: Large white space in the tab section element. Need help! #889867

    Hey Nate,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Icon Box Transparency #889866

    Hi,
    I figured the URL out :)
    Try this code in the General Styling > Quick CSS field:

    #top.home .avia-builder-el-11 .iconbox_content,#top.home .avia-builder-el-13 .iconbox_content,#top.home .avia-builder-el-15 .iconbox_content {background: rgba(248, 248, 248,0.7)!important; }

    adjust the number to suit.

    Best regards,
    Mike

Viewing 30 posts - 30,721 through 30,750 (of 34,963 total)