Forum Replies Created

Viewing 30 posts - 12,061 through 12,090 (of 34,988 total)
  • Author
    Posts
  • in reply to: Avia Layout Builder not loading #1350078

    Hi,
    Glad Nikko was able to help, I disabled the debug mode, please check. Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Anchor Links to Scroll Issue #1350076

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Add a simple border to the Main Menu #1350075

    Hey NThiem,
    Thanks for the link to your site and for the screenshots, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .av_minimal_header #header_main {
        border: 1px solid rgba(0,0,0,0.25);
    }

    Feel free to adjust the color to suit, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold Theme – Instagram Side Bar Widget Not Working #1350074

    Hey gfriend70,
    I’m not sure why you are getting this error, I tested by adding an Instagram HTML embed below your widget and it is working, when I try adding a Instagram widget to my test site I get this error: Instagram returned error 429 (= Too Many Requests).
    But your site just gives this error: Instagram has returned invalid data.
    I’m not sure why we would get different error messages except that my demo site has no plugins and is in the US?

    Best regards,
    Mike

    in reply to: Anchor Links to Scroll Issue #1350072

    Hey Jason,
    Thanks for the link to your page, an ID can not begin with a number
    2022-04-30_011.jpg
    please try adjusting.

    Best regards,
    Mike

    in reply to: Suddenly "$" do not show up my text blocks or captions #1350071

    Hi,
    I’m not sure why this would be occuring for you, I tested on my demo site, a text block, image caption, gallery caption, and lightbox caption, with no issues:
    2022-04-30_152459.jpg
    You could try disabling your plugins, I see that you are using a copy-protect plugin.

    Best regards,
    Mike

    in reply to: search to not eviciant #1350070

    Hi,
    Thanks Guenni007, that’s a good tip, but this situation was a standard page that is not showing for jb84 in the search results, while it is for Ismael and I.

    Best regards,
    Mike

    in reply to: search to not eviciant #1350064

    Hi,
    Thank you for your patience, I would say that there is not a caching issue from your site because I get the same correct results as Ismael above, and I tested on Windows in Chrome, Firefox, & Edge, please see the screenshot in the Private Content area.
    Perhaps you are experiencing a browser cache issue, if you are using Safari it can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    Otherwise, I don’t know why you are not getting the same results, have you tested with other browsers, have you tried logging out of your site and testing? Ismael and I are both logged out, not that this should matter but I’m just thinking.
    I also tested on Browserling.com and the ajax search results were the same, try testing on Browserling.com yourself and see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Filtering products with WC shortcodes #1350058

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Autoadjusting some banners on sidebar #1350057

    Hey Mike,
    Thanks for your patience, I have looked at the sidebar banner of one of your pages at 1030px thru 1530px and it seems to scale, please see the screenshot in the Private Content area.
    Below 1030px your sidebar is hidden. I assume this page is correct.

    Best regards,
    Mike

    in reply to: Ajax Search Styling #1350055

    Hi,
    Thank you for your patience, to remove the loading icon and the item background color, try this css:

    #top .ajax_loading_now > div > div {
    	opacity: 0 !important;
    }
    #top div .av_ajax_search_entry:hover {
        background-color: rgba(0,0,0,0) !important;
    }

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

    Best regards,
    Mike

    in reply to: Update destroys tagcloud #1350054

    Hey Landsberg-Becher,
    Thank you for your patience, I have looked back as far as 2018 and this css has not changed, font-size:11px !important; has always been there so it is not new with this update.
    I have looked at your site and found a tag cloud on one page, but it is inside a Elementor Widget which is assigning the font color, family, and size
    2022-04-30_004.jpg
    It looks like the page was built with Elementor so you should check it’s settings, we don’t support Elementor and don’t recommend it as it can cause conflicts with Enfold.

    Best regards,
    Mike

    in reply to: Youtube Video doesnt run #1350053

    Hi,
    Glad to hear that you have this sorted out, it sounds like a caching issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, to center the form I commented out this line in your Add Custom CSS plugin: margin-left: 0px !important;
    2022-04-30_002.jpg
    Then I added this css:

    #top.single-product .flex_column.first.center_wooc .av-woo-price {
        width: 70%;
        margin: auto;
    }

    this is the result:
    2022-04-30_003.jpg
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Adding caption to each slide in horizontal gallery #1350046

    Hi,
    Thank you for your patience, but when I check your page /local-service/ I don’t find any Horizontal Gallery only a Masonry Gallery, perhaps you removed it?
    I created a test page: /horizontal-gallery-test/ and the captions are showing there:
    2022-04-30_001.jpg
    Please check.

    Best regards,
    Mike

    in reply to: Content over layerslider #1349973

    Hi,
    Thank you for adding a custom class, please note that a class begins with a dot like: .floatup a hashtag is for IDs,
    so your css would look like this:

    .floatup .flex_column_table {
    	margin-top: -150px;
    }
    #top.page-id-17 #layer_slider_1 {
    	z-index: 1;
    }

    Please note that for the layerslider I kept the page ID because the ID #layer_slider_1 will occur on every page that has a layerslider, you could also add a custom class to it if you wished.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Content over layerslider #1349956

    Hi,
    Thanks for the link to your site, but any classes like: .av-91ed-94cc6f2bbd8390dd4ad2d99c53a613f9 are temporary for the caching system and change each time you modify the page, I recommend using the elegant custom class field in the advanced tab of the specific element
    2022-04-29_001.jpg
    and then use the custom class in your css rule, typically you will need to add the custom class first and then inspect to see where it is in relationship to your goal.

    Nonetheless, try this css for the page that you have linked to:

    #top.page-id-17 #av_section_1>div>div>div>div>.flex_column_table {
    	margin-top: -150px;
    }
    #top.page-id-17 #layer_slider_1 {
    	z-index: 1;
    }

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

    Best regards,
    Mike

    in reply to: Testimonial Slider Customizations #1349848

    Hey navindesigns,
    Thank you for your patience and for the link to your site, I added this css to your Quick CSS:

    #top #main .av-large-testimonial-slider .avia-testimonial_inner {
      padding-top: 60px;
      padding-left: 30px;
      margin: 5px;
      background-image: url(https://balrajt9.sg-host.com/wp-content/uploads/2022/04/quote.png);
      background-position: top left;
      background-repeat: no-repeat;
    
    }
    #top #main .av-large-testimonial-slider .avia-testimonial-content p {
    	text-align: justify;
    }
    #top #main .av-large-testimonial-slider .avia-testimonial-meta-mini,
    #top #main .av-large-testimonial-slider .avia-testimonial-name,
    #top #main .av-large-testimonial-slider .avia-testimonial-subtitle {
    	text-align: right;
    	float: right;
    	width: 100%;
    	margin: 0;
    }
    #top #main .av-large-testimonial-slider .avia-testimonial-meta {
    	width: 100%;
    	margin: 0;
    }

    for this result:
    2022-04-28_001.jpg
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Checkbox #1349795

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Setting cookies using setcookie() function #1349793

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Please read the response from the Dev Team above.
    Sometimes a plugin causes a conflict and we are not able to make every plugin work with Enfold.

    Best regards,
    Mike

    in reply to: section full width #1349683

    Hi,
    This is because full_width_tab_section was not a class but an ID and it was not to be used in the inner column but the tab section.
    I have created this for you, please check.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, I submitted this to the Dev Team and they said that the problem is that one of the plugins produces a recursive call in the secondary query that creates an endless string (or at least a very long string) for the query, probably with a filter and that would need to be stopped but we do not know in which filter to hook exactly to do that. As the events calendar and WC work together, it is most likely to be somewhere in GiveWP.

    Best regards,
    Mike

    in reply to: Logo on hover with Masonry #1349663

    Hi,
    Thanks for the login, I tested a copy of your page on my site and got the same results, it seems my example page didn’t have the same elements. I have asked the rest of the team for suggestions and will reply back when I hear from them, Thank you for your patience.

    Best regards,
    Mike

    Hi,
    Try Enabling the Avia Layout Builder Debugger and see if the page shortcode is visible at the bottom of the page while the spinning wheel is happening, if so try to copy the shortcode to create a new page and remove the code blocks before saving.
    Or activate one of the WordPress default themes and view the backend with the Classic Editor the page shortcode should be showing for you to copy to a plain text document.
    Then switch back to the Enfold theme and create a new page with the shortcode and remove the code blocks before saving.

    Best regards,
    Mike

    in reply to: Logo on hover with Masonry #1349568

    Hi,
    Please include an admin login, perhaps we can determine the cause.

    Best regards,
    Mike

Viewing 30 posts - 12,061 through 12,090 (of 34,988 total)