- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
I see it, seems to be a delay before the CSS applies, with a visible effect on the page loading. Do you use any dedicated minification plugins, or caching plugins that have settings for minification? If you do, try to temporarily deactivate/disable them to see if this has any effect.
Also do you plan to use WPBakery? You could disable this plugin and use the tagDiv composer. Because there could be various conflicts between the two when they are both active.
Thanks
Hi,
From what I can see all the block titles in the whole website are center aligned
– http://prntscr.com/nvqad9
That happens because there is an inline CSS for it on the body tag it seems
– http://prntscr.com/nvqbpq
If you did not set that manually, maybe a plugin is adding it for some reason. It will affect many elements.
I could give you a code to override the text align center, but it would be better to try and identify what is adding it in the first place.
The code would be like this – http://prntscr.com/nvqddn or you could change it to justify
– http://prntscr.com/nvqdm1
body {
text-align: initial!important;
}
Thanks
Hi there,
I am happy with the footer on my site except for the font for the “footer text” and “your email address”. I would like to set them as Montserrat. Can you please let me know what css I should use to do this?
Please note: I have set all fonts found in the Newspaper Theme panel to Montserrat but it hasn’t updated hence the need for CSS.
Cheers
Ryan
Short answer: Child themes that use more than functions.php and style.css are not compatible with 9.7.3. Welcome to the club. :/
Hi, I would like to have horizontal scroll for block in mobile view.
So I found MODULE FLEX 7, which is used in Big Grid Flex 9 and 10.
But I don’t need MODULE FLEX 6, which is also used in Big Grid Flex 9 and 10.
I think I can hide MODULE FLEX 6 using css…but, do you have any recommendations to have horizontal scroll for block in mobile view without add css?
Or is it possible to add horizontal scroll for Flex Block 1 in mobile view by using css?
I noticed that I can set the CSS according to the screen size in TD Composer. However, it doesn’t work for things like text alignment (although the screens are still shown), or maybe I am doing it wrong. I did not find documentation in this, is there? Thanks much!
Sirs,
Based on this comment in another thread:
“Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.”
Am i to understand that moving forward:
1) Newspaper will still support a child theme but only for functions.php and style.css changes?
2) Any other changes will have to be done on each update manually within the TagDiv Composer plugin ?
3) Will child theme support changes to editors-style.css as a major frustration has been amendments to for example quotes show in front end, but not in the editor, so it is not a wysiwyg environment?
4) Based on comments in other threads, the following line in child theme function requires to be changed from 1000 to 11 so it shows: “add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 11);” – is this correct, as it is not in the update guide?
5) Can their be a guide created for child theme users from 9.7.3 onwards, as the guide is clear for non child theme users, but not for those with a child theme.
I am trying to use this form css on another demo. How can I do so?
Thank you.
Hi,
Most elements of the tagDiv composer have options to set a background image, color or video (video only for rows, and only from Youtube). These aren’t general settings, the backgrounds will apply to the specific element.
Check in the CSS tab for rows, columns, or elements – http://prntscr.com/nvg4y7
– http://prntscr.com/nvg567 – http://prntscr.com/nvg5fu
If you have more questions, let me know.
Thanks
Hello,
I can’t save or add anything in any page. When i check the Google Console, it provide many errors like:
font-newspaper.css:1 Failed to load resource: the server responded with a status of 404 ()
js_files_for_wp_admin.min.js:28 tdcJobManager.addJob
/wp-json/td-composer/do_job/?tmp_jobId=0&tmp_blockUid=undefined&post_id=3155&tdbTemplateType=page&uuid=4755aa20-8ef0-38a4-53f2-e0bcb1edf8f7:1 Failed to load resource: the server responded with a status of 404 ()
js_files_for_wp_admin.min.js:28 tdcJobManager.addJob
/wp-json/td-composer/do_job/?tmp_jobId=1&tmp_blockUid=undefined&post_id=3155&tdbTemplateType=page&uuid=60f6c7fe-d014-4acf-83b7-15a5bd710aac:1 Failed to load resource: the server responded with a status of 404 ()
font-newspaper.css:1 Failed to load resource: the server responded with a status of 404 ()
I have read different topics and i optimize my server and it have enough memory, i disable all the non plugin theme, etc.
Please, help.
Thanks.
Hi,
In order to hide the footer on some pages/post please check if you have set a page as footer or a default template; if it is a footer page you need to use this custom css -> https://www.screencast.com/t/4S4FpA14CG
.postid-12683 .td-footer-page{
display: none;
}
It is possible to be a problem because you have the tagDiv Composer and WPBakery activate, please deactivate the WPBakery plugin, clear all cache and try again.
Thank you!
Hi,
Try to use the code below and place it in Theme panel -> Custom CSS Area.
.td-mobile-content .td-icon-menu-right {
display:block;
}
Thanks.
I am using a child theme and overrode the header and footer parts and some of the modules. The new version of Newspaper breaks all my customizations. On a test site, I tried updating the child theme style.css and the top section of functions.php to the Newspaper Child Theme, keeping my other functions.php customizations, and then adding a folder for td-composer/legacy/Newspaper/ and then copying my /parts and /includes folders from my child theme, but the site is still broken. What do I need to do to get my customizations to work?
Hi,
Unfortunately there is no option in theme panel to change the font size for code, but this can be achieve using custom css -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
If you need to help with this please provide me a link were I can inspect your code snippets.
Thank you!
Hi,
I suppose that you are referring to the appearance of a flash/time loading when you enter on your website, right? This behavior appears when you have additional customization through custom CSS code. Please notice that the CSS is working in cascade and the first time will take the code from style.css that is set it by default and then the theme will take the custom code that you have changed from the Theme panel and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly to this file your desired custom code. So, if your problem is still there, please try to revert the theme to the default settings, without any customizations and let us know how it goes. Also, you can try to make a new install with the latest version of the theme and check the results. Also, please make sure every time you cleared caches. Noticed that the only files where you will have to edit are style.css. Also, please update the theme to the latest version of it.
If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thank you!
Hi,
That can’t be changed, default means the initial theme container width. If you want a specific width for a row, try using the width setting in the CSS tab, maybe you can do what you want using it – http://prntscr.com/nvdr88
Thanks
Hi,
I’ve been battling with the css snipet to change the info@greentickets.com email color text from black to a visible color but couldn’t get the css id or class. Please can you help me with the css snippet to change the email link?
Screenshot: https://www.awesomescreenshot.com/image/4052195/175cddb4de931c15ced744d21e60f9fc
Thank you very much in anticipation.
Hope to hear from you soon.
With regards
Thanks a million! Solved.
Please a quick one…
I’ve been battling with the css snipet to change the info@greentickets.com email from black to a visible color but couldn’t get the css id or class. Please can you help me with the css snippet to change the email link?
Screenshot: https://www.awesomescreenshot.com/image/4052195/175cddb4de931c15ced744d21e60f9fc
Thank you very much in anticipation.
Hope to hear from you soon.
With regards
Hi,
There are a couple of ways of doing it, depends on the template the category uses however. Do you use default category templates or cloud category templates? For a default category template you could use a bit of CSS, this should work
body[class*="category-paged"] .td-category-description {
display: none;
}
This can be made to work on cloud category templates as well, for example
body[class*="category-paged"] .tdb_category_description {
display: none;
}
These codes should work, if you want to use them, enter the appropriate one in the theme panel custom CSS section. Let me know if you have more questions.
Thanks
Hi,
since I’ve installed Newspaper theme, our page impression went down. There are to many CSS and JSS files loading in the background. Can you please help?
BEst wishes
Inken
And how can I turn off footer in some page?
I used the code below in custom css but not working.
.page-id-62 .footer_bar {
display: none;
}
Thanks
Tell me now why is the character and video distance too far? Let me know the css style.
Where can I find the “fluid-width-video-wrapper” css style
Hi,
This can be a plugin conflict, please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
Thank you!
Hi,
Please notice that is not save to make changes in theme files; for fonts you can check the Font customization -> https://forum.tagdiv.com/font-customization/ or using the tagDiv Composer -> https://www.screencast.com/t/5cGnRk7H
Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you!