Hi,
Yes, you can use do_shortcode function and add a custom ad bellow pagination in template that you want:
Homepage with articles list – http://screencast.com/t/d9HPJK5j0 – http://screencast.com/t/vnljqeHfD
Category page – http://screencast.com/t/Sx5IWqWbdy – http://screencast.com/t/IWlGaGdH
Tag page – http://screencast.com/t/oyUmCoCcDmw
echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can use header style 1 and alter this file and use a custom ad above logo – http://screencast.com/t/reDvpq9o6
div class="span4 td-header-style-1">
<?php
// show the header ad spot
echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
?>
</div>
Also you need to change header ad to span4 – http://screencast.com/t/u33Ty5eZr
You may also need some css customization – http://screencast.com/t/W7MXCZYxkN
.td-header-style-1 .td-a-rec-id-custom_ad_1 {
margin-bottom: 0px;
}
.td-header-style-1 .td-a-rec-id-header {
top: 0px;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please remove these parts of code: http://screencast.com/t/nRCSVb1A so notices will appear only for admin.
Thanks!
Hi,
I have checked your site, but you use a non-responsive fixed ad and I’m afraid that it cannot be fixed via custom css as it take the image at fixed sizes how you can see – http://screencast.com/t/eTgg4jOZg
I cannot overwrite the image container and image size via custom css – http://screencast.com/t/IKreevED – http://screencast.com/t/G7kiaUPaq
The theme ads system was designed to work with adsense code, the other ads are rendered as entered by the user.
Thanks!
Hi,
Please try to use !important and see if it works.
Thanks!
Hi,
Te rog trimite un mail la contact@tagdiv.com si care sa contina cererea ta alaturi de un link catre acest topic.
Mersi!
Hi,
The smart sidebar will be available in version 5 of the theme. I cannot tell you an exact date for Newspaper 5, but we intend to release it at the end of May.
Thanks!
Hi,
Do you refer to this item from the footer menu? – http://screencast.com/t/m0zRgS6nKOH
If you do, please set to open in a new window – http://screencast.com/t/jFdZPHIupF6t
Please provide more details if this is not your question.
Thanks!
Hi,
You have to edit sidebar.php file and comment this line – http://screencast.com/t/OKYvvKSXvU
Thanks!
Hi,
Here you can find the code for user avatar for comments – http://screencast.com/t/Qx3Qrkpi
Thanks!
Hi,
You need to the analytic code in that field from Theme Panel, please follow their guide to find more about this – http://static.googleusercontent.com/media/www.google.com/en//support/enterprise/static/gsa/docs/deployment/en/GSAGoogleAnalyticsGuide.pdf
Thanks!
Hi,
Unfortunately we did not tested other alternative plugins with our theme. The Visual Composer plugin is tested and customize to work with our theme and unfortunately I cannot provide a solution for this.
We may release a light modified version of Visual Composer in the future, but it may take some time as we’re still in testing and looking for solutions.
Thanks!
Hi,
1. You can change the “load more” text from here – http://screencast.com/t/ah9r1OCW53
Result: http://screencast.com/t/TPkaPJgaNW
2. You can add “post_link” also for title and excerpt but you will need customize again post titles and and excerpt as will appear like a link – http://screencast.com/t/WyEHxj2TFZI – http://screencast.com/t/2UxXNCObcH3f
You have to inspect and customize with css for example – http://screencast.com/t/QtDiOYXbY
.vc_gitem-post-data-source-post_excerpt p .vc_gitem-link{
color: black;
}
.vc_gitem-post-data-source-post_title h4 a {
color: black;
}
Thanks!
Hi,
Sorry that I did not understand you first. Please use this custom css if you want this icon also on mobile: http://screencast.com/t/cvM4RBtQH
@media (max-width: 767px) {
.td-scroll-up-visible {
display: block;
}
}
Thanks!
Hi,
The activation warning appears a few days after you installed the theme, till then you can use the theme. Also plese check the following guides when the activation message appear:
Registration guide – https://forum.tagdiv.com/how-to-activate-the-theme-newsmag/
How to find the Envato Purchase Code – https://forum.tagdiv.com/how-to-find-your-envato-purchase-code/
Please provide more details if you have an issue(error).
Thanks!
Hi,
That code appear when you disable Visual Composer plugin because you used Visual Composer to add Big Grid on your homepage.
If you want to disable Visual Composer plugin please follow this topic and try to create something similar – https://forum.tagdiv.com/topic/category-top-posts-style-in-main-blog-index/
Thanks!
Hi,
If you use the default font you to see exactly how your article will look on fronted after you publish it – https://forum.tagdiv.com/post-editor-tinymce/
But you can remove that following this topic – https://forum.tagdiv.com/topic/remove-divider-in-editer/
Thanks!
Hi,
td-post-sidebar class is used on posts so if your post’s sidebar is hidden on mobile then adding this class in your page template will also hide the latest articles sidebar. So feel free to use it like that, it is a good solution.
I also checked you site again and I see that you have added this class in page template homepagesidebar, this also can be used if you want this. Just paste this custom css in Theme Panel > Custom css:
@media (max-width: 767px) {
.homepagesidebar {
display: none !important;
}
}
Thanks!
Hi,
If you enable the smart sidebar from Theme Panel > Template Settings it should work also on posts: http://screencast.com/t/41ZEShs2gVr
Thanks!
Hi,
I’m not sure what you mean, I have checked your site and you have the logo image for mobile – http://screencast.com/t/DSUSxgOZ
Please provide more details about your issue.
Thanks!
Hi,
I have checked your site and seems that you have managed to remove the border: http://screencast.com/t/rB3c7HKc83ZO – http://screencast.com/t/YdySpI8O
Thanks!
Hi,
Unfortunately this issue can happen because of content-excerpt(in some cases title excerpt). Even the excerpt length is the same, some articles may contain long words like in your case and start another row – http://screencast.com/t/jQgfFkQcbwKW – http://screencast.com/t/g3B0Ctvbyr2D
This issue cannot be solved from excerpts, but you could try this css if you want to fix this issue at least on your homepage: http://screencast.com/t/aYrMjuA3 – http://screencast.com/t/D9htbcO5
@media (min-width: 768px){
.home .td_block_2 .td_module_4 .td-excerpt {
min-height: 100px;
}
.home .td_block_2 .td_module_4 .entry-title {
min-height: 63px;
}
}
Hope this helps!
Hi,
@rolotomazi Please provide more details if you still have this issue and also provide your site url
Thanks!
Hi,
The top menu was not designed for mobile screens that’s why is hidden so displaying it you may need some other modification.
Please use this custom css in Theme Panel > Custom Css to display top menu – http://screencast.com/t/BpCkgRzGa
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for use a different click ad for different categories, you will need custom modifications to the theme code and it is not an easy task. We cannot provide any type of custom work for the moment but you can do it if you have php experience or hire a professional to do this for you from sites like – http://studio.envato.com/
Thanks!