- 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
What is the best recommended plugin to minify the html and css files without going into complex codings to make the page speed faster…
Hi,
You can try this custom css to remove the animation from mobile thme
.td-menu-background, #td-mobile-nav, .td-menu-mob-open-menu #td-mobile-nav, .td-search-background, .td-search-opened .td-search-background{
transition: none;
}
The code need to be set in theme panel>mobile theme > custom code> css
Thank you!
Hi,
I could give you a code to make all 4 of them in one row, something like this should work
– http://prntscr.com/nu8uep
So configure the social counter to display 4 socials, then enter this code in the theme panel custom CSS section
.home .td_block_social_counter.td-social-style5 .td_social_type {
width:25%;
}
It will make space for the social counter – http://prntscr.com/nu8vkq
Thanks
In if I want a word of the menu to be a different color from the others but when trying with CSS they change all of them.
I want to change the color of an element of the menu, for example: Home, Tamaulipas, Mexico, among others …. If I want the word “Mexico” to be red, how can I do it since if I try to change it with CSS it change the whole menu to red.
My site web is; https://primeravueltanoticias.com
Okay, got it – thanks!
One more question: how can I apply a custom css file within the plugin. It doesn’t work anymore with this description: https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
static function td_plugin_frontend_css() {
wp_enqueue_style('td-plugin-framework', plugins_url('', __FILE__) . '/css/style.css'); // frontend css (wp_enqueue_scripts)
}
Thanks!
EDIT:
Sorry, my bad. Didn’t transfer the add_action to enqueue the script…
-
This reply was modified 7 years by
nM.
What CSS do I need to show the excerpt for example on each post listing on this page? (I assume it would appear over the picture in the first two, and under the featured image for the other posts… ) Thanks! https://www.hownottosail.com/category/podcast/
Hi,
You can try this custom css -> https://www.screencast.com/t/dTqQm3eqWcF
.td_top_authors .td_mod_wrap{
width: 33.3%;
display: inline-block;
margin-top: 24px;
}
.td_top_authors.td_top_authors img {
position: relative;
float: left;
}
Set the code in Theme panel>Custom code>Custom css.
Thank you!
Hi,
You can do this by simply add a custom css as this one -> https://www.screencast.com/t/pScHyNTyG8Yc
.entry-review-stars:after{
content:"%";
}
Thank you!
Hi,
You can try this fix
#td-mobile-nav {
position: fixed;
}
Paste the code in Newspaper>Theme panel>Custom code>Custom css
But also is possible to be others elements broken in RTL
Our theme was does not support RTL so simply changing the direction will not work properly. Lots of theme elements have to be adjusted for the thee to support RTL.
Thank you!
Hi,
1)You need to use the code below and place it in Theme panel -> Custom CSS area. The code is below ->
ul.sf-menu > .td-menu-item > a, .td-theme-wrap .td-header-menu-social{
text-transform: capitalize;
}
2)If you want to create a new Widget you need to do it from Theme panel, from here -> https://www.screencast.com/t/5Pz6odRdX8 and the Widget will appear on Widgets section and then you can use it everywhere into your website. Also, you can use the TD Composer, Widget Sidebar to display your widgets on the page.
3)If you are referring to the Widgets section, please notice that the theme does not have any kind of preview to your blocks elements. You need to check the demo, for example, if you know how the block looks like. -> https://demo.tagdiv.com/newspaper/block-1/
4)You can try using the Header Manager which allows you to customize your header as you wish, using the TD Composer. For more details about this functionality, please check here -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/
Thank you!
Hi,
That is happen because the first time is load the code from theme, only after that the code from custom css, what you can do is to set the code for links in header to by load first, in order to do that you need to insert the code between those tags <style></style> and set the code in Analytics/Js codes -> https://www.screencast.com/t/s28KJNbAJk please make sure that you clear all cache after you set the code.
Thank you!
Hi,
You can set a color on that link using the classic element ( or classic editor ) like this -> https://www.screencast.com/t/e0Z9ur8F -> https://www.screencast.com/t/hBjoRzzRgy
Or you can try this custom css for changing the link colors -> https://www.screencast.com/t/b7CW0qN61Q
.single .td-post-content p a{
color: blue;
}
Hope this will help you!
Hi,
The code that was provide to you should work, just make sure that you set it in theme panel>Custom code>Custom css -> https://www.screencast.com/t/voVMe6PyQM and make sure that you clear all cache after you save the settings in theme panel.
Thank you!
Hi,
Unfortunately there is no settings for this, sorry!
If you want you can use a custom css for this https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/, if you need help with this please provide me a link were I can inspect your authors box, in this way I will be able to provide you the right custom css.
Thank you!
Hi,
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.
This might be a consequence of the recent modifications to the location of theme files, due to Envato requirements. There is an article about it here – https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Sorry for the inconvenience and thank you for understanding.
have install new WordPress 5.2.1
install them newspaper (lastest version from themeforest date:2019-05-25) and activated – successful
now i have installed required plugins: tagDiv Cloud Library and tagDiv Social Counter ok; tagDiv Composer failed!
manual installation in backend over Newspaper / Welcome “Start with the Newspaper Theme” failed
An error occurred and we could not finish the process.
Please reload the page and try again
manual installation in backend over Newspaper >>> Plugins failed
The file could not be copied. td-composer/legacy/Newsmag/assets/css/td_legacy_main.css
manual installation over ftp failed
follow files couldn’t copied:
td-composer/legacy/newspaper/assets/css/td_legacy_main.css
td-composer/legacy/newspaper/assets/images/pagebuilder/preset-icons.png
td-composer/mobile/images/icons/mobile-theme.svg
td-composer/legacy/newspaper/assets/less/pagebuilder/shortcodes/big-grids-style.less
td-composer/legacy/newspaper/assets/less/block-templates.less
td-composer/mobile/style.css
td-composer/includes/templates/font-awesome.php
td-composer/legacy/newspaper/assets/less/pagebuilder/shortcodes/block.less
td-composer/includes/templates/typicons.php
td-composer/css-live/assests/external/ace/ace.js
td-composer/legacy/Newsmag/includes/td_css_generator.php
td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_4.php
td-composer/legacy/newspaper/assets/less/single/post-templates.less
td-composer/legacy/Newspaper/includes/shortcodes/td_ad_box.php
td-composer/legacy/newspaper/assets/less/pagebuilder/shortcodes/big-grids-full.less
What can i do?
Hi there.
I used your css and it shows whatsapp and Line share buttons now on my site on desktop. That is great.
I have the Line app, and everything works fine.
But I don’t have the whatsapp app on desktop and after clicking on whatsapp symbol a popup popsup and shows an error.
I have 2 ideas for improvement UX.
1. Link the whatsapp-icon to https://web.whatsapp.com/ that way the user doesn’t have to have the app installed, but can still use whatsapp.
2. Let a little text appear (some kind of tooltip) which says; “this works only on mobile, or if you have the app installed.”
What do you think? Please let me know if there is any possibility to get this done 🙂
Cheers
Mike
I removed the login info upon realising this message wasn’t private. Someone else replied on email with the following:
Try adding this custom CSS in the theme panel under custom code-? custom CSS:
.hebe .tp-tab-title{
color: rgb(247, 147, 30);
}
However, I’m not sure it has worked. See screenshot http://tinyurl.com/y5pa9qm8
I want to change the highlighted colour to match the date colour.
Thanks Simion.
I changed the file in the composer plugin and it works. However, I assume any Plugin updates and it will get removed.
Apart from using the Cloud Header Template, would it be possible to make it a feature in the next update so you can choose 4 or 5 images on mega menu and choose to have subcategory menu or not, in the Theme Panel, rather than hiding it with CSS as is the case at the moment.
Thanks
Hi,
For top menu please use this custom css
https://www.screencast.com/t/gfjcGYcQD
.top-bar-style-1 .td-header-sp-top-widget{
float: right!important;
}
Set the code in Theme panel>Custom code>Custom css
Thank you!
On the homepage’s revolution slider imported, I can’t figure out how to change the colours of category headlines on the right. Are you able to provide a CSS code to change that colour and the text beneath?
https://www.blackgayblog.com/wp-admin/
Many thanks.
Hi,
Please try this custom css to change the hover effect on links
.td-post-content a:hover
{
background: none;
color: red;
font-family: 'Creepster', serif;
font-size: 1.2em;
letter-spacing: 3px;
line-height: .75em;
}
https://www.screencast.com/t/oy78EtDUMs
Thank you!
i just need a CSS or JavaScript url from the menu to exclude it from the caching. can you give it to me?
Hi,
In order to show only a part of subcategories in mobile menu you can use this custom css
https://www.screencast.com/t/IKJLJ8ly
.td-mobile-content ul li ul li:nth-child(n+5){
display: none;
}
Set the code in Theme panel>Custom code>Custom css; in this way you’ll not need to use child theme or make any changes in theme.
Hope this will help you!
Thanks.