Forum Replies Created

Viewing 30 posts - 25,561 through 25,590 (of 66,229 total)
  • Author
    Posts
  • in reply to: Breadcrumb help #1016915

    Hey Sovik,

    Thank you for using Enfold.

    Did you set “Buy CSGO Account” page as parent of the “CSGO Prime Accounts” page? Parent pages will automatically display in the breadcrumb.

    Best regards,
    Ismael

    in reply to: missing previous and next post navigation on fullwidth #1016913

    Hi,

    This fix is already available on version 4.4.1. You need to upgrade the theme. If it’s not working, please create a new thread.

    Best regards,
    Ismael

    in reply to: Align center – masnory gallary #1016912

    Hi,

    Looks like you’ve managed to do it using the column elements. I also noticed that you’re using the Gutenberg editor. Please note that the theme’s advance layout builder is not compatible with it, so you should be better off using the classic editor.

    Best regards,
    Ismael

    in reply to: need to remove color section but some matter came up. #1016910

    Hi,

    The stylesheets and scripts are still minified because of the Autoptimize plugin. We disabled it temporarily along with your cache plugin W3 Total Cache. Please enable those plugins back once you’re completely done with the site.

    Best regards,
    Ismael

    in reply to: Child Theme issue after update #1016909

    Hi,

    Alright. Let us know if they found anything. Unfortunately, we can’t help you distinguish which files have been modified or not. You should contact the developer who modified the child theme.

    Best regards,
    Ismael

    in reply to: doesn't work video element #1016907

    Hi,

    Thanks for the update. Did it change the dashboard back to RTL?

    Best regards,
    Ismael

    Hi,

    For testing purposes, if it is a little gloomy or pale then it should be slightly visible when you apply this css code but it’s not so it is in the right color.

    #top .av_header_transparency #header_main, #top .av_header_transparency .avia-menu.av_menu_icon_beside {
        border-color: transparent;
        background-color: #ff7337;
    }

    OR maybe you need to adjust the color a bit.

    
    #header .avia-button, #header .av-menu-button > a .avia-menu-text {
    border-color: #f26122 !important;
    color: #f26122 !important;
    transition: 0s !important;
    font-family: montserrat !important;
    opacity: 1 !important;
    }

    Best regards,
    Ismael

    in reply to: Enfold #1016898

    Hi!

    You can re-initialize the lightbox script every time a sort button is clicked and then look for the grid items that are actually visible in the grid container. That is possible but will require modifications that are beyond the scope of support. You may need to find someone to do it for you.

    Related resources:
    // http://dimsemenov.com/plugins/magnific-popup/documentation.html#initializing-popup

    Cheers!
    Ismael

    in reply to: Align content 2nd column footer #1016893

    Hi,

    I’ve replied to that thread. I think you’ve managed to align the elements properly. Please feel free to open a new thread if you need anything else.

    Best regards,
    Ismael

    in reply to: EMode #1016890

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Align text next to picture #1016888

    Hi,

    Looks like you’ve managed to align the image and the text correctly. Let us know if you need more help with this.

    Best regards,
    Ismael

    in reply to: Enfold – Feature image #1016884

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    Hi,

    It seems to be a plugin issue as @Victoria noted. Please try to deactivate all plugins except for WooCommerce and then check the page again.

    notes-common-v2.js?ver=6.5-201840:32 Uncaught ReferenceError: Backbone is not defined
    at notes-common-v2.js?ver=6.5-201840:32
    at notes-common-v2.js?ver=6.5-201840:158
    admin-bar-v2.js?ver=6.5-201840:2 Uncaught ReferenceError: _ is not defined
    at admin-bar-v2.js?ver=6.5-201840:2
    m=gapi_iframes_extra,gapi_iframes_style_common,gapi_iframes_iframer:75 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: https://fonts.gstatic.com/s/robot

    Those are the errors in the console when logged in.

    Best regards,
    Ismael

    in reply to: Update problem #1016878

    Hi,

    You may need to revert the modifications back and then upgrade the theme manually via FTP. You won’t be able to update automatically at the moment because of the imposed rate limit by the Envato API. We’ll let you know once the update is ready.

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#update-via-ftp
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    Hi,

    The dev team is working on the new Envato API update. You won’t be able to upgrade the theme automatically for now because of the rate limit. Please update the theme manually via FTP. We’ll let you know once the new version is ready.

    Best regards,
    Ismael

    in reply to: Layer Slider problems after changes in layer #1016875

    Hi,

    Sorry for the late response. I’m not really sure why the calculation of the layer position is off in your site. I’ve checked the layer slider settings but I didn’t find anything there. Please try to update PHP from 5.6.38 to version 7.2. Let us know if that helps.

    Best regards,
    Ismael

    Hi,

    Great! Sorry if we couldn’t help this time. Please feel free to open a new thread if you need anything else. We’ll close this thread now.

    Best regards,
    Ismael

    Hi,

    I would like to apologize for the late response. Please use the following css code instead. This css code should set the search and mobile menu color to white on page load and then turn the color to black when the page is scrolled. It will also turn the color of both elements to black when the mobile menu is active.

    @media only screen and (max-width: 767px) {
    .header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {
        background-color: #ffffff;
    }
    
    .header_color.header-scrolled div .av-hamburger-inner, .header_color.header-scrolled div .av-hamburger-inner::before, .header_color.header-scrolled div .av-hamburger-inner::after {
        background-color: #000000;
    }
    
    .av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: #000000 !important;
    }
    
    .html_av-overlay-side.av-burger-overlay-active #top #wrap_all #header .menu-item-search-dropdown a {
        color: #000000;
    }
    
    .header_color.header-scrolled #menu-item-search {
        color: #000000;
    }
    }

    Let us know if that’s what you’re after.

    Best regards,
    Ismael

    in reply to: LayerSliderWP Transition Effects #1016851

    Hi,

    Can you upgrade PHP to version 7.0.32 to 7.2.0? If the transition is still not working after the PHP upgrade, please provide the FTP details in the private field so that we can inspect the issue further.

    Best regards,
    Ismael

    in reply to: Parallax not working for stretch to fit #1016845

    Hi,

    Have you tried using larger images? Double the size of the current ones.

    Best regards,
    Ismael

    Hi,

    I was referring to the slideshow in your home page. That slider is working alright — I can see the fall back image on mobile view. I’m not really sure why the layer slider’s video is not working.

    Best regards,
    Ismael

    in reply to: Center contents #1016843

    Hi,

    You can use the same Section ID if the section is on a different page.

    Best regards,
    Ismael

    in reply to: wp-db.php error #1016840

    Hi,

    Alright. Please feel free to open a new thread if you encounter any issues.

    Best regards,
    Ismael

    in reply to: Child Theme issue after update #1016460

    Hi,

    “Why did you copy every WoocCommerce template files in your child theme? ”

    There are copies of the WooCommerce templates in your child theme. Please remove those files if you’re not using them.

    Best regards,
    Ismael

    in reply to: need to remove color section but some matter came up. #1016459

    Hi,

    Did you enable the Performance > File Compression settings? Please disable those options while you’re editing the site.

    Best regards,
    Ismael

    in reply to: Blockquote font size #1016458

    Hi,

    You have this code on the Quick CSS field.

    blockquote p {
        font-size: 14px !important;
    }

    Please adjust it.

    Best regards,
    Ismael

    Hey ezvisa,

    Thank you for using Enfold.

    You can add a button in the portfolio items’ “Additional Portfolio Settings” > “Add Preview Text” editor. Add the button markup manually or use the shortcode generator.

    Best regards,
    Ismael

    in reply to: Portfolio Items & Admin Bar not showing #1016450

    Hi,

    You can’t change the portfolio base and category base value to “Exhibitors” because it will conflict with the page “Exhibitors” slug. Please use another term for the portfolio category permalink. The pages display back when I changed the portfolio category and item base to “exhibition” and “exhibitions”.

    Best regards,
    Ismael

    in reply to: YouTube Embed – Breaks Footer #1016443

    Hi,

    There’s a modified footer.php file in the child theme. What did you add or change there?

    Best regards,
    Ismael

    in reply to: need to remove color section but some matter came up. #1016440

    Hi,

    That is the default content padding. You can adjust it with this css code.

    @media only screen and (max-width: 767px) {
    .content, .sidebar {
        padding-top: 10px;
    }
    }

    Best regards,
    Ismael

Viewing 30 posts - 25,561 through 25,590 (of 66,229 total)