Hi,
Please also try this with the main theme and see if you still have this issue.
Thanks!
Hi,
1. Please use this custom css: http://screencast.com/t/64HXdiAknzd
.td-post-content a{
color: #135681 !important;
}
2. You can change category background color from Theme Panel > Categories > each category: http://screencast.com/t/Ms1zJIXh Also if you want to change color of the text please use this css:
.td-category a{
color: black;
}
Result: http://screencast.com/t/sPFwWVjb
Thanks!
Hi,
Please inspect all buttons and titles using Chrome inspect tool and add classes like this in Theme Panel > Custom Css: http://screencast.com/t/92WJdhy2Mz – http://screencast.com/t/J684SHs94478 – http://screencast.com/t/EDeaY1aMmjTS
.td-category a, .td-read-more a, .block-title span, .td-module-image .td-post-category, .td_block_big_grid .td-post-category, input[type=submit]{
padding: 5px 15px !important;
border-radius: 0px !important;
}
Thanks!
Hi,
If you use the default post template this should appear bellow your content: http://screencast.com/t/hrahnkz49
Result: http://screencast.com/t/P52O8Naqq
This should work also in your case, so please clear cache and purge your files if you use CDN.
Thanks!
Hi,
Please provide more details about your issue(a screenshot) and provide your site url so I can inspect this.
Also maybe our documentation will help: https://forum.tagdiv.com/newsmag-documentation/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
@aditya92 Please set it like this: http://screencast.com/t/rsXZstrcN
Result: http://screencast.com/t/DP5dQYdYALT
Thanks!
Hi,
I also tested this and works fine on my side, please make sure that you added link url properly for author: http://screencast.com/t/uTOAijFqjFpS For some reasons twitter appears like this on author page: http://screencast.com/t/LcdIVpR7Cajn
I couldn’t recreate this using your twitter url: http://screencast.com/t/EQzsqKmFYDp
Please try this also without any plugins, leave just Visual Composer active, also clear cache and see if you still have issues with this.
Thanks!
Hi,
Please use this custom css in Theme Panel > Custom Css to hide More Author Box on mobile: http://screencast.com/t/moeFEwUQ
@media (max-width: 767px) {
.td-more-articles-box{
display: none;
}
}
Thanks!
Hi,
Unfortunately this file cannot be overwritten by the child theme.
Thanks!
Hi,
Please follow this topic to load a page in the menu: https://forum.tagdiv.com/topic/megamenu-3/#post-36246
And let me know how it goes!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Yes, in the next update will be also Buddypress.
Thanks!
Hi,
Please follow this thread to add an image to the menu: https://forum.tagdiv.com/topic/home-button-for-menu/
Hope this helps!
Hi,
Sorry for delay we don’t work on weekends!
Please edit this file and add your sort code here: http://screencast.com/t/YIDvbD4I
Here you can find more information about how to order posts: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Also you can follow this topic as reference: https://forum.tagdiv.com/topic/related-posts-posted-by/#post-34958
Hope this helps!
Hi,
Please note within the latest theme version we have changed the child theme system (for which we will have a documentation available soon) and because of that at the moment module and parts files can’t be overwritten via child theme.
Sorry for the inconvenience!
Thanks!
Hi,
Newsmag theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/1 – 1/3 + 1/3 + 1/3, or 2/3 + 1/3 like you can also see in backend when you split the row(are colored blue): http://screencast.com/t/ApuMgUzYb2vH Please also take a look on our demo how blocks are used: http://screencast.com/t/eIECvaw8pSS – http://demo.tagdiv.com/newsmag/block-5/
You can also split row like you like, but not all blocks will work fine. If you split row to 2/3 + 1/3 you will get this result: http://screencast.com/t/LZ0jhfb9lsLb – http://screencast.com/t/AapsVsShraw
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Replied here: https://forum.tagdiv.com/topic/ad-banner-on-top-of-homepage/#post-41523
Thanks!
Hi,
I have checked your site and I did not found any ad bellow the main menu: http://screencast.com/t/w8ePtTXaGuq
Did you solve the issue? If still see that ad please clear cache.
Thanks!
Hi,
Please remove this code: http://screencast.com/t/1nPmMW5Is42z
We have this on our todo list and we try to find a solution for this and maybe add an option in Theme Panel.
Hope this helps!
Hi,
Please use this css to change color for Trending title: http://screencast.com/t/ZX1J79gh
.td-trending-now-wrapper .td-trending-now-title{
background-color: red;
color: blue;
}
Thanks!
Hi,
Please try this css code in Theme Panel > Custom Css: http://screencast.com/t/vBowk8ZTM
.sf-menu .td-icon-menu-down{
display: none;
}
Thanks!
Hi,
Please add some top-padding like this: http://screencast.com/t/np5K8BsaWF
.td-big-grid-meta {
background-color: rgba(0, 0, 0, 0.60);
padding: 5px 20px 14px 20px;
}
Thanks!
Hi,
Like I said above wordpress handles comments and remove blank lines, also on Newspaper theme is the same, maybe you have used a plugin.
You can add margin bottom for comments paragraphs if you like, please add this custom css in Theme Panel > Custom Css: http://screencast.com/t/Ew3tATuxm6
.comment-content p{
margin-bottom: 10px !important;
}
Hope this helps!
Hi,
Please take a look how css is applied on newsmag: http://screencast.com/t/xHylSplnL and try to do the same on Big Slide from Newspaper theme. If you don’t have basic css knowledge you can hire a professional to do this for you.
Thanks!
Hi,
Please try this custom css for tab’s blocks in Theme Panel > Custom Css:
.span8 .wpb_tabs .td_mod9 .item-details{
margin-left: auto !important;
margin-right: 300px;
}
.span8 .wpb_tabs .td_mod3 .item-details{
margin-left: auto !important;
margin-right: 117px
}
Result: http://screencast.com/t/C9w5UuxME – http://screencast.com/t/PIP1Mywq5Ed
Also try this css code for search: http://screencast.com/t/U17Oos309L
.td-header-style-8 #td-top-search{
position: absolute !important;
right: auto;
left: 0px !important;
}
.td-header-style-8 #td-top-search .dropdown-menu{
left: 0px !important;
top: 45px;
}
.header-search-wrap .dropdown-menu .btn{
right: auto !important;
left: 20px;
}
.header-search-wrap .dropdown-menu:before{
right: auto !important;
left: 30px
}
Please also consider that unfortunately we recently have decided that starting with the next theme update we will not include rtl support within the theme. 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.
Thanks!
Hi,
You can change/add block title from block settings on the page: http://screencast.com/t/zPYNXaP4A Also for blocks/widgets added in the sidebar from Widget section: http://screencast.com/t/vebIUfzR
If you want to use a static homepage please create it using Visual Composer plugin and set it to frontpage: http://screencast.com/t/3vO9aluSPm7v
Normally the styling options you’ve set in the WordPress Theme Customize or in the Theme Panel – those options will not be effected by updating your theme, only custom modifications to the theme’s files will be overwritten.
Please follow this guide if you want to update your theme and use FTP method: https://forum.tagdiv.com/how-to-update-the-theme/ also update plugins that come with the theme’s files from the /plugins folder.
Also our documentation may be useful: https://forum.tagdiv.com/newspaper-documentation/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].