Forum Replies Created

Viewing 30 posts - 16,741 through 16,770 (of 35,071 total)
  • Author
    Posts
  • Hi,
    Sorry for the late reply, I’m only seeing your coming soon page, but I don’t see a login to see the logo and menu, please include an admin login in the Private Content area so we can investigate further.

    Best regards,
    Mike

    in reply to: Hiding content elements in Enfold #1220341

    Hey Leon,
    Sorry for the late reply, almost every element has an advanced tab with an “Element Visibility” options panel where you can check all to hide on all devices.
    2020-06-07_210428.png
    You can also set pages or posts to private or draft to hide them until you are ready.

    Best regards,
    Mike

    in reply to: Button Style #1220340

    Hi,
    Sorry for the late reply, to give your buttons a white background on hover please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .flex_column.avia-link-column.avia-link-column-hover:hover {
    	background-color: #fff;
    }
    .flex_column.avia-link-column.avia-link-column-hover:hover > section > div > h4 {
    	color:#000 !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Need help #1220337

    Hi,
    Sorry for the late reply and thanks for the login, I tested your page by trying to disable your plugin and as you said the pagination shows then and not when your plugin is enabled. Unfortunately, the reason the pagination doesn’t show is because it’s div is empty, perhaps the div class “single-big” is also used by the plugin which is causing a conflict or pagination links are triggering something in the plugin. Try contacting the plugin author to see if this is a known issue or perhaps they have seen this before and already have a solution for it.

    Best regards,
    Mike

    Hey Oliver,
    Please check your color section to see if the overlay is enabled:
    2020-06-07_190148.png
    Otherwise, try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-4391 #av_section_1 .av-section-color-overlay {
    	opacity: 0 !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Footer Socket Should Stay In Bottom #1220331

    Hey wasim-ullah,
    Please change your css from:

    #socket {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }

    to this:

    @media only screen and (max-width: 767px) { 
    #socket {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback and glad that it helps, hopefully, this also helped @pro4upro4u.

    Best regards,
    Mike

    in reply to: Dashicons broke in Contact Form 7 #1220327

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Product grid limit number of products #1220326

    Hi,
    Ok, how will you determine which items will be within the 100 items (5 pages of 20 items each) since you have about 592 total products?
    Would you consider limiting your entries instead of having the Product Grid load all of them?
    I tried researching for a function to limit to total number items in the grid but didn’t find one.
    I imagine that we can hide the pagination beyond the fifth one so you can have only the 5 pages, but it’s not what you asked for.

    Best regards,
    Mike

    Hi,

    @Pro4uPro4u
    sorry for the late reply and thanks for the link, for your pages, 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: 767px) {
    .responsive #top.page-id-110 .av-horizontal-gallery-img {
        height: 100% !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .responsive #top.page-id-108 #tabbransch .av-horizontal-gallery-img {
        height: 300px !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    }


    @Lodewijkvw
    for your page 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: 767px) {
    .responsive #top.page-id-45 .av-horizontal-gallery-wrap {
            margin: 1px !important;
            overflow: visible !important;
    }
    .responsive #top.page-id-45 .av-horizontal-gallery-img {
            height: 100% !important;
    }
    .responsive #top.page-id-45 .av-horizontal-gallery-inner {
    	min-height: 400px !important;
    }
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, the Cumulative Layout Shift is new to me but from reading the documentation you linked to and reviewing the PageSpeed Insight report I see you have a Cumulative Layout Shift score of 0.038 for mobile
    2020-06-07_161927.png
    I recommend disabling your Autoptimize plugin which seems to be adding a lazyload function, and then clear your site cache and your server cache if you can. I notice that your page is shifting a little because the background image and your logo is lazyloaded.
    Please try this and then test again.

    Best regards,
    Mike

    Hey William,
    Sorry for the late reply and thanks for the link and the kind words.
    1: I have linked to the child theme in the Private Content area, please try installing this one. I recommend first going to Enfold Theme Options > Import/Export > Export Theme Settings File and saving a copy of it to your desktop, you can then use it later if you have any issues. I also recommend disabling all caching plugins and the Enfold Theme Options > Performance > JS & CSS file merging and compression while you are installing the child theme, you can enable the plugins after you are successful with the install.
    2: for your layerslider on mobile, I have tested on an Android with Chrome and on the “/liveaboard-diving-in-alor/” page the slider doesn’t show but the layerslider “circle-timer” does show, you are getting Mixed Content errors in the console for images so I believe that if you fix your “https” issue the slider images will show. I recommend the Really Simple SSL plugin to force the “https” and solve the Mixed Content errors.
    2b: I noticed that on each page the layerslider is on for mobile that you have extra padding & margin around the layerslider giving too much white space, so please try this css to correct, I tested it on several of your pages and it seems to work good.
    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: 767px) { 
    #top main.template-page.content.ls-overflow-visible {
    	padding: 0 !important;
    }
    #top .flex_column.flex_column_div.first.avia-builder-el-0.ls-overflow-visible {
    	margin-top: 0 !important;
    }
    }

    After applying the css, Please clear your browser cache and check.

    3: You may find that a 1/3 -1/3- 1/3 elements to be side by side on mobile will be hard to read but if you point out the exact elements I will try to write some css that does this for you so you can see.

    Best regards,
    Mike

    in reply to: Woocommerce Category Archive Sidebar not visible #1220302

    Hi,
    Thank you, we will continue there.

    Best regards,
    Mike

    in reply to: Woocommerce Category Archive Sidebar not visible #1220301

    Hey coretekk,
    Thanks for the new thread and the login, I tried to make some changes and compared your site to my localhost but didn’t find the cause. I also tried to use the woosidebars plugin to show the sidebar but it didn’t work either. I will research some more.

    Best regards,
    Mike

    in reply to: List of all blog authors #1220255

    Hi,
    The Authors List plugin seems to accomplish your request, have you given it a try?

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, and thanks for the login, I checked both of your language versions and found that your alternative logo has this added to the end of the URL which is causing it to look out of focus ?fit=435%2C116&ssl=1 I changed this to: ?fit=425%2C116&ssl=1 and now both seem to be correct, please clear your browser cache and check.

    The page content layout is a little different with extra div’s for example on the English version under “YOUR LEADING FREIGHT FORWARDER IN BALI”
    the layout is:

    <div class="flex_column_table av-equal-height-column-flextable -flextable">
        <div class="flex_column av_three_fifth  flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding first  avia-builder-el-34  el_after_av_heading  el_before_av_two_fifth"></div>
    </div>
    <div class="flex_column_table av-equal-height-column-flextable -flextable">
            <div class="av-flex-placeholder"></div>
        <div class="flex_column av_two_fifth  flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding   avia-builder-el-36  el_after_av_three_fifth  avia-builder-el-last  "></div>
    </div>

    where on the french version it is:

    <div class="flex_column_table av-equal-height-column-flextable -flextable">
        <div class="flex_column av_three_fifth  flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding first  avia-builder-el-34  el_after_av_heading  el_before_av_two_fifth"></div>
            <div class="av-flex-placeholder"></div>
        <div class="flex_column av_two_fifth  flex_column_table_cell av-equal-height-column av-align-top av-zero-column-padding   avia-builder-el-36  el_after_av_three_fifth  avia-builder-el-last  "></div>
    </div>

    so there is an extra div braking the layout.
    Was the English version created by the WPML plugin automatically? I changed the first column to individual height instead of the equal height and it seems to have fixed the whole page, it must have been a fluke?
    Please clear your browser cache and check the English version.

    Best regards,
    Mike

    Hey Axel,
    Sorry for the late reply, Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('display_post_states','remove_ALB_post_state',999,2);
    function remove_ALB_post_state( $post_states, $post ) {
    if( "!= Avia_Builder()->get_alb_builder_status($post->ID)" ) {
    unset($post_states['avia_alb']);
    }
    return $post_states;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Product grid limit number of products #1220181

    Hi,
    Sorry for the late reply, to change to number of items that show, please change the setting here:
    2020-06-07_064932.png
    I changed it to 8 from 16, please check.

    Best regards,
    Mike

    Hey BruceJackson,
    Sorry for the late reply, when you add the image to the text element are you using the “media” button or are you adding the image URL to the text element and the image is showing? Can we login to your page so we can see and investigate the “alt” tag.
    If you are using the “media” button, try adding the image and setting the alt tag at the same time instead of going back in the media library and adding the alt.

    Best regards,
    Mike

    in reply to: Editing a custom Sidebar Menu #1220174

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Header elements positioning issue #1220112

    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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Editing a custom Sidebar Menu #1220111

    Hi,
    no “cleanup” needs to be done in the green area, selecting Displayed Everywhere from the red area will create a new widget, it is not a control for a widget that is already in place. The goal was to have the Custom HTML inside the Festival Sidebar so the link will show, correct?

    Best regards,
    Mike

    in reply to: using own icons in icon list #1220106

    Hi,
    I believe the popup login is set by .htaccess or it could be set by a plugin.
    2020-06-06_215245.png
    Typically, your browser saves your authentication from your first login so it might have been from a while back.
    Anyways, please see the link in the Private Content area for your icon font, try to import it at Enfold Theme Options > Import/Export > Iconfont Manager and then check the icon element for your icon.

    For your second question, if your bullet points are in the text element you can use this css, but if you want to limit it to one page you can add you page id to the beginning of each rule.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .entry-content-wrapper .avia_textblock ul li:before {
      content: "-";
      padding-right: 5px;
      color:#000 !important; 
    }
    .entry-content-wrapper .avia_textblock ul {
        list-style: none !important;
    }
    .entry-content-wrapper .avia_textblock li {
        margin-left: 0 !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Youtube icon not allowed by Google #1220101

    Hi,
    The css causing the green color on hover is this:

    #top #wrap_all .av-social-link-youtube:hover a, #top #wrap_all .av-social-link-mail:hover a, #top #wrap_all .av-social-link-facebook:hover a {
        color: #719430;
    }

    This custom css, probably in your Quick CSS, is for all 3 of your social icons, so if you want all 3 to be gray try changing the color to #aaaaaa.
    After editing the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold Shop template #1220097

    Hi,
    Sorry for the late reply, I believe that this shortcode needs to be used on a product page, it is a “live” filter

    within appropriate context*, the customer can click a term and the page will show products that are related to it.

    Your test page has no products so the filter has nothing to do, the woocommerce documentation says:

    *This shortcode must be used within appropriate context, i.e. where products are displayed, as for example on a shop page.

    When you say “Product Attribute box” do you mean in the backend or the frontend? Can you include a screenshot of what you would like to see?

    Best regards,
    Mike

    in reply to: Sub Menu Will Not Stick #1220096

    Hi,
    Please ensure any caching plugins are disabled and the Enfold Theme Options > Performance > JS & CSS file merging and compression is disabled and then clearing your browser cache a few times, js files can be tricky to clear if you are caching.
    If this doesn’t help, please include an admin login in the private content area and link to a page where we can see the issue so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Header elements positioning issue #1220095

    Hi,
    Sorry for the late reply and thanks for the kind words, and most of all, thanks for using Enfold!
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Sales badge position and ajax content #1220094

    Hi,
    Sorry for the late reply and thanks for the links, on your page that is “correct” I see this:
    2020-06-06_201355.png
    Is this really correct?
    I didn’t find this on your /materjalid/ page, but when I re-read your question and see that you are using “YITH Infinite scrolling plugin” which is lazy loading the product grid which may not work with the solution you have used because the script above runs on page load but your plugin adds more items to the grid without loading the page or giving a trigger, so I don’t believe this will work for you.

    Best regards,
    Mike

    in reply to: Make Sidebar Show Up in WooCommerce #1220092

    Hi,
    Sorry for the late reply, thanks for the login but I’m getting:

    Error: The password you entered for the username is incorrect.

    Please check.
    The “error” you got when editing could have been the editor’s error self-check, often within the error message it suggests to make the changes via SFTP, was this your case? If so try using SFTP or use your webhost cPanel file manager to edit the file.
    2020-03-14_101810.png

    Best regards,
    Mike

    in reply to: Styling a Fullwidth Sub Menu #1220090

    Hi,
    Glad we were able to help, this customization is too specific to be effective as a general option, but I see that you are using a child theme so this customization will remain in effect after your future updates. 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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 30 posts - 16,741 through 16,770 (of 35,071 total)