Forum Replies Created

Viewing 30 posts - 28,321 through 28,350 (of 34,594 total)
  • Author
    Posts
  • in reply to: change text color in search box #929807

    Hi,
    You can take a look at Enfold documentation here under Code Snippets,
    and the video tutorials here
    We are in the process of updating the documentation with a lot more updated Code Snippets, these should be online in a few weeks.

    Best regards,
    Mike

    Hi,
    Yes we will keep this open, might I suggest that as this is a crucial time of year for you that you use the “9:59” technique for now. By the way, have you tried “10:01” or “10:10”?

    Best regards,
    Mike

    in reply to: change color of shopping cart notification banner #929787

    Hi,
    Please try adding “font-weight: bolder;” to your message css like this:

    #top #wrap_all div.woocommerce-message {
        border-color: #cbb482;
        background-color: #FEEFE7;
        color: #cbb482;
        font-weight: bolder;
    }

    your choices are “bold” or “bolder”

    Best regards,
    Mike

    in reply to: Few css problems after update to the 4.2.6 #929771

    Hi,
    Thank you for the link.
    1: I looked for your CSS for the magazine element, but I couldn’t find any custom CSS. I looked in your
        A: Child theme stylesheet, (WordPress > Appearance > Editor > Child Theme > Stylesheet)
        B: Enfold Theme Options > General Styling > Quick CSS field,
        C: WordPress > Customize > Additional CSS
    please try to add your CSS to your child theme stylesheet, first option above.

    2: I see that in your child theme functions.php you added your function inside the comment area, I moved your code. I didn’t find the page that it was to effect, so please check that it is now working.

    3: For your copy of the iconlist.php to work in your child theme, you needed to add this code to your functions.php, I added it for you. But I didn’t find the icon list you wanted it to work for, so please check that it is now working.

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    Best regards,
    Mike

    in reply to: change lightbox animation #929740

    Hi,
    Oh I see, glad to hear it is solved.
    We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: change text color in search box #929498

    Hey Yan,
    Do your mean the text you would type, or the placeholder word “search”?
    For the text you would type, please try this code in the General Styling > Quick CSS field:

    #top .header_color .avia-search-tooltip input[type='text'] {
    color: red !important;
    }

    Best regards,
    Mike

    in reply to: Some settings don't work anymore after update #929495

    Hi,
    I see you are using a cache plugin, please disable, I also see you are using Wordfence, this may be blocking your /uploads/dynamic_avia/ “avia-merged-styles” from loading. Please disable.
    When you last updated, did you update via FTP, or though the admin panel?

    Best regards,
    Mike

    in reply to: After update Enfold 4.2.6 some images do not appear #929491

    Hi,
    This means there are 13 minor errors and 0 fatal errors.
    Is you shortcode parser set to “Disabled – No checks are done on update” or “Auto Repair Function enabled”?
    2018-03-19_221731

    Best regards,
    Mike

    in reply to: Few css problems after update to the 4.2.6 #929489

    Hey viaggiareverde,
    I see that you have given us a admin login, yet I don’t see a url to your site, please provide.

    Best regards,
    Mike

    Hi,
    If I understand correctly you would like the tooltips for the hotspots to have a background color.
    Please see screenshot in Private Content area for what this code should do:

    #top.postid-1581 .avia-tooltip {
      background:rgba(0,0,255,0.5)!important; 
      color: #fff !important;
    }

    it has been created for that one page only, to use for other pages please remove “#top.postid-1581” from the code.

    Best regards,
    Mike

    in reply to: avia-post-nav entry-title displaying issue #929486

    Hey scriptorium,
    Please try:

    #top .avia-post-nav span.entry-title {display: inline-block;}

    If this doesn’t help, please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: CAR RENTAL SYSTEM PLUGIN #929479

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

    .car-rental-search-step1 .booking-item .booking-item-body div.styled-select-dropdown select {
        height: 40px !important; 
    }
    .car-rental-search-step1 div.styled-select-dropdown {
        height: 40px!important; 
    } 

    Best regards,
    Mike

    in reply to: FIREFOX Slide sidewards issue #929470

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: change lightbox animation #929467

    Hi,
    Adding this seems to have smoothed it out:

    .mfp-img {
    transition: all 4s ease!important; 
     transition-delay: 4s!important;
    }

    but it’s hard to test with your current code in place. If this doesn’t help please remove your current code to disable the animation.
    One question I have though, you say “My client doesn’t like the images changing size as you click through them” but the images will change size to fit the screen, unless all images are either landscape or portrait. Portrait will look smaller to fit in the screen.
    Am I understanding you correctly?

    Best regards,
    Mike

    in reply to: Problem with anchors #929460

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Can not view or edit a Post in backend #929459

    Hi,
    Please let us know what you find out, one point may be that I’m in the US and getting your site from a different Cloudflare server than you.
    By the way, what webhost are you using & where are you?
    Please respond in the Private Content area.

    Best regards,
    Mike

    in reply to: Separator/Whitespace Spacing – adjust vertical spacing #929456

    Hi,
    Very good, glad it worked for you and sorry again for the late reply.
    We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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

    Hi,
    Sorry I have not found anymore on this issue, I can make many guesses but I have no evidence to back it up. I’m sure the first suggestion MT will have is to disable Enfold to see if the issue still occurs, can you try that?

    Best regards,
    Mike

    in reply to: Responsive site adjustment #929451

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

    @media only screen and (max-width: 767px) { 
    #top.home .flex_column.avia-builder-el-17 {padding: 0px !important;}
    }

    Yet, I couldn’t find the tight text on your page. Is this on a different page?

    Best regards,
    Mike

    in reply to: Add Google Font to Enfold Theme #929449

    Hi,
    Glad to help, before we close this I wanted to ensure you were able to get your font working?

    Best regards,
    Mike

    in reply to: change lightbox animation #929064

    Hey Munford,
    I believe that you are looking for the transition “ease” such as:

    transition: background 0.2s ease,
                  padding 0.8s linear;

    please read about the transition property here
    Here is another good article
    Be sure to use the “!important;” and clear your cache while testing.

    Best regards,
    Mike

    in reply to: CAR RENTAL SYSTEM PLUGIN #929045

    Hey Sandro Pozzolo,
    Thank you for reach out to us, typically we don’t support third party plugins, and we don’t have any information on the compatibility.
    But if it is this plugin: Car Rental System I did find this comment about Enfold and the plugins css:
    2018-03-19_072519
    yet this was made 2 years ago.
    Hopefully this was helpful.

    Best regards,
    Mike

    in reply to: FIREFOX Slide sidewards issue #929037

    Hi,
    Do you mean the “load more” button? The background-color for the button is set to white.
    Try this code in the General Styling > Quick CSS field:

    #top .main_color .container .av-masonry-load-more {background-color: red !important;}

    please adjust the color to suit.

    Best regards,
    Mike

    in reply to: Add Google Font to Enfold Theme #929035

    Hi,
    For the iThemes Security plugin, you will find the setting at: iThemes Security > Settings > WordPress Tweaks > File Editor > Disable File Editor
    2018-03-19_070249
    2018-03-19_070335
    I disabled it for you so your editor will now show.

    Best regards,
    Mike

    in reply to: Problem with anchors #929033

    Hi,
    I believe that your link is landing on the anchor correctly, but the portfolio grid is loading afterwards and pushes the page down, either because of the lazy load animation or the number of items / images loading or both.
    Please see this explanation
    So the solution is to set a min-height for the portfolio grid element.
    Try this code in the General Styling > Quick CSS field:

    #top.home #av_section_1 {min-height: 10206.4px !important; }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Spacing between picture and headline / text block #929019

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Menu bar state and hover #929018

    Hi,
    1: To change the color of the bar please look at the second rule in your General Styling > Quick CSS field:

    .header_color .avia-menu-fx { border-bottom: solid 4px #64a6c4 !important; }

    and change the color code to suit.
    2: To add a bar to the sub-menu, I added this code to your General Styling > Quick CSS field:

    /*sub-munu bar*/
    #top .av-submenu-container .avia-menu-fx {
        display: initial!important; 
    }
    #sub_menu1 .current-page-ancestor .avia-menu-fx {
        opacity: 0!important;
        visibility: hidden!important;
    }
    #sub_menu1 .menu-item a { padding-bottom: 15px!important; }

    the color happens to be set by the theme, and seems to be what you asked for.

    Best regards,
    Mike

    in reply to: Can not view or edit a Post in backend #928992

    Hi,
    What I see from looking at your errors is a err_aborted and “522 Connection timed out” error, and the only reference to 522 is for Cloudflare, see this.
    I didn’t get these errors and I didn’t see that your site was using Cloudflare, but in your screenshot I see you have a tab “cPanel – Cloudflare” Is your site hosted on Cloudflare? I found this info that may help: Fixing Cloudflare Error 522 but if your site is on Cloudflare I think you will need to contact them.

    Best regards,
    Mike

    in reply to: Menu bar state and hover #928786

    Hi,
    You were missing the dot in front of the rule, I added and now is working.
    As for the issue were sub-menu pages are not causing the main menu underline to not show up, I found that it’s because the sub-pages need to have the main menu page as their “parent page”
    For example, the page “Water & Wastewater” has the Parent Page: Utilities.
    when this is set the main menu gets the class “current-page-ancestor” so that this css will work to make the line show for under the main menu item:

    .current-page-ancestor .avia-menu-fx {
        opacity: 1!important;
        visibility: visible!important;
    }
    

    Best regards,
    Mike

    in reply to: Can not view or edit a Post in backend #928782

    Hi,
    Please try opening your developer tools in Chrome, with the Console open.
    Then click edit on your post item to see if you get any errors.
    Please see screenshots in Private Content area.

    Best regards,
    Mike

Viewing 30 posts - 28,321 through 28,350 (of 34,594 total)