- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Thanks I had to tweak the css to get desired heights and padding, but it works. 😉
Hi,
If you want to increase the above space you can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/8YMwUJAafLY
.td-header-style-4 .td-header-menu-wrap {
margin-top: 100px;
}
Please provide more details what you are trying to do, if this is not what you mean.
Thanks!
Ok, great with your last email and your custom CSS
.single .td-post-featured-image img { width: 100%; }
I was able to achieve what I needed.
CASE CLOSED
Thank you very much and keep up the impressive work!
zumaxb
Hi
Follow this links to move the tile and mata info from header article in the content article:
http://screencast.com/t/HxVaNvs86K
http://screencast.com/t/0K3mwNFZ
Also add this custom css in theme panel > custom css:
.single_template_5 .td-ss-main-content .meta-info, .single_template_5 .td-ss-main-content .td-post-sub-title{
margin-left:20px;
}
The result should look like here: http://screencast.com/t/NrAeiJESwiR
Thanks!
Hi,
We’re sorry for the inconvenience and all the trouble unfortunately because the recent update has been redesigned so because theme’s grid has been changed and with it the whole css, there were lots of new elements and we had to take this decision. Sorry for this.
The wpml plugin wasn’t tested with the theme and the theme doesn’t have any built in support for it so using it unfortunately could need additional customization, anyways I’m glad to hear you’ve managed to solve them.
Looking at your site I’ve noticed some shortcodes not being recognized by VC and this could happen if the importing script hasn’t worked fine: http://screencast.com/t/03OoauPYWGP and the shortcodes that now appear there are different from the ones used now: http://screencast.com/t/hK74HaET If the script isn’t working you could have to recreate the page and remove the old shortcodes and use the new ones.
I can see that on category pages the grid and posts display well: http://screencast.com/t/pmjvr8Qy3EG so you can use build the pages that don’t work again and check the result.
Thanks
Hi
First step it’s to get the page id, like here: http://screencast.com/t/p4qI1XfZ9B
After that insert this css in theme panel > custom css:
.page-id-570 .td-footer-container{
display:none;
}
But replaces id number with your ID.
Thanks!
Hi,
It’s a css issue, we’ll investigate this and fix it as soon as we find the reason of it happening.
Thanks for reporting this. Sorry for the inconvenience!
Hi
1. Please provide a link so i can inspect this problem closer.
2. This delay usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster and because of the cascading property of css the text appear this delay. Try to add the custom css that I give you in style.css: http://screencast.com/t/QzC0stQhO
Thanks!
Hi,
Yes we fixed the SEO problem in version 6.2.1, unfortunately we forgot to change the version of the theme, so you will have to download the latest version from themeforest and update using ftp method – https://forum.tagdiv.com/how-to-update-the-theme-2/ Also if you don’t want to update for the moment, here you can find a quick fix – https://forum.tagdiv.com/topic/urgent-title-changues-newspaper-6-2-bug/#post-57451
When you update your theme, you will lose all custom modifications to the theme files, you will not lose any theme settings/option/colors/custom css from Theme Panel.
Thanks!
Hi,
This the custom css that you can use to change the background color when hover or is the current item – http://screencast.com/t/HNW9mmgZD
.td-header-style-12 .sf-menu > .current-menu-item > a, .td-header-style-12 .sf-menu > .current-menu-ancestor > a, .td-header-style-12 .sf-menu > .current-category-ancestor > a, .td-header-style-12 .sf-menu > li > a:hover, .td-header-style-12 .sf-menu > .sfHover > a {
background-color: red !important;
}
Also if you want to make this change directly in stylesheet file here you can find it – http://screencast.com/t/KLFMD18oubI
Hope this helps!
Hi,
The lazy load animation affect also you banners as they are images, you can try to use this custom css and see if you still have this issue – http://screencast.com/t/P1TzLyyC it will not apply lazy load on those banners.
.oio-banner-zone img {
opacity: 1 !important;
}
Thanks!
Hi,
Sorry for delay we don’t work on weekends!
If you want to have logo in the mobile menu for header style 10 you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/EYBWXtMsg
@media (max-width: 767px){
.td-header-style-10 .td-main-menu-logo {
display: block !important;
}
.td-header-style-10 .td-logo-wrap-full {
display: none !important;
}
}
You will need custom modification to display style 1 like that, but I’m not sure why you want that instead of using style 10.
Hope this helps!
Hi,
First your css is not applied – http://screencast.com/t/tDRqI2IIh749 also I guess that you have some custom modifications there as the sticky menu is always enabled even at the top of the page – http://screencast.com/t/RVH6lmfQ
Header style 7 should look like this by default – http://screencast.com/t/LaG3m5D0Tax so please remove your custom modifications or if you don’t have please disable all your plugins, leave just Visual Composer active, clear cache and see if it works. I could not recreate this and it should not work like that, the sticky menu should be enabled only when you scroll.
Thanks!
Hi,
Like I said above the theme ad system was designed for adsesnse code and also hide/size option will work on it, unfortunately for non-adsense you will have to use those divs like we specified in the documentation and/or custom css, sorry!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. You can remove gradient using this custom css in Theme Panel > Custom Css – http://screencast.com/t/9wxFOCUU
.td-grid-style-1 .td-module-thumb a:last-child:before {
display: none !important;
}
Or you can reduce the darkness for grid style 1 using this solution – https://forum.tagdiv.com/topic/change-shadow-function-in-big-grid-3/
2. That’s depends which category template you use for each of your category – http://screencast.com/t/GaYDBGCuJ4Rv
Also if you use template 8 please note that for categories that don’t have subcategories like Musea it will show all you parent categories there, but for parent category(has subcategories) like Bezienswaardigheden it will show all subcategories. So you can change the style for each of your category or subcategories.
3. Try to change article permalink and see if it works – http://screencast.com/t/A3goxNO1
Thanks!
Hi,
You can try to make this change directly in style.css file and see if still the default color is being applied. Also this delay usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster and because of the cascading property of css the default color appears first. So if you use it(speed booster), changing it directly in the stylesheet file you should not have this delay.
Thanks!
Hi,
I noticed that you use an old version of Newspaper 3.3 so you may have issues like that. I suggest to update to the latest version 6.2.1 and also the plugins that come with the theme files as we cannot help you with that old version of theme and also the theme plugins. For example if the facebook change the api we also will do the necessarily modifications for Social Counter in the new plugin version so it will work fine. I have also checked your facebook ID and it displays fine your fans – http://screencast.com/t/lu524NAE6Q
Please note that if you want to update to the version 6 this must be regarded as a major update, practically a new theme with many features as you can see in our demo – http://demo.tagdiv.com/newspaper/ but unfortunately all your custom modifications(files or css) will not work anymore and you will need to re-add them. You can follow this guide to update – https://forum.tagdiv.com/how-to-update-the-theme-2/ and make a full backup of you current installation – https://codex.wordpress.org/WordPress_Backups
Thanks!
Hi,
This dropdown menu appears on categories pages, it is not from your sidebar. Please use this custom css in Theme Panel > Custom Css to hide it – http://screencast.com/t/tSqJ85h6G
.td-category-header .td-category-pulldown-filter {
display: none;
}
Thanks!
Hi,
Please provide a link so I can inspect this, if you want to hide it via custom css. It should work fine, also you can try to use !important tag, like this:
.postid-1123 .td-a-rec-id-content_inline, .postid-1123 .td-g-rec-id-content_inline {
display: none !important;
}
There are no inline ads for pages, please provide more details and also a link.
Thanks!
Hi,
You can change the background color for mobile menu (and menu icons if you want) using custom css in Theme Panel > Custom Css, as the theme doesn’t have an option(this is on our list and we plan to add an option in future). Please check this topic – https://forum.tagdiv.com/topic/mobile-header/
Thanks!
Just a quick update on this. I decided to opt for Header Style 12, instead.
One question: What is the CSS class for the background color of the menu’s ‘hover effect’ on Header Style 12?
Can’t seem to locate it.
Hi,
Please make sure that you don’t have padding there from Formats – http://screencast.com/t/SwbBYBkw Also you can try to change margin for blockquotes – http://screencast.com/t/Cf8eTHtBLT
.td-post-content blockquote {
margin-left: 0 !important;
}
This is the default css for blockquotes – http://screencast.com/t/LnyRQRz5pqA
Thanks!
Hi,
You need custom work for this, you can copy social icon from author page, but you will have to customize it via custom css for your post pages – http://screencast.com/t/05Pn9C6b1Ru
For start you can use this custom css – http://screencast.com/t/XyRKpGJn5 but for additional customizations I suggest to get someone to help you if you don’t know how to do it, as we cannot provide custom work at this time.
.td-module-meta-info .td-author-social {
display: inline-block;
}
.td-module-meta-info .td-author-social i {
color: black;
}
Thanks!
Hello, I had a problem with quality of images in module 10 viewed from mobile, as they’re pixeled as the default size used is around 150px and they appear to full screen on mobile if you use them to show the latest post on your blog page.
This is my solution. It’ll load a bigger image, but sizes are not that much great to have a bad impact on website performances.
1. Create a new image size for thumbnails (e.g. I’ve used 640×350)
2. Modify Newsmag->includes->modules->td_module_10 in this way:
<div class="<?php echo $this->get_module_classes();?>" <?php echo $this->get_item_scope();?>>
<?php echo $this->get_image('td_640x350');?>
<div class="item-details">
3. add this code to the child theme CSS:
@media (min-width: 768px) {
.td_module_10 .td-module-thumb img {
max-width: none;
height: 135px;
width: 246px;
margin-left: -33px;
}
.td_module_10 .td-module-thumb {
width: 180px;
height: 135px;
overflow: hidden;
}
.td_module_10 .td-module-thumb .td-video-play-ico img {
max-width: 40px;
max-height: 40px;
}
.td_module_10 .td-module-thumb .td-video-play-ico {
left:103px;
}
}
Yes. I do this.
Basically get the actual CSS from Google, and add that to bottom of your style.css file, then edit the pull info from the main config file for theme inside the includes/ folder.