Hi,
Glad that you managed to solve this. It may have been a css issue, I think that the old css of news ticker was loaded as we have changed a bit news ticker.
Thanks
Hi,
You can use Ad box black in the page but please note that I provide you a custom css for that border – https://forum.tagdiv.com/topic/3-question/#post-39980 so it may break it if you display the ad there, just remove that css if you make this change.
Thanks!
Hi,
I’m not sure if you want something like this – to have full menus(top an main) on default style.
If you want something like this you can replace header style 1 template with this code(make a backup of the file): http://pastebin.com/2iRriKP1
And add this css in Theme Panel > Custom Css: http://screencast.com/t/Mwvv6ow2nCi – http://screencast.com/t/5F5v3IXwUW
Also you can use do_shortcode() function use a custom ad bellow the menu – http://screencast.com/t/O5N6AaFXM – http://screencast.com/t/aMlF2JhA
Thanks!
Hi,
I’m not sure what you mean, but if you want to change theme full width please note that Newsmag has it full width 1021px. Unfortunately the theme was initially designed at that width with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
Please provide more details if this is not what you mean.
Thanks!
Hi,
Thanks Chris S!
@feelsoo You will need to install the plugin like Christopher suggested as it is not a part of the theme files(plugins).
Thanks!
Hi,
I have checked your site on chrome and it looks fine – http://screencast.com/t/DjTnhk8I
Please clear cache and check your browser’s zoom.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
If you want to use it like a blog, just change to the module 15 in Theme Panel > Template Settings: http://screencast.com/t/DA0T7GWmGl
Thanks!
Hi,
1. Please try to increase this value – http://screencast.com/t/pYTGOtpxZA
2. You can add it like this in a div so you can use css to modify: http://screencast.com/t/Yf3iITwdOh3X
<div class="test"> <?php echo "Follow us";?> </div>
Result: http://screencast.com/t/qcayA8cSmA
.test {
float: left;
color: red;
}
Just replace with your class and add it in Theme Panel > Custom Css.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I’m not sure how you get that line. I also checked your site on nokia lumia 925 and samsung s3 did not found any issues.
Thanks!
Hi,
If you want to disable breadcrumbs you can do this from Theme Panel > Template Settings: http://screencast.com/t/87Esiqgm04U
Please provide more details if this is not what you mean and provide a link.
Thanks!
Hi,
@soumitmis Please follow this guide to create a smart list – https://forum.tagdiv.com/smart-list/ just write your content:
*Title
*Image
*Description
When you want to use [td_smart_list_end] you have to add this tag at the end of your smartlist then add the content – http://screencast.com/t/rTCktgJmlk
That will repeat on all slides: http://screencast.com/t/rlzYf7WTo1
Also this topic may help – https://forum.tagdiv.com/topic/smart-lists/
About gallery I’m not sure what is the issue. I also tested this and it works fine – http://screencast.com/t/K3IyJlte – http://screencast.com/t/1jkQn9Mcr9J
You have the same text in caption and in description that’s why it is repeated the same text. You have hidden the caption using css, but for modal appear both.
Thanks!
Hi,
Please use a header style that allow you to display the logo in full size like this one: http://screencast.com/t/DKd1k7FmHa
We recommend to use these divs for your banners – https://forum.tagdiv.com/ads-system-full-guide/ just replace image source and the link.
Thanks!
Hi,
Please provide the version of the Newsmag that you use and version of the Social Counter, as I also tested this with the latest theme version 1.7.1 and did not found any issues with Social Counter plugin(2.10)
Thanks!
Hi,
There is an option in Theme Panel to enable “Sign in/Join” in the Top Menu – http://screencast.com/t/RHuNEnP4ES
Also you have to enable Register option from Settings – http://screencast.com/t/pjWXgD1Zkc7
Thanks!
Hi,
Unfortunately this issue appears because of css code that is applying in cascade(like I said above).
Thanks!
Hi,
We did not tested the plugin with our theme. Could you provide a link to this plugin(if is a free plugin)?
Also if this plugin use shortcodes you can add it in post template and replace theme’s social share – http://screencast.com/t/VP5I8cUeC
On custom modifications we can provide some guidance but we cannot provide full solutions, if you have many modifications I suggest that you look for a developer to make them for you.
Please make a backup of your current theme installation before an update. If you have custom modification to the files you will need to re-add them as when you update the theme these files will be overwritten. The styling options you’ve set in the WordPress Theme Customize or in the Theme Panel – those options should not be affected by updating your theme.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Can you provide more details as I have checked your site and it working fine at least from my side.
Did you updated your theme via FTP?
Do you have news ticker on your homepage?
If you still have this issue please make sure that you check this also without any plugins active, leave just Visual Composer active and also clear cache. Let me know!
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 and hide the wp bar: http://screencast.com/t/yiAFzcsSWtD
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
#wpadminbar {
display: none;
}
}
Thanks!
Hi,
You can import video stack from Theme Panel – https://forum.tagdiv.com/installing-the-demo-data/
Add your articles and set the featured video – http://screencast.com/t/Bij5kBPec and create your homepage using pagebuilder
Please provide more details if this is not what you mean and also follow also our documentation – https://forum.tagdiv.com/newsmag-documentation/
Thanks!
Hi,
2. Please update you theme to the latest version 1.7.1 using this guide(FTP method): https://forum.tagdiv.com/how-to-update-theme/ as in the 1.7 version it was an issue with ads (eliminate the codes). This issue was fixed in the latest version.
10. The image appear like this because of it aspect ratio. The image is catted for different sizes for modules – http://screencast.com/t/bmsl1KdRws4 so the image is cropped center top at that height. You can change the height size so the aspect ratio of the image to be closer to the aspect ratio of the picture(default image).
You can find out more about this here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
13. You can set your sidebar for categories from Theme Panel > Categories section – http://screencast.com/t/GMB0Cxpe1knq add widgets into the sidebar from Widgets – http://screencast.com/t/j3z3jsgnt
Also if you want to use the same sidebar on your pages please use Widgetised sidebar block in your page and set the sidebar to display: http://screencast.com/t/6wlYuuZ43
Thanks!
Hi,
Please provide a link so I can take a look. I’m not sure what you mean with “different buttons”. Do you want to add icons(buttons) to your menu?
Follow this topic if you want to do that – https://forum.tagdiv.com/topic/home-button-for-menu/#post-35101
Just add the widgets to your sidebar – http://screencast.com/t/jNYxnSJWB and set it for your posts – http://screencast.com/t/86AZ6kYcQe
Thanks!
Hi,
Please provide your site url and more details about the space there(a screenshot where to look) so we can take a look and find a solution.
Thanks!
Hi,
I have checked your site and the images are loading also on mobile devices. If you want to disable lazy load feature there is an option in Theme Panel > Template Settings: http://screencast.com/t/4UcPOSoS46
If this is not what you mean please provide more details (which mobile device did you use), also you can check this without any plugins active, leave just Visual Composer active and clear cache. Disable also js/css minification.
Thanks!
Hi,
You can check on codex if it this can help – https://codex.wordpress.org/Function_Reference/wp_link_pages – http://codex.wordpress.org/Styling_Page-Links
Thanks!
Hi,
I guess that you refer to the lazy load effect. In latest version of the theme (1.7.1) there is an option to disable it in Theme Panel > Template Settings – http://screencast.com/t/jF8mELZKP
If this is not what you mean please provide more details.
Thanks!