Forum Replies Created

Viewing 30 posts - 10,741 through 10,770 (of 67,443 total)
  • Author
    Posts
  • in reply to: Woocommerce product category chaos #1352144

    Hi,

    Thank you for the info.

    but as once an item is selected, the next/prev function shows many different items from all sorts of categories.

    That is because the products share the same category, which is “New”. As we explained above, the post navigation will filter or display products as long as they belong to the same category.

    Best regards,
    Ismael

    in reply to: Post Slider Arrow and Dots #1351898

    Hi,

    There is no ETA yet for 5.0 but will be available soon. Unfortunately, we do not have a full list of features and changes yet. We will try to tag @guenter.

    Best regards,
    Ismael

    in reply to: Woocommerce product category chaos #1351897

    Hey Silvio,

    Thank you for the inquiry.

    The filter above should work properly if the products belong to a single category. This will allow the post or product navigation to filter only the products that belong to that single category. Unfortunately, it doesn’t really work really well if the products have multiple categories or if the products share the same categories.

    Do the products share the same categories? For example, on a site with two models of a table, one is wood and another is metal, but both share the same category called furniture, the post navigation will not really work if you are trying to filter through a single category. Since the table models (wood and metal) share the same category (furniture), both products will still be accessible through the post navigation even when you access them through the “wood” or “metal” category pages.

    Best regards,
    Ismael

    in reply to: Bug Report? #1351896

    Hi,

    Thank you for the update.

    Try to place the separator inside a color section, then set the Layout > Margin Padding > Section Padding settings of the color section to “No Padding” to remove the default 50px padding. You should also add this css code to adjust the minimum height of the color sections.

    .avia-section {
        min-height: 0;
    }

    Best regards,
    Ismael

    in reply to: Next/Prev in shop showing all categories #1351895

    Hi,

    Thank you for the update.

    Did you replace the navigation, or use a different plugin? Looks like you are now using a custom navigation in the product pages with this markup.

    
    <div class="tpnpb_prev_next_buttons tpnpb_prev_next_buttons_top tpnpb_prev_next_buttons_desktop tpnpb_prev_next_buttons_display"><a href="https://site.plesk.page/product/rare-silver-mounted-thai-or-burmese-lance/" rel="next">← Previous</a><a href="https://elated-tereshkova.149-255-60-157.plesk.page/product/rare-sulawesi-shield/" rel="prev">Next →</a></div>
    

    The filter above should work on the default post navigation with limitations that we mentioned previously.

    Best regards,
    Ismael

    in reply to: ALB Video Element & VideoObject Schema? #1351894

    Hi,

    Also we were concerned about what seemed to be hard coded values in your code above? Would that be a manual implementation?

    Yes, it is a manual implementation with hard coded values, just to check if the schema validator will be able to pick up the video object when using a JSON-LD markup. This quick modification works on our end.

    // https://1drv.ms/u/s!AjjTfXSRbKTvwGG1fhkWkkzFci3X?e=x3G9bb

    It would be nice if you can test it on your installation just to confirm.

    Where do you actually see the issue with RankMath? Please provide a screenshot using imgur, savvyify or dropbox. Thanks.

    Best regards,
    Ismael

    Hi,

    Alright. Let us know once the clone is available.

    Best regards,
    Ismael

    in reply to: Enfold and Woocommerce Booking #1351889

    Hi!

    Thank you for your patience.

    We modified the following files to adjust the appearance of the persons field.

    woocommerce-mod.js: https://pastebin.com/3nJcuzY1
    woocommerce-mod.css: https://pastebin.com/KDy1EEse

    Please note that the plugin has its own elements such as the booking fields (persons, room etc) which might look different compare to the elements in the theme. What you see in the demo is the actual product quantity field, not any of the booking fields.

    Best regards,
    Ismael

    in reply to: widgets in category blog pages sidebar #1351627

    Hi,

    Glad to know that the modification is working. Did you install a widget logic plugin? You might have adjusted the visibility of the widgets and set them to only display on a specific page.

    Best regards,
    Ismael

    in reply to: Google reCAPTCHA is not displayed #1351626

    Hi,

    We disabled the cache and autoptimize plugin temporarily for testing. It seems to work correctly when we set the Security > Kontakt-Formular-Captcha to the very last option (v3).

    Is there a staging version of the site? Please try to create a clone of the site and re-enable the UC script so that we can check the issue further. Additional info from the plugin authors should help.

    Best regards,
    Ismael

    in reply to: transparent areas on webside #1351625

    Hi,

    Thank you for the update.

    Glad to know that the css modifications are working. To adjust the width of the header content and the sidebar area, try to include this css code.

    #top #main .container_wrap.container_wrap_first.main_color.sidebar_right .container {
        padding: 0;
    }
    

    Best regards,
    Ismael

    in reply to: Color section background video overlap next section #1351623

    Hi,

    Thank you for the update.

    We are not really sure why the video overflows outside the color section container, but adding this css code should help.

    .av-l31mc4br-42bfcdb10488d68af8476b8cb1bdbd43 {
        overflow: hidden;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    , if I use the “Use as a simple message bar without cookie logic” option, it

    Yes, using the simple message bar without the cookie logic should work in this case, but external services (maps, recaptcha) will be able to store cookies to the clients’ local storage with or without their consent, which might be against the GDPR rules.

    Best regards,
    Ismael

    in reply to: import demo files didn't work #1351621

    Hey leplusweb,

    Thank you for the inquiry.

    The import might not be working because the theme is outdated. The latest version is 4.9.2.3 but the version installed in the site is 4.7.6.1. Please update the theme manually via FTP before attempting to import the demo again.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: Different Table width in Portfolio Item #1351620

    Hey frawer,

    Thank you for the inquiry.

    Using this css code should adjust the width of the first column in the table.

    #after_full_slider_1 .flex_column.av_two_third table tr th:first-child {
        width: 20%;
    }

    You may need to apply a custom css class name or ID to the table element.

    // https://kriesi.at/documentation/enfold/add-custom-css/

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    You may need to modify the style of the subtext element a bit.

    #top .logo .subtext {
        font-size: 14px;
        font-weight: 400!important;
        color: #1a1a18;
        position: relative;
        width: 100%;
        left: 0;
        top: -20px;
        display: block;
    }

    We set the position of the subtext to relative and adjusted the value of the top position a bit.

    Best regards,
    Ismael

    in reply to: Google reCAPTCHA is not displayed #1351489

    Hey noellmn,

    Thank you for the inquiry.

    Is it working correctly after accepting the cookies or after interacting with the cookie consent bar? The issue occurs because of this google map error, which might be due to the usercentrics (UC) consent box.

    avia_google_maps_api.js:171 Uncaught TypeError: google.maps.event.addListenerOnce is not a function
        at $.AviaMapsAPI._applyMap (avia_google_maps_api.js:171:22)
    

    Have you tried disabling the UC plugin or script temporarily?

    Best regards,
    Ismael

    in reply to: Problems with getting correct font weight #1351485

    Hi,

    Thank you for the update.

    After adding the filter, you should find the font at the very bottom of the dropdown. Did you check it there?

    UPDATE: We moved the filter around line 57 of the functions.php file. You can find the new font as the very last option, after Yellowtail. You may need to install and activate a child theme in order to preserve this modification.

    // https://kriesi.at/documentation/enfold/child-theme/

    Best regards,
    Ismael

    in reply to: Align social media with header widget text #1351482

    Hey navindesigns,

    Thank you for the inquiry.

    You can use this css code to pull the social bookmarks further to the right and align it with the contact us menu item.

    #top #header_meta .social_bookmarks {
        margin-right: -120px;
    }

    You may need to adjust this css rule on different screen sizes using css media queries.

    Best regards,
    Ismael

    in reply to: widgets in category blog pages sidebar #1351480

    Hey Nicola,

    Thank you for the inquiry.

    You can try this filter in the functions.php file.

    add_filter('avf_custom_sidebar','avf_custom_sidebar_mod');
    function avf_custom_sidebar_mod($sidebar) {
    	if ( is_archive() ) {
    		$sidebar = "Toscana Medica Sidebar";
    	}
    	return $sidebar; 
    }
    

    Or just use the same widgets in the Sidebar Blog widget area.

    Best regards,
    Ismael

    in reply to: "Other articles from the same….." #1351479

    Hey InSilentio,

    Thank you for the inquiry.

    You may need to use a plugin to display related posts from a certain custom post type. Please check the link below.

    // https://wordpress.org/plugins/custom-post-type-widgets/

    You may also find this plugin useful.

    // https://wordpress.org/plugins/widget-options/

    Best regards,
    Ismael

    in reply to: Transparent/Non Transparent Header Fonts Colors #1351478

    Hey salvinono,

    Thank you for the inquiry.

    We may need to inspect the site in order to provide the necessary changes. Please provide the site URL in the private field.

    This css code should adjust the color of the submenu items.

    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
        color: red;
    }

    Best regards,
    Ismael

    in reply to: Space Between Header Logo and Main Content #1351477

    Hey jeremyashburn,

    Thank you for the inquiry.

    We cannot see the issue on our end. Would you mind providing a screenshot? You can use imgur, savvyify or dropbox for the screenshot. Thanks!

    Best regards,
    Ismael

    in reply to: Enfold Theme + Avia Layout Builder #1351476

    Hey Farhad Huseynov,

    Thank you for the inquiry.

    We have generated a new password for your account. Please check the details in the private field. Regarding your inquiry about the demo, looks like the site has been customized a lot and it doesn’t look like any of the available demo.

    Best regards,
    Ismael

    in reply to: Hamburger menu color in media queries #1351475

    Hey jaimemerz,

    Thank you for the inquiry.

    You can use this css code to adjust the color of the X or close icon.

    #top .header_color .av-hamburger.is-active .av-hamburger-inner, #top .header_color .av-hamburger.is-active .av-hamburger-inner::before, #top .header_color .av-hamburger.is-active .av-hamburger-inner::after {
        background-color: #ffffff;
    }
    

    Best regards,
    Ismael

    in reply to: Bug Report? #1351474

    Hey Jonas,

    Thank you for the inquiry.

    Please note that the theme automatically wraps orphan elements inside a common section when they are not wrapped inside a color section or a grid row element. The 50px space or padding is probably due to this section. Do you place the spacer or separator between sections?

    Best regards,
    Ismael

    in reply to: Descargar versiones anteriores del tema #1351473

    Hey Fran Lopez,

    Thank you for the inquiry.

    The latest version of the theme is 4.9.2.3, not 4.8. Please make sure to purge the cache and toggle or temporarily disable the Enfold > Performance > File Compression settings after the update. Unfortunately, older versions of the theme are no longer available on Themeforest.

    Best regards,
    Ismael

    in reply to: Icon size in the icon list #1351472

    Hey Manuela,

    Thank you for the inquiry.

    Try to use this css code to adjust the size of the icons in the iconlist element.

    .avia-icon-list .iconlist_icon {
        font-size: 20px;
    }
    

    This is the default style of the icons.

    .avia-icon-list .iconlist_icon {
        height: 64px;
        width: 64px;
        line-height: 64px;
        font-size: 30px;
        text-align: center;
        border-radius: 500px;
        position: relative;
        float: left;
        margin-right: 30px;
        margin-left: 2px;
        z-index: 5;
        color: #fff;
        font-size: 20px;
    }
    

    Best regards,
    Ismael

    in reply to: Icon Size in Icon box #1351471

    Hey Manuela,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the icon beside the iconbox title.

    .iconbox_icon.heading-color {
        font-size: 50px;
        left: -20px;
        top: 0px;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    in reply to: Same form on several pages #1351470

    Hi,

    Yes, you can use shortcodes in the widget element. Let us know if you need more help with this.

    Best regards,
    Ismael

Viewing 30 posts - 10,741 through 10,770 (of 67,443 total)