loylabel Posted July 15, 2023 Posted July 15, 2023 Hello, I need a code to place the product title above the images slideshow... picture below
creedon Posted July 15, 2023 Posted July 15, 2023 Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Solution loylabel Posted July 16, 2023 Author Solution Posted July 16, 2023 On 7/15/2023 at 12:02 AM, creedon said: Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful. For those with the same need I found a solution with this code injected in the footer <script> jQuery(document).ready(function($){ if (jQuery(window).width() > 767) { $('h1.ProductItem-details-title').insertAfter('nav.ProductItem-nav'); } }); </script> tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment