- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
first of all there is no wp-content/languages/ar.php in this directory.
isnt there any way to load your RTL CSS without arabic language.
I am not arabic and I dont want arabic language. I want my front end in RTL. Thats all.
Yep commenting both style.css and td-bootstrap simultaneously worked. 🙂
Thanks :*
Hi Lucian,
The CSS you provided doesn’t work out. Do you want to check from inside the WordPress panel if you can fix the problem.
Hi,
In your case this doesn’t work because you use the header ad there and this ad box has custom css which creates this issues when used in other places besides header.
Please edit the ad box element, add and use one of the custom ad boxes from theme panel > ads: http://screencast.com/t/X9RZ9uUcCw
Thanks
Hi,
Please note that this version: http://screencast.com/t/oU8j9Zmqu This can’t be removed as it’s added by WordPress to avoid caching on updates.
For the speed booster plugin please make sure your do this right to not move the style css to the bottom edit the td-speed-booster.php file and make sure you just this changes: http://screencast.com/t/JKJmxFgV
I have double tested this and should do this right this time. If still this dose not work please make sure you remove and install again the speed booster plugin and then do this changes again.
Thanks
Hi,
Please use this custom css, add it in theme panel > custom css: http://screencast.com/t/kjuYdJkVo5
.td-head-style8-logo-desktop img {
height: 76px;
}
Thanks
Hello,
in some widget boxes, there’s a white gap or white line as you can see here:
website: http://histaminentzug.de/noch-ein-testbeitrag/
i think it has something to do with the td-bootstrap.css, but i don’t know where i should change it.
Thanks for your help!
I also had same problems: the site css settings were lost and in theme panel almost nothing was editable anymore…
“Theme colors” was working and I noticed that the colors were those I set and not defaluts, so i just saved settings without changing anything and it came back as it was before.
Regarding the unusable panels I just hard refreshed my browser (ctrl+f5) and it worked.
Hope this helps!
…and I gotta say I scared to death during those endless minutes…
Hi,
Please send your site’s URL, I need to inspect this so I can provide a solution for this.
Also please try this custom css in theme panel >custom css: http://screencast.com/t/dWG3CiENZ
.author-box-wrap .td-author-name a {
color: red;
}
Thanks
I did the same thing, see my td-speed-booster.php file. Try that you’ll also get issues. Would you like to try yourself on my site with administrator account?
hi,
Please use this custom css: http://screencast.com/t/XjCuaDDL
.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
background: none !important;
}
Thanks
Hi,
Yes, please use this custom css: http://screencast.com/t/41OqKPwv
.header-logo-wrap .td-logo-wrap-align {
text-align: center;
}
.td-logo-rec-wrap .header-logo-wrap img {
margin-left: 0px;
}
Thanks
Okay, then how will I remove “?ver=4.4 ” from style.css file? :/
I have the same problem after updating, When i go to the Categories, Translations and Custom Typography i can’t edit anything.
Moreover, CSS is lost
Hi,
@Mr C
1. Please follow this topic, should find there the css you need to remove the white spaces on page: https://forum.tagdiv.com/topic/remove-white-space-between-blocks/#post-21229
2. I have checked your site and seems like you managed to add the leaderboard ad: http://screencast.com/t/IO5XkA7ki5N6
Please let me know if did refer to something else.
@monicacortes
Depends on the method you chose to update your theme. For example if you update using a patch you can check the changed files log and if changes haven’t been made to those files should work. Still the best way to update your theme is to make a back-up of your current theme and then update and overwrite the files via FTP so you would have to do the changes once again.
We will consider this though, and if more people request this we will try to implement it in future updates.
Thanks for the message!
Hi,
I have tested this css on your site and it should work fine: http://screencast.com/t/PViBiSOg44fI
Please make sure you paste this in the custom css filed in theme panel and save changes, I have added an extra class to help targeting better:
#buddypress .standard-form .register-section input[type="text"], #buddypress .standard-form .register-section input[type="password"] {
display: block!important;
margin-bottom: 10px!important;
background-color: yellow!important;
border:2px dotted #00f!important;
}
Thanks
Hi,
Please use this custom css: http://screencast.com/t/RitcVp6qg43
.single .aligncenter, .category .aligncenter {
text-align: center;
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 6px;
margin-bottom: 6px;
}
Thanks
Hi,
I tested this using your speed booster plugin code and had the same issue. This code you have added causes the issue: http://screencast.com/t/bPjCzQob
Remove it and will work fine, the style.css file won’t be move to the footer when speed booster plugin is active.
Thanks
So I just installed 4.5 (overwrite method). But the CSS were missing for fonts and header/other sections. The site looked messed up. Fortunately, I had backup 😉
Lucian, is it because of overwriting?
Just a tip:
be sure to
a) backup your site, export dbase and theme settings
b) turn off any caching plugin
c) turn off any special things like mod_pagespeed
d) deactivate all plugins
1) delete old theme folder
2) replace with new theme version (don’t overwrite; which mixes old code with new)
3) delete old VC plugin if updated
4) upload new VC plugin if updated
5) clear browser cache several times
6) reset/expire any CDN content to refresh with new theme content/CSS
The above resolves 90% of the oddball “my theme panel doesn’t work” issues.
I did as you told but the style.css is not in the page source and this is what I get.

If you doubt that I’m not doing it correctly, then this is my file and I’ve highlighted all the changes I’ve made.
http://www.speedyshare.com/eueXY/Shashank.docx (choose slow download to see the file)
Hi,
Please use this css like this:
.home .block-title a {
pointer-events: none;
cursor: default;
}
Thanks
Hi,
That is because of this style which gets applied to the body tag: http://screencast.com/t/3EvmvbQ4i
You need to make sure you comment that line: http://screencast.com/t/Zp2OBoTO
And also: http://screencast.com/t/nEPX7oKTAq
This should do it. I have tested this and didn’t get any error, please make sure you haven’t made any other changes that may cause this and try again.
Thanks
and when I use the earlier file and comment out this line as // $this->move_style_to_footer('td-theme'); , I don’t see the style.css file enqueued in the page html source.