Forum Replies Created

Viewing 30 posts - 28,771 through 28,800 (of 35,056 total)
  • Author
    Posts
  • in reply to: Menu bar state and hover #930490

    Hi,
    To adjust the width of the sub-menu to accommodate 8 items, please try this code:

    @media only screen and (min-width: 1307px) { 
    #top.page-id-11 #sub_menu1 .av-subnav-menu li a {
        padding: 0 25px!important; 
    }
    }
    @media only screen and (min-width: 1019px) and (max-width: 1306px) { 
    #top.page-id-11 #sub_menu1 .av-subnav-menu li a {
        padding: 0 7px!important; 
    }
    }

    note that this code is written to only work on this one page, if you want to use it for every page, please remove “.page-id-11” from the code.
    I noticed that for your mobile & tablet the sub-menu could use some adjusting, please try this code, if you wish:

    @media only screen and (max-width: 1019px) {
    .responsive #top #wrap_all #sub_menu1 .container {
        width: 100%!important; 
        max-width: 100%!important; 
    }
    #top #sub_menu1.av-submenu-container .container {
        padding: 0px !important;
    }
    #top #sub_menu1 .av-subnav-menu li a {
        padding: 0 10px!important; 
    }
    }

    Best regards,
    Mike

    in reply to: Customizing H6 and it is not changing the font type #930292

    Hey extraeyes,
    Do I understand the you did try to use Enfold Theme Options > Advanced Styling to change the font color and font family, but it didn’t work?
    There may be a conflict if you are you are trying to change a h1 that is actually a special heading element that has had the color set in the element. In this case using quick css such as:

    .av-special-heading-h1 {color: red !important;}
    or
    .av-special-heading-h2 {color: red !important;}

    will help.
    If you can include the url to the page in question, and explain the changes you wish to make, we can assist.

    Best regards,
    Mike

    in reply to: How to copy theme into a new child theme? #930266

    Hi,
    First, you can use our pre-built child theme from here: Read about using a Child Theme
    There you will also see a video and steps to moving to a child theme.
    After moving to the child theme you may need to clear your browser cache and any cache plugin a few times.

    Best regards,
    Mike

    in reply to: column width in color section #930252

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

    #menulist div.av_one_fourth {margin-left: 0% !important; width: 25% !important; }
    #menulist div.av_one_fifth {margin-left: 0% !important; width: 8% !important; }
    

    Best regards,
    Mike

    in reply to: FIREFOX Slide sidewards issue #930248

    Hi,
    I found a couple of issues, first your avia-merged-styles in /wp-content/uploads/dynamic_avia/ doesn’t seem to be loading, this could be due to a few things, one of which is updating the theme via FTP and not removing the old files. Did you last update via FTP?

    The second issue is this css in your “simple css” is adding extra padding to the button, but it may not be that much of a issue when we get your avia-merged-styles working again, so I left it in place for now.

    
    #top .avia-button-fullwidth {
    	font-size: 16px!important;
    	line-height: 15px!important;
    	padding: 15px;
    }
    

    Please include FTP access in the Private Content area.

    Best regards,
    Mike

    in reply to: How to remove search icon from header #930212

    Hi,
    Opps, your right, good catch, thanks :)
    Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    Hi,
    I’m not sure which hotspot classes you will need as I’m unsure what you are trying to change, but I will try to explain all of the classes.
    first you have two classes in one div > .av-image-hotspot & .av-display-hotspot
    then for the next div > .av-image-hotspot_inner
    and the next div > .av-image-hotspot-pulse
    these are all nested, so it depends on what you want to change.
    Try checking out the developer or inspection tools in your browser.
    Hope this helps :)

    Best regards,
    Mike

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

    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

    Hi,
    Adding a child theme is quite simple, and it will protect your customizations for the future. Read about using a Child Theme

    Best regards,
    Mike

    in reply to: Remove Header Bar (sticky header) #929833

    Hey mauriciodreher,
    I’m not sure I understand, for mobile and tablet you would like the image removed, and only show the burger menu?
    I assume that you would still want to show the text in your color section?
    If this is correct, Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 1023px) { 
    #top.home #av_section_1 .av-parallax {background-image: none !important; }
    }
    }

    Best regards,
    Mike

    in reply to: Different headers on different pages #929823

    Hey flylanddesigns,
    Please see this solution for a different logo on one page.
    Please see this solution for a different menu on one page.
    You can also change the header setting per page, such as transparency from the Layout options on the page and add a color section to the top of the page with a background image to create a header with a background, giving a totally new look.

    Best regards,
    Mike

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

    Hi,
    “Check enabled on update – Checks the structure only” gives you the report that you now see, this is the safest option, and as you are not having issues with the page and the report has no fatal errors this may be best.
    You can update the page to create a report and then click the button “show parser info” to see the errors, and decide if the errors are actually in your content than in the structure.

    If you want to try the auto repair option, please copy the shortcode above to a plain text editor, like Notepad or Notepad++.
    Not a rich text editor like WordPad or Word.
    So that if something goes wrong you can always go back.
    2018-03-20_071411

    Best regards,
    Mike

    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

Viewing 30 posts - 28,771 through 28,800 (of 35,056 total)