Forum Replies Created

Viewing 30 posts - 7,201 through 7,230 (of 34,631 total)
  • Author
    Posts
  • in reply to: Blog posts not displaying all entries correctly #1407106

    Hi,
    We will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Heater overlays Burger menu #1407105

    Hi,
    Try changing the css to show the “menu” text to this:

    #top .av-burger-menu-main .avia_hidden_link_text {
        display: block;
        position: absolute;
        top: 2px;
        left: 60px;
    }

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

    Best regards,
    Mike

    in reply to: There was a critical error on your web site. #1407103

    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: Admin-Seite wählt Hauptmenü nicht an #1407102

    Hi,
    Glad this helped, unless there is anything else we can help with on this issue, shall we close this then?
    If you have any further questions on a different topic please create a new thread and we will gladly try to help you. Typically we ask to start a separate thread for each request so it is easier for everyone to follow along. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Grid Row Tablet View #1407101

    Hi,
    Thank you for your patience and your screenshots, I have tested this on BrowserStack with a v16 iPad and saw the missing image in Safari but there is not a way I can inspect the page with the virtual iPad. I also tested on my Mac using the Responsive Design Mode to emulate an iPad but the images show correctly, so I can determine why it’s not working on your iPad.
    I recently saw in another thread about iPads that the browsers were not showing some elements correctly in older versions, I believe this is what is occuring in your iPad. Try checking if there is an update available for your iPad. Recently another user told me that older iPads are version locked and do not updat, I don’t have an iPad, but my Mac is quite old and updates quite often, so I thought all iOS devices did. If you can’t update I wil ask the rest of the team if they have an iPad that will reproduce this, otherwise my recommendation is to hide the image cell on iPad like you are for iPhone and only show it on desktop.
    If you want to try this you can use this css instead of the css above:

    @media only screen and (max-width: 1439px) { 
    .responsive #top #wrap_all #design-engineering.av-break-at-tablet .flex_cell.av_two_fifth,
    .responsive #top #wrap_all #visualisierung.av-break-at-tablet .flex_cell.av_two_fifth,
    .responsive #top #wrap_all #modelling.av-break-at-tablet .flex_cell.av_two_fifth,
    .responsive #top #wrap_all #corporate-design.av-break-at-tablet .flex_cell.av_two_fifth,
    .responsive #top #wrap_all #personalagentur.av-break-at-tablet .flex_cell.av_two_fifth {
    	display: none;
    }
    }

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, I don’t recall this solution specifically from nine months ago, I guess at the time I thought this was the correct solution, and in my recent test I felt 1366px was better. If the second part of the css was active when I tested the second time I wouldn’t see that it was needed, try removing both and test one at a time to see which you prefer.

    Best regards,
    Mike

    in reply to: LOGO TESTATA PER MOBILE #1407023

    Hi,
    Odd, it works when I test it:
    Enfold_Support_2042.jpeg
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    If this doesn’t correct please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: font color for a portfolio grid #1407022

    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: column element Mobile View #1407021

    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: Can’t see the price when using Enfold #1407020

    Hi,
    Thanks for the link to your site, I see that your product has been created with the Advanced Layout Builder (ALB), when you use the ALB you need to add the Product Price element manually, and any other elements like Product Info, Related Products, etc.
    Enfold_Support_2040.jpeg

    Best regards,
    Mike

    in reply to: Admin-Seite wählt Hauptmenü nicht an #1407018

    Hi,
    Thanks for the feedback, when I checked your site your cookie bar had two buttons:
    Enfold_Support_2032.jpeg
    So I went to the option Enfold Theme Options ▸ Cookie Consent ▸ Cookie Handling ▸ Buttons and clicked the green plus sign to add another button:
    Enfold_Support_2034.jpeg
    and then added the Einstellungen button:
    Enfold_Support_2036.jpeg
    Now on the frontend you have three buttons, feel free to adjust to suit:
    Enfold_Support_2038.jpeg

    Best regards,
    Mike

    in reply to: Masonry without date #1406951

    Hey svenjaschumacher,
    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

    in reply to: Heater overlays Burger menu #1406950

    Hi,
    Thanks for the screenshot, I couldn’t find the page so I tested a different one.
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 58px !important;
    }
    }

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

    Best regards,
    Mike

    in reply to: How to make changes in header in scrolling mode #1406948

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header #header_meta {
        z-index: 1;
    }

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

    Best regards,
    Mike

    in reply to: font color for a portfolio grid #1406947

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .html_modern-blog #top #main .post-entry .blog-categories {
    	display: none;
    }

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

    Best regards,
    Mike

    in reply to: H3 tags in the footer #1406946

    Hi,
    Thanks, but I get the error below

    Best regards,
    Mike

    Hi,
    Oh I see, unfortunately this is not with tabs, please try using the accordion element.

    Best regards,
    Mike

    in reply to: font color for a portfolio grid #1406937

    Hi,
    Thanks for the feedback but your link leads to a 404 page, please check.
    As I understand you want to hide the date and categories, correct?

    Best regards,
    Mike

    in reply to: Gradient transparent permanent header #1406935

    Hi,
    Thanks for the feedback but I don’t think this is possible.

    Best regards,
    Mike

    Hi,
    Sorry, I don’t see the admin login to your site in your last post, please try adding it again so we can check your site.

    Best regards,
    Mike

    in reply to: LOGO TESTATA PER MOBILE #1406921

    Hi,
    Try using this function instead with the same css:

    add_action( 'woocommerce_single_product_summary', 'add_product_shipping_attribute', 25 );
    function add_product_shipping_attribute(){
        global $product;
        $taxonomies = array('express');
        foreach($taxonomies as $taxonomy ){
            $value = $product->get_attribute( $taxonomy );
            if ( $value ) {
                $attribute_label_name = wc_attribute_label( $taxonomy );
    			echo '<br/><p class="highlight">Express Shipping:' . $value . '</p>';
            }
        }
    }

    Best regards,
    Mike

    in reply to: column element Mobile View #1406920

    Hi,
    Thanks for the feedback, try this css:

    @media only screen and (max-width: 989px) { 
    	.responsive #top.home #wrap_all #service .flex_column_table .flex_column {
    	transform: none!important;
    	margin-bottom: 20px!important;
    	}
    }

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

    Best regards,
    Mike

    Hi,
    The css in my last post is only for the font size, the other css should also remain as it is not the same as the first post.
    The max-width of 1024 tells the css to not work above 1024px, so it doesn’t apply for the headings since you do want it to work for 1024px and above.
    Did you try this and adjust the font size to suit your needs, is it working for you?

    Best regards,
    Mike

    in reply to: H3 tags in the footer #1406814

    Hi,
    Please see below

    Best regards,
    Mike

    in reply to: When updatign emoji's get lost #1406811

    Hi,
    I tested one of your pages in Firefox and the emojis didn’t show with the ALB text element was edited, but I was not able to reproduce this on our test site so this may be related to one of your plugins, please try creating a staging site to test on, so your live site will not be affected, most cPanel webhosts have a staging site option, some in the dashboard:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    There may be other staging site options in different cPanel servers, these are the two that I have seen.

    Best regards,
    Mike

    in reply to: page without scrolling #1406804

    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: How to deactivate "creativework" schema.org #1406803

    Hi,
    I have submitted this to the Dev Team feature request for their review.

    Best regards,
    Mike

    in reply to: LOGO TESTATA PER MOBILE #1406801

    Hi,
    Do you plan on creating descriptions? If not where do you want this to show? Perhaps a mockup of what you would like to see would help.

    Best regards,
    Mike

    in reply to: Add Border to Circle Images #1406800

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: column element Mobile View #1406781

    Hi,
    Please check the column padding, you have large padding set for all devices:
    Enfold_Support_2030.jpeg
    try changing this to the desktop icon and set a smaller value for the mobile icon, similar you how you corrected the margin above.

    Best regards,
    Mike

Viewing 30 posts - 7,201 through 7,230 (of 34,631 total)