theblacklodge
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kadence] Single Post Layout – Post NavigationJust managed to sort this.
For anyone else looking to do this you need to be using a child version of the theme and in the child theme folder create a template-parts folder and within that a content folder.
Copy the single-entry.php file from the main theme folder into the newly created content folder.
Edit the copied php file and remove the %title from the code about three quarters of the way down the page.
Worked for me.
Forum: Plugins
In reply to: [Post Grid By PickPlugins] Post Title ColorHi,
Many thanks, that worked brilliantly.
Thanks
Chris
Ok, I think I may have figured it, it seems to require a double click to open the link rather than a single click?
Forum: Plugins
In reply to: [Post Grid By PickPlugins] Post Title Color – AgainThats sorted it, Thanks.
Forum: Plugins
In reply to: [Post Grid By PickPlugins] Post Title Color – AgainHi, the update as sorted the text colour but there is now a grey line through the text? Looks like it might be some thing to do with opacity of the background? This wasn’t there before so again is related to the update.
Site is: https://www.theoldschoolhouse.wales/
Forum: Plugins
In reply to: [Post Grid By PickPlugins] Post Title ColorThats worked, many thanks.
The other thingi I have noticed with the titles is that they only seem to centre when the text spans the width of the image?
You can see what I mean at:
https://www.theoldschoolhouse.wales/Forum: Plugins
In reply to: [Post Grid By PickPlugins] Post Title ColorI am also seeing this issue since the update.
Forum: Themes and Templates
In reply to: [Virtue] Full width image instead of Fullwidth Slider?I think I have this sorted.
For anyone else that needs this:.full-width {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}The create a div with the class full-width
Forum: Themes and Templates
In reply to: [Virtue] Full width image instead of Fullwidth Slider?Hi Hannah,
Thanks for the reply.
I am using the classic editor so im not using blocks at all.Is it possible to achieve a full width image using css and html?
Thanks
ChrisForum: Themes and Templates
In reply to: [Virtue] Search resultsWorked brilliantly!
Thank you.Forum: Themes and Templates
In reply to: [Virtue] Search resultsHi Hannah,
Thanks for your reply.
The site is https://www.theoldschoolhouse.wales
A thumbnail of something like 300×300 maybe?Thanks
ChrisForum: Plugins
In reply to: [Post Grid By PickPlugins] Inconsistent links and placementHi,
Thanks for the response.
I got the new tab issue to resolve by switching it to a different target, updating, then switching back to _self. No idea why it didn’t work initially when all settings were correct.The item wrapper is set to center.
Tried switching it to right and this did nothing either.
Inspecting the element there is a text-align: left; but I can’t find where it’s coming from?
Any ideas?Forum: Plugins
In reply to: [Post Grid By PickPlugins] Post order issueThats sorted, thank you very much
Hi,
Many thanks for your reply.
That new piece of code didnt seem to work, had a play with it and this does seem to work for me:.swiper-container-horizontal>.swiper-pagination-bullets{ margin-top: 10px !important;} .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px !important;} } .sp-wcsp-pagination { position: absolute !important;} }
I’m not using titles so any ovelap isn’t a problem.
Thanks for all your help, it is very much appreciated.Chris
Hi,
Thanks for your reply.
Tried this and it only works to a certain point.
For example, if I change the value to 1px I would exect the dots to be almost flush with the slider thumbnails, but it isn’t.
Could it be because the container for the thumbnails has some bottom padding that is preventing the dots getting any closer?Thanks
Chris