Hello roqeem,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
For your second request, if you want to change the background-color for the Related Articles tab you should use the code below and place it in Theme panel->Custom CSS area.
.td-related-title .td-cur-simple-item {
background-color: red;
}
The result you should see here -> http://screencast.com/t/mKqMSHeV
Thank you!
Hello newsmaguser,
If you want to replicate the Scandal Magazine homepage, you should add the following code at your Visual Composer editor. -> http://screencast.com/t/7zPPuzHelFSi -> http://pastebin.com/XmEJ6p0S The code can be added here -> http://screencast.com/t/WUcFOxnZL
If is not what you mean, please provide more details about what exactly you want to achieve so I will be able to provide a more accurate response.
Hope this helps!
Thanks for the message!
Hello twoems,
Please keep in mind that the theme only increments this post view count and do not decrease it, sorry!
However, I guess that you have installed a plugin with this functionality which can interact with the post view count feature and cause this problem. You should disable all of these, clear all your caches and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins. Also, please notice that you can edit this number of your post view count from your Theme panel, like this -> http://screencast.com/t/4wsBgX0Wu and then from here -> http://screencast.com/t/LEncLcfg7V you can change the value for your post views.
Thanks for the message!
Hello awtown,
If you want to remove the page title you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-page-title{
display:none;
}
Also, if you want to hide the page title for a specific page you should use the page ID class at the front of the code, like this ->
.page-id-164 .td-page-title{
display:none;
}
-> http://screencast.com/t/GOmFghK8PFl
Thanks for the message!
Hello awtown,
Unfortunately, please notice that our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.
If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hello laurena86,
I have checked your website, and I saw that you had increased the font size for Related Articles and More from Author button. Try to use a bit of CSS code to decrease it for mobile mode because that’s why to appear unproperly.
The code is ->
@media(max-width:767px){.td-related-title .td-related-left, .td-related-title .td-related-right{
font-size: 19px;
}
}
Thanks for your understanding!
Hello TheZugzwangBlog,
I have inspected your source page and I saw that you are suing the Newsmag version 3 which is not the latest version of the theme. Please try to update it to 3.3 version via FTP and then check the results. -> http://screencast.com/t/ZM4qmqgr
Thanks for your understanding!
Hello sportcomrunning,
I guess that you want to change the position of the featured image to be above the post title in Block 11, right? So, please notice that our theme does not have any such an option that allows you to made this change, sorry! If you want to do this, you should alter the code from the corresponding file with this block like td_block_11.php -> http://screencast.com/t/Mk9CddJGH and td_module_10.php -> http://screencast.com/t/bEMqcnYy Please notice that is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for the message!
Hello bariton,
If you want to change the background color for this block you should change the RGBA value from the code below:
.td-grid-style-4 .entry-title {
background-color: rgba(0, 120, 215, 0.7);
}
Or simply, add your desired color, like -> red, blue, etc.
Thanks for your understanding!
Hello Abraham Kalimbwe,
Please provide your website URL so I will be able to provide a more accurate response.
Thanks for the message!
Hello GuideMoba,
If you are using the Mobile Theme plugin, you should change this from Theme panel->Mobile Theme->Excerpts, like this -> http://screencast.com/t/SIBW2zRYJjH Please read the entire theme documentation, like this -> https://forum.tagdiv.com/the-mobile-theme/
Thanks for the message!
Hello
I have checked your website and I saw that your Article Inline Ad work as properly, as you can see here -> http://screencast.com/t/5j1Nqo4k Please keep in mind that the option that allows you to change the position of article inline ad is still there, as you can see here -> http://screencast.com/t/7PSDgEq9u If you do not have this option, you should re-install the theme via FTP because this is the surest method in this regard.
Hope this helps and let us know how it goes!
Thanks for the message!
Hello HobbyMiliter,
Sorry for the delay but if there are multiple posts on one topic, it will move it’s priority in our list as we answer from oldest to newest.
Do you use the smart list feature? Please keep in mind that in this case the Artice Inline Ads are ignored. Provide your website URL, so I will be able to provide a more accurate response.
Thanks for the message!
Hello MAnGoost,
Please keep in mind that our theme has two versions of mobile. The first one is mobile responsive which display the elements from desktop and the second one is mobile theme which is set it by default as you can see in our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Thanks for the message!
Hello Osbert Mwijukye,
If you want to make your mega menu items to be similar to the ‘Travel’ menu example, I suppose, right? If you want to do that please consult the topic here -> https://forum.tagdiv.com/topic/mega-menu-with-grid-columns/ because there you will see all the steps which are needed to take in this regard for achieving this layout.
If you want to display more levels in our theme and you are not aware of all steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello Bobby_Ocean,
If you want, you can change it with Notepad++ and this file is located in Theme panel.
Thanks for the message!
Hello SveinDahlberg,
Try the code below and place it in Theme panel->Custom CSS area.
.ie8 .td-search-background{
right:0 !important;
}
Thanks for the message!
Hello Lewis,
For example, if you want to add this code for all post template style 1 you should edit the loo-single-1.php core file, where exactly you want to display the code functionality, like this -> http://screencast.com/t/WRme1efY
Thanks for your message!
Hello Ylli,
Do you have made the modification which has been explained you above? Please be very careful how concatenated the autoplay. I have tested on my website and work as expected.
Thanks for the message!
Hello davider,
Lease check your system status to be higher increased according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/
Hope this helps and let us know how it goes!
Thanks for the message!
Hello haqemcom,
Please notice that the speed of your website depends on how well your site is optimized -> http://screencast.com/t/FDpJq3aod. Please notice that this is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services is not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements.
Please keep in mind that at the moment, we cannot provide optimization services because this task involve time-consuming and we do not afford to do this, sorry! We only can provide support for basic theme settings.
If you are not aware of these steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Hope this helps!
Thanks for your understanding!
Hello ayo1w,
I have inspected your website and I saw that you are using some untested plugins which can interact with the theme packet and cause a lot of unknown issues. Try to disable all of them and install only required plugins, clear all your caches and check the results.
Thanks for the message!
Hello thepridela,
You can try using our Facebook Classic which counts the likes and which are looking something like this -> http://screencast.com/t/putJk0QH6Pj You should use our Social Counter plugin which comes bundled with the theme packet. For more information about this feature, please consult here -> https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/ The Facebook Classic can be enabled from here -> http://screencast.com/t/HsZKrH7nm5W
Thanks for the message!
Hello byron_shady,
Unfortunately, our theme has not been designed to use more than 1 menu and also, does not have any such an option that allows you to add a second menu, sorry! If you want to do this, you should try to find some plugins with this functionality and see how it will work for you. Also, notice that we cannot provide support for untested plugins.
Thanks for the message!
Hello Osbert Mwijukye,
Replied here -> https://forum.tagdiv.com/topic/having-trouble-to-set-up-a-mega-menu-with-pages/#post-151360 and also, please do not create twice topics in this regard.
Thanks for your understanding!