Hi
You can use the custom ads spots to add more ads at post bottom. To do that first place the ad code in on of the custom ed: http://screencast.com/t/DgUzxtbXR then create a blank page, add on it an ad box and select the custom ad spot: http://screencast.com/t/VrS9u3kRi6s After this press the classic mode button to switch in backend editor, copy this code: http://screencast.com/t/BU3WyCEZgi and paste it at the bottom of the article: http://screencast.com/t/8YQpG7UVOX
This is the simplest method but you will have to paste the code manually in every post.
Other method would be to add a new ad spot but this involve changing the code. To do that follow this steps:
– edit td_panel_ads.php file and place this code here: http://screencast.com/t/qHaxyiYS http://pastebin.com/nMmQsfCD
-edit td_block_ad_box.php file and att this code here: http://screencast.com/t/1EgBKdYi0 – http://pastebin.com/MBJqXVPf
-edit td_module_single_base.php and add this code here: http://screencast.com/t/dikjBSzddtDq http://pastebin.com/tyMDccAV
The result should be like here, a new ad spot in theme panel: http://screencast.com/t/XBCSxwwCNZgJ
Thanks!
Hi
The theme use the default feeds system built in with WordPress and does not have any options for it. To remove some posts being displayed in feeds you can look for a plugin with a similar functionality. Unfortunately I can’t make any recommendation in this regard as we didn’t tested any of those plugins.
If this is not what you mean please provide more details.
Thanks!
Hi
Please make sure that you follow the steps indicated in WordPress official documentation regarding this process: https://codex.wordpress.org/Moving_WordPress Also some very useful informations can be found in this tutorial here: https://www.siteground.com/tutorials/wordpress/transfer-wordpress/ Please consider that you have to import the old database and all your old files from the old server to the new one. The featured image information are stored in a field from database so in order to be displayed you need to complete the import step correct.
Hope this help!
Thanks!
Hi
The background color for the site can be changed from theme panel > theme fonts: http://screencast.com/t/eQVGhx9bF0A Also you can use this css in theme panel > custom code> custom css to change the title color from posts deiplayed in slide block: http://screencast.com/t/x9wffdb1
.td_block_slide .entry-title a{
color: red;
}
Thanks!
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
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
This images weren’t designed to be displayed on mobile devices: http://screencast.com/t/2SVGMmqsXhr I’ve checked your site and noticed that you have a css from theme panel which overwrite to default one in order to display those images. Try to remove this css, clear all caches and test again:
@media (max-width: 767px)
.td-doubleSlider-2 {
display: block;
}
Thanks!
Hi
To achieve that result you need to edit the query for the category page like in this example: http://screencast.com/t/YWpW2ugY Basically you will need to retrieve the subcategories of the main category into a variable then for each subcategory echo its posts into a list.
Please consider that this is a very complex task which involve many customizations and very good coding skills. If you can’t do it yourself my advice is to find someone to help you or hire a freelancer to do this for you as we can’t offer any customization services at the moment.
Thanks!
Hi
To change the picture orientation most likely you will need a different cropping system for that thumb. We use a WordPress function – add_image_size() – you can read about it here – https://codex.wordpress.org/Function_Reference/add_image_size – and here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
The thumbs used by the theme are defined in td_config.php and if you want you can define a new one using theme api: https://forum.tagdiv.com/td_api_thumbadd/ The new thumb must be generated with a different cropping system in order to get a different aspect ratio for the image.
Please consider that this is a very complex task which involve many customizations and very good coding skills. If you can’t do it yourself my advice is to find someone to help you or hire a freelancer to do this for you as we can’t offer any customization services at the moment.
Thanks!
HI
The theme uses the WordPress thumbs cropping system and depending on image’s aspect ratio the result could be different, you can find more details here: https://forum.tagdiv.com/image-size/ and more details about cropping here: http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
There is not an ideal image size for all thumbs, and a way to find what image will fit best would be to do some tests depending what blocks/modules you use most add an image more nearest with aspect ratio of the thumbs in which you want it to look well. You can read more about aspect ratio here – http://digital-photography-school.com/aspect-ratio-what-it-is-and-why-it-matters/ and also this topic might help: https://forum.tagdiv.com/topic/ideal-for-featured-images-size/
Thanks!
Hi
We didn’t tested any plugin with a similar functionality so unfortunately I can’t make any recommendation in this regard. You could look on the forums to see which of the plugins with such a feature have the best reviews then give them a try if you want and use the one which suits you best.
Thanks!
Hi
You can edit the block title from Visual Composer pagebuilder: http://screencast.com/t/RXhrQbKyhpdp
For more details about blocks settings please check this link: https://forum.tagdiv.com/block-settings-tutorial/
Hope this help.
Thanks!
Hi
First please check our documentation https://forum.tagdiv.com/wordpress-information/ for more details about theme’s features. Also you can check our youtube videos here: https://www.youtube.com/watch?v=o7JSltCqpCI&list=PL6CsDkMaejhrfEuAth6JVYLPmFwFzNFwY
After this you can install one of our demos then start editing the content in order to get familiar with the theme. The demos can be installed from this panel: http://screencast.com/t/HkRpVocXls
If you need further instructions please let us know and we will try to help you.
Thanks!
HI
Try this css in theme panel > custom code> custom css:
@media (max-width: 768px){
.td-menu-mob-open-menu #inner-wrap {
overflow: hidden;
}
}
Thanks!
Hi
This errors seams to be related with one of your installed plugins. From what I can see that is not a plugin tested with the theme and in this case it’s possible to appear errors like this. Try to deactivate all plugins except Visual Composer, clear all caches and test again. After this you can enable the plugins one by one so you can check which one causes this issue.
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/sipOtzd6ZOV
.td-category-pulldown-filter {
display: none;
}
Let me know how it goes.
Thanks!
Hi
Please provide a link where I can inspect this issue.
Thanks!
Hi @INSPIRELLE
I’ve tested the sharing buttons from Jetpack within a smart list 4 and they works fine with the latest version of the theme, V 2.3.5: http://screencast.com/t/l6oYMPJwISA5
I am not sure why they are not displayed correct on your site but I suspect that it’s a css issue. Try to deactivate all plugins except Visual Composer and Jetpack, also from Jetpack live only Sharing module active, clear all caches and test again. If the problem persist update the theme at the current version available on themeforest following our update guide: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ and test again.
Before the update process make sure you do a full backup to the database and your current wp-install: https://codex.wordpress.org/WordPress_Backups
Thanks!
Hi
WP_DEBUG and WP_DEBUG_DISPLAY are PHP constants created for developers. They are meant to improve the debugging system for a project. The theme does not have any control over this constants as they comes from PHP.
More details about theirs usage can be found here: https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG – https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_DISPLAY
Thanks!
Hi
I suspect that the problem occur because the font required for the icons it’s blocked. This usually happens when the font is loaded from a different source or it’s served from http to https. Try this solution, from our reports it worked from most users: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks!
Hi
Please make sure that you configured the Social Counter plugin according with our documentation: https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/ clear all caches and test again.
Let me know how it goes.
Thanks!
Hi
Please check our documentation regarding the Visual Composer plugin install: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ If you want to install the plugin via ftp you need to unzip the indicated file here: http://screencast.com/t/RQSxW5EBpar then upload the folder js_composer in your-wp-install/wp-content/plugins on your server: http://screencast.com/t/hLQMV3wPi
Hope this help.
Thanks!
Hi @Rrezart
You can apply the solution from the topic indicated by @Chris or also you can update the theme at the current version available on themforest, V 2.3.5. Here is our update guide: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Thanks!
Hi
The category filter works like this for blocks:
-if a specific category it’s selected will display posts only from that category.
-if the selected category have subcategories, the theme will display posts from the main category and also from all subcategories according with the filter set.
You can exclude some categories being displayed in a block by adding the category id in this field from block settings like here: http://screencast.com/t/BpL1VC85P5rF To get the category id follow this link: http://screencast.com/t/kYIbqQBSwk
Thanks!
HI
I am not sure why this happens so please provide a link where we can inspect this issue. Meanwhile try to deactivate all plugins except Visual Composer, clear all caches and test again. Also make sure that you didn’t do any changes in theme files which may affect the theme functionality.
Thanks!