- 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
Now it is working after replacing the code in Custom CSS.
Thank you
Hello,
Unfortunately, there is no option for that, it can be changed only using custom css, for this please use this custom css:
.td-icon-mobile:before {
content: '\e80e';
}
The code should be set in the theme panel > custom css> advance css > phone section.
I hope this will help you!
Hi! Not familiar with .css and what to write in it in order to display my website in full page/full width on screens. Found some adivesc on net but they only full screens my header and my footer. Very much appreciate your support
Hello,
It is not recommended to edit the files, because the js files are minified.
Please go to the theme panel -> block settings -> inline css and enable the option to minify the css and js and clear the cache.
Thank you!
I am using newspaper theme and current version of theme is 12.6.2 whenever i try to edit any css files in order to reduce unused css & Js. the ‘td cloud library’ plugin deactivate automatically and and on activation it shows an error that this plugin is not compatible with current version of newspaper theme. and after this my site shows error on header and footer. how can i solve this issue, please provide me a proper solution.
Is this possible to remove Unused CSS & JS from my site?
Hello,
I am facing some issues with Mobile Theme/AMP. All the Custom Code I wrote at Mobile Theme Panel are not loading in AMP version when I´m not logged in. But when I’m logged in all the css codes are working just fine.
For example: https://voolimpo.com.br/tecnologia/2023/11/21/azul-conecta-fecha-acordo-para-eletrificar-avioes-sub-regionais/?amp
Logged in: https://voolimpo.com.br/wp-content/uploads/2023/11/css-1.jpg
Not logged in: https://voolimpo.com.br/wp-content/uploads/2023/11/css-2.jpg
What should I do to solve this issue?
Thank you.
Hello,
I’d like to enlarge the font size of pagination numbers, but I couldn’t achieve this using CSS. I believe I couldn’t find the correct class target.
For example, the page numbers that appear at the bottom of the categories are very small, and I’d like to increase their size. I would appreciate it if you could provide a resource regarding this issue.
Thank you.
Hello tagdiv team,
I created a custom footer menu with the composer and added after each menu point a divider via CSS.
I haven’t worked on the website for a while and was at newspaper version 6.3. Yesterday, I updated to the latest version and unfortunately it broke the menu and I can’t figure out how to fix it. The divider appearing now below the menu points instead next to them.
Could you maybe help me with it? I would like to provide the link to my website but last time I did that I got so many spam comments. Is there a safer way to do it?
Thank you very much!
Best wishes and have a great day,
Laura
Ps: here is a screenshot https://drive.filen.io/d/6f53dbd4-e05f-4852-bd4e-4ef645b1f684#x7ri0AqPCt7jxIOsv8q7VFENsNLNDxAm
Hello @perspektive!
Use 2 elements. The vertical one can be hidden in the mobile viewport, and the other one can be hidden in the desktop viewport. You can hide every element from the CSS tab: https://prnt.sc/1FJiMub9ke4s for each viewports: https://www.screencast.com/t/XDQJedlggSB
Try to uncheck this option: https://prnt.sc/vlXxydIeAc4P
Thank you!
Hello Rob!
1. Use the Social icons element.
2. For example, this is a menu with custom links. Set a link in a button or an inline text element: https://www.w3schools.com/tags/att_a_href.asp
3. Yes. You should create the menu in Dashboard -> Appearance -> Menus.
4. Try to use the Raw HTML, and style it via CSS.
Thank you!
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!
After update 9 -> 12.6.2 problem with display site https://l30class.org/
—–exemple message—–
[td_block_1 custom_title=”LATEST NEWS” block_template_id=”td_block_template_8″ m4_el=”0″ category_id=”4″ limit=”6″ css=”.vc_custom_1576418171150{background-color: #ffffff !important;}” f_header_font_family=”file_1″ m4f_title_font_family=”file_1″ m6f_title_font_family=”file_1″]
—————
thx
Serhii
Recently I Purchase the theme from themeforest site but after installation i get the error and the error is
“Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.”
Hello,
You need to use a custom code css https://www.anantvijaysoni.in/creating-a-2-column-responsive-form-with-contact-form-7-wordpress-plugin/
This is the code used for the form
.td-coaching-form { -> https://i.imgur.com/tpjPHkz.png -> https://i.imgur.com/3DjdnNm.png
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
margin-left: -30px;
margin-right: -30px;
}
.td-coaching-form-left,
.td-coaching-form-right {
width: 50%;
padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-coaching-form-left,
.td-coaching-form-right {
padding: 0 15px;
}
.td-coaching-form {
margin-left: -15px;
margin-right: -15px;
}
.td-request-form textarea {
height: 168px !important;
min-height: 168px !important;
}
}
@media (max-width: 767px) {
.td-coaching-form {
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.td-coaching-form-left,
.td-coaching-form-right {
width: 100%;
padding: 0 10px;
}
.td-coaching-form {
margin-left: 0px;
margin-right: 0px;
}
}
.td-request-form select {
font-size: 16px;
font-weight: 500;
margin-top: 12px;
padding: 13px 15px 12px;
width: 100%;
border: 3px solid var(--custom-accent-3);
}
.td-request-form textarea {
font-size: 16px;
font-weight: 500;
margin-top: 12px;
height: 176px;
min-height: 176px;
padding: 13px 15px;
border: 3px solid var(--custom-accent-3);
}
.td-request-form input[type=text],
.td-request-form input[type=url],
.td-request-form input[type=tel],
.td-request-form input[type=email] {
margin-top: 12px;
font-size: 16px;
font-weight: 500;
height: 54px;
padding: 0 15px;
border: 3px solid var(--custom-accent-3);
}
.td-request-form span.your-consent {
display: block;
text-align: center;
font-size: 14px;
}
.td-request-form span input[type=checkbox] {
margin-right: 10px;
}
.td-request-form input[type=submit] {
margin-left: auto;
margin-right: auto;
display: block;
background-color: var(--custom-accent-2);
color: #fff;
transition: all 0.3s ease;
padding: 18px 36px;
font-size: 14px;
border: 3px solid var(--custom-accent-3);
border-radius: 50px;
font-family: "Red Hat Display", "Open Sans", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.td-request-form input[type=submit]:hover,
.td-request-form input[type=submit]:focus,
.td-request-form input[type=submit]:active {
background-color: var(--custom-accent-1);
}
Thank you!
Hi,
You can hide one element on desktop and unhide it on mobile, for example -> https://imgur.com/GKIKvgt. Every element in the TagDiv Composer has a setting to make it invisible. This setting can be seen in the CSS tab of every element: [Display: HIDDEN]. You can also hide the entire row.
Thank you!
Hello Team,
I want to change the author’s comment colour in the comment section because I want the differentiation between the author’s comment and the reader’s comment.
Pls provide me the CSS code.
Thanks
Giri
Hi, I`m not from the support team, but I think you can change the image through the Background image option in the CSS section of the login page.
Hi,
Please use this code .tdc-header-wrap .td-header-gradient:before
{
display: none!important;
}
Please set the code in the theme panel > custom code> advance css > phone– https://i.imgur.com/BOLeCit.png
Thank you!
Hi,
Indeed, the css code is the one that is usually work, I also set some JavaScript and html but this was not displayed, I corrected the previous answer to can check the provided example.
Thank you!
I saw here on the forum a lot of users asking for same thing. I think right now this is too complicated. For it to run properly you have to turn on:
– option in theme panel to show views on post
– 24h/48h post views sorting
– ajax view count
– insert the element for single post views inside template for single post
– hide with css showing views on frontend.
And we all know that this uses a lot of server resources to be implemented and if you didnt do this all properly this option is not working. These days to have Popular posts block on your website is MUST.
With the options I proposed everything would be much simpler. Post views in backend are working even without all options turned on. If we can just use that with filter to show only posts published 7 days ago.
-
This reply was modified 2 years by
bhcrow.
Hello,
For this please use this custom css:
.tdi_47_rand_style.td-element-style {
width: 100%!important;
left: 0!important;
}
.tdi_48.under-cls {
margin-right: -48px!important;
margin-left: -48px!important;
padding: 0 24px
}
Set the code in the theme panel > custom code> custom css
I hope this will help you!
Hi,
Theme is missing the style.css stylesheet error can be checked here – https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
How to Fix Destination Folder Already Exists Error in WordPress
The theme can be updated using our guide – https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Thank you!
Hi,
In Newsmag theme this can be done with custom css also you can tri the line-height from the top menu – https://i.imgur.com/P1kYMCu.png – https://i.imgur.com/UIYtQFP.png
Thank you!
Hi,
Try to create your own css using inspector element -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
I’m trying to update to the new version and getting the error ” The theme is missing the style.css stylesheet.”
EDIT: I uploaded the other zip file, now I get destination folder already exists?