Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1398764

    Hi,I have a problem with the mobile pages when google search console (GSC) indexes them. For example:https://herbst-elektro.de/erneuerbare-energie/photovoltaik/ The screenshot representation in GSC see attachment also looks strange. On my mobile the display is correct. What do I have to set so that GSC no longer tells me that the pages (implemented with Enfold template) is not mobile usable. What to do so that google can index my websites for mobil?
    Attachment: https://ibb.co/4115znb
    Thanks for the help.
    Regards Martina

    #1398880

    Hey Martina,

    As you can see, assets are not loaded on your website’s mobile representation but load correctly on mobile devices.

    Please deactivate all active plugins, test once again, and check if that helps.

    Best regards,
    Yigit

    #1398970

    Hey Yigit,
    I deactivated all plugins and then it worked. Then activated again and still correct, strange!

    According to the GDPR, all buttons in the cookie banner must look the same, i.e. the same color & size. Where do I have to make changes here so that all are green and like a little smaller? Thank you very much.
    Regards Martina

    #1398998

    Hi Martina,

    I deactivated all plugins and then it worked. Then activated again and still correct, strange!

    This sounds like a caching issue. If the issue reoccurs, please clear cache and check if that helps.

    According to the GDPR, all buttons in the cookie banner must look the same, i.e. the same color & size. Where do I have to make changes here so that all are green and like a little smaller?

    Please go to Enfold theme options > Advanced Styling and edit cookie consent elements: https://i.imgur.com/BIfv5rt.png

    Best regards,
    Yigit

    #1399416

    Hi,
    I have a problem setting the same button look of the 3 links. When I make changes here I can adjust “No” but I can’t change “Mehr”. Also, the fonts are then loaded again only from http://. When I click on more, the “Cookie and Privacy” window appears with the 5 in the lower left corner. Where does this come from?
    cookie-banner
    Can you make them adjustments to finally get this right? Gladly all buttons in the cookie banner with green background and white font. Thank you very much!

    Regards Martina

    #1399428

    if it is not open – see if there is “Modal Window Custom Content”
    activate the switch – then scroll down and find your “5” on the window right bottom there is a “X” to get rid of it.

    #1399430

    Hi Guenni007,
    thanks a lot. Now it is ok!

    #1399431

    Hi, With what setting can I make sure that all buttons of the cookie banner look the same, is yes the Germany binding. I can change “no” (with “Cookie Consent Do Not Accepts Cookie Button”) but not “mehr”, thank you.

    Regards Martina

    #1399433

    i can not see how you have set the gradient for the first button – it is not via quick css – it shows it is an inline style – so you have to look where this rule is:

    .avia-cookie-consent-button-1{
    	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8fc800+0,63aa00+100 */
    background: #8fc800 !important; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #8fc800 0%, #63aa00 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #8fc800 0%,#63aa00 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #8fc800 0%,#63aa00 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#63aa00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: none !important;
    	color: #ffffff !important;
    }

    delete the rule for the button-2 and add the selectors for the other button to that rule above:

    .avia-cookie-consent-button-1,
    .avia-cookie-consent-button-2,
    .avia-cookie-consent-button-3 {
    	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8fc800+0,63aa00+100 */
    background: #8fc800 !important; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #8fc800 0%, #63aa00 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #8fc800 0%,#63aa00 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #8fc800 0%,#63aa00 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#63aa00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: none !important;
    	color: #ffffff !important;
    }
    #1399438

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1399662

    Hi,
    Thank you, I have set the CSS code and the “Mehr” button does not work, but the “Nein” does. Just want 3 buttons with the same styled the same.
    Best Regards Martina

    #1400025

    Hi Martina,

    The following code you have in Appearance > Customize > Additional CSS was causing the issue

    
    .avia-cookie-consent-button-2 {
    	background: #dddddd !important;
    	border: none !important;
    	color: #383838 !important;
    }
    

    I commented it out. Please review your website.

    Best regards,
    Yigit

    #1400325

    Hi Yigit,
    thanks a lot it works!
    Best regards Martina

    #1400569

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Layout not mobilfriendly according to GSC’ is closed to new replies.