- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
hello, today suddenly all the custom settings of the theme (css, jquey etc) started and even the activation key was gone and asked us to put it back in. we are desperate. Please help us quickly!
I would appreciate your help with the css since I do not master it.
Hi tizian-ffm,
Our theme do not have an option for this, you can try a custom css, but this will work only inside the post/article, on modules/blocks will not work, for example -> https://i.imgur.com/T5gKFIf.png -> https://i.imgur.com/EJMH9iX.png
As a hint you can use in child them functions.php a code that identify the category id something like this
if (get_category('53')){
echo '<style>
.entry-title a::before {
content: "test";
margin-right: 10px;
}
</style>';
}
Hope this will help you!
Thank you!
Hi,
If you’re seeing only NAVER please make this adjustment in the tagdiv composer plugin:
https://www.screencast.com/t/HGX40TlcJgb
Then hit a save in the theme panel and then revert the code back to original, this will make the social icons appear properly again.
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will fix the problem. Include a link to this topic in the email.
For search problem, please use this custom css -> https://i.imgur.com/FPGjN0G.png
.td-header-wrap .td-drop-down-search {
left: 0;
}
The code need to be set in theme panel> custom code> advance css> IPAD
Thank you!
It does not work on posts. Please make a custom CSS which makes my website 950px.
Thank you
Hi baki222,
Unfortunately there is no general option where to set in one page the website width and this to bee apply on full website. Using our theme you can stretch the rows using tagDiv Composer, what you can do is to stretch the -> https://i.imgur.com/PLxgXZt.png after that you need to set after that you need to set some margin left right to achieve the width you want -> https://i.imgur.com/mtXmKNI.png or you can let the row stretch on default and in css tab you can set 950px and set margin left and right auto -> https://i.imgur.com/8NCFHWN.png you can do this on pages and cloud templates.
Thank you!
Hi,
If you set the video as featured video then the video should be display on full width content, but as I can see in your screenshots, you are using a small video, that is under the post content width, this can be centered using custom css, if you need help with this, please provide me a link to that post with video.
Thank you!
Hi,
1. This problem is usually a plugin conflict from untested plugins, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
2. The background color from the menu can be change only using custom css -> https://i.imgur.com/iLv4qEP.png
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
background-color: green;
}
This code need to be set in theme panel> custom code> custom css.
Thank you!
Hi,
If you are using mobile theme plugin, please use this custom css:
.single .td-post-featured-image{
display: none;
}
The code need to be set in theme panel> mobile theme > custom code> css.
Hope this will help you!
Thank you!
Hello,
Thank you for your answer. Unfortunately you did not understand my question correctly.
I do not want to insert icons in menus.
The task is this: I want to insert an image file in the size of a badge (20 x 20 px) in the title of each article in a specific category. This should be displayed on every page, on every category page and on every post page.
When using Custom CSS I cannot find any specified selector. For this I would need a hint please.
How the result should look like can be seen here:
https://bit.ly/2ZNqeL8
-
This reply was modified 6 years by
tizian-ffm.
Hi,
You can use a css link this one:
.td-pb-span4.td-is-sticky .wpb_wrapper{
background-color: rgba(88,188,26,0.78);
}
But note that sticky column will no longer had padding and it will be display like this -> https://i.imgur.com/ysFiTNr.png
Thank you for your understanding!
Hi,
Unfortunately this option will not apply on sticky sidebar, the background color will be set by default, the one set will not apply. Some users use a custom css to apply the code.
Thank you!
I thought it was just a css code :hover
Hi roqya_France,
So if I understand correctly you want to add an extra text for example here -> https://i.imgur.com/ZJSgf9n.png unfortunately for this is no option in our theme, but maybe it can be achieve using a custom css.
Thank you!
Hi,
As I can see you are using a standard post style, this can be edited only from theme panel, and for specific elements you can use a custom css. -> https://i.imgur.com/0oFyk2R.png
.td-header-wrap .td-logo-text-container .td-logo-text {
font-size: 22px;
}
The css need to be set in theme panel> custom code> advance css > phones.
Thank you!
Hello !
As you can see here this can be done by inspection your page and adding your page id on this css code: .page-id-5822 .entry-title.td-page-title{
display: none;
}
You can add more codes and simply change the page id on the pages you want: https://www.screencast.com/t/CLRePNDNo88p
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
hi, i have a problem with newspapper theme with my multilingue website, i use polylang plugin, for english, french and ARABIC language, so the first problem that the theme don’t make the rtl css file automatique in the arabic langage, any one have before the some problem?? thanks
Hello !
Color only can be added with css code. Please provide a link to your website and we will take a look.
Thank you !
Hi,
I am creating a Nepali News website. I want to change Load More pagination option found in Flex Block name to something other like this { थप हेर्नुस } which in my contry language means Load More. and view all results in search bar to something like this { सबै खोजहरु }… Is there someway to make it happen through live CSS.
Hi,
The font style can be change from theme panel for standard elements -> https://i.imgur.com/VeVPmgm.pngor you can use tagDiv Composer for cloud elements and templates -> https://i.imgur.com/cp6mJmI.png also you can create a strong css to use it -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hi – I’m having a problem with the placement of the “Footer Top” ads. They are appearing toward the top of the footer but overlapping into the content area. We are really hoping to have them appear fully above the footer instead. They are referred to in the documentation as well as “Above Footer Ads” so wondering about our options? If they are supposed to display “inside” the footer instead of above, is there any CSS that could hide that portion of the background color and turn it white to match the site background?
Thanks for any assistance!
Surprise… This afternoon (UTC+10) I noticed that all icons were back where they belonged.
The only thing I can think off that may have helped solve this problem is that I decided earlier to ‘cache’ and ‘minify’ java and CSS with WP-Optimize 3.1.2
But that is just a guess. No admin logins from TagDiv evident.
Thank you all for your interest.
Clemens
Can you please check this problem here. I tried to edit the margin via CSS but still, it doesn’t work. You can check the screenshot below.
https://prnt.sc/tbsogh
https://prnt.sc/tbsox5
I added the css to the cloud templates for post however it doesn’t work.
.td-main-content-wrap .tdc_zone {
margin-left: 15px;
}
Hello,
I would like to place an icon in the post title of every article from the category “plus”. That should be shown on every page, category-page and post-page. I’ve tried this in Custom CSS:
article.category-plus > header.entry-header > .entry-title:before {
content: url(‘wp-content/uploads/2020/05/C-Plus.png’);
display: block;
float: right;
margin-right: 10px;
width: 1em;
height: 1em;
}
and this in functions.php:
if (has_category( 'plus' ))
return;
echo '<style>
.entry-title:before {
content: url("https://testfeld051.magazin.de/wp-content/uploads/2020/05/C-Plus.png");
margin-right: 10px;
}
</style>';
}
Unfortunately, neither of them works. Does anyone have any idea how I can make it work?