- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello,
Please try to replace block 7 with flex block and then you can change the color with tagDiv Composer.
You can change the color for block 7 using custom code CSS.
Thank you!
Hello!
I was thinking that your website is this one: https://www.newscaribe.com
I do not understand either how can I help you if you wrote already the CSS code.
Why you need to locate icons or the captions?
Thank you!
.tdb_single_featured_image .wpb_video_wrapper iframe{
width: 100%;
}
Please can you fix this in an update, we shouldn’t have to add this basic css. Thank you (it works)
Hello Bettina,
Thank you. Just please share this thread with the devs so they can see the specific issues for my use case.
Basically,
1. Apple Pay button didn’t show up on my checkout page (in Safari on desktop) due to td-woo-front css.
2. Check boxes were missing on my checkout page (for all Apple devices), also related to css in td-woo-front file.
3. Log in prompt for saved passwords on iOS devices/safari continued to pop up even after being logged in. I changed the mobile-menu.php in the legacy Newspaper folder of the td-composer plugin.
Thank you and have a great day.
Hello!
If you click on that “before”, then you can see the whole CSS of that icon.
Thank you!
Hello!
I can see that all are alright now in your website.
And yes, you can fix some designs by adding CSS in the Live CSS.
Thank you!
Hello Dave,
To change/remove the background image from the footer scroll to that section, select the row from the footer and in the CSS tab you’ll find the background CSS -> https://i.imgur.com/6yfZdbc.jpg
Thank you!
When I did the latest update I have lost some CSS and the layout in the header was gone. I had to do a restore:
https://www.wewilltransportit.com
I will need to send the wp login information, let’s communicate using this email: jsocarras71@gmail.com
Has been for all the websites that I am using the Newspaper theme.
Hello, I need your help. I can not find how to make the call for the icon of the photo camera (see capture) that is in the newspaper topic, to make a rules in the CSS so that it is shown as it is seen in the capture, could you inform me where it is or how I do to call it and create a class for the captions in the images.
For those who are also affected by the problem, the developers know about the problem and are working on a solution.
The problem occurs when the images have a caption.
Therefore, there are currently two ways around the problem:
1. omit captions
or
2. use the following CSS :
.single .wp-caption.alignright { width: 350px!important; margin-right: -100px!important; } .single .wp-caption.alignleft { width: 350px!important; margin-left: -100px!important; }
You can of course adjust the width and margin accordingly. The best way to do this is to set Custom CSS in the Theme Panel and adjust the values depending on the screen size.
Hello,
Please check this topic https://forum.tagdiv.com/topic/co-authors-2/ ->https://forum.tagdiv.com/adding-multiple-authors-articles/
Also, this method works for the default post templates and does not affect cloud library templates.
Adding the multiple authors is a 3 step process. Adding the multiple authors is a 3 step process.
Step 1 – Adding the required functions in your child theme functions.php file.
We created 2 custom functions for the author and for the author box which we can then call on the post styles and not have to use the entire functions each time.
Add these functions in your child theme functions.php file: https://pastebin.com/ciYrSZvQ
These will create the custom implementation to add the co-author and the author box for each co-author in particular.
Step 2 – Adding the single post templates to your child theme.
In your main child theme folder, you will need to create the following folder structure: In your main child theme folder, you will need to create the following folder structure:
Newspaper-child/parts/single Newspaper-child/parts/single
Then, under the “single” folder add both the single-template and the loop-single files for each of the post styles you use on your articles => https://i.imgur.com/PNke9Eo.png
Now you will have to identify where the author is being called in each post style.
For styles 1, 5, 9 and 10 you will find the author code in the loop-single files while for styles 2, 3, 4, 6, 7, 8, 11, 12 and 13 the code is found under the single_template files.
Edit the files corresponding to the style you want to apply the co-authors to and then call the functions added at step 1. Replace the default author and author box codes:
https://i.imgur.com/AvJOQfg.png
Replace the highlighted code with the following codes: https://pastebin.com/fifu70QS
Maintain the position of the code in the PHP file though for proper results.
Step 3 – CSS styling.
For the co-authors to position properly we also need a bit of CSS code to ensure proper styling so please add the following CSS code in the theme panel under custom code-> custom CSS:
https://pastebin.com/dRaStewQ
Now you simply need to edit your post and add multiple authors using the plugin author field:https://i.imgur.com/4saivlH.png
Thank you!
Then only my second question remains.
2. The element uses an effect for the text that makes the text move a little upwards when hovered. And only when hovered, the text is exactly centered horizontally. Can I change this? I would like for the text to be horizontally centered without hovering.
Maybe I could change this using custom CSS as well?
Wait! I managed to fix it using custom CSS! 🙂
I added this:
.tds-title-over-image1 .tdm-title-over-image-info-wrap {
padding: 24px 24px;
}
And it works! 🙂
Hello,
Did you use any plugins to optimize CSS and js?
Please try to remove the minify and see after the problem persists. https://i.imgur.com/pLe4V9C.png
Also, make sure you don’t have a plugin conflict.
Thank you!
Hello,
Did you use any plugins to optimize CSS and js?
Also, please check if you have set the width on the logo => https://i.imgur.com/7xqBSUZ.png -> https://i.imgur.com/jGdrJ2e.png
Thank you!
Hello,
The CSS is for style, not for functionality.
So, please check if you don’t have a plugin conflict.
Thank you!
Hi,
Unfortunately, our theme do not have an option to disable ads on a particular post or page, you can do that only using a css with display none on those particular pages/posts or using an extra plugin for ads that have this option.
Thank you for your understanding!
Does not work for me on Chrome or Safari. Do you have any suggestions for customizing the css that could help?
Hi,
I’ve made more tests and for me it looks correctly -> https://i.imgur.com/5RoJUCn.png
But what I see in your screenshot it is like the css of website was not loaded. Maybe this problem appears only when you have a low internet connection? Can you provide some more details about when is usually this problem appear?
Thank you!
Hello,
You need to change the value for left. You can use https://chrome.google.com/webstore/detail/live-css-editor/oelggcmknbjmhkpgjfhakedcfnkgbdpg?hl=en to set the value as you want.
Thank you!
Hello, I am compressing javascript and css codes using “Autoptimize” plugin to optimize the theme. However, after this process, the mobile page I created is canceled and switched to the non-mobile version. I tried many plugins and they all gave the same result. What should I do about this issue?
1. Mobil Homepage;

