Hi,
I also tested this and Lucian’s solution works: http://screencast.com/t/frGguJJfNkS
But I saw your screenshot and it looks that you added the code right.
Regarding your question, if you have customization/changes directly into to the theme’s files, these files will be overwritten. If you do have modification to the code you should make a copy of the files changed by you, updated the theme and make those changes again if the files where changed.
So, if you updated the theme after that you added the code for footer logo is possible that the file was overwritten.
Thanks!
Hi,
I have checked your site and noticed this script errors in your console: http://screencast.com/t/EXCSTo9Z
I have also tested this using the latest theme version(4.6.1) and haven’t found any issues with this so please make sure that you also use the latest theme version then deactivate all plugins leaving just the Visual Composer plugins active, then empty cache and also purge files if you use any CDN host services and check again.
Thanks!
Hi,
Please use Header Style 4 an make these changes in heade-style-4.php like this: http://screencast.com/t/wiJZyAbv645G
Result: http://screencast.com/t/TtYFtBwn81
If you don’t want top menu, you can disable it from Theme Panel: http://screencast.com/t/CB41e4vhD09e
Thanks!
Hi,
Here you can find the height of Slider: http://screencast.com/t/kGSubsdm
After you change the height, you have to regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Now you have some changes to do via custom css: http://screencast.com/t/N89BSwYTzy
.td-theme-slider.iosSlider-col-3.td_mod_wrap{
height: 640px !important;
}
.td-theme-slider.iosSlider-col-3 .td_module_slide {
height: 640px;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can change it via custom css: http://screencast.com/t/tCWOptHrqhN
.td-post-content .td-sml2-current-item-nr{
font-weight: normal;
font-size: 21px;
}
Thanks!
Hi,
I checked your site and I found JavaScript errors in console: http://screencast.com/t/IiZTbeKLpmc which means that a plugin’s script is conflicting with theme’s js and causes this.
Please make sure that your check this without any plugins active, empty all caches/purge files if you sue CDN host services then check again (leave just the Visual Composer plugin active).
I have also tested this with last theme update(1.4) and found no issues with it: http://screencast.com/t/zsDoB2yfJD
Please let me know if you still have issues with this.
Thanks!
Hi,
Please make sure that you use these page templates: http://screencast.com/t/XGYYCDS00
You can also find this info along with more useful information in our documentation: https://forum.tagdiv.com/newsmag-documentation/
Thanks!
Hi,
I think you refer at this Big Slide: http://demo.tagdiv.com/newsmag/homepage-big-slide/
If you want to use it like in demo, you can add it in pagebuilder on full width like this: http://screencast.com/t/6srVVFdDiln
You can set Autoplay from slide settings: http://screencast.com/t/iq55gNLg1lb
Hope this helps!
Hi,
I think that you use a social plugin for facebook like button on posts, that it is not displayed and appear the white space: http://screencast.com/t/dPUrlcExAocz
Please take a look at the plugin section and deactivate or delete that plugin.
Thanks!
Hi,
If you want to hide footer on pages you can use this custom css:
.page .td-footer-wrap{
display: none;
}
You can hide the footer only in few pages by using .page-id-xx instead of .page
Result:http://screencast.com/t/XWzLSYXZqoy
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I checked your site with various IE versions and I didn’t find any issues that you described: http://screencast.com/t/psdNisa3ueN5
If you still have problems please let me know and provide a screenshot or more details.
Thanks!
Hi,
Please comment or remove this line from functions.php:http://screencast.com/t/QnRtDXPtvxL0
Sorry for inconvenience!
Thanks!
Hi,
Please provide your site’s URL as I need to inspect and check this so I can provide an accurate answer.
Thanks!
Hi,
You can change the background for top menu from Theme Panel > Theme Colors: http://screencast.com/t/gV86G2mCwh
And the text color from Theme Panel > Custom Typography > Menu’s: http://screencast.com/t/O5gbMZvuUg
Result: http://screencast.com/t/gUyzTGTu4
Thanks!
Hi,
Please make sure that Visual Composer plugin is active and if it is check on page edit if is set to Classic Mode: http://screencast.com/t/wRvrYK84bP
If you still have issues you can install the Visual Composer plugin for /plugins folder as instructed here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
Let me know if you still have issues with this and provide site url.
Thanks!
Hi,
I also tested this and found no issues with these settings: http://screencast.com/t/yjvN4bGhOlpx
Result: http://screencast.com/t/CVbNsk8SXrDe
Please also test this without any plugins active(only Visual Composer active) and empty cache.
Thanks!
Hi,
I think that you refer at this white space: http://screencast.com/t/sUSQSjiRSrhs
You can decrease it with this css code in Theme Panel > Custom Css: http://screencast.com/t/ASaoXK501
.td-post-content p{
margin-bottom: 15px;
}
Hope this helps!
Hi,
You can set paragraph proprieties from Theme Panel > Custom Typografy > Post content: http://screencast.com/t/SBPMQZtaEG
Result: http://screencast.com/t/4WHKH0w4W3g
Thanks!
Hi,
You can do this with custom css for first item of your main menu: http://screencast.com/t/PDThCf2Nh
.menu-item-first .td_mega_menu_sub_cats .block-mega-child-cats a{
display:none;
}
.menu-item-first .td_mega_menu_sub_cats .block-mega-child-cats a:first-child{
display:inline-table;
}
.menu-item-first .td_mega_menu_sub_cats .block-mega-child-cats a:nth-child(2){
display:inline-table;
}
If you want to do this for all megamenu subcategories, you have to change this value: http://screencast.com/t/5iLiIfNj
Thanks!
Hi,
The Theme doesn’t have an option for this, but you can hide them with custom css in Theme Panel:
http://screencast.com/t/Hk76XBHBqG
http://screencast.com/t/tJ1DjWrYAqZr
.td-big-grid-meta{
display:none;
}
.td-big-grid-meta .td-post-category{
display:none;
}
.td-editor-date{
display:none;
}
.meta-info .entry-title{
display:none;
}
.slide-meta{
display:none;
}
Thanks!
Hi,
I tested this myself and I haven’t found any issues with quotes on mobile screens: http://screencast.com/t/QNo42lHQ8Ea
You can also check this on our demo: http://demo.tagdiv.com/newsmag/td-post-the-oriental-experience-chew-pan-asia-cafe/
Please make sure you have the theme latest version(1.4) and you can also test this without any plugins active and empty cache. Let me know if this still happens and provide a link so I can inspect this.
Thanks!
Hi,
Please use these divs to show ads on tablet and mobile also, just add the image src for each device in the divs below:
<div class="td-visible-desktop">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-728.jpg" /></a>
</div>
<div class="td-visible-tablet-l">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg" /></a>
</div>
<div class="td-visible-tablet-tp">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg" /></a>
</div>
<div class="td-visible-phone">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-300.jpg" /></a>
</div>
You can find more info on our documentation: https://forum.tagdiv.com/ads/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Lucian.
-
This reply was modified 11 years by
Lucian.
Hi,
Please add your code in Theme Panel > Ads > Custom ad like this: http://screencast.com/t/Qg2O2uBdtdu
After that you can use do_shortcode function to place it in template:
-in loop-single.php add <?php echo do_shortcode('[td_ad_box spot_id="custom_ad_2"]'); ?> before related posts like this: http://screencast.com/t/1IhB9MmYQlX
-in single.php add echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); after comments like this: http://screencast.com/t/nSsLlE92gYQ
Result: http://screencast.com/t/JqIpqZ5r
I don’t know why, but your code is loaded only once.
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. Please edit td_module.php like this: http://screencast.com/t/7EKqHSyMjf
2. A contributor is only capable to delete/edit and read posts: http://codex.wordpress.org/Roles_and_Capabilities#Contributor so if you want them to also publish posts you should change the role to author or editor.
You can also use this option to set the posts author: http://screencast.com/t/kc8qvDy4hoBr so you would chose to which author the content of the post belongs too.
Thanks!
-
This reply was modified 11 years by
Lucian.
