MartinKaninsky38
Member-
Posts
27 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by MartinKaninsky38
-
Hi, I am wondering if it is possible to edit the comment pop up page. i am interested in adding a checkbox to have the option to subscribe to newsletter. Or something like that. Use the email they submit for the comments itself. Is it possible? Thanks
- 1 reply
-
- comments
- newsletter
-
(and 1 more)
Tagged with:
-
Anyone?
-
Hi I have recently started using archons with #example as HTML link - linking to <p id="example"></p> in the text to jump user to that section after click. When checked in google search console I am getting new warnings from those sites - AMP pages is not valid - pointing to those links โThere is an invalid attribute or attribute value in the HTML tag.โ . Is that something that should concern me? Will it impact my SEO? Thank you!
-
What sometimes happens with the fluid engine on my home page is that the block section gets super long with empty space. You can see it there right now when you scroll little bit down. Is there a way to get rid of the blank space quickly? or with code? It always takes very long and I need to scroll and move it and scroll. Any ideas? Thanks. site: https://aboutphotography.blog/
-
Hi, on my website https://aboutphotography.blog I am trying to display comment counts of blog posts on my homepage. Even though Squarespace offers native integration of Disques it still does not show comment count of blog posts. I was told I need to edit HTML code for disqus to make this work. But then I was told you can not edit HTML of quarespace. So I wondering if it is possible to make this work and if not is there a good alternative for commenting module that would show comment counts. Somehow my readers find it annoying you have to insert email address everytime you want to comment with squarespace.
-
Hi, I am trying to hide my darkmode toggle on mobile on home page. I tried to modify this @media only screen and (max-width:676px){ #darkmodetoggle.botton-floating-fixed { display: none !important; } } into this @media only screen and (max-width:676px) {#collection-65c0a68371f15338b01c8988 #darkmodetoggle.botton-floating-fixed { display: none !important; }} But it just doesn't work. Could you help please? Thanks Site www.aboutphotography.blog
-
So I have this problem. When I edit my section and add summary block in list form, for some reason it creates so much of blank space under the contet and it stretches my sections far apart. Then I have to manually resize the summary block and then manually resize the section space. It is such a pain. A small edit in summary block is like 10 minutes of resizing work. Is there a way to to limit size of summary block to content displayed? Thanks
-
So for anyone wondering, I just used different sections and hid them ( )
- 4 replies
-
- summary-block
- custom-css
-
(and 1 more)
Tagged with:
-
So I am also trying this code /* Tablet-Mobile-Home-Summary */ @media screen and (max-width:991px) { section[data-section-id="65c0ae38487ca123bde1eeec"] { a.summary-thumbnail-container.sqs-gallery-image-container { padding-left: 0 !important; } .summary-thumbnail-outer-container { width: 100% !important; float: none !important; margin-left: 0 !important; } .summary-content.sqs-gallery-meta-container { width: 100% !important; float: none !important; } } } but I am only getting to partially grid, just can not make the thumbnail full width. Thanks for any ideas ๐
- 4 replies
-
- summary-block
- custom-css
-
(and 1 more)
Tagged with:
-
I am trying to make it work with this code, but no luck @media screen and (max-width:640px) { #block-yui_3_17_2_1_1709155517454_23599 { a.summary-thumbnail-container.sqs-gallery-image-container { padding-left: 0 !important; } .summary-thumbnail-outer-container { width: 100% !important; float: none !important; margin-left: 0 !important; } .summary-content.sqs-gallery-meta-container { width: 100% !important; float: none !important; } } }
- 4 replies
-
- summary-block
- custom-css
-
(and 1 more)
Tagged with:
-
Hi, I was wondering if you can help me. I have a summary block of blog articles and I really like how they look on web. But on mobile the pictures are really small and I would much prefer them to be in the "grid" just pictures above the data. Is there a way to apply change of design for mobile device for specific summary block? Thank you (website https://aboutphotography.blog/)
- 4 replies
-
- summary-block
- custom-css
-
(and 1 more)
Tagged with:
-
How to exclude post in summary block post?
MartinKaninsky38 replied to MartinKaninsky38's topic in Customize with code
I realised I need to create a new section to make this work -
How to exclude post in summary block post?
MartinKaninsky38 replied to MartinKaninsky38's topic in Customize with code
Thank you, it works except what I am trying to do is to setup different summary block on the top of this one and in this one I want to prevent the same post of showing up. Now when I use your code it removes posts also from the new summary. I tried to target the second summary block using this code, but it just doesn't work. #block-65c0ae38a31e4103295bc1e2 { section[data-section-id="65c0ae38487ca123bde1eeec"] { .sqs-block-summary-v2 .summary-item:nth-child(1) { display: none; } } } Thanks for help -
How to exclude post in summary block post?
MartinKaninsky38 replied to MartinKaninsky38's topic in Customize with code
Hi, https://aboutphotography.blog Thanks -
Hi, I am new here, I would love to ask someone for help please. I am trying to exclude a first post in summary block on my home page. I am trying this code but nothing is happening. Not really sure why. .blog-basic-grid article:first-child { display:none; } or should I target the ID of the block instead? Like #block-65c0ae38a31e4103295bc1e2 { .blog-basic-grid article:first-child { display:none; } } Thank you!
-
AMP Page is Invalid: Disallowed attribute...HELP!
MartinKaninsky38 replied to jmhalpin's topic in SEO
I think I solved this problem for me. I noticed only the full internal links are giving me this error (like - https://aboutphotography.blog/photographer/annie-leibovitz) and no other links outside of my blog. So I thought I would use bit.ly to hide my links, which worked but then it gave google wrong information and there are no search benefits. Instead I used shorter part of the link when internally linking (like /photographer/annie-leibovitz) and it just worked. I requested reindexing and all my errors are gone. I hope it helps ๐