Hi
From Appearance > Widgets you can customize only the sidebar content: http://screencast.com/t/8t8neMNNk To add blocks on pages you need to use the Visual Composer Plugin http://screencast.com/t/5B1c7ZjWJGu – http://screencast.com/t/lYbMqgPOxj6J The page content it’s displayed as it’s arranged in VC plugin: http://screencast.com/t/2UESfVSv51 – http://screencast.com/t/DVENHo3M For more details pleas check our documentation: https://forum.tagdiv.com/homepage-newsmag/
Thanks!
Hi
The current theme’s version (V 2.2) available on themeforest it’s tested and works fine with WordPress 4.3.
Regarding the Events Calendar plugin we didn’t test it with the theme so I cannot recommend it, some of our clients use it and we haven’t had any reports on it lately.
Hope this helps!
Thanks!
Buna
Da, div-urile pentru ad-uri incarca tot continutul pe pagina indiferent daca e afisat sau nu, si in functie de device una dintre ele e vizibila, restul raman ascunse. Practic daca vizitezi siteul pe mobil, banerul de mobil este afisat, dar pe pagina sunt incarcate si banerele de tableta sau desktop, doar ca sunt ascunse. Pentru a schimba acest sistem e nevoie de un script care in functie de rezolutia device-ului sa incarce ad-ul corespunzator.
Tema nu are o optiune pentru a contoriza numarul share-urilor, dar poti incerca un plugin cu o functionalitate similara. Am gasit unele informati referitoarela aceasta cauza in aceste url-uri: http://designscrazed.org/wordpress-social-counter-plugins/ – http://blogpros.com/blog/2015/05/the-5-best-wordpress-share-counter-plugins Nu pot spune exact care din pluginurila prezentate au cea mai buna functionalitate fiindca nu au fost testate cu tema.
Poti adauga noi butoane de share urmand acest exemplu: https://forum.tagdiv.com/add-a-new-linkedin-button/
Multumsc.
Hi
Emil replied you via email!
Thanks!
Buna
Daca folosesti ad-sense cod, acesta nu trebuie inclus in clasele speciale pentru ad-uri, trebuie dor sa inserezi codul in sectiune de ad: http://screencast.com/t/NzxB2WXylw si va fi renderizat automat. Clasele pentru ad-uri se folosesc daca vrei sa adaugi banere, (imagine+link)
Peantru a incarca doar banerele pentru mobil, spre exemple, este nevoie de un script care detecteaza rezolutia si actioneaza in consecinta, incarcand doar banerul de mobil.
Multumesc!
Hi
You need to modify the td_module.php file like here: http://screencast.com/t/AgfUgRbYMVv but notice that the changes will affect every article title from modules because the get_title() function it’s used on every modules and blocks.
Thanks!
Hi
Replied you here: https://forum.tagdiv.com/topic/change-destination-of-each-box/
Thanks for the message!
Hi
Please check this topic, Lucian posted a solution there: https://forum.tagdiv.com/topic/how-to-update-visual-composer/page/2/#post-66877
Thanks!
Hi
@Circus Bazaar I’ve tested this on my side and works fine. Please send us an email at contact@tagdiv.com with your site login details and we will inspect this issue, also include a link to this topic.
@CUSPMag I’ve checked your site and the images are displayed fine now: http://screencast.com/t/rGjAA2thj please provide more details or a specific link if you still have this issue.
Thanks!
Hi
The theme doesn’t control the image aspect ratio, just crop the image to fit the thumb size where it’s used. A solution would be to upload an 16×9 image in media library and to use that image into a thumb or module with a similar aspect ratio. You can find more details on this regard in this topic: https://forum.tagdiv.com/topic/thumbnails/#post-61480
Thanks!
Hi
Try this css to hide the red top: http://screencast.com/t/xLVvKVHpP
.wpb_tabs .wpb_tabs_nav{
display: none;
}
You can use the developer tool to get the element specific classes: http://screencast.com/t/xvqrwh0xmn but the easiest way to hide a specific element on mobile devices is to add a specific class in VC: http://screencast.com/t/Jin8YYsscJKe than add a custom css like this:
@media {max-width: 768px){
.video-player-class{
display: none;
}
}
Thanks!
Hi
Please provide more specific details about your issue, and a link where the date appear incorrectly.
The theme uses the WordPress time function to display the time on post, so this might be a problem related with that function, you could also check this on a default WP theme.
Thanks!
Hi
You can add the post setting in page settings area modifying the td_template_settings.php file like here: http://screencast.com/t/XCljbePUV but note that you will need custom modification in theme’s core files to make the post settings works on pages. These customization require good coding skills, so my advice is to you look for a developer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself as we cannot offer any type of custom work.
Regarding the ads system you can use the ad box from Visual Composer: http://screencast.com/t/6ztbMPDV – http://screencast.com/t/mgPrhxRfqhwY to get the same functionality as article ads in posts.
Thanks for the message!
Hi
1. If you want to avoid the article duplication on the page enable unique article option from page template settings: http://screencast.com/t/j5cU58YT
Also you can customize every block to display article according to category, author, tags, those option can be found in block settings: http://screencast.com/t/N5WAmg4oOK there you can name your blocks as you like: http://screencast.com/t/EFfw1Vm1lg More details about blocks you can find in our documentation: https://forum.tagdiv.com/block-settings-overview/
2. Please check this link regarding the logo: https://forum.tagdiv.com/logo-newsmag/ It’s not necessary to upload logo as we have, you can upload any logo as it’s recommended in our documentation.
Hope this help but if you still need assistance please let me know.
Thanks!
Hi
The sidebar blocks can be changed from Appearance > Widgets: http://screencast.com/t/7ZCnzFB3 You can add ore remove blocks from your sidebar: http://screencast.com/t/6giuIfQwkUty – http://screencast.com/t/EC5uJRPe
Let me know if you still need assistance on this, and if so pleas provide more details.
Thanks!
Hi
The big grid 6 wasn’t designed to display excerpts, so to achieve that you need to modify the modules used to built the grid by adding this line of code: http://screencast.com/t/7t2r2mFzRd – http://screencast.com/t/3pUY6zpIA6r
<?php echo $this->get_excerpt(20); ?>
Notice that you may need some additional customization that the excerpt to be displayed fine in big grid 6.
Regarding the Easy Social Share Buttons plugin we didn’t test it with the theme, so it’s possible to appear some issues.
Thanks!
Hi
Try this custom css: http://screencast.com/t/1a24IGX0v
.td-post-header h3{
margin-top: 0px;
margin-bottom: -5px;
margin-left: 5px;
display: inline-block
}
Thanks!
Hi
You could try to add a new case for the sidebar layout in td_module_slide.php like this: http://screencast.com/t/5PAX4y9qWi and a new thumb size in td_config.php http://screencast.com/t/dKQrsEKOdhg that the image to be cropped at the size you want for that slide, also you will need additional css for this slide in style.css file.
This changes requires good coding skills, so I recommend you to hire a developer from sites like http://studio.envato.com/ if you don’t know how to do it yourself, because we cannot offer any type of custom work, as we work hard on the development, updates, fixes and support.
Thanks for the message!
Hi
You can open a new topic from here, just scroll to the bottom of the forum page: http://screencast.com/t/M4bypZW7S9gT
To deactivate the more article box follow this link: http://screencast.com/t/2vry5GGDJP
Thanks!
Hi
Lucian replied you here: https://forum.tagdiv.com/topic/how-can-i-edit-my-mobile-template/
Thanks!
Hi
You can add the excerpts in mega menu by adding this line in td_module_mega_menu.php: http://screencast.com/t/Mc9akaaYX
<div class="td-excerpt">
<?php echo $this->get_excerpt(22);?>
</div>
You should get this result: http://screencast.com/t/A20K80PbDsy Please note that the mega menu wasn’t designed display excerpts so you may need additional customization.
Thanks!
Hi
I’ve checked your site and works fine on mobile devices now: http://screencast.com/t/OYlr23xQku also the theme’s version that you’re using it’s 2.0 not 2.2: http://screencast.com/t/VlmWd9PS Regarding the update process, please make sure you clear all caches, purge the cdn files if you’re using, also deactivate all plugins, except Visual Composer and test again. Make sure you follow this update guide: https://forum.tagdiv.com/how-to-update-theme/
Let me know how it goes and if you still need assistance on this provide more details!
Thanks!
Hi
@helyos/@chuchat
It can be disabled from theme panel > template settings: http://screencast.com/t/hcd3iBUDdRO
This can be caused by a plugin that conflicts with it, I have tested it and found no issues, so try to deactivate all plugins, leave just Visual Composer active, clear the cache and test again.
Let me know how it goes!
Thanks!
Hi
You can use and replace the current blocks with ones that display thumbs like block 7, 8, 11 etc. more details about blocks layout can be found here: https://forum.tagdiv.com/blocks/
If this is not what you mean pleas provide more specific details.
Thanks!