-
Posts
147 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by MoeTalks
-
-
This is the easiest way to describe what I would like to accomplish. I would like to put that audio symbol as my audio block and have it play within SS. Audio blocks can do this but they are HIDEOUS looking 😂 and I've tried to customize the player from insidethesquare but I suck at trying to customize it to this degree. I would only one the audio symbol. Is it possible to customize the audio block to this degree?
https://www.dictionary.com/browse/sesquipedalian
https://www.dictionary.com/browse/sesquipedalian
-
I’m using a portfolio gallery to upload photos of film, tv shows, etc that I review. I have css script so that when you highlight over the image it transforms in scale and works beautifully.
But I don’t see a way to have a gallery like this and have text next to it so I’m stuck with just an image and I cannot for the life of me figure out how to target that image to do the the same transform with image and text over it. Is this even possible? @Beyondspace made a Classic Gallery Blocks that works exactly as intended but again, even when inspecting I cannot seem to get this to transform.
The Site is: https://www.moetalks.com/film-tv
And the password is 2024
If you scroll down you will see one that says abbott elementary in the portfolio that works but the one below it is the one that I cannot get to work and I want to separate film and tv.
Any suggestions and thanks in advance.
This is just a portion of the script. There is more to this but I just wanted to give you an idea of the script that’s working.
{
.gallery-grid-item
img:hover{height:100%!important; width:100%!important; transform:Scale(1.2);
overflow:hidden!important; transition-duration:1s}
.gallery-grid-item {overflow:hidden!important}
-
Yes, that's what I have been doing, pasting in a plain text editor. Thanks.
-
I will take a look at this again. Thanks @paul2009
-
@tuanphan
I need help with this. I just posted a question about something just like this.
-
Let's make up a word. sesquipedalian. I would like that when a user clicks on that word or hovers over the word the audio for that word would lay. Much like this google site except the SS player would play the audio. Although I am now on the business plan, I thought I could just upload the .mp3, get the link for it and that would be that but that does not seem to work. I'm not sure where to begin on this one. Any ideas would be great and I buy lots of coffee for folks 😂 😂
Oh, and I did go into chrome inspect and was able to copy out the mp3 link from SS static link which works as a link but it doesn't open on the same page it opens it on a new page (which I would expect). I just want it to play without showing an audio player like on the link below but I will settle for what i can get.
Thanks.
-
@paul2009 I'm trying to find this too. I'm on the business plan now but when I try to upload mp3 it says I cannot. It can only do it through audio blocks. This is user error so any help would be appreciated. Thanks.
-
An example of this is I don't remember where a css code is but I remember the // comment // that I made but when I try and search for the comment it never finds the comment. I understand that the comment is *hidden* but was wondering if there was a way to search that I don't know about. Thanks in advance.
-
OMG I just had a heart attack. I was about to join Fred Sanford and Elizabeth. Fortunately I remembered everything I was doing and remembered I added a lot of code and removed code. Once I removed all the code my portfolio pages came back. I was trying to get rid of the footer of on the individual portfolio pages but I tried to combine .body-collections and I can't do that and I had an erroneous piece of code in there. Thankfully it only took me about 25 minutes to figure it out. I just wanted to explain it was my fault. Crises averted.
-
When I got to manage the portfolio page and i Hit edit, nothing shows up, nothing happens at all. I just spent 4 hours on taking them from regular pages and putting them in portfolio page. I was getting a 500 error but now nothing. Is anyone else experiencing an issue. I have put in a ticket but the ticket system is horrible because none of the suggested topics had anything to do with my issue. I hope this is just temporary
PW 2024
-
I will give that a try. Thans @Jasenso
-
-
-
@creedon. You are not going to believe this but this actually works.
/* remove footer */body[class*="type-blog"].view-list footer.sections {display: none;}If this ever does not work I will take in your suggestion about tagging but I cannot believe it that this works.I found it on this blog. https://summaryblock.com/squarespace-remove-footer-code/#How_to_remove_Footer_on_Individual_Blog_Poststhank you for responding. I appreciate it. -
I can remove the site footer from the whole website by using footer {display:none} but I only want the footer on the home page. there is no option to target the individual post unless I target the item number but I would end up with hundreds of css codes. Is there a way to target the footer on an individual blog post? I tried the main collection page which works but it doesn't transfer over to the individual post. Thanks.
-
Is it possible to have soundcloud only play once but not replay again if the user goes to another page and comes back? It may have someone to do with cookies so i enabled third party just to test but nope, as soon as I go away from that page and come back it starts up again. I don't want users to have that kind of experience. This may be out of the realm of SS so I totally understand if there is no answer on this one
PW 2024
https://www.moetalks.com/media
-
I think this may have fixed it. I targed the specific section and change the heading from h3 to p and it got smaller. You can check though. Still open.
.design-layout-inline .image-caption-wrapper {
padding: 0px!important;
padding-left: 5px!important;
}
.design-layout-inline .image-caption-wrapper p {
margin-top: 1px;
margin-bottom: 1px;
}
} -
-
Because that photos actually smaller on the webpage, it's obsuring some of the photo. Is there a way to make the that black lightbox smaller. I have other photos on this page and it's happening on those as well. I will just target this collection if I can make this happen. Thanks in advance.
-
And after a year this still does not work. I fight this all the time. there is clearly room for this text box to come up and yet it doesn't, which then throws off the next paragraph. How do I send this to the developers or squarespace support because this is absolutely outrageous that paragarphs don't snap back when rows are empty.
-
I tried creating a transparent image which overlays on tops of the markup and gave the transparent the same link, however, it does not close using the X so so i have to have it open in a new tab and hopefully people will know to close the tab but if there is a way to make a markdown do this or a work around, Im all for it. Thanks
PW 2024
-
Hi @tuanphan. I gave up on the blog. The 7.0 version just sucks rotten eggs 😂. I'm just going to continue creating web pages and will deal later on with figuring out how to categorize them without blog categories. The blog that I have there now will suffice. You are always ready to help and I do appreciate it.
-
And honestly mine is just an opinion as well. I'm sure there are plenty of SS users who are able to enjoy it as is but you are right @creedon, these do need to go to customer support. I'm going to compile my little list and give it a whirl. And thanks for all your post and codes. People like you are much appreciated. Have a great day.
-
How do I get gallery captions to center?
in Customize with code
Posted
This worked for me too. Thank you @tuanphan