- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
Glad you’ve solved it!
I mean this: http://screencast.com/t/iGSUTlnbf – It happens due to your css/html minifications so please make sure you replace the style.css file with the original one or if noting changes please make sure you re-upload the latest version theme files via FTP following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
I’ve tested your minified css code and had the same issue: http://screencast.com/t/oiS78Y8a2
Thanks
Hi,
The structure is the same on both cases – http://screencast.com/t/hIdtHGPwTm – http://screencast.com/t/Ud4wP5nf8X4X – the css makes the difference, try the following – http://screencast.com/t/vIbTYuap
You could also place the breadcrumbs under the title like this – http://screencast.com/t/sfqSGxzRuIn
.category .td-category-header .entry-title span {
background-color: transparent;
color: #222;
font-weight: 600;
font-size: 24px;
font-family: 'Open Sans',arial,sans-serif;
}
.category .entry-crumbs{
display: block;
}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
The link takes the theme accent color from Theme Panel: http://screencast.com/t/ueN9xVPRQy7n – http://screencast.com/t/1bGTyix3mH
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/coYYmwAZaOXA
.td-post-content a {
color: red;
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css and change the color how you need: http://screencast.com/t/xdHFtOJfjC
.td-load-more-wrap a {
color: white;
background-color: rgba(0, 0, 255, 0.59);
padding: 5px;
}
.td_ajax_load_more .td-icon-menu-down {
display: none;
}
Thanks!
Hi,
The article top ad doesn’t have an option like inline ad to be displayed right or left – http://screencast.com/t/wNB8KQrKqb7M
But it should work if you use custom css in Theme Panel > Custom Css like this: http://screencast.com/t/6IZCqV3Mr
.single .td-g-rec-id-content_top {
float: left;
margin-right: 15px;
}
Thanks!
Hi Alin,
i used this Code and some css to get this. link is
-> http://thatpedia.com/0502-3560/
<?php
global $multipage, $numpages, $page ;
if( $multipage && $page == $numpages ) {
echo “<div class=’next-back’><div class=’next’>”;
previous_post_link(‘%link’, ‘NEXT’, TRUE);
echo “</div></div>”; }
$args = array(
‘before’ => ‘<div class=”next-back”>’,
‘after’ => ‘</div>’,
‘link_before’ => ”,
‘link_after’ => ”,
‘next_or_number’ => ‘next’,
‘nextpagelink’ => __(‘<div class=”next”>NEXT</div>’),
‘previouspagelink’ => __(‘<div class=”prev”>BACK</div>’),
‘pagelink’ => ‘%’,
‘more_file’ => ”,
‘echo’ => 1 ); ?>
<?php
wp_link_pages( $args );
?>
Hi,
I’d rather use the Boxed version (as opposed to full width), but it leaves a considerable amount of padding on the left and right side.
How can I decrease that padding?
It seems to only be considerable when viewing on a wider screen. I’ve messed around with the CSS and cannot find the solution.
Thanks,
Hi,
@frasercarly89
That behavior is on all your site’s pages, homepage also and they all appear unstyled. Checking your site I’ve noticed that you’ve minified/compressed your css/html so please make sure that you also tested this without using any plugins and turn off any css/html/js compression you have enabled then test again.
If noting changes then please make sure you re-upload the latest version theme files via FTP following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
@Stefan
I can’t see this on your site so please provide more details which can help me recreate this and also make sure you also test without plugins, empty caches turn off minification option and test again.
Thanks
Hi,
I have checked your site again and it the css is applying there and it looks fine from my side: http://screencast.com/t/JvEOEaMI455
Please clear cache if you use a plugin cache.
Thanks!
Hi,
I have checked your site and I see that you have customize your logo on mobile: http://screencast.com/t/fRnnExcv so I’m not sure what are you trying to do.
Please try this custom css for space between slider and instagram: http://screencast.com/t/MlhZ6xLG
@media (max-width: 767px) {
.home .td_normal_slide .td_mod_wrap {
margin-bottom: 0px;
}
.home .td_normal_slide {
margin-bottom: 0px;
padding-bottom: 0px;
}
}
Thanks!
Hi,
Actually those 2 css resources: http://screencast.com/t/zYBgBKoCg are moved to the footer by the speed booster plugin: http://screencast.com/t/muBEUqsS but the notifications in google still appears because of theme’s generated css: http://screencast.com/t/y3BSB6JS which is loaded after the main theme style.
To avoid this you could try to make the changes directly into theme’s style file.
Thanks
Hi,
I have checked your site and you have a js error in console – http://screencast.com/t/3yopneKMhVe and also block ajax pagination doesn’t work.
Please deactivate all plugins, leave only Visual Composer active, also clear cache and check if you still have this issue. If don’t have the issue anymore, activate your plugins one by one and see which one caused this. Also you can check this without any css/js minification.
Thanks!
Hi,
Try to increase margin bottom via css in Theme Panel > Custom Css:
.td_mod3.td_mod_wrap {
margin-bottom: 30px
}
If doesn’t work please provide a linl so I can inspect this.
Thanks!
Replied here: https://forum.tagdiv.com/topic/remove-date-title-with-css-still-showing-up-briefly/
Thanks
Hi,
I guess you refer to the submenu indicator which loads via css after the menu – http://screencast.com/t/R6AGQCX5
Not sure if there’s a better solution for this, i’ll add it on our list and we’ll investigate.
Thank you, Emil G.
Hi,
Your custom css is loaded after the initial css of the theme is loaded so the date and author appear then are hidden causing this.
You can add this css directly in the style.css file, like this: http://screencast.com/t/wawafBlQd4k
You can also comment the dates and author from all modules files, like this: http://screencast.com/t/Vm23ez7Ih
Thanks
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/jAXZVpuwryc
.header-logo-wrap {
float: right;
margin-left: 0px;
margin-right: 30px;
}
You can change to a template without articles like Homepage Blank and add blocks via Visual Composer – http://screencast.com/t/rrHDX6TuIT so it will be displayed only blocks that you add to your page.
Please also consider that unfortunately the version 5 of the theme will not include rtl support. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the rtl support or you can update it and make yourself the necessary adjustments needed. If you can’t use the theme we can offer a full refund, just send an email at contact@tagdiv.com and we will explain the procedure.
Sorry for the inconvenience!
Thanks!
Hi Chris,
You can hide it via css: http://screencast.com/t/aDeZgvyax
.widget_categories label {
display: none;
}
Thanks
Hi,
You can try to change the font size via custom css in Theme Panel > Custom Css: http://screencast.com/t/5Dy9wjj4m
@media (max-width: 767px) {
.page-nav a, .page-nav span {
font-size: 20px;
}
}
Thanks!
Hi,
I also tested this with the latest theme version(4.6.3) and did not found any issues like you can also see on our demo – http://demo.tagdiv.com/newspaper/
I’m not sure why you have this issue please try to deactivate all plugins, leave just Visual Composer active, clear cache and check if you still have this issue.
You can also try this custom css in Theme Panel > Custom Css: http://screencast.com/t/nmYXc6Cr
@media (max-width: 767px){
.td-big-grid-post-0 .td-sbig-title-wrap .td-sbig-title {
font-size: 17px !important;
line-height: 12px;
}
}
Thanks!
Hi,
Sorry, my screenshot was hosted on facebook. Maybe it’s blocked for non-me people.
This is the specific URL where the SUB header navigation is showing all the Categories.
> http://larepublica.es/category/deportes/
Under the Main Black-backgrounded navigation menu, there is a White-backgrounded row that is showing child categories and a right-alined select menu. I want to remove the whole line, without using a css display none hack.
Thanks for taking your time to read me.
Hi,
In Newspaper 5 will be changed the custom typography section and it will be added more option there. For the moment you have these options to change the font for blocks added using pagebuilder – http://screencast.com/t/Mn0fUuk2kxFE
Also if you have text content on your pages please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/Ufc2vz4m3rW4 and change the font family that you use:
body,p {
font-family: Open Sans;
}
Thanks!
Hi,
Please try this custom css to change the background color for arrows: http://screencast.com/t/7yniH8gbkc
.td_block_mega_menu .td_ajax-prev-page, .td_block_mega_menu .td-ajax-next-page {
background-color: red;
}
If you want that css to apply for all widgets just remove .home class.
Thanks!
Hi,
For backend you have to edit editor-style and change that css: http://screencast.com/t/uINoJcQu829 – http://screencast.com/t/5K5tKogwrp
If you want to change it also for frontend you can chang it via custom css in Theme Panel > Custom Css: http://screencast.com/t/s1KtQTBUqyI
blockquote p {
font-size: 15px;
}
Thanks!