2. 
3. Broken;

Other question;
What plugins are you using in the theme on this https://demo.tagdiv.com/newspaper_pro/ demo page? Even though I pulled the demo to my site with its contents, I can’t get the same speed scores.
Hello,
I just answered you on this topic https://forum.tagdiv.com/topic/changing-header-date-and-temperature-information/#post-421341 please check it.
Also, for the blockquote please let me know what editor you use -> https://i.imgur.com/OePY8gY.png or maybe you need to use some Custom Code CSS to align it as you want.
Thank you!
Hello,
First of all, it is always advisable to say what prebuilt website you have installed, to be able to help you and give you the necessary information.
Also, we have documentation where you can find more information.
Almost all of the settings that you want to do need to use tagDiv Composer.
1. If you set the font from Theme Panel, will not apply because those settings are for standard elements, so you need to change the fonts using tagDiv Composer on each element (Single Post Content, flex block, etc) please check this article -> https://forum.tagdiv.com/font-customization/ and video -> https://www.youtube.com/watch?v=jQvA64uTLkI
2. Newspaper Theme only works with default WordPress comments and unfortunately, we don’t have a plugin tested for comments, and we can’t recommend a plugin to achieve this.
3. If you set once the code for ads in the Single Post Content, you do not have to set for each post, if you use a global Single Post Template, but if you have a different Single Post Template then, yes, you need to add the code, because is a new template. The ads will show on all posts that use that template.
4. You can customize the mobile menu from Theme Panel -> Theme Colors -> Mobile menu/mobile search => https://www.screencast.com/t/0CvSgXp9H to set a background image go in Theme Panel -> Background -> Mobile menu/mobile search => https://www.screencast.com/t/uvDejzbX to change the font from Theme Fonts => https://www.screencast.com/t/ANBQe7hQhJd Also, for mobile header color you need to select the viewport on phone, select the zone of mobile menu and from the tab “CSS” you can change the background color => https://www.screencast.com/t/uO47flEmmeP also, please check this article https://forum.tagdiv.com/add-logo-newspaper/
5. Please make sure you have disabled the auto-loading option https://forum.tagdiv.com/infinite-loading-single-posts/
Also, please check if the settings are saved, if the settings are not saved, then you will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using a child theme or cache plugin, deactivate them, clear all cache and try again.
Also, on our channel https://www.youtube.com/channel/UCOT1RiNysIPCTPSnVZskwtQ, you can find more videos that can help you and documentation https://forum.tagdiv.com/newspaper-theme-documentation/
Thank you!
Hello!
Yes, you can add custom CSS in the Live CSS of that page.
If you need any help with the code, you can contact our custom work team here: https://tagdiv.com/premium-customization-services/
Thank you!
Hi,
There should be settings for the titles of theme block widget, for the color of the title it is like this https://i.imgur.com/WEmBlRD.png or with custom code CSS.
Thank you!