Forum Replies Created

Viewing 30 posts - 21,541 through 21,570 (of 34,223 total)
  • Author
    Posts
  • in reply to: Transparent header not working #1080181

    Hi,
    I see that your css merged is still loading, perhaps you turned it back on by the time I was able to look?
    Whenever you add css to your style.css, and the css merging is on, please try adding a blank space to your Quick CSS so that the theme options button “Save all changes” can be clicked.
    This is what rebuilds the css merged file so that your css is added.
    Another option would be to just add the css to the Quick CSS field and then save.
    Also note that the WordPress > Customize > Additional CSS has the highest rank, and will almost always override any other css.
    I have not noticed a file called “style.css.original.css” before.

    Best regards,
    Mike

    in reply to: can't import the image of the "hotel" demo #1080176

    Hi,
    Do you mean that you installed the demos 20 times on this server with no trouble until now?
    If so this sounds like your webhost is blocking you, perhaps you should ask them to look into this, you may have triggered a firewall or ModSec filter.
    You can find the import xml file in your install at: \enfold\includes\admin\demo_files\hotel.xml
    and use the WordPress importer to import it.
    I have also included the images for the demo in the Private Content area. If you continue to have trouble, one tip that I might suggest is uploading the images within their folders to your uploads folder, then editing the hotel.xml to replace all of the url’s that point to our server with your own url. This will set the correct image files in your database without having to actually download them. This method has helped other users that were having troubles with their own server flagging the bulk downloads.
    Don’t forget to use the “WP Reset” plugin before trying to import the demo.

    Best regards,
    Mike

    in reply to: stick the header on mobile & iPad #1080167

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Font size changes with "no sidebar" layout #1080166

    Hi,
    Thank you for the login, I added this css to your WordPress > Customize > Additional CSS:

    #top.single.no_sidebar_border .container_wrap.fullsize p {
    font-size: 17px !important;
    }

    I found that added the css to your Enfold Theme Options > General Styling > Quick CSS field it didn’t seem to work correctly and I believe this is because you have this function in your Quick CSS field:

    add_filter('avia_masonry_entries_query','avia_masonry_entries_query_mod', 10, 2);
    function avia_masonry_entries_query_mod($query, $params)
    {
        if(is_singular('post')) {
            $query['post__not_in'] = array(avia_get_the_ID());
        }
        return $query;
    }

    This function will not work correctly there, it belongs in your functions.php file in Appearance > Editor
    For it to work you may wish to move it.
    Please clear your browser cache and check the font size issue.

    Best regards,
    Mike

    in reply to: PHP do_shortcode not working for masonry galleries #1080156

    Hi,
    Thank you for the FTP access, I renamed your current theme to “enfold-old” then I uploaded the new “enfold” and checked that your site is working correctly. Please also check for yourself.
    But I was not sure were to see the error on your site, so please check and let us know.

    Once you are happy you, (or I) can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.

    Best regards,
    Mike

    in reply to: Menu items crowds together #1080153

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Partner Logo Scroller #1080143

    Hi,
    Glad we could help, I assume we can close this now, but I like to ask. Shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad we could help, this was only a partial of the next update :)
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Second Button in a Color Section not useable via iOS #1079727

    Hey Lars,
    Thank you for the login, your buttons are being covered with the padding from the diagonal border.
    Please see the overlap in the screenshot in Private Content area.
    To correct Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-2069 #av_section_1.avia-section.av-minimum-height .container {
        z-index: 9 !important; 
    }

    Best regards,
    Mike

    in reply to: Adding some icons next to the SEARCH icon. #1079724

    Hey darkfashion,
    Thank you for the image, are the icons also links?
    Have you considered using the social media options to add your custom icons and links, after they are in place we could move one to the right?

    Best regards,
    Mike

    in reply to: Problems with breadcrumbs in mobile version #1079721

    Hey Anj27,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 766px) { 
    h1.main-title.entry-title {
    margin-bottom: 14px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: CSS not working #1079720

    Hey NMDKDesign,
    Sure, can you tell us what code you are using and what it is targeting so we can try, if it fails we can examine the reason.
    Please include a admin login in the Private Content area.

    Best regards,
    Mike

    in reply to: Table Element – transparent corner box #1079719

    Hey Suze,
    When you say “transparent” do you mean that you want it white or have the background image?
    2019-03-17-155330
    This css gives it the background image:

    #top.page-id-198 #av_section_1 > div > div > div > div > div:nth-child(2) > table > tbody > tr.avia-heading-row > th.avia-desc-col {
    background-color: transparent !important;
    background: url(//wordpress-82076-502599.cloudwaysapps.com/wp-content/uploads/2018/05/white_carbon.png) center center repeat scroll;
    }

    Best regards,
    Mike

    in reply to: HELP with masonry load/fade in problems #1079715

    Hey Munford,
    Sorry for the late reply, I was able to see the issue on your homepage, I also saw that you have many javascript errors:

    Uncaught TypeError: Cannot read property 'ready' of undefined
        at l (froogaloop2.min.js:1)

    this seems related to your video header.
    typically when javascript gives an error it doesn’t skip to the next command easily, it will often hang on the error.
    Perhaps correcting the errors will help.

    Best regards,
    Mike

    in reply to: Partner Logo Scroller #1079709

    Hey Oliver,
    Sorry for the late reply, I took a looked at your page, and the section “Companies I have worked with”
    If you want them smaller, you could try this:

    @media only screen and (min-width: 767px) { 
    .avia-logo-element-container .slide-entry.slide-entry-overview img {
        width: 100px !important; 
        margin-top: 50px !important; 
    }
    }

    But I’m not sure if you want them bigger or smaller.

    Best regards,
    Mike

    in reply to: No follow function #1079703

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

    function avia_image_nofollow(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.page-id-743 a.avia_image').attr('rel','nofollow');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'avia_image_nofollow');

    Best regards,
    Mike

    in reply to: creating 1/2 box below another #1079702

    Hi,
    Please try adding your second column below the image and add the custom class “float-right” to it by going to Enfold Theme Options > Layout Builder > Show element options for developers.
    2019-03-17-140342
    Then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .float-right {
        float: right !important; 
        margin-top: -500px !important; 
    }

    Please adjust to suit.
    Expected results:
    2019-03-17-140528

    Best regards,
    Mike

    in reply to: Color Section Image Background on Mobile Device #1079698

    Hey JMDP,
    For your mobile devices, please try this css:

    @media only screen and (max-width: 767px) { 
    #top #visuel-home {
    background-image: url(https://your-site.com/wp-content/uploads/2019/03/Affiche-IronManech-2019-5e-Edition.png) !important; 
    }
    }

    Please besure to change the “your-site.com” in the code to your site.
    Your desktop image looks fine at 1200px and above, but I would recommend creating a third image for tablets 768px to 1200px

    Best regards,
    Mike

    in reply to: No puedo puedo editar los elementos de mi pagina #1079693

    Hi,
    I was able to load and login to your site today, thanks.
    I see that you are having a few javascript errors, can you include your ftp access in the Private Content area so I can upload the theme again?

    Best regards,
    Mike

    in reply to: Transparent header not working #1079687

    Hi,
    Did you remove the css from your Quick CSS or from your style.css? It is still showing in your merged css.
    Please disable performance css merging, then go to your Quick CSS and add a blank space and save again.
    If it didn’t have the !important; we could override it, but we need to remove it.

    Best regards,
    Mike

    in reply to: lightbox page pop-up oversized width on mobile devices #1079685

    Hi,
    It looks like we are going to have to target iOS only, I know that you can target iPhone with this:

    /*iPhone only - ios*/
    @supports (-webkit-overflow-scrolling: touch) {
      /* CSS specific to iOS devices */ 
    }

    But your also looking to control Mac’s which don’t have a touch screen.
    This post says you can target iOS only with

    -webkit-overflow-scrolling

    Perhaps we should try to control it with javascript, such as this post.
    Well please let us know how your testing goes tonight.

    Best regards,
    Mike

    in reply to: Transparent header not working #1079682

    Hi,
    Well your saying that you don’t see the error on the frontend but only in the backend (preview), I’m still seeing it on the frontend.
    I see that you are using Cloudflare, I believe that is where the cache issue is right now, I assume you tried to clear it but it can take a few hours for it to clear.
    Odd that you didn’t see this on the backend before, above you said that you only saw it on the front end?
    Perhaps try checking back in a little bit.

    Best regards,
    Mike

    Hi,
    I know that you are not using a pdf link shortener, but I wondered if the error would still happen if you did use one, since this seems to only be happening to pdf links, just a thought.
    Thank you for the FTP access, I renamed your current theme to “enfold-old” then I uploaded the new “enfold” and checked that your site is working correctly. Please also check for yourself.
    Once you are happy you, (or I) can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.

    It seems that I can add the pdf link and it saves, and it works on the front end now, please check for yourself.

    Best regards,
    Mike

    in reply to: Menu items crowds together #1079668

    Hi,
    Ok I tested on a Mac and adjusted the css to this:

    @media only screen and (min-width: 767px) and (max-width: 1400px) { 
    span.avia-menu-text {
    font-size: 50% !important;
    }
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Password protected pages not working with Enfold 4.5.4 #1079650

    Hi,
    Thank you, we will leave this open.

    Best regards,
    Mike

    in reply to: lightbox page pop-up oversized width on mobile devices #1079645

    Hi,
    I added the style to the page directly because it’s loading in a iframe and some browsers won’t let you apply css to the content of a iframe, I also wanted to see if it worked without fighting with the iframe limitations. So I added a media query to the css and made it a little smaller:

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

    If this works for you then try moving it to your Quick CSS to see if it still works on the iframe, but we will add the page id to it:

    @media only screen and (max-width: 767px) { 
    .responsive .boxed#top.page-id-1507 {
    max-width: 350px !important; 
    width: 350px !important;
    }
    }

    Please feel free to adjust the width, I’m just guessing at 350px from the video.
    Also clear your browser cache.

    Best regards,
    Mike

    in reply to: decrease the edge where there are products #1079634

    Hi,
    For mobile you will not want the css to work, so I moved the code to your Quick CSS and added the rule so it won’t change your mobile layout:

    @media only screen and (min-width: 766px) { 
    #top.page-id-597 .grid-sort-container {
        margin-left: 11% !important; 
    }
    }

    I also added the page to the css so it will only work on the one page and not interfere with other pages.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Line break Text on welcome page #1079621

    Hi,
    Thanks for the test page, the first step was to wrap the css in the code block with:

    <style> ... </style>

    so it would work as css, then the column needed to have the custom class “test_section” so the css could tell it what to do.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Transparent header not working #1079618

    Hi,
    Thank you, I was able to see your site now, it looks like your transparency is working, but your page has padding at the top with is pushing down the background image and then showing the page background color, which is black. This is the css doing it:

    .responsive #top #main {
        padding-top: 131px !important;
    }

    since it has !important; in it I would say this is in your custom css, please try finding it a removing it.

    Best regards,
    Mike

    in reply to: lightbox page pop-up oversized width on mobile devices #1079614

    Hi,
    I signed up for a trial at browserstack and tested you site, it turns out that the iframe is getting it’s width from the page that is in the iframe which is 1920px
    So I added this css to your contact page in a code block:

    <style>
    .responsive .boxed#top {
    max-width: 400px !important; 
    width: 400px !important;
    }
    </style>

    and I added this to your Quick CSS, disabling the other css:

    .mfp-iframe-scaler iframe.mfp-iframe,.mfp-iframe-scaler iframe,div.mfp-content {
    max-width: 400px !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 21,541 through 21,570 (of 34,223 total)