Jump to content

Karkom

Member
  • Posts

    60
  • Joined

  • Last visited

Everything posted by Karkom

  1. Hello, it looks like there's not option to edit/adjust the body of the EVENTS function in squarespace. When looking at these pages on Desktop and Tablet, i'd like the content to be "squeezed" towards the center of the screen, while at the moments, it goes "full" by default and cannot be adjusted at all. Can someone please help me with the custom code required to make sure that ALL Events pages are left with a decent amount of left and right margin on tablet and desktop? example page: https://www.ghoulsmagazine.com/events/ghouls-magazine-film-club-event-kairo-pulse-2001
  2. Hi @paul2009, thanks but i need it to affect all pages. The problem is that even of i put the code at the bottom of the footer injection, when i inspect the page there’s always extra couple of lines of code after that.( one of which is the code i posted earlier, hence why i wanted to know what it is) Is there a way to force a script to be the last item before the </body> ?
  3. Hello, Can someone help me figure out what this code line is? <div id="yui3-css-stamp" style="position: absolute !important; visibility: hidden !important"></div> The reason I'm asking is because I want to integrate Infolinks ads to my website. At the moment, ads are not displaying and infolinks Team asked me to make sure their script is the last script before the end of body. thanks Em
  4. Hello Everyone! I have 2 different SHOPS in my website A) accessible to everybody: https://www.ghoulsmagazine.com/ghouls-shop B) Only accessible to members and offering discounted prices: https://www.ghoulsmagazine.com/ggstore Would it be possible to get users that are logged in as members to be automatically re-directed to the Members Shop (B) when they click the "SHOP" tab in the main navigation (Which by default send visitors to A) ? Any help with this would be so very much appreciated! Thanks!!!!! K
  5. Hello, I can't seem to figure out how to change the font size for the "access denied page" that shows up when users try o access content that's only available to members. Font appers to be P2 and it's too small. I'd like to change this ti P1 but can't seem to figure out how. Example https://www.ghoulsmagazine.com/members-blog/name-your-price-good-for-beth-in-hostel-part-ii-2007
  6. Hello,Among the extra content we provide to our members there are special podcast episodes which are accessible only through the members area.What's the best way to track how many listen/download these get? Thank you
  7. Hello, Among the extra content we provide to our members there are special podcast episodes which are accessible only through the members area. What's the best way to track how many listen/download these get? Thank you Em
  8. This is the code I have which doesn't seem to be working anymore. How would you adjust that for VW please? /* Small Button Styling */ .sqs-block-button-element--small { width: 95.99% !important; padding-top: 9px !important; padding-bottom: 9px !important; margin-top: 2px; margin-bottom: 2px; margin-left: -6px; font-weight: bold; font-size: 14px; } /* Small Button Styling - Small Mobile */ @media screen and (max-width:400px) and (min-width:100px) { .sqs-block-button-element--small { width: 95.95% !important; padding-top: 9px !important; padding-bottom: 9px !important; margin-top: 2px; margin-bottom: 2px; margin-left: -6px; font-weight: bold; font-size: 10.5px; } } /* Small Button Styling - Large Mobile */ @media screen and (max-width:1000px) and (min-width:400px) { .sqs-block-button-element--small { width: 95.99% !important; padding-top: 9px !important; padding-bottom: 9px !important; margin-top: 2px; margin-bottom: 2px; margin-left: -6px; font-weight: bold; font-size: 12px; } }
  9. My Man!!! that worked like a charm @Ziggy thank you so much! can I please pick your brain with another issue that has just popped up which I can't seem to be able to fix? this affects pages like www.ghoulsmagazine.com/editorials on mobile phone I had custom CSS in place to make all 6 buttons look "wider" on mobile to allow for the text to appear on just one row. Unfortunately, about a couple of weeks ago, something broke and as you can see, the 2 buttons on the right size have now text split in 2 different rows. Buttons looked wider before and text use to fit perfectly in 1 row. Any help with this as well would be so very much appreciated if you can!
  10. Hi @Ziggy website is www.ghoulsmagazine.com and yes, I have custom css. I realised that Squarespace latest updates have messed up some of my custom code which I guess it's not longer recognized...
  11. Hello, All of a sudden today, lines across my website suddenly appeared in red rather then pink as the Header text. All settings in the "theme" are correct and there's nothing that should be in red. Could someone help please?
  12. hello everyone, just checking if there's anyone who could help me figuring out this please :)
  13. Hi @tuanphan I was wondering if you had a chance to review this? thanks so much for your time! 🙂
  14. Hi @tuanphantried, it doesn't make any difference unfortunately. The biggest problem is with those 2 buttons on the right side where there are two words and which goon 2 separate lines instead of staying in just one.
  15. Hey @tuanphan Thanks so much for looking into this for me! Please see below Screenshot
  16. Thanks,It’s better now but it looks like all the other attributes are not being picked anymore (width, font size dor different screen sizes etc) they used to be all same size ( wider) to allow all text to fit on one line
  17. Hi @tuanphan, please see below. Before the changes, buttons appeared slimmer, wider, nicely spaced (horizontally and vertically) and text for the buttons on the right side was just on one line as buttons were thinner but wider, if it makes sense.
  18. Site URL: https://www.ghoulsmagazine.com/editorials Hello, I just realised that there have been some changes from Square space side and some objects have been renamed. One of those are Buttons. They used to be small, medium large but now are primary, secondary an terdiary. I had a custom code written for the small buttons I use on my website to make them look good on mobile and desktop. I had set width, size and font based on different screens. this is the code which doesn't seem to work anymore. ( part of it seems to work for desktop version but not the width and font size). /* Small Button Styling */ .sqs-block-button-element--small { width: 95.95% !important; padding-top: 9px !important; padding-bottom: 9px !important; margin-top: -20px; margin-bottom: -20px; margin-left: -6px; font-weight: bold; font-size: 14px; } /* Small Button Styling - small Mobile */ @media screen and (max-width:400px) and (min-width:100px) { .sqs-block-button-element--small { width: 95.95% !important; padding-top: 9px !important; padding-bottom: 9px !important; margin-top: -20px; margin-bottom: -20px; margin-left: -6px; font-weight: bold; font-size: 10.5px; } } @media screen and (max-width:1000px) and (min-width:400px) { .sqs-block-button-element--small { width: 95.95% !important; padding-top: 9px !important; padding-bottom: 9px !important; margin-top: -20px; margin-bottom: -20px; margin-left: -6px; font-weight: bold; font-size: 12px; } } COuld someone review it please? Thanks a lot
  19. Site URL: https://www.ghoulsmagazine.com Hello everyone! I'm sruggling to get google to "pick up" the Seo input I entered throuh squarespace for our hme page. Whereas SEO for individual aricles works and it's picked up fine, the Hompage one (The most imporant!!) and those for the other pages ( listed underneeth are not! Please see below how it appears on gogle search atm: This is not what I have added on the page description in Squarespace, which should be what Google picks up, see below: In these examples I'm posting screenshots of the "Homepage" SEO description I have entered as well as the SEO for the "Horror Films Reviews" page: Could someone be so kind to look into this and advise what's wrong/causing this and how to fix it? Also, is there a way to decide what subpages to display under the Home page in google Search? at the moment Google is showing these below (as you can see from the screenshot) but I'd like other ones to bepresented. Thanks a lot in advance for your support! Meet The Team Horror Film Reviews Who We Are Shop
  20. Hello, i was wondering if there is a way to set up an auto notification every time new content is added to the members area of my website. the notification should include the url of the new content and should be sent only to active registered members. do you guys think this is something possible to achieve? for reference, my website id www.ghoulsmagazine.com
  21. @tuanphan I've figured out the second part with the below 🙂 .item-pagination.item-pagination--prev-next { display: none; }
  22. @tuanphan that worked like magic, as always 🙂 Also, would it be possible to get rid completely of the "Next" and "Previous" blog posts arrows at the very bottom of each blog post ( just before the footer) ?
×
×
  • 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.