Lol, yes I know that.
Still nothing
I imagine this other user knows that as well.
-
This reply was modified 4 years by
cyberfyber.
Thanks Catalin for the reply.
I see the mention of Yoast on that page. Will look to return to it to try it out. I know it works beautifully with my custom post in doing things the way I wish it to.
Will see for myself if it’s inadvisable to use both at the same time if YOAST isn’t enough to give priority to certain categories when it comes to the category lists for posts; but if you’d like to warn me against that then by all means let me know. Thanks.
Sure enough, I rediscovered it.
Insert a ‘Column Text’…’Edit Content’…’Click inside the WP Editor’
and the error message would then appear.
I tried replicating the problem but couldn’t.
It’s related to the same page I posted about here: https://forum.tagdiv.com/topic/do-we-need-to-update-td-composer-upon-updating-theme/
Had originally gotten a blank page for that page and the only other one I’ve used TD Composer for. Then I posted that question…then later got this error message.
But as I mentioned, I haven’t had a problem again.
While I’m at it…there’s the following code below. Tried to hunt down every instance of blockquote.
What I don’t get is why there’s a flash of the original style you folks have for blockquotes showing up before showing the version that I want.
What am I missing?
.post blockquote p, .page blockquote p, .td-post-text-content blockquote, .td-page-content blockquote p {
color:#096 !important;
font-size:20px !important;
line-height: 24px !important;
font-weight:bolder !important;
}
Hi Bogdan,
What I need is to be able to assuredly change the Link and Hover colors for any instance anywhere for body (only) PLUS for any body text.
I’m somewhat familiar with your classes only in as far as realizing there are quite a number. Had tried the below code and id DID work up to a point; then had to resort to using simpler code. Not that I’m a pro at CSS…I’ve barely been just beyond a beginner for the past 10 years. lol.
h1 >a,
h2 >a,
h3 >a,
.td-page-content p a,
.td-post-content p a,
.wpb_text_column a,
.td_block_text_with_title a,
.woocommerce #tab-description a,
.mce-content-body a{
color:#900 !important;
}
h1>a:hover,
h2>a:hover,
h3>a:hover,
.td-page-content p a:hover,
.td-post-content p a:hover,
.wpb_text_column a:hover,
.td_block_text_with_title a:hover,
.woocommerce #tab-description a:hover,
.mce-content-body a:hover {
color:#06F !important;
}
Thanks and yes, I’ve been going through my own personal caching hell during the switch to this theme.
‘and nah, don’t care for WP SuperCache. Have switched to WP Rocket.
Anyhow, thanks for your time.
1- Yes, I’m quite familiar with the custom code section. But as I mentioned above, it doesn’t help one in coding.
‘and mind you, using the following simple code does nothing in the style.css file when I edit it and upload it. YET, it’ll work fine either in your custom code section OR if I edit the style.css through the Appearance Editor. Strange!
p a {
color: #900;
}
/* mouse over link */
p a:hover {
color: #09F;
}
h1 a,
h2 a,
h3 a {
color:#900;
}
2- ‘and one is able to adjust the hover as well? Having merely an accent color to play with just won’t do.
LOL, this is another one I’d love to know the class name of. So I too can adjust it myself.
I’m referring to the BlockQuote
It’s much too big for my site’s taste.
Sorry, should’ve posted earlier. Last night I moved the theme to my main domain and it’s all working as it should now. As far as I can see. đ
Thanks for help.
Hello Catalin and thanks.
Since then I went ahead and moved the theme from my subdomain to my main domain and all those problems went away. No idea why it was wacky at the subdomain. Even after deactivating wordfence and cloudflare and clearing the cache everywhere.
BTW, just now disabled all other plugins again and deactivated wordfence AND cloudflare for good measure. Still the same problem.
If you had a way of posting in private then I’d easily provide the URL. In the meantime I’d have to wait to create other dummy content which I’d feel comfortable sharing in public.
At the moment it’s NOT THAT important considering how well mobile works sans the mobile theme.
Will either follow-up on this thread later or post anew.
Yes, I mentioned in that last post regarding the other loop problem that I met and even went beyond some of the system parameter requirements.
Okay, since I had it running on my dummy subdomain test site the culprit turned out to be Wordfence on my main domain.
So I’ll see to making changes so’s to avoid this problem until I’m ready to move the theme to the main site. Thanks anyway.