Hi,
Travel is a category on our demo, so add your category in the menu and load a page as megamenu – http://screencast.com/t/rlrUN5ppIS3F
Thanks!
Hi,
You can add your homepage to the menu and use the default icon for it – http://screencast.com/t/5tkETAtx
Now use this custom css to change that icon position – http://screencast.com/t/V8rzUa9FeRGC
As you can see on mobile menu it will appear Home – http://screencast.com/t/hivnKeqL0Ajd
Thanks!
Hi,
I’m not sure what you mean, please provide more details.
Thanks!
Hi,
Please try this custom css – http://screencast.com/t/c6TO8mdk
.td_block_mega_menu .td_block_inner {
padding-bottom: 20px;
}
Thanks!
Hi,
Please make sure that you use the latest theme version 4.6.3 and also you have updated the social counter plugin to 2.10 version. Also you can check this without any plugins active, leave just Visual Composer active and clear cache.
Thanks!
Hi,
I have checked your site again and did not found any issues – http://screencast.com/t/PLjTU1misV6A so I think that this issue appear only on your side. Please check this also on another device.
Also please check this without any js/css minifications and make sure that you use latest theme version.
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this and we did not tested any plugin like this so we cannot recommend one.
Thanks!
Hi,
We will change social share buttons in version 5 of the theme and it will look something like Newsmag share buttons.
Unfortunately theme doesn’t have an option for this, you can try to find and use a plugin for this(add reviews without login).
Thanks!
Hi,
1. Please use this divs – https://forum.tagdiv.com/ads/ as what you are using there is from Newspaper 5 documentation.
2. Just replace # with your url – http://screencast.com/t/mIAlBWEow9i
3. If you want to not display your header ad on your homepage you can add a condition to not appear on your home page – http://screencast.com/t/068xjygFQ you can find more info – https://codex.wordpress.org/Conditional_Tags
4. After you create your menus from Appearance > Menus – http://screencast.com/t/g87envJ30 you have to select your top menu and main menu from Theme Panel > Header section – http://screencast.com/t/hNRJq77FYOW
5. You will have to use fewer menu items if you don’t want menu goes on 2 rows/lines and adjust it using custom css. Let me know after you set your menu, I will try to provide a css solution, but if you have many menu items it will drop on 2 lines on tablets.
6. Unfortunately this is not recommended to create a page as your category and I cannot provide you a solution to make a category megamenu and link to a page.
There is a solution to add a banner/ad to category pages using do_shortcode function. Please check these topics as reference:
https://forum.tagdiv.com/topic/category-page-ads/
https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The Jetpack plugin is not a part of the theme, so there are not options in Custom Typography. You can use custom css for this in Theme Panel > Custom Css – http://screencast.com/t/2e2GSREKT85
div.sharedaddy h3.sd-title {
font-size: 14px;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Yes, you can try to add a condition to your header ad to not appear on post pages(I guess that you want this) – http://screencast.com/t/vlBfCZVl3x You can find more details here – https://codex.wordpress.org/Function_Reference/is_single
if (!is_single()) {}
Thanks!
Hi,
This can be translated from the javascript file – http://screencast.com/t/MG461Sfpt
Result: http://screencast.com/t/8vV5luCqaXxg
Thanks!
Hi,
It will be fixed in version 5 of Newspaper. Sorry for inconvenience!
Thanks for reporting!
Hi,
Thanks @nf_prt
I have tried to access your site, but – http://screencast.com/t/oE7cCm7e
@nf_prt has right the logo image have an inline css for width, if you use header 1 you can change the image width from – http://screencast.com/t/y2ytMxJ8gzJg
Or you can try to use this custom css – http://screencast.com/t/UFueFmFA
.header-logo-wrap img {
width: initial !important;
}
Thanks!
Hi,
You have some js errors in the console – http://screencast.com/t/34OwQAljk23 please disable all plugins leave just Visual Composer active, clear cahe and check again. Also try this without any css/js minifications.
Thanks!
Hi,
As you can see this is your image, so you have to adjust it – http://screencast.com/t/dkTt8dyHoFR
Or you can try this css to reduce the left padding – http://screencast.com/t/nzUASzKvEl – http://screencast.com/t/Ptq56m3g
@media (min-width: 1200px) {
.header-style-3 .container-fluid {
padding-left: 0px;
}
.header-style-3 .td-grid-wrap {
padding-left: 0px !important;
}
}
Thanks!
Hi,
Yes, it may caused this issue, please use Latin characters (no special characters) in their name. Anyway the sidebar name is visible only in backend.
Thanks!
Hi,
Unfortunately Newsmag theme was initially designed at this width – 1021px – with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work. Also on pages you can use full width row to display your add your banner/ad – http://screencast.com/t/0c0sCetT
If you have basic css/html experience and you want to do this for post pages please check this topic, but you may need additional customziations – https://forum.tagdiv.com/topic/728-x-90px-ads-in-article-inline-ads/#post-43914
I’m not sure what you want to do with thumbnails, you can try to add on your page only blocks that use the same size for thumbnails – you can see here thumbs size on blocks to make an idea – http://screencast.com/t/pgn9npc915B
Also if you want to change the thumb size for a block/module here you can find the code – http://screencast.com/t/Pvy1eMnun if you make any change here please regenerate thumbnails using – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ Please note that if you create a new thumb there you have to change it also in the module file, for example – http://screencast.com/t/Ns1kn4ECxVNk
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please paste the code in header.php file – http://screencast.com/t/YYh31R6DuhQ right after open body tag like it is recommended here – https://support.google.com/tagmanager/answer/6103696
Thanks!
Hi,
Please make sure that you have added your custom fonts properly, please check docs – https://forum.tagdiv.com/how-to-use-custom-fonts/ also you can check page source and see if your font is loaded.
Also provide your site URL so we can take a look.
Thanks!
Hi,
Please make sure that you also try this without using additional plugins, leave just theme’s Visual Composer and Social Counter plugin’s active and make sure you also empty all caches. If you are using a cache plugin like W3 Total Cache plugin use just page cache: https://forum.tagdiv.com/w3-total-cache-configuration/ then test again.
Thanks!
Hi,
You can try to create a page and also a custom sidebar – http://screencast.com/t/fwlSdUPCtA and add only that widget in it from Widget area – http://screencast.com/t/C6eNihwC6 and use Widgetised Sidebar block in your page content on full width row and set to display your custom sidebar – http://screencast.com/t/cpkQxbnNB8
Hope this helps!
Hi,
Of course that you can register, sorry for misunderstanding, just enable it from settings – http://screencast.com/t/cesq5rM4e
I believed that you want a link to appear on forum page like on Newsmag – http://screencast.com/t/0pno27eN9 This will be available like I said on Newspaper 5.
Thanks!
Hi,
Unfortunately if that plugin doesn’t have shortcode or html code to paste it in the page content I’m afraid that it would not be possible. So if it can be used only as a widget you cannot add it using Visual Composer in the page content.
Thanks!
Hi,
Glad that your solved this!
Unfortunately is usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme’s color appears first then changes, because of the cascading property of css. To avoid this you could try to make the changes directly into theme’s style file.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].