Michael
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] tc-reset-margin-topI used one of Dave’s answers that was on another question and altered the code with @media as shown below:
@media only screen and (max-width: 959px) { #tc-reset-margin-top { margin-top: 10px !important; } }
and it worked perfectly.
Forum: Themes and Templates
In reply to: [Customizr] mouse over imagesI got it dave!
.tc-grid-post figcaption { color: #fff; opacity: 1; background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%; }
Took me a minute to figure out, but I needed to add:
background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;it is perfect now.
Forum: Themes and Templates
In reply to: [Customizr] mouse over imagesHi Dave, brilliant, thank you so much, I’m so close now.
I have quick question: you know, by default when you mouse over the image, the image turns a darker shade of opaque and then white text stands out perfectly, how can I get that to show by default?
I’ve been using firebug all morning but can’t figure it.
Any pointer would be really appreciated.Forum: Themes and Templates
In reply to: [Customizr] mouse over imagesHi Dave, here is a link: https://spirituallight.guru/
As you can see on the homepage, a person must mouse-over the image to show the blog text, it would be totally awesome if the blog text would show by default.
Any help would be greatly appreciated.
Forum: Themes and Templates
In reply to: [Customizr] Resize whole sitelink to site?
okay, here is your fix, just add this to your custom css, cheers ??
media="all" @media (min-width: 550px) .container { width: 95%; }
Forum: Themes and Templates
In reply to: [Customizr] Limit number of posts on front page onlyHi Menaka, thanks for reminding me ??
I dont see anything going to the right in the image, can you please clarify.
Forum: Themes and Templates
In reply to: [Customizr] icons won't show up correctlyYour content images and icons are linked to the old website
for example, https://www.seeletrifftwelt.de/katja/wp-content/uploads/2015/07/preis-logo.png
as you can the website directory no longer exists so the images don’t existbut when I attached your new address to the same image, you can see that it does exist in the new website directory but your website is still showing the old image links, let me think on this, hopefully someone else can help you out here too
https://xn--maria-der-br-qcb.de/wp-content/uploads/2015/07/preis-logo.png
Forum: Themes and Templates
In reply to: [Customizr] Polylang slug problemTry clearing your browser cache and then opening a new browser.
link to site?
Forum: Themes and Templates
In reply to: [Customizr] Posts PageCreate a new category. Select the posts you want for the category. Put all post into the category. The category page will show all the posts you select.
Forum: Themes and Templates
In reply to: [Customizr] Limit number of posts on front page onlyHi Menaka, thank you for the suggestion, it worked perfectly.
Hi nikeo, thanks for responding, the settings you are referring to affect the whole site. The plugin did what I needed ??Forum: Themes and Templates
In reply to: [Customizr] Customizr & Infinite scrollingOkay this worked for me
Content selector is #tc-page-wrap
Navigation Selector is .pager
Single post is .tc-post-list-grid
Next selector is .pager .previous>a, .pager .previous>spanlet me know how it works
Forum: Themes and Templates
In reply to: [Customizr] Customizr & Infinite scrollingI need to know this as well, anyone can help?