New Landing How can we help? Atelier Shop home page setting breaking links in areas of the website

Viewing 15 posts - 1 through 15 (of 51 total)
  • Posted in: Atelier
  • #203356
    Klarity
    Member
    Post count: 183

    Hi Guys,

    I am having a problem with this site http://preview.mccaul.com

    The following links are not working as shown in the attached Jpgs.
    I think that this is affected by the way the shop page is setup.
    I am pretty sure I did this under your guidance (but can’t find the post anywhere on the site) so am hoping you have a ‘fix’
    NB: there is no shop page set in woo-commerce this was done to get the bespoke page working.

    Basically the issue is the links aren’t working – can you help me fix them.
    Not sure if this is something to do with the woo-commerce update or its always been like this.

    Thanks in advance fro your help,

    Best,

    Pete

    Attachments:
    You must be logged in to view attached files.
    #203586
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please activate parent theme and check for issue. Let me know your feedback.
    Thanks
    Mohammad

    #203720
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
    #203778
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue. So please check it now.
    Thanks
    Mohammad

    #203800
    Klarity
    Member
    Post count: 183

    Hi,

    Thanks for looking at this – though this doesn’t quite do what i was trying to achieve the shop page is a bespoke made one using your pagebuilder and i think from memory the guidance of Kyle?

    the links should go to this page please – http://preview.mccaul.com/our-collection/

    Many thanks,

    #203933
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Woocommerce -> Settings -> Products -> set the name of your new shop page in the Product Archive / Shop Page drop down.
    Thanks
    Mohammad

    #203948
    Klarity
    Member
    Post count: 183

    Hi Mohammad,

    This then breaks the layout on the page – so this is not a good solution?
    I have left this setting as you suggested so you can see the issue?

    look forward to hearing from you.

    Pete

    #203962
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please place this code snippet in your theme’s functions.php file.

    function custom_continue_shopping_redirect_url ( $url ) {
    	$url = "http://preview.mccaul.com/our-collection/"; // Add your link here
    	return $url;
    }
    add_filter('woocommerce_continue_shopping_redirect', 'custom_continue_shopping_redirect_url');

    Thanks
    Mohammad

    #204003
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
    #204005
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You have missed semicolon ; after line 114 at functions.php file.

    Thanks
    Mohammad

    #204054
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
    #204058
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please just place after line code of 114 of functions.php of child theme.
    Thanks
    Mohammad

    #204059
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
    #204068
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me FTP login detail to check and resolve the issue.
    Thanks
    Mohammad

    #204111
    Klarity
    Member
    Post count: 183
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 51 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register