Hi,
Please check your custom modification to the header style 8 file maybe you forgot to close a div. Also try without these modification and see if you still have this issue with search bar appearing there.
Thanks!
Hi,
Unfortunately the Newsmag theme doesn’t support RTL, you will need to adjust this via custom css.
For left/right arrows please use this custom css: http://screencast.com/t/mszChNXHt
.td-icon-menu-right:before {
content: '\e807' !important;
}
.td-icon-menu-left:before {
content: '\e808' !important;
}
Thanks!
Hi,
Please clear cache as I have checked again some of your post and did not found this issue: http://screencast.com/t/2ZXtYC7ncIX3 – http://screencast.com/t/O2pinXqayWk
Thanks!
Hi,
You can change post views from Custom Fields: http://screencast.com/t/cGqBru62
There no option to change comments number, but if you really need this you can alter post module like this: http://screencast.com/t/3dGrH4F8Sq – http://screencast.com/t/yXw0nNPiYy7
Thanks!
Hi,
1. After you have copied shortcodes that Emil provided, you can switch to Backend Editor and edit blocks and filter by your category: http://screencast.com/t/4sf7jTT9
2. Try to disable all your plugins, leave just Visual Composer active, clear cache and also resave your permalink and see if you still have this issue.
3. You can set post style from Post Settings(theme has 8 post templates): http://screencast.com/t/gWkLLk8rOHNL
4. Please paste your adsense code in Theme Panel > Ads section: http://screencast.com/t/rAR5iOwEp
In your page content you can use Ad Box block where you want to display the ad: http://screencast.com/t/l0i0xlRx
5. These are block titles and you can change them from block settings: http://screencast.com/t/qwQpaiMjQ18C
6. Go to the block settings and filter by category(answer 1).
Thanks!
Hi,
You can change excerpt length for modules/blocks from Theme Panel > Excerpt section: http://screencast.com/t/Kpft6jiUb1i
Module 15 take the entire content of the articles and you can use it on loops (category page, latest articles,blog..) and this will show content until read more tag is added. You can see this on our demo blog: http://demo.tagdiv.com/newsmag_classic_blog/
Thanks!
Hi,
I’m not sure what you mean. You can set your header style from Theme Panel > Header section – http://screencast.com/t/rvoX3sQJlZpO and you can set a menu from Settings – http://screencast.com/t/UGegvCnqnR
Also you can import stacks: http://screencast.com/t/tfg1ZbJGhhs – http://screencast.com/t/XDgsOjSyzG6F
In our demo each stak is an example of a website so you cannot use different headers and menus on different page without custom modification – if this is what you mean, the theme doesn’t have an option for this. Unfortunately we cannot provide custom work as we work hard on development, updates and support.
Thanks!
Hi,
I’m not sure if this is your issue, but if you refer that on tablets when you click on a parent category (menu item) it open submenu or megamenu but when you click again the link doesn’t work.
I this is you issue please follow this topic and make this change – https://forum.tagdiv.com/topic/parent-cates-link-not-work-on-menu-on-touchscreen-laptops/#post-41780
//not touch
jQuery('#td-top-menu .sf-menu').superfish({
delay:500,
speed:200,
useClick:false
});
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
In Newspaper 3.6 these are that fonts loaded by default: http://screencast.com/t/Kky9PKOIc
Thanks!
Hi,
In the theme we included a smaller version of the demo which comes with all page templates and the basic setup for starting a site. We didn’t included the whole demo because we wanted to keep the theme as small as possible.
If you also need the xml files of the demo you can make a request for it on email and we will send it to you. Send your request at contact@tagdiv.com and also include a link to this topic.
Thanks!
Hi,
You have a page with the same name like your category “Pakistan”. what you have in the menu is a link to your page – http://screencast.com/t/bo7cNtJU
This is your category page – http://screencast.com/t/8s0FfA2Ku8b
Also all Categories submenu items are pages – http://screencast.com/t/Jf5iUfW9b
Thanks!
Hi,
Please paste your adsense code from bottom ad in a custom ad: http://screencast.com/t/TzuoKV9JE7fu
Use do_shortcode() function and add custom ad shortcode bellow author box in post template file(you can edit post template file that you use: loop-single.php is default post style): http://screencast.com/t/ZmiYLiRbLfI
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
Adjust with css code top and bottom space: http://screencast.com/t/MVowgGa2T
.single .td-g-rec-id-custom_ad_1 {
margin-top: 10px;
margin-bottom: 0px;
}
Paste custom css in Theme Panel > Custom Css: http://screencast.com/t/j19UM4TrBQc
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please provide a link so I can inspect this issue (I have checked this url and doesn’t work – http://screencast.com/t/hpPuDg2Itv).
Thanks!
Hi,
I have checked your site and found these errors in console – http://screencast.com/t/DYrNvH7eCaA
Your ads seems to be blocked. This troubleshooter could also help: https://support.google.com/adsense/answer/1208336?hl=en
Thanks!
Hi,
You can use translate it from Theme Panel > Translations: http://screencast.com/t/B5JtCdUm6IA
Thanks!
Hi,
You can disable like buttons from Theme Panel > Post Settings: http://screencast.com/t/CvK1D8ZJ
Thanks!
Hi,
I tested this and did not found any issues – http://screencast.com/t/3cU66Drss – http://screencast.com/t/bjvvhR0wDCb
You may have this issue if you change the post font family or size I suggest you test this with the default font settings.
Thanks!
Also will be added an option in Theme Panel to display categories on modules/blocks from version 5 of Newspaper.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css section: http://screencast.com/t/QwLQspGtf
.td-sub-footer-wrap .td-grid-wrap {
padding: 0px !important;
}
Thanks!
Hi,
You have to copy get_category function to module that you want to appear categories – http://screencast.com/t/o1umsNHNb and echo categories where you want to display.
Please follow this topics to show categories on modules/blocks:
https://forum.tagdiv.com/topic/category-display-info/
https://forum.tagdiv.com/topic/show-categorie-name-in-latest-articles/
Thanks!
Hi,
The top menu was not designed to work on mobile devices, that why there is no option to enable it. You can do this with custom css in Theme Panel > Custom Css, but you may need more css customizations when is displayed on small devices: http://screencast.com/t/jZUxEacY
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
}
Thanks!
Hi,
Please check if you have this issue after you disable all plugins, leave only Visual Composer active, also empty cache. If you don’t have this issue anymore activate your plugins one by one and see which cause this issue.
Let me know how it goes.
Thanks!
Hi,
Please make sure that you enable only Visual Composer, disable all other plugins that you have, empty cache and check if you still have this issue. Also please make sure that you have the latest version of Visual Composer 4.4.3.
If you still have this issue please send an email at contact@tagdiv.com provide wp-acces so we can take a look, also paste a link to this topic so we can know who you are.
Thanks!