Jarret
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Mobile view messed up on tabletHi, adding the following in Appearance->Customize->Additional CSS should fix it
@media screen and ( min-width: 768px ) and ( max-width: 978px ) { .home .entry-content .columns-4 .product { width: 20% !important; } }
Forum: Themes and Templates
In reply to: [Cubic] Some posts missing from home page set to show all postsThat is odd it is failing for you, can you ensure you’re logged out of the site and using a private/incognito window? When testing from a 3rd party using 6 different locations, they are all showing the same data I’m seeing on page 2
Hello again, try the following CSS
.single #branding { z-index: 9998; } .single .pswp { z-index: 9999 !important; }
Forum: Themes and Templates
In reply to: [Twenty Ten] Changing custom header image socialHi, the image being used to show those logos is here:
https://rickscleaners.com/wp-content/themes/ricks-cleaners/images/social-links.png
So you would need to download that image onto your computer, modify it to change the G+ logo to the IG one and then reupload it back into your hosting server in the same location.
Forum: Themes and Templates
In reply to: [Cubic] Some posts missing from home page set to show all postsHi, the posts are showing for me when scrolling through the list. Page 2 shows Skatebias 56 as the first in the list while page 7 shows the SF Crashing one in the 3rd position (top row, far right).
Do you have a screenshot for what you’re seeing on page 2 and 7? You can upload the screenshots to https://snipboard.io and link the images here.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Can I add more widget columns in footer area?@thelabo can you create a new support thread here:
https://www.ads-software.com/support/theme/twentytwenty/
That way, we aren’t emailing previous posters on this topic each time a reply is made. In your new post, please specify whether you want just 3 columns available or whether you’d want to have 3 different widget areas that you can assign widgets to in Appearance->Widgets
Thanks!
Sure, go here to create a new ticket:
https://core.trac.www.ads-software.com/newticket
Make sure you’re signed into your www.ads-software.com account. In the Summary input you can do something like
TwentyTwenty: TikTok and ResearchGate Social Icons
Just make sure that it begins with TwentyTwenty:
From there, add your request into the Description text area
Set the Type to enhancement
Set the Component to Bundled Theme
Then click Create Ticket, you shouldn’t have to worry about configuring any of the other options.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Media & Text BlockAlright, this is a pretty specific case here that you came across. It has to do with the media in the media/text block having a link, being a narrow image and having the “Crop image to fill entire column” option configured in the block settings.
If you decrease the “width” of the media column in the block to less than the width of the image or remove it as a link the duplicated image will go away.
I’ve reported the issue with WordPress here:
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Media & Text BlockHi, I understand the issue here, I just wanted to see your exact code so I could replicate on my end. This isn’t related to TwentyFourteen specifically though as it happens on TwentyTwenty as well.
Going to try to research further to figure out the issue.
That I am not sure of, you’d have to research some sites to find one that is ok with having no attribution required
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Media & Text BlockHello again, yes I see that as well. I thought you meant that there was something wrong when clicking on the link of the image itself, not the display.
The white line isn’t really an issue as that is only showing up due to the image not being the width of the one below it. The one below it has the same white line applied in CSS but as it is the correct width you aren’t seeing it
#content .entry-content a img, #content .entry-content img { border: 5px solid white; }
Are you able to copy the block code you have for both from your page into here so I can see those? If you click on the 3 vertical dots at the top right of the right sidebar when editing a page/post, you should see an option to enable the Code Editor so you can copy the block contents.
Hi, a ticket would need to be created on Trac for this to be implemented into the theme. But in that case, it would probably take a few months to happen.
If you know anything about code, I helped somebody else with similar awhile ago here:
https://www.ads-software.com/support/topic/icon-whatsapp-in-social-menu-2/#post-12284873
You would have to get your own transparent PNG images for TikTok/ResearchGate and then modify the code accordingly. If you aren’t comfortable with modifying the code, you’d have to find a developer to assist further.
Forum: Themes and Templates
In reply to: [Storefront] “Showing X results” problemWhich CSS file are you referring to? The CSS for the site-footer class is set in Appearance->Customize->Additional CSS
If you are making changes there and nothing is changing, you may want to try to look into any error logs on the server to see what may be happening.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Media & Text BlockHi, did you get this issue sorted out? What do you see happening versus what are you expecting to happen?
When I click on the linked image in the first block, it opens up a popup window showing that image.
Hmm, so you don’t want people to be able to browse example.com/category/some-category? But for all the categories on your site?
I’m sure that is probably possible, though whether advisable and if it would cause issues with how WP works I’m not sure. I would think you could just force a redirect to the homepage or something using
is_category()
Would probably want to research it a bit more to see if there are potential issues from somebody that has tried it.