Forum Replies Created

Viewing 30 posts - 30,691 through 30,720 (of 34,552 total)
  • Author
    Posts
  • in reply to: Sidebar always displays standard setting #881756

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

    Best regards,
    Mike

    in reply to: Grid Row with container #881755

    Hi,
    Thank you for sharing your solution, shall we close this then?

    Best regards,
    Mike

    in reply to: White backgrounds are turning gray. #881752

    Hi,
    Were you able to solve this? Shall we close this?

    Best regards,
    Mike

    in reply to: Delay to display the title. #881744

    Hey ctancrede,
    Try looking under the Transitions tab for your element, and then Timing & Transform, and set the start time.
    2017-11-25_134353

    Best regards,
    Mike

    in reply to: Scrolling text #881741

    Hi,
    Please include the url to the page in question so we can take a closer look.
    Did you try clearing your cache?

    Best regards,
    Mike

    in reply to: Testimonail Grid Layout Spacing #881740

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

    .page-id-23571 .av-minimal-grid-style .avia-testimonial {
        padding: 0px!important; 
    }
    .page-id-23571 .avia-testimonial {
        padding: 0px!important; 
    }

    Best regards,
    Mike

    in reply to: Wrong Layout of Main Meny #881738

    Hi,
    I believe the issue comes from having two Enfold’s installed, one v3.2 & the other v4.1.2
    They seem to be both named Enfold, and your child theme could be having issues with it. Try removing one and updating the other to v4.2
    I recommend creating a backup first: https://wordpress.org/plugins/duplicator/

    Best regards,
    Mike

    in reply to: Scrolling text #881717

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

    marquee a {font-size: 20px!important; }

    adjust the number to suit.

    Best regards,
    Mike

    Hey Jörg,
    Go to the body background tab to change the image.
    2017-11-25_123859
    To change the width of the body, go to Enfold Theme Options > General Layout > Dimensions tab:
    2017-11-25_124107

    Best regards,
    Mike

    in reply to: Menu in Consulting Demo #881711

    Hi,
    If you used the full url it should work correctly, Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Masonary (Product Cat) Title under the Image #881709

    Hi,
    Try using the Product Grid instead of the Masonry
    2017-11-25_122859

    Best regards,
    Mike

    in reply to: Enfold Loading Speed #881699

    Hey Dundee,
    In my test your site loaded in about 2.3 seconds, but your first byte was 1 second, first-byte is based on your server and not the theme. You could look into using a CDN, here’s a good article: Top CDN Services for a Blazingly Fast WordPress Site
    Here’s the test I ran

    Best regards,
    Mike

    in reply to: Google fonts not loading to live site #881696

    Hi,
    I tested your site and did several hard reloads and got one “status of 403 (Forbidden)” on your font, and three “ERR_ABORTED” on your font. Are you using a minifying plugin? If so try disabling it. Another option would be to host the font on your site with a plugin such as Use Any Font and download the font from Google Fonts
    2017-11-25_114722

    Best regards,
    Mike

    in reply to: Full width Sub Menu Positioning #881689

    Hi,
    The reason why your new code in your General Styling > Quick CSS field:

    .page-id-622 #menu-item-2189{left: -5%!important; }

    was not working is because you had this code in your WP Customizing > Additional CSS:

    .page-id-622 #menu-item-2189 {left: -43%!important; }

    I removed the General Styling > Quick CSS code & changed the WP Customizing > Additional CSS code to:

    .page-id-622 #menu-item-2189 {left: -45%!important; }

    and it seems right now, Please clear your cache and check.

    Best regards,
    Mike

    in reply to: Product grid sorting option not showing up #881687

    Hi,
    For “Let user pick by displaying a dropdown with sort options” the default value is defined at Default product sorting. The Default setting can be set at Woocommerce -> Settings -> Products -> Display -> Default product sorting.
    The Product Grid element is an addon element for Woocommerce, that is why it gets it’s setting from Woocommerce and not from the theme settings.

    Best regards,
    Mike

    in reply to: Navigation menu wrapping to second line #881679

    Hi,
    It looks as though the only change that you now need is the border radius, Try this code in the General Styling > Quick CSS field:

    #menu-item-6904 a {
    border-top-right-radius: 5px!important; 
        border-bottom-right-radius: 5px!important; 
    }
    #menu-item-5236 a {
    border-top-left-radius: 5px!important; 
        border-bottom-left-radius: 5px!important; 
    }

    Please clear your cache and any caching plugin on your site.

    Best regards,
    Mike

    in reply to: Youtube lightbox not work #881665

    Hi,
    To do this you need to use the long YouTube video link with ?iframe=true on the end, I corrected your link and it now works. Please clear your cache and check.

    https://www.youtube.com/watch?v=8HK7RGehcvo?iframe=true

    Best regards,
    Mike

    in reply to: LayerSlider WP Exports, but does not Import #881646

    Hi,
    The export file is being created as a invalid zip file. This is why you can’t import it. Try disabling all of your plugins from the export site, then create a new export file to your computer. If you can open the new export zip on your computer then try importing it to your import site. If you still can’t create a valid export zip file, then try enabling WP Debug.
    To turn on WP_DEBUG, find the following line of code to your wp-config.php file:

    define( 'WP_DEBUG', false );

    Then, replace “false” with “true” and save the file.
    Also enable debug logging, by adding the following line of code to your wp-config.php file below the above code:

    define('WP_DEBUG_LOG', true);

    Once you have added the line above, you can find the debug.log error log located in the /wp-content/ directory of your site. You can access this directory through FTP or the File Manager in cPanel.
    After enabling, try again to export the slider and post the debug log in the Private Content area.

    Best regards,
    Mike

    in reply to: Full width Logo (image) in Consulting Theme on top #881638

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

    .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {max-height: 75vh !important; }

    adjust the number to suit.
    Please clear your cache :)

    Best regards,
    Mike

    in reply to: Button link contact form #881621

    Hi,
    In my test the contact form looked low because of the admin toolbar, once I disabled it the contact form looked correct. Please try this and test for yourself, as your visitors will not see the admin toolbar when your site goes live.
    To disable the admin toolbar, go to your profile and uncheck the toolbar box.
    2017-11-25_074651

    Best regards,
    Mike

    Hi,
    For issue 2, I changed to “list-style-position: disc outside” and added “margin-left: 7em” to move it closer to the text, So the new code looks like this:

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page-id-3274 .entry-content-wrapper ul {
        list-style-position: disc outside!important; 
    margin-left: 7em!important; 
    }
    }
    @supports (-ms-ime-align:auto) {
    .page-id-3274 .entry-content-wrapper ul {
        list-style-position: disc outside!important; 
        margin-left: 7em!important; 
    }
    }

    Please clear your cache and check.
    2017-11-25_071710

    Best regards,
    Mike

    in reply to: can't set color #e30020 #880586

    Hey aditive,
    I also found that #e30020 was being converted to a web safe color of #e3001e, but we can add a css rule to over ride this change.

    .header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type='submit'], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2, #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text, .header_color .av-colored-style .av-countdown-cell-inner, .responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover {background-color:#e30020 !important; }

    The browser may change to the equivalent rgb(89%,0%,12.5%)

    Best regards,
    Mike

    in reply to: header colour shows through and is a little short #880584

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

    #header_main {
        margin-bottom: -8px!important; 
    }

    Best regards,
    Mike

    in reply to: Menu with tabs #880583

    Hi,
    To add a tab section, use the tab element in the layout builder.
    2017-11-22_211808

    Best regards,
    Mike

    in reply to: Menu with tabs #880563

    Hey rpfmarketing,
    This looks like our tab element, can you confirm that this is the correct behavior, please go to: Enfold Tab Element
    2017-11-22_184149

    Best regards,
    Mike

    in reply to: Enfold Hamburger Not Working #880561

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

    Best regards,
    Mike

    in reply to: Sticky footer + centered content #880557

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

    Best regards,
    Mike

    in reply to: How to edit css using style.css #880551

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

    Best regards,
    Mike

    in reply to: Google Analytics tracking code not in HEAD #880198

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

    Best regards,
    Mike

    in reply to: Footer #880196

    Hi,
    If I understand correctly on these pages you would like the footer to show just a little so you can read the footer text, and mobile screens are fine. So I wrote this to target only those three pages for tablet and above.

    @media only screen and (min-width: 768px) { 
    #top.page-id-1404 #main .template-page.content,#top.page-id-1416 #main .template-page.content,#top.page-id-999 #main .template-page.content {min-height: 70vh!important; }
    }

    You will note the page-id’s in the repeating rule separated with a comma, to add more just add a comma and this rule:

    #top.page-id-XXX #main .template-page.content

    change the XXX to your page ID number, or list the pages here.
    I found 70vh looked best, but you can adjust to suit. Please see screenshot in Private Content area

    Best regards,
    Mike

Viewing 30 posts - 30,691 through 30,720 (of 34,552 total)