Hi
We will continue to provide support and after the paid support period pass. At the moment we don’t plan to add any restrictions regarding the support eligibility for our customers. Currently, as long as a customer has a valid license for our theme will receive support and updates. For more details about this subject please check this toic: https://forum.tagdiv.com/topic/support-6-months/
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/xHuFWZd6
.single .entry-title{
margin-top: 25px;
}
.single .td-category{
float: right;
}
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
You can check where each module it’s used in theme panel > block settings: http://screencast.com/t/ghgqhqwsSR – http://screencast.com/t/jYn7ZtueV Also module’s layout can be seen on our demo here: http://screencast.com/t/WyzgFuLrxet and in our documentation: https://forum.tagdiv.com/modules/
Hope this help.
Thanks!
Hi
Please provide an example of which grid’s color do you want to change, for example big grid 1,2, so I can inspect this closer and get back to you with a more accurate answer. Also provide a link or a screen pointing the desired result if it’s possible.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
The previous css change only the text color on hover. To change the background color replace that css with this one and change the colors as you want: http://screencast.com/t/sLIqfd8QjmQp
#td-header-menu .sf-menu > .current-menu-item > a:hover, .sf-menu > .td-menu-item > a:hover{
color: red!important;
background-color: blue;
}
Thanks!
Hi
The wordpress.mauimagazine.net redirect me to http://www.mauimagazine.net/ where you don’t use our theme.
Thanks!
Hi
That seams to be a problem related with your WordPress install. At first try to deactivate all plugins except Visual Composer clear all caches and test again. If the problem persist try to make a new WordPress install only with the theme and Visual composer plugin and check if the problem persist. Before making any changes make sure that you do a full backup to the current wp-install and the database: https://codex.wordpress.org/WordPress_Backups
Thanks!
Hi
Sorry about that, i forgot one css class. To change the tabs color replace the previous css with this one: The result should be like here: http://screencast.com/t/T1Tjcb7xv0
.wpb_tabs li.ui-tabs-active a, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover,
.wpb_tabs li a{
background-color: #2185dd;
}
.ui-state-default a, .ui-state-default a:link{
color: white;
}
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/NXqDAKfuRgnw
@media(max-width: 768px){
.td-pb-row .td-pb-span4 {
background-color: gray;
}
}
Thanks!
Hi
This happens because of too many activation requests from your IP. Please try to activate the theme manually as this method should work fine: http://screencast.com/t/1ouNqznCVabw
If you still can’t manage to solve this issue address us via email at contact@tagdiv.com including a link to this conversation and your item purchase code so we can inspect this.
Thanks!
Hi
You can use the translations part from theme panel > translations to change that title: http://screencast.com/t/WnWdSsitHAP – http://screencast.com/t/HMvrtcHb The result should be like here: http://screencast.com/t/6XcdljOxrhgn
Thanks!
Hi
You can address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi
Unfortunately this task require many changes in theme files and I can’t provide a solution now. The function which must be edited it’s located in td_module_single_base.php here: http://screencast.com/t/lDD4NrX8Mpr Please consider that this is a comnplex task which require php knowledge if you need this and you’re not aware of the steps you need to take in this regard my advance is to look for a developer to help you with this.
Thanks!
Hi
We intent to add WhatsApp and for Newsmag theme in the next updates. Meanwhile if you want to use it follow this steps:
– install Font Awesome 4 Menus plugin, this is required because Newsmag don’t have the font for WhatsApp icon. You can find more details about the plugin here: https://forum.tagdiv.com/newsmag-how-to-add-icons-in-menu/
– add this line of code in td_module_single.php like here: http://screencast.com/t/7rdeIPQwXzZq – http://screencast.com/t/rrXeDk3Wc
<a class="td-social-sharing-buttons td-social-whatsapp" href="whatsapp://send?text=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . ' - ' . urlencode( esc_url( get_permalink() ) ) . '" ><i class="fa fa-whatsapp"></i></a>
– add this css in theme panel > custom code > custom css:
.td-social-whatsapp {
display: none !important;
}
.td-social-whatsapp i {
background-color: #7bbf6a;
position: relative;
padding: 9px 12px 7px 12px;
top:-10px;
border-radius: 3px;
}
.fa-whatsapp:before{
font-size: 16px;
}
@media (max-width: 767px) {
.td-social-whatsapp {
display: inline-block !important;
}
}
The result should be like here: http://screencast.com/t/xCJKc2MiG
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Try this css: http://screencast.com/t/hzrmTlyP
.aps-social-icon-wrapper{
position: fixed;
left: 0;
top: 20%;
z-index: 10;
width: 64px;
}
Thanks!
Hi
Try to update the theme at the latest version available on themeforest, V 2.3.5: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches and test again.
Let us know how it goes and if the problem persist please provide your site url so I can inspect it closer.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
I’ve checked your site and seams to be displayed fine now: http://screencast.com/t/dXYk2gT0O
Regarding the pagination issue this was fixed in the current version available in themeforest so try to update the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches and test again.
Thanks!
Hi
Thanks for the suggestion, I’ve added it on our list and theme developers will consider it for futures updates. However I can’t say when or if will be implement as we have a very long list with feature requests and we have to chose very carefully which one of them are added.
Thanks for the message!
Hi
I am not aware of the changes that you made in child theme so I can’t say why this happens now. Please make sure that you’re using the child theme acording with our documentation: https://forum.tagdiv.com/child-theme-support/ Also provide more details about the files that you edited and also what changes did you made so I can duplicate the situation on my side and maybe I can provide a solution.
Please consider that editing the theme files with child theme it’s a task which require php knowledge and your customizations must be compatible with the parent theme, otherwise the site functionality will be affected.
Thanks!
Hi
According with google documentation the script for tag manager must be added immediately after the body tag. In our theme the body tag start in header.php file so you can try to add your code here: http://screencast.com/t/nHxJfgt1uOy If the problem persist you should address at google’s support and ask them for more details regarding this code implementation.
Also you can test it with a default theme and check how it works.
Thanks!
Hi
Social Counter plugin is tested and works fine now. Please make sure that you configured the plugin according with our documentation, clear all caches and test again. If the problem persist please provide your site url so we can inspect this closer, also create a new topic for your issue.
Thanks!
Hi
The theme functionalities is the same, the difference is that is not required to have a block title. If you want to display a title you can simply add it on its field: http://screencast.com/t/N4AlIkW5 If you don’t want a title for a specific just leave the field empty.
Thanks!
Hi
Replied you via mail!
Thanks!
Hi
The theme wasn’t designed to have a full width footer but you can achieve that using this css in theme panel > custom code > custom css: http://screencast.com/t/YcjwGq7U49p
.td-footer-container, .td-sub-footer-container{
width: 100%;
}
.td-footer-container .td-pb-row, .td-sub-footer-container .td-pb-row{
width: 1021px;
margin-left: auto;
margin-right: auto;
}
Thanks!
Hi
Try this css in tyheme panel > custom code > custom css: http://screencast.com/t/SMKfqubh
.single .td-pb-row [class*="td-main-sidebar"]{
border-left: 0!important;
}
Thanks!