Hi,
I don’t recommend to reduce to decrease this padding as it is part of the grid width. Modify it you will need to modify also the width of the theme. Unfortunately Newspaper has an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
The space above you ad can be reduced using custom css as there is a css that it is applied on custom ads: http://screencast.com/t/QZaw3ePO
.page .td-grid-wrap .td-a-rec-id-custom_ad_1 {
margin-bottom: 10px;
}
Change the number if you use a different custom ad and also if you use adsense code you have to use this class(change a with g) .td-g-rec-id-custom_ad_1
Thanks!
Hi,
Glad that you solved this!
1. You are right the load more button should be deactivated when there are not articles to display. We know about this issue and it will be fixed in version 5 of Newspaper.
2. To achieve that you can use next/previous pagination as the theme doesn’t have another type of pagination, for infinite pagination you can only to limit articles(like you limited at 2 articles) and for each page it will show the number of posts that you have limited.
Thanks!
Hi,
Unfortunately you will need custom work for this as the social icons that are used on top menu use a content that it is loaded like a font there – http://screencast.com/t/cPfNVXKxR
You can try to add an image instead of social icons something like this – http://screencast.com/t/jcqlAhF0g but I’m not sure what you’ll solve as those flags that are on other sites when it is clicked will translate the site in that language and for this you need to use a plugin like already Christopher suggested.
Thanks!
Hi,
In Newspaper (v5.0) we will include most of the features from Newsmag like smart sidebar feature,smart lists, some new post templates and blocks/module(as you can see in our demo Newsmag has more blocks and post styles than Newspaper). Also the Newspaper will be a bit larger as you can see right now Newspaper’s grid width is 1170px while Newsmag’s width comes around 1021px.
Thanks!
Hi,
As you can see block title doesn’t have bottom margin – http://screencast.com/t/F31jFOtdf
That space comes from your custom modifications(or plugins that you use) and you a tag here – http://screencast.com/t/yctjacI8vpd – http://screencast.com/t/KbvFd4VzG3H
Thanks!
Hi,
What theme version do you use? As I have checked this with your logo and did not found any issues – http://screencast.com/t/6ZeFHKl3Fa
The latest theme is 4.6.3 and the latest version of Visual Composer tested with the theme. Please use this guide if you need to update (FTP method) – https://forum.tagdiv.com/how-to-update-the-theme/ and update also the theme’s plugins that come with the theme’s files from /plugins folder.
You can try this custom css if you don’t want to update the theme – http://screencast.com/t/TFLiNWd0
@media (max-width: 767px){
.mobile-logo-wrap img {
width: 150px !important;
top: 0 !important;
}
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css to remove background for Bis Slide and Slider: http://screencast.com/t/UEeUUexW – http://screencast.com/t/vN1x6qtQGJ
.td-sbig-title-wrap .td-sbig-title, .td-big-grid-title .td-sbig-title-wrap {
background-color: transparent !important
}
You have an option in Theme Colors to change theme’s color transparency – http://screencast.com/t/E3t68lFV
Thanks!
Hi,
If you you want to enable register section please do this from Settings – http://screencast.com/t/O9vh2Zdvf1z – http://screencast.com/t/HZ9kXNxp
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this and you will need to alter the code. You can use get_user_meta function for author name(last name/first name) – https://codex.wordpress.org/Function_Reference/get_user_meta in td_authors.php file – http://screencast.com/t/cnUqRqdC
Also for blog title you can try this function to add a custom field on contact info for blog title – https://thomasgriffin.io/how-to-add-custom-user-contact-info-in-wordpress/
If you don’t know how to do it I suggest to hire a freelancer as this is not so easy and we cannot provide custom work for the moment, sorry!
Thanks!
Hi,
If you use Style 2(black) – http://screencast.com/t/M2wohCco8 you can change the the font color from Theme Panel > Block Settings – http://screencast.com/t/IfQUHf2Ej3n
Also block 3 use module 1 so you can change font size from Theme Fonts – http://screencast.com/t/q1av2gCKK but this it will be applied on all block 3 and module 1 where you are using them.
Thanks!
Hi,
You can alter social counter file and make this change: http://screencast.com/t/tHjhfZVnhvf
Also you have to use this custom css as the color will be change to the link color – http://screencast.com/t/KYjuqt7quepu
.td_block_social_counter .td_social_info, .td_block_social_counter .td_social_button {
color: #ffffff;
}
Thanks!
Hi,
Please provide your site url so we can take a look.
Thanks!
Hi,
@Jeni I cannot see the screenshot please provide more details. Like you can see above I tested this and it should work also for you. Please read also Lucian’s solution from other thread as you have also to use custom css (in Theme Panel > Custom Css) using meu item unique class to adjust the height of the image: http://screencast.com/t/Zxxzo6HOTlo7
Replace with you url and paste it to Navigation label: http://screencast.com/t/NVzzvP92M7
<img src="http://localhost/wordpress/wp-content/uploads/2015/05/Features-Icon-150x150.png">
Replace xxx with number of your menu item and paste it in Theme Panel > Custom Css:
.menu-item-xxx img{
height: 44px;
}
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I cannot access your site to take a look – http://screencast.com/t/IOox7ya0QWN
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I’m not sure where you want to place it. If you want the image to appear above category’s title – http://screencast.com/t/w3Knss36IBxB – http://screencast.com/t/2DwJswNN
Also you can add an image for each category using html in category description, like this: http://screencast.com/t/OlWq2gOBNgIP – http://screencast.com/t/mC6hGyDke1
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/9HHBSuVmPW
@media (min-width: 768px){
.td-pb-row .td-pb-span4 .td_block_11 .entry-thumb {
width: 180px !important;
margin-left: auto;
margin-right: auto;
}
.td-pb-row .td-pb-span4 .td_block_11 .td_module_10 .td-module-thumb {
float: none!important;
}
.td-pb-row .td-pb-span4 .td_block_11 .td-module-title {
padding-left: 0px !important;
}
}
This css will be applied on tablets and desktop.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can translate the word “Close” from Theme Panel > Translations – http://screencast.com/t/pizAaKffa
Thanks!
Hi,
I’m not sure if this is what you mean, but you can add your website here – http://screencast.com/t/TDJKbgzxdGeM
Result – http://screencast.com/t/wCdzTGoLT
If this is not what you mean please provide an example.
Thanks!
Hi,
I added this on our list, please try this custom css to fix it: http://screencast.com/t/ZvIdNkqcOi
.td_mega_menu_sub_cats {
clear: both;
}
Thanks!
Hi,
Try this code in your header style file – http://pastebin.com/cAx8Bmf0
And use only this custom css to add background as the logo and the ad are already positioned: http://screencast.com/t/cWnFn9gdYt
.full-bg {
background-color: red;
}
Unfortunately Ultimate Addons for Visual Composer is not tested with the theme, so I can only recommend you to check this also without any plugins active, leave just Visual Composer and Ultimate Addons active, clear cache and see if you still have this issue. Also if you still have issues with it please try with a default theme and see how it goes.
Thanks!
Hi,
Please deactivate all plugins, leave only Visual Composer active, also clear cache and check again if it works. If don’t have this issue anymore activate your plugins one by one and see which one caused this issue.
Thanks!
Hi,
Just add :hover to the class and change the color:
.td-search-form-widget input[type=submit]:hover {
background-color: red;
color: blue;
}
.comment-form [type=submit]:hover {
background-color: red;
color: blue;
}
Thanks!
Hi,
I have checked your ad and this gap comes from your code, please take a look – http://screencast.com/t/2lci5PzD
The custom ad container have only this margin – http://screencast.com/t/OtLd4ycy
If I hide that class from the code it looks – http://screencast.com/t/PRdk7Ri18n
Thanks!
Hi,
If you don’t want to your images to be cropped on all those sizes, you can activate cropping options only for modules,blocks and post styles that you use(as you can see we have specified there where the thumb is used) – http://screencast.com/t/pUBqMf6U
Thanks!
Hi,
The version 4.4.4 of Visual Composer is the latest version tested and included with the theme files. We’re testing the plugin latest version, if everything is ok we will include it in the next update and only then you can update the plugin by downloading the theme latest version.
Before an update please make a backup of your current theme installation, so you can revert back to them if something goes wrong. The styling modifications or options from Theme Panel should not be affected by updating your theme, only if you have custom modification to the theme’s files you will need to re-add them as when you update the theme these files will be overwritten. Also we recommend to update your theme using FTP method – https://forum.tagdiv.com/how-to-update-theme/
Thanks!