- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
Please use this code
.td-scroll-up {
background-color: blue;
}
The code needs to be set in the Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
Thank you!
That prefrence only change the background color of the scroll up button, i want to change the color css property, how can i do that?
Hello!
You can align the separator, but it won’t touch the border lines: https://prnt.sc/YmVRet8aZ9ZK
But, you can add a CSS code. Follow the steps:
1. Add a class name here: https://prnt.sc/z27iqWK96MjJ
2. In the Live CSS box, add this CSS code:
.td-separator .tdb-menu>.menu-item{border-right:1px solid white;}
3. Apply these settings: https://prnt.sc/VK1rZ3ZIypP3
Thank you!
Thanks but I believe this is an important feature for WooCommerce since there is no method to reduce or limit like in ‘Posts’ even using functions.php.
Tried CSS but it looks weird as well.
Appreciate your feedback on this matter.
Indeed it seems to work now on iOs. I have no idea why -_-
For the hidden X, I have updated my CSS and it is now showing. However, the original problem I had was that I wanted to remove the social media icons and the log-in area from the mobile menu. But I couldn’t find the way to do it.
If you could tell me how to remove those, then I would be able to remove my weird CSS 🙂
Hello @nalonzo!
You can hide every element from the CSS tab: https://prnt.sc/1FJiMub9ke4s for each viewports: https://www.screencast.com/t/XDQJedlggSB
Thank you for your feedback!
Hello!
Make sure it is not hidden from the CSS tab and make sure the SVG logo from this tab https://prnt.sc/X4N8WJdeRT0M is set as hide and not show.
Thank you!
Hello @korik12 !
The theme has no option in order to do that. So, please check if you do not have a CSS code in the theme panel or Live CSS box: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hello,
You can disable the back to the top from Theme Panel -> Template Settings -> ToTop button => https://www.screencast.com/t/JVYklvqk (if you have the mobile page or mobile resposive)
Also, for the mobile theme plugin, you can only hide using a Custom Code CSS
.td-scroll-up
{
display: none;
}
Set the code in Newspaper -> Theme panel -> Mobile Theme -> Custom code.
Thank you!
Hello!
Check this guide:
Instagram: https://embedsocial.com/blog/embed-instagram-feed-in-wordpress/#:~:text=Use%20an%20embed%20code%20from%20Instagram&text=To%20do%20this%2C%20go%20to,your%20WordPress%20post%20or%20page.
Twitter: https://help.twitter.com/en/using-twitter/how-to-embed-a-tweet
FB: https://developers.facebook.com/docs/plugins/page-plugin/
Linkedin: https://www.linkedin.com/help/linkedin/answer/a529065/embed-content-from-the-linkedin-feed?lang=en#:~:text=Navigate%20to%20the%20post%20you,pop%2Dup%20window%20that%20appears.
You can add the code in the Raw CSS, HTML element. A shortcode can be inserted by using the element called “Column text” or “Text with title”. For example, in the step3 here: https://forum.tagdiv.com/add-cryptocurrency-price-ticker-widget/
“Column text” and “text with title” elements have a button called “edit content” and if you click on that button, the WP Editor will open, and you can add some text/code/shortcode there. Close the WP Editor from X, save the changes from Composer and view the page to see the changes.
Thank you!
Hi.
I could use a lifeline on this one in order to remove the white space, primarily on mobile.
I’ve tried some @media for bottom margin in custom css, as well as non mobile, similar attempts to no avail.
Any ideas on what code to try would be so helpful.
See screen shot for an idea of where i’m seeing the space and the inspector is open, as well. Thanks, again.
Hi,
I moved the topic in Newspaper forum.
The steps are like this, edit the homepage using tagDiv Composer – https://i.imgur.com/Qg06SLu.jpg select an element from header, then click on header menu -> https://i.imgur.com/kkXW3qI.jpg then click on css tab, there is a fix width set that needs to be removed – https://i.imgur.com/6l0DYkZ.jpg
I hope this will help you!
Hi simchris,
The changes on Newsmag 5.4.1 are in style.css, tagdiv-global.php and tagdiv-config.php (the files mentioned in the patch_5.4_5.4.1 like you mentioned).
Thank you!
Hi
since I have bunch of modified files for changes to css, couple of the main templates, and the search function in 5.4…. wanted to double double check the only changed files in the 5.4.1 update are those in the patch folder?
If xo, I can more easily fold this into my working 5.4 version, and it looks like all I need to do is my customary search/replace in the CSS to move to 100% system fonts.
Am I correct? Thanks 🙂
Hi. Searched the site and found a “css code” for changing the dropcap color, but didn’t worked.
I just want to put it in red.
Thanks.
By the way, I’m using “dropcapp3”.
Hi,
You are probably uploading the whole theme package. You have to upload only the theme zip file, not the whole package which contains other items
– https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
How to update the theme https://forum.tagdiv.com/how-to-update-the-theme-2/
Requirements for Newspaper => https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!
When I uploaded to wordpress, I was prompted: The theme is missing the style.css stylesheet, which caused the upload to fail.
Hi Anamaria,
I’ve added the suggested CSS to my custom stylesheet but it still doesn’t work for the header or footer. The only way I can get it to render properly is if I add the additional CSS, otherwise, the header and footer wrap is full width and the drop shadow renders outside of the full browser width.
.td-header-desktop-wrap {width:1164px; margin:auto;}
.td-footer-wrap {width:1164px; margin:auto;}
I have the website background colour set to #ffffff and have the boxed layout selected.
I also have the rows in the cloud header and footer templates set to ‘Default’ so they should be obeying the boxed layout setting from the theme panel but they aren’t.
The shadow works fine for the .td-main-content-wrap.
Thanks
Matt
Hello Matt,
You need to use a custom code css to have shadow for all header content, footer.
You need to have set background color and check to be boxed; after you need to use this custom code, you can add it in a raw css -> https://i.imgur.com/f8523bu.png -> https://i.imgur.com/9gbDLmF.jpg
.td-header-desktop-wrap .tdc_zone {
box-shadow: 0 -13px 10px 3px rgba(0, 0, 0, 0.12);
}
.td-main-content-wrap {
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.12);
}
.td-footer-wrap .tdc_zone {
box-shadow: 0 13px 10px 3px rgba(0, 0, 0, 0.12);
}
.td-main-page-wrap {
overflow: visible !important;
}
Thank you!
Newsmag – Newspaper & Magazine WordPress Theme
Just purchased your theme and tried to install it.
The package could not be installed. The theme is missing the style.css stylesheet.
I downloaded a second time just in case, and the second download does not contain the file either.
Please advise.
Hi Guys, I’m using tagDiv Newspaper 12.3 with tagDiv Composer 3.9 and have added a custom box shadow to the theme wrap using the following CSS.
.td-theme-wrap {box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);}
On another of my sites, I’m using tagDiv Newspaper 12.4 with tagDiv Composer 4.1 and the same CSS rule has no effect.
Have there been any changes between the two setups that would stop this from working?
The closest I can get on the site running tagDiv 12.4 is a drop shadow on the main container using the following.
.td-container-wrap {box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);}
But I need the drop shadow to be the full height of the website container including the header and the footer.
Thanks
Matt
Multiple php errors in the first page after update to tgge latest version
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Warning: Undefined array key “undefined” in /home/sportlive.gr/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Hello!
Edit the mobile viewport (CSS tab) and try to set some margins and paddings for that element in order to fit the featured video there.
Thank you!
I’ve recently installed the “Black Pro” design on my Newspaper theme and am attempting to alter the default text color across my pages. I’ve successfully managed to change the three primary theme colors to white, which has effectively updated the overall color of my pages.
However, I’m encountering an issue with elements like unordered lists (ul/li). They appear to retain the original color designated by the theme, which is evident in the CSS class “tagdiv-type”.
Thank you in advance.
I’m trying to page a div stick alongside the page. It is not working as intended, I’ve tried javascript and css position: sticky. The element is not moving. Can you help me with this?