Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)
  • in reply to: Icons on mobile menu #68089
    etienneg01
    Member
    Post count: 22

    I’m not sure we are taking about the same thing.
    My issue is about the button which is originally called “go to shop” in the cart drop down when you cart is empty.
    When you hover it, a cart icon appears

    regards

    in reply to: Icons on mobile menu #68088
    etienneg01
    Member
    Post count: 22

    It’s still not working for me on safari, firefox and chrome.
    When i click on the button on the cart drop down “découvrir notre plancha”

    it’s redirecting to the home page

    Regards

    in reply to: Icons on mobile menu #68079
    etienneg01
    Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Icons on mobile menu #68072
    etienneg01
    Member
    Post count: 22

    Still nothing.

    I already tried those solution directly in the PHP file and it wasn’t working too
    Any other idea ?

    Regards

    in reply to: Icons on mobile menu #68065
    etienneg01
    Member
    Post count: 22

    it’s still not working.
    Is there a way to put the URL directly ?

    regards

    in reply to: Icons on mobile menu #68032
    etienneg01
    Member
    Post count: 22

    Hello,

    1) OK

    2) :

    function my_woocommerce_continue_shopping_redirect( $return_to ) {
    return get_permalink( woocommerce_get_page_id( ‘88’ ) ); // please change shop slug anyone page slug as you want
    }
    add_filter( ‘woocommerce_continue_shopping_redirect’, ‘my_woocommerce_continue_shopping_redirect’, 20 );

    in reply to: Icons on mobile menu #67707
    etienneg01
    Member
    Post count: 22

    1. I’m using a special “mobile menu” that is a bit different of the main one. Why should i have the same menu config to get icons ?

    2. It’s not working, i replace the “shop” by the page id “88” and it’s not working.

    regards

    in reply to: Remove schema markup on builder elements #66605
    etienneg01
    Member
    Post count: 22

    Also there is an issue in the snippet coding, when you have variation.
    If i have a min price of 100 EUR and a max price of 200 EUR, it will report 100-200 EUR in the price schema attribute. This is causing an error in the google webmaster tool : Erreur : Incomplete microdata with schema.org.

    in order to not trigger this error which is avoiding the snippet to shows in the SERP, you will have to use :
    <div itemprop=”offers” itemscope itemtype=”http://schema.org/AggregateOffer”&gt;
    <span itemprop=”lowPrice”>$1250</span>
    to <span itemprop=”highPrice”>$1495</span>

    But i have no idea on how to call those attributes with PHP. If you could provide some custom PHP and notified the dev for the next updates it would be awesome !

    best regards

    in reply to: Remove schema markup on builder elements #66599
    etienneg01
    Member
    Post count: 22

    hello Kyle,

    Thanks for your answer.
    Are you sure than this will only remove the markup of the swift builder widget “shop_mini” and not the whole product markup on my website.
    Because i have products to sell but i use this “shop_mini” widget on the recipe page in order for the customer to be aware of my product when then are consulting my recipes.

    It seems that this operation remove all the product markups, isn’t it ?

    Best regards

    in reply to: media:print needed #65763
    etienneg01
    Member
    Post count: 22

    Hello Ed,

    Thanks for your answer, isn’t there any way for me to implement it ?
    I know how to build the print.css but i’m looking for a way to call this sheet in the header.php but i don’t see the code.

    Can you help me a little bit ?

    regards

    in reply to: media:print needed #65193
    etienneg01
    Member
    Post count: 22

    Hi,

    thank you.

    I tried it yesterday, unfortunately, due to the css the user have to delete manually many writing generated by shortcodes.It takes quiet a long time to edit the document and for recipe its not the best.

    Don’t you have a simple way to modify the css. It shouldn’t be really hard but i’m not finding the part in the header.php where the CSS is called.

    Can you help me a little further?

    Regards

    in reply to: Height of mobile icons and translation #54501
    etienneg01
    Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Height of mobile icons and translation #54381
    etienneg01
    Member
    Post count: 22

    Yes i did

    regards

    in reply to: Height of mobile icons and translation #54375
    etienneg01
    Member
    Post count: 22

    Please see attached the landscape iphone version.
    Could you please check on ipad yourself? i don’t have one but one of my friend checked it and it apparently looks weird.

    Also can you please give me a solution for the sticky header that is not working ?

    Best regards

    in reply to: Height of mobile icons and translation #54162
    etienneg01
    Member
    Post count: 22

    Additional infos : It’s also looking weird on iphone landscape, ipad both portrait and land.

    Can you edit for me a css that would globally fix this ? i need the header size to fit the logo, and the logo to keep it’s proportions.

    Also the icons on the right should match the line height of the logo and be aligned together

    Best regards

Viewing 15 posts - 1 through 15 (of 18 total)