Hey Dellgirl I just would edit all your photos to “make up for the cropped space”. Thats what I did. I dealt with the same problems and they told me “custom code” LOL
The Gillian Showcase isnt listed under my demo options to install from
Great customer service! Thank you! Glad I payed for this theme!
Solution for this topic
Sorry your not logging in my website.
And for anyone else looking to remove the gradient here is the code:
.vcg-woocommerce-categories-item-container:after, .blog-grid-item-container:after, .blog-slider-item:after, .post-style-cover .post-container:after, .sh-widget-posts-slider-style2 .sh-ratio-content:after, .categories-list-item .sh-ratio-content:after {
display: none;
}
Thanks alot!
And Force Regenerate Thumbnails does not do anything.
So the 3 smaller images (the first attached image) is a widget “shufflehound: recent posts”
and the second attached image is a Blog Post Element in WP Bakery
Here’s more photos to show you as reference. It seems that thumbnails do not correctly resize with Gillian, its a shame it doesnt do this out of the box for a template I purchased.
And then you can see in the last photo, the full correct image size and then in the right corner, the correct thumbnail image. But when you go view the website, everything is not how it should be.
Ok so how do I do it? …
Hows that? Better?
So how do we fix this problem
They wernt created in an Admin area.. They were created in WPBakery. Here is another screenshot from the WPBakery Editor
Then can I remove the linking functionality of the category icon?
Can I then redirect the category icon of my posts to goto a different page that I can edit?
The sliders were created in WP Bakery
Worked perfectly, thank you!
The page is not up. And I will not provide you with my login. If you go thru this post, you will see the situation. I’ve added code to “un-stick” my sidebar on my main home page. But when I go into a blog post, the side bar sticks. How do I make my posts page sidebar “unstick” as well.
Hello so now I’ve created blog post pages and the side bar sticks in them. It seems my “un-stick” the side bar code that worked on the home page did not carry over to individual blog post pages. How do I fix that?
Solution for this topic
Turned off post view count in the theme settings. Problem fixed!
Hey so now that I’m going into individual blog post pages. If I have a widget on the side bar of “recent posts”. It still shows how many views there are. How do I remove that so it takes effect on every blog post page?
Solution for this topic
I got it, thank you.
Some of the code did not work for me. But this line of code did.
#page-container .post-meta-content .post-auhor-date
#page-container .post-meta-content .post-readtime {
display: none;
}
.post-readtime {
display: none;
}
Thank you!