Jump to content

TheDetourEffect

Member
  • Posts

    40
  • Joined

  • Last visited

Everything posted by TheDetourEffect

  1. Thanks @ChristineDarby! I got impatient and requested reindexing on every URL individually, that seems to have worked for the most part
  2. Site URL: https://thedetoureffect.com/ I enabled AMP on my blog posts last week because I was advised it will speed up my site. It didn't, and it looked horrific and hid all the important information so a couple days ago I disabled it. Now, in Google search results my page still comes up with the crappy AMP version of my pages. When will it stop? Do I have to request reindexing for every single URL one by one with Google now? None of my Black Friday ads probably showed up this whole weekend because of AMP.
  3. Did you ever figure out if there's a fix for #2?
  4. Actually, sorry, I think I'm wrong - I replaced the term 'nofollow' in your code with 'sponsored' instead, but when I did "inspect" it still said 'nofollow', so maybe it wasn't working? I think what I was seeing under "inspect" when I thought it was working, was actually a result of trying out this code in my footer injection. When I went into there and replaced nofollow with sponsored, and then tried to inspect again, it did update to sponsored. Next to where it says 'a[href*="amazon.com"], a[href*="amzn.to"], I wrote in the following so that it would work for avantlink and travel payouts too: a[href*="alnk.to"], a[href*="avantlink.com"], a[href*="tp.media"]' And now when I inspect my avantlink links in the image card, they are rel=sponsored in addition to my amazon links. So I think I'm set?! Unless anyone has an opinion that this code is not ideal for whatever reason. (Just writing this all out in case anyone else has the same question and comes across this thread)! If this means I can stop manually doing a markdown block to insert nofollow/sponsored code individually for every single link I am going to jump for joy. I'm a little nervous to stop doing that though since I'm in the habit, I'm not sure if I trust my footer code injection.
  5. Holy smokes I think that did it for the Amazon links!! Wow, thank you so much! I really appreciate you, I wasn't sure if this would be possible. I bet I will use this code all the time on lots of posts now. The other affiliate programs I use are AvantLink and TravelPayouts
  6. @tuanphan @lucilehr Not yet! I don't even really have any ideas. One time I thought it might just happen when I include music CDs in the ad, because they are wider than books and movie posters. But then I noticed some examples of it happening even when I don't include music, so I have no idea.
  7. Site URL: https://thedetoureffect.com/blog/roadside-attractions-northern-arizona I tried searching the terms "amazon" and "native ads" in the forums but couldn't find anything. I like the custom native shopping ads from Amazon. When I insert the code into my site, sometimes the products don't show up at all. Sometimes it will only show one or two products, even though I had directed it to show 4 products. Sometimes it will only show products on mobile, or only on desktop. What gives? I have adblocker turned off. I have tried on multiple browsers. I emailed Amazon Associates support and they said if the code doesn't play nice with my site then it's Squarespace's fault. The screenshots show where the ads are supposed to be. On my desktop there's nothing. On my cell there's one product showing but there should be two. This issue has been happening for years. I could link/screenshot you to many many other pages on my site that have this issue.
  8. Thanks! How do I know if it worked or not? Is "amzn.to" a reference to Amazon? Some of my links are not Amazon, I have some other types of affiliate links in there
  9. This is awesome that this is possible! I just implemented this on my site and it looks great. I've always been annoyed by the carousels being too small on mobile (but if you use slideshow instead, it's too big on desktop! And you also don't get the reel effect of the next/previous images bleeding over like you do on carousel). One thing I noticed though is that now my horizontal images in the gallery are cropped to be 1:1 instead of 3:2. Do you think there is some way to fix that or am I trying to have my cake and eat it too? Here is the page, it's #block-yui_3_17_2_1_1634909803184_138412
  10. With the overlap style, all of the text next to each image is the caption; those aren't text boxes, they're part of the image block:
  11. Site URL: https://thedetoureffect.com/blog/digital-nomad-gift-ideas Hi there, I found out that I can give an image link a nofollow attribute by pasting this onto the end of the affiliate link: "rel="sponsored This works when you click on the image itself. But if I write a caption and try to include a link there, it doesn't work. Example: I chose the "overlap" design for my images here because it looks cooler than other methods of advertising/linking to products. I wrote long captions to go with each image and included some links in the caption. If I paste "rel="sponsored onto the end of those links, clicking on the links will bring up an error. So I removed "rel="sponsored from all of them, but this is going to hurt my SEO ranking. Any ideas? Thank you!
  12. As you wish, I have now checked the "Show Title and Description" box. If it's the block ID you're after, it's #block-yui_3_17_2_1_1534801545666_87139
  13. I unchecked "show title and description" for now since I don't want it to show the titles. Would you like me to re-check that box?
  14. Site URL: https://thedetoureffect.com/blog/la-fortuna Hey guys, I only want this change to happen on one image gallery on one page of my site, not all image galleries across my entire site. It's a slideshow image gallery. I want the image descriptions to show up (which include photo credit), but I do not want the titles of the images to show up (they are just SEO titles). And not just on hover; I want the descriptions to always be there and the titles to never be there. I found similar questions elsewhere on the forums and tried using the code suggested for other people but it's not working. Whatever code I use, should I also check or uncheck the "show title and description" area in the gallery design? I suppose if that box is checked, then the code should focus on hiding the title. If that box is unchecked, the code should focus on showing the description...? Any ideas? Thank you!
  15. Instead of products, I want to do this for just regular old image galleries, that don't have any products involved. Just an image gallery block with photography: https://thedetoureffect.com/blog/things-to-do-flagstaff-arizona
  16. That worked!! Thank you! (But, it also took the save button off my actual pins. I have custom code inserted individually into every single pin that I created in Canva, so that a save button will hover on those specific blocks. It's only all the regular images throughout my site, which are just images and not pins designed for Pinterest, that I want the "save" button to stop hovering on. Oh well, maybe I can't have both).
  17. Here's one page where I have a bunch of slideshow galleries: https://thedetoureffect.com/blog/grand-canyon-trip-planning I would prefer all those slideshows to be carousel-style instead, but I haven't made them into carousels yet because then they wouldn't have thumbnails or titles.
  18. @tuanphanany ideas as to why the "save" button still hovers over every image throughout blog even though I disabled it in the "marketing" tab?
  19. Site URL: https://thedetoureffect.com/ I saw someone post here about how to make thumbnails appear on a product carousel gallery. How would I do the same thing on an image carousel gallery? I only want this on some pages, not all, so I will probably inject it in a code block on a particular blog post and NOT in Design > Custom CSS
  20. Thanks for this! I wonder how I would do the same thing but for regular image galleries rather than product galleries? I guess replace ".ProductItem-gallery" with something else like ".image-gallery" or ".sqs-gallery-design-strip"?
  21. Here's a link: https://thedetoureffect.com/blog/working-on-the-road I attached some screenshots. Is it because I have this code block in the post?: <script async defer data-pin-hover="true" data-pin-tall="true" src="//assets.pinterest.com/js/pinit.js"></script> I was reading about how to make sure my pins have metadata in them (like alt text, data-pin-description, etc). I can't edit those things if I do an image block, so I had to use a code block to insert my pin at the bottom of the page. But, as a result, a "save pin" button would not hover over it. So, I had to add the script code I pasted above. I thought that would make the "save" button hover ONLY over my code block for the pin, and not every other image on the page. Maybe that's not correct. Except...that can't be the reason, because the "save" button still hovers on my "all blog posts" page too, not just the individual post. Per the last screenshot.
  22. Awesome, that seems to have worked! Thanks a ton! I would have never been able to cobble that together myself. I went to Marketing > Pinterest Save Buttons > Disabled, and that hasn't stopped the save buttons from hovering over all my images on my "all blog posts" page nor my individual blog posts. Any ideas?
  23. Did you ever figure this out? I just changed mine to "disabled" and saved the change, and yet the pin button is still hovering over everything. Maybe I just need to give it some time to recognize the change?
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.