Hi
I’ve added your suggestion on our list and when the time comes our developers will consider it. This may take some time because we have a long implementation list and we take them one by one.
Thanks for your suggestion, have a nice day.
Hi
Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi
My screen is from Visual Composer page-builder: http://screencast.com/t/hKHDeVHEte For more details about block settings and homepage setup please check our documentation: https://forum.tagdiv.com/newsmag-block-settings-tutorial/ – https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ Also you can check our youtube videos here: https://www.youtube.com/watch?v=TUdVeZ1pbuc&list=PL6CsDkMaejhpWFcFNOIDfdp5nIT0NbUbj
I hope this help.
Thanks!
Hi
To achieve that you need to edit the single-template file corresponding for the post template used and delete this lines of code: http://screencast.com/t/bjxI5okZMYg Also you must edit the loop file corresponding with the post template used and add this line of code here: http://screencast.com/t/rSfeO6ufH
The rezult should be like here: http://screencast.com/t/GhAjvX2oVzyH
Each post template it’s generated by two files, for example post template 5 it’s generated by loop-single-5.php and single_template_5.php
Thanks!
Hi
I will take a closer look at this in shortest time possible and get back to you with another solution.
Thanks!
Hi
Facebook count likes this way:
– if you share a post on fb and 10 people likes that post, the like’s number will be visible on facebook and also on your site. You should see 10 likes on facebook and 10 likes on your site.
– if another 15 visitors likes your post on your site the numbers will be like this: 25 likes on the site and still 10 likes on facebook. Facebook does not update the likes number received by a post from external sources, by external sources I mean your site, it only counts the likes received from the moment that post has been shared.
Thanks!
Hi
Thanks @Chris for your help!
@brian.blake I can’t access your site: http://screencast.com/t/PzunrTyt5 so please provide the correct url so I can have a closer look at this issue.
@MarketExpertise provide your site url.
Thanks!
Hi
Please provide your site url so I can inspect this and get back to you with a more accurate answer.
Thanks!
Hi
Please provide your site url so I can inspect this closer and get back to you with a more accurate answer.
Thanks!
Hi
Try to replace the previous code from menu-mobile.php with this one: http://pastebin.com/Sb60CWcu – http://screencast.com/t/SL5UQcgMayc Now the social icons should be displayed fine on both mobile and desktop devices.
Thanks!
Hi
You can select the posts by featured category in blocks settings following this example: http://screencast.com/t/M2VtBRWdQ0
Let me know how it goes.
Thanks!
Hi
The unique article was designed to affect all blocks from the page and to exclude one of them are required some custimzations in theme’s core files. You can try the solution indicated by Bogadan here to achieve a similar rezult: https://forum.tagdiv.com/topic/disable-unique-articles-on-specific-block/ The solution is from Newspaper theme but should work for Newsmag as well because the code is the similar.
Thanks!
Hi
You can add a text near the image by setting image’s alignment to left like here: http://screencast.com/t/rYQPDtRW
Let me know how it goes and if this is not what you mean please provide more details about what you’re trying to do so I can inspect this closer and get back to you with a more accurate answer.
thanks!
Hi
I’ve checked your site and at the moment you’re not using our theme: http://screencast.com/t/agvbHn7jBUbS
Also I’ve tested a post from my test site with google structured data tool and didn’t get any error: http://screencast.com/t/IR5ll9GEYd These errors where fixed in V 2.3.4 of the theme, you can check the change look on themeforest: http://screencast.com/t/1mOOTxm81pu – http://themeforest.net/item/newsmag-news-magazine-newspaper/9512331
Make sure that you’re using the latest theme version available on themeforest, V 2.3.5 and also update the Visual Composer plugin at V 4.9 which is included in theme’s path.
Thanks!
Hi
You can use is_page() wp function to display the banner on a page with a specific id. The code will look like this:
<?php
if (is_page(page_id)) {
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
?>
Just replace the page_id with the numerical id of the page where you want to display the ad. To get the id follow this link: http://screencast.com/t/0sAaySfVL7
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Unfortunately we didn’t tested any directory plugin with our theme and we can’t recommend one to be used. However you can try a few plugins to check how they works with the theme and use the one which fits you best.
Thanks!
Hi
We would like to thank your for your kind feedback. We do our best to offer high quality themes and good support for our customers. However setting up an entire site may take some time and lots of tests are required in order to get the desired result.
We wish you good luck whit your project and if you need further assistance with theme’s setup let us know.
Thanks!
Hi
I’ve checked your site and the header ad-spot it’s empty: http://screencast.com/t/9lq1B2FZVt Please make sure that the code added in theme panel it’s correct and generate the desired rezult.
If you still can’t manage to solve this issue please provide your ad-code via http://pastebin.com/ so I can inspect it closer.
Thanks!
Hi
6. Try this css in theme panel > custom code > custom css: http://screencast.com/t/Zf4I9taD8l
.td_module_14 .td-module-thumb{
margin-bottom: 0;
}
7. I’ve checked your site on Google Chrome and the changes are applied fine on my end. If yous till have this issue clear browser’s cache and test again.
The number of posts displayed in a block can be set form visual composer > block settings: http://screencast.com/t/pUeoGlaanbk
Thanks!
Hi
All theme’s blocks are based on a fixed layout and changing the rows margins/paddings will affect bloc’s display on page. Here is an example: http://screencast.com/t/8VybHiDygd – http://screencast.com/t/aPcZomPxDay
To change the thumb size used by big grid 2 are required some customizations in theme’s core files. First you need to define a new thumb size in td_config.php file: http://screencast.com/t/KJ4X4c28Qbr You can use theme API for that: https://forum.tagdiv.com/td_api_thumbadd/
Next step is to edit td_module_mx7.php and change the actual size from get_image function with your custom size: http://screencast.com/t/JPdmmbRk5r7I
Note that this is a complex task which require many customizations and good coding skills in order to be achieved. If you’re not aware of the steps you need to take in this regard please consider hiring a developer to do this for you as we can’t offer customizations services at the moment.
Thanks!
Hi
Use this css in theme panel > custom code > custom css:
@media (max-width: 767px){
.td-visible-desktop {
display: none!important;
}
}
Thanks!
Hi
6,7. Please provide your site url so I can inspect this closer and get back to you with a more accurate answer.
9. You can use one of theme’s ad-spots to display the ad on top of the page. First insert the html ad’s code in one of custom ad-spots from theme panel > ads then use do_shortcode() function to display a banner ad on top of the page. Just edit the file corresponding with the header style used and add this code like here: http://screencast.com/t/itasx4W4T – http://screencast.com/t/FSgnXBREg3
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
I’ve used custom ad 1 for this example but you can use any custom ad, just adapt the shortcode. For example if you use custom ad 5 the shortcode will be: td_block_ad_box spot_id=”custom_ad_5″
To insert the banner ad below big grid you can use the ad-box block from visual composer like here: http://screencast.com/t/trJzEe9Ufr – http://screencast.com/t/veASTnq2d
Thanks!
Hi
Please address us via email at contact@tagDiv.com and provide the error-log file and wp-admin so we can have a closer look to this issue, also include a link to this conversation.
Thanks!
Hi
I suspect that the error appear when index.php file it’s accused directly. Try the solution indicated by Lucian in this topic: https://forum.tagdiv.com/topic/fatal-error-3/ to set a redirect for that link.
Thanks!