Forum Replies Created

Viewing 30 posts - 31 through 60 (of 60 total)
  • Author
    Posts
  • in reply to: Error in structured data (Missing: name) #998883

    * push *

    in reply to: Error in structured data (Missing: name) #998553

    Hi support,
    sorry, but I have to call this thread again.
    I probably did not describe the problem exactly. When I call Google Webmaster Tools / Structured Data, elements with errors are called under the Webpage data type. If i open this menu item to display the errors,i see under “Site-url” the links to my products. Elements with errors. No breadcrumbs. Error is “missing: name.” The test of the live data shows me no mistake, but that the field “name.” probably not passed correctly, as Google expected.
    I’ve spent many hours with debugging – without any success. As I said, the error comes only with “Webpage”.
    I have stored several screen shots as private content. I hope you see the problem then.
    Thank you in advance for any help.

    Best regards,
    Markus

    in reply to: Customize the View of Product Category #997940

    Hey Peter,
    that’s exactly what i need!!!! You made my day!
    Great support, thank you very much!

    Best regards,
    Markus

    P.S. Super gut, ich danke Dir vielmals! :-)))

    in reply to: Customize the View of Product Category #997914

    Hi Rikard,
    I’ve send you the link as private content.

    Best regards,
    Markus

    in reply to: No Mobile Menu- URGENT…. #997662

    Hi Victoria,
    thank you for your feedback.
    You can mark this thread as solved.
    Great forum, great support!

    Best regards,
    Markus

    in reply to: No Mobile Menu- URGENT…. #997512

    Hi Victoria,
    I immediately implemented your suggestions. Thank you very much for your help. What I do not understand, however, why do you see a light blue color for the mobile menu? Chrome displays them in black on my devices.

    Best regards,
    Markus

    in reply to: No Mobile Menu- URGENT…. #997210

    Hi Victoria,
    thank you for your message. I saved the configuration of the childtheme a few days ago and just re-imported it. I have emptied the cache and now everything seems to work again. The ability to backup the settings is great.
    I’m still not clear what happened there before.
    Could you please check again if everything is displayed correctly?

    Best regards,
    Markus

    in reply to: No Mobile Menu- URGENT…. #997180

    Thanks Peter!

    Mobile menu is working, but now there is another optical issue:

    If you point with the mouse on the menu theres now a red background displayed.
    I am sure that I have not set this intentionally when I was looking for the error with the mobile menu. . I put only for testingt the color of the mobile menu on red and set it later again on default. it is strange that exactly this color appears as a menu background. how can this be repaired? Have a look at it, please….

    Best regards,
    Markus

    in reply to: No Mobile Menu- URGENT…. #997111

    Update 4:
    I add the code:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
      width: 45% !important;
    }
    }

    in the Quick CSS section and now it seems okay on phone and tablet.
    Can someone check it please? i’m a code beginner ;-)

    in reply to: No Mobile Menu- URGENT…. #997082

    Update 3:
    I put the code

    .show_mobile_menu #mobile-advanced {
        display: block;
    }

    in the Quick CSS section. Now the mobile menu is displayed in my phone and tablet in the head of the page.
    Unfortunately, everything looks out of place.

    • This reply was modified 6 years, 3 months ago by LFK.
    in reply to: No Mobile Menu- URGENT…. #997070

    Hi metafora29
    the CSS code i removed was an old snippet. After removing it the menu appears on my pc after decrase the Browser. But it works not on my tablet or phone.
    You mean that’s a general issue? I’m running 4.4.1

    in reply to: No Mobile Menu- URGENT…. #997057

    Update 2:
    the mobile menu is only visible on my desktop pc. On the phone or tablet, it is not displayed.

    in reply to: No Mobile Menu- URGENT…. #997053

    Update:
    I’ve found some CSS code in style.css and removed it:

    @media only screen and (max-width: 1200px) {
    nav.main_menu li { display: none  !important; }
    nav.main_menu li.cart_dropdown_first, #advanced_menu_toggle { display: block !important; }
    #advanced_menu_toggle { right:-50px }
    }

    After clearing cache the mobile menu is back.

    I would still be grateful if someone checked the correct settings on my page.

    Best regards,
    Markus

    in reply to: Double "title"-Tags for Products Enfold with Woocommerce #995627

    Hi Peter,
    thank you very much for your great support! You helped me a lot.

    Best regards,
    Markus

    in reply to: Double "title"-Tags for Products Enfold with Woocommerce #995410

    Hey Dude,
    thank’s a lot for your great support!
    I made all the changes in the product description you suggested.
    Should I change the product categories as well?

    Best regards,
    Markus

    in reply to: Double "title"-Tags for Products Enfold with Woocommerce #995364

    Hi Dude,
    see the link in the Private Content.

    Best regards,
    Markus

    in reply to: Double "title"-Tags for Products Enfold with Woocommerce #995322

    Hey Dude,
    thank you for your explanation. That would be logical. Can it be that Yoast Seo Plugin does that? At the moment I’m not sure how to solve that, if I’m right with my guess.

    Best Regards,
    Markus

    in reply to: Error in structured data (Missing: name) #993665

    Hi Dude,
    thank you very much for the help.
    I took everything as you described it. Now I have to wait until Google re-crawls the page.
    Is this a bug in woocommerce, or why is this “bug” coming about?

    Praise for this forum, your help is great. THANK YOU!
    You are doing a really good job.

    Best regards,
    Markus

    in reply to: Error in structured data (Missing: name) #993233

    Update: The error messages only appear for the data type “webpage”.
    The test tool does not show any errors in the livepreview. If I open the test tool “webpage” then the key “name” should be listed there. that is not the case and probably the reason for the error message. that would have to be solved with php?

    Best regards,
    Markus

    in reply to: Error in structured data (Missing: name) #993213

    Hey Dude, thanks for your message. Can it be that the webmaster tools show me outdated warnings? I tested a few days ago with the livetool we got errors displayed. Here in the forum I found the following code for the functions.php:

    `add_filter(‘avf_markup_helper_attributes’, ‘avf_markup_helper_attributes_modified’, 10, 2);
    function avf_markup_helper_attributes_modified($attributes, $args) {
    if($args[‘context’] == ‘image’) {
    $attributes[‘itemprop’] = ‘image’;
    }
    return $attributes;
    }
    After that I tested it again with the livetool there were no errors displayed. In the webmaster tool, however, Error: Missing Name is still displayed.
    I have read that the product name is expected, and apparently it is missing or not provided by the theme. The tool for testing the lived data can therefore indicate something else.

    Best Regards,
    Markus

    @ Support, you can close this thread. Mike helped me a lot. :-)

    Best regards,
    Markus

    in reply to: Enfold Child Options are partially not working #988522

    Yes Mike

    in reply to: Enfold Child Options are partially not working #988506

    Mike, it works like a charme! Yes, that was the issue!
    thank you very much for your great support, you made my day!

    A big THANK YOU!

    Best regards,
    Markus

    Ahh…. one last questtion please: I really don’t know how i ‘ve got these other (google fonts?) Can you tell me how to delete them from system?

    in reply to: Enfold Child Options are partially not working #988490

    Hi Mike,
    if i deactivate CSS Hero, went to Enfold Child / Options / General Options / Fonts / Default Theme content font size and change these values from 13 px to 25 px, save it and load the site new i see no difference. (i’ve cleared the cache before)

    if i make the same procedere with enfold parent theme i see the change of the font size very well.

    Best regards,
    Markus

    in reply to: Enfold Child Options are partially not working #988471

    Hi Mike, thank you very much for looking at my problem.
    But if i deactivate CSS Hero and want to change the fontsizes in the child options they do not work.
    If i aktivate the Enfold parent theme i can change the fontsizes correctly. with CSS hero or without.
    That’s what i not understand. The fontsizes are blocked.

    Best regards,
    Markus

    • This reply was modified 6 years, 4 months ago by LFK.
    in reply to: Enfold Child Options are partially not working #988458

    Hello Mike,
    i’ve installed the plugin “Temorary Logins”.

    Hope this works.

    Best regards,
    Markus

    in reply to: Enfold Child Options are partially not working #988457

    Hi Mike, try again pls with the link in private

    Best regards,
    Markus

    in reply to: Enfold Child Options are partially not working #988030
    This reply has been marked as private.
    in reply to: Hide "Product Tags" #987300

    Hi Rikard,

    I found this CSS code in the meantime and it works for me:

    .product_meta .tagged_as {
    display:none;
    }

    Best Regards,
    Markus

    in reply to: Need help for mobile view #647082

    Hi Andy,
    here it is.
    Thank’s for Support.

    Regards, Markus

Viewing 30 posts - 31 through 60 (of 60 total)