- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Have enabled Generate UCSS and it worked like charm.
Hi,
The style tab can be checked here – https://i.imgur.com/E6RGrTu.png unfortunately this provides only 2 styles. What you can do is to use an extra class – https://i.imgur.com/mqXUHXn.png and set the css on that one – https://i.imgur.com/mqXUHXn.png
Thank you!
Hello,
The problem is caused by the code provided above, please set it here https://i.imgur.com/Ofk8Cg0.png and delete it from custom css
Thank you!
Hi,
Please check with the inspector, and add the class to the CSS provided.
I think the classes are .td-post-next-prev a, .td-author-name a
Thank you!
Hello @mongooz !
It should work. Check if you do not have any padding or margin in the CSS tab of the column/row/element. Make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Thank you!
We have a reference website https://bitemagazinstg.wpengine.com/ where when you scroll down the main header and menu become sticky. https://prnt.sc/KWUdemnoLrXt
We are trying to make the same changes to a new website https://cssfatmag.naphix.com/ but cannot seem to find the option for this.
Are you able to help!
Hello,
You can use this code .post header .entry-title, .td-module-meta-info, .td-post-author-name, .td-post-author-name a, .td-post-date, .td-post-comments a
{
color: white!important;
}
Set the code in Theme Panel -> Custom code -> custom css.
You can try to create a CPT with taxonomies, but I don’t know exactly if this is what you need.
Thank you!
Hi there, the code was added to the custom CSS section of the theme, thus it applies to the entire website. Hope that gives you enough information.
Thanks Bettina,
I’m talking about adding this to my website via CSS. I could use “text-decoration: underline” for this, but then the underline does not show up when hovering the mouse cursor over images, it only shows up on article titles. So I’m asking how this could be done? Thanks.
Hi Calin,
Thank you.
1. Removed, now I have a gray bg-color. Do I need css to set it to black?
2 & 3 – Ok, thank you!
Best regards!
Thanks for your reply Bettina.
Perhaps there is a way to do this using text-decoration: underline in CSS.
It gives the exact result I want, however, when the mouse cursor hovers over an image container, the title underline does not appear on the title in the same block.
But the standard underline feature does give this result on a mouse hover. Is there a way to use text-decoration: underline on a title and have it appear when the mouse hovers over the accompanying image?
Thanks!
Hello!
This issue with the error from Composer has also been discussed here: https://forum.tagdiv.com/topic/errors-at-columns-elements-5/
Please make sure you did all the steps which I mentioned here: https://forum.tagdiv.com/topic/errors-at-columns-1models-0dom-the-model-does-not-match-the-content-curr/
Here is the CSS code:
.td-post-category {
width: 100%;}
I can see there are some padding for the meta info, so please set it as 0.
Thank you!
Hi,
Please check here also -> https://i.imgur.com/tCcM8gz.png because the problem is caused by that CSS. You can also, check if you don’t have a plugin that add that code.
Thank you!
Hello!
Try to insert a CSS code for that by applying the width: 100%.
Thank you!
Hello,
1. You can remove it using the option from the theme panel – https://i.imgur.com/6yGk3gt.png
2. The mobile menu can be change from left to right only using custom css.
You can try this custom code:
#td-top-mobile-toggle {
float: right;
margin-right: 10px;
}
.td-search-wrapper {
float: left;
position: unset;
margin-top: -13px;
}
Set the css in the theme panel > custom code > advance css > phones (this code will be apply only on responsive version).
3. You can use a different menu for mobile only if you are using the mobile theme plugin – https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/
Thank you!
Hello,
You can try to use this custom code
@media print {
.td-modal-image {
display: none;
}
}
Set the code in Theme Panel -> Custom code -> custom css.
Thank you!
Hi,
This can be done only manually with css. For example you can try this custom css:
.td-header-sp-rec .td-header-ad-wrap {
height: 150px;
}
You need to set the code in the theme panel> custom code> custom css. Also, you can adjust the height by setting the number for the height you need.
Thank you!
Hello,
Please try to edit with tagdiv Composer, and select the menu and check the tab css -> https://i.imgur.com/U9PTYUV.png
Thank you!
Hi thanks; sorted with the links appearing. Can you also please help with the post date and comments count switching off? I have switched them off in the theme panel but they are still appearing, I’ve tried CSS but that dos not work either?
Hello @dlicoppe !
If you check with the CSS inspector, you’ll find it here: https://prnt.sc/0sOI2tH8C2XL
Make sure it is not hidden in Composer. If you can’t find an element after you have hidden it on every viewport, check this thread for the solution: https://forum.tagdiv.com/topic/cssdisplay-show-or-hidden/
Or set a CSS code with display none.
Thank you!
The TD Composer Kept Loading – and it is using so many high resources on My server how to fix – and my header is not showing also
This error showing on my homescreen
Invalid argument supplied for foreach()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:679
td_util::check_header()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php:705
td_load_css_fonts()
wp-includes/class-wp-hook.php:308
do_action(‘wp_enqueue_scripts’)
wp-includes/script-loader.php:2194
wp_enqueue_scripts()
wp-includes/class-wp-hook.php:308
do_action(‘wp_head’)
wp-includes/general-template.php:3049
wp_head()
wp-content/plugins/td-standard-pack/Newspaper/header.php:11
{closure}()
wp-includes/class-wp-hook.php:308
do_action(‘tdc_header’)
wp-content/themes/Newspaper/header.php:2
load_template(‘wp-content/themes/Newspaper/header.php’)
wp-includes/template.php:718
locate_template()
wp-includes/general-template.php:48
get_header()
wp-content/plugins/td-standard-pack/Newspaper/page.php:7
1 Plugin: td-composer
Hi, how to fix the hover colours in the footer?