Hello,
You can enable visual composer on posts, but this feature is not tested. It should display fine, but there could be a few styling issues in certain cases.
You can have a maximum of 3 columns with our theme: https://forum.tagdiv.com/how-to-use-visual-composer/
You can check out this video tutorial: https://www.youtube.com/watch?v=ss-BEobegAw
You can use a video player element : http://screencast.com/t/Pz6RGr4Hk
I hope this helps.
Thank you!
Hello,
The author page can be created following this tutorial: https://forum.tagdiv.com/author-card/
example: http://demo.tagdiv.com/newspaper/author/admin/
If you plan on using the css code above only for a particular page you can add the page it as a class in front of the code so it will apply only to the specific page. You can see the page id like so:
.page-id-148 .td_top_authors .td_mod_wrap {
min-height: 256px;
padding-left: 185px;}
.td_top_authors img{
max-width:100%;
width:256px;
}
I hope this helps.
Thank you!
Hello Augustine,
Unfortunately visual composer on posts is not tested with the theme and problems like this can appear. Try your layout on a page and see how it displays.
I have tested this on my end but could not recreate it. Even on posts. Please try it without plugins or check other modifications to the post in question.
Thank you!
Hello,
Unfortunately at the moment there is no plan to show ads only on certain pages/posts/categories.
You can either use a plugin for this or the methods posted here on the forum which involve editing the theme files.
Thank you!
Hello,
The style.css will only change the theme version number. The actual fix is in td_page_generator.php, tagdiv_theme.js and tagdiv_theme.min.js
If you replace your files with these new ones from the latest update, it should work if other modifications do not interfere with the code.
Basically you can keep your style.css and replace all other files and it should work.
Make sure you do a back-up beforehand.
Thank you!
Hello,
The theme was built to implement adsense codes and it rewrites them in order to properly display the ad. This functionality can be changed to make our theme not rewrite the code by adding this line:
$ad_array[$spot_id]['current_ad_type']='other';
Here: http://screencast.com/t/vAqOsVi76EN
Thank you!
Hello,
The index.php is your website homepage. If you enter index.php in the address bar the result will be this one: http://screencast.com/t/rHQLmcqxi
Please provide more details to your issue as we cannot identify it.
Thank you!
Hello,
You can create your own modules through the theme api but this is for advanced users (coding knowledge required especially php) and it is not covered by the them support. If you cannot manage on your own you will need to get some help on this task.
https://forum.tagdiv.com/api-modules-introduction/
Thank you!
Hello,
Please make sure you followed every step properly and give it some time as it is not a live count and it’s also affected by cache. Also check id your facebook page is set to public.
Thank you!
Hello,
Unfortunately the theme doesn’t have an option to set a site default font, you can set the font family for each element from Theme Fonts. For some sections you can set a general font – http://screencast.com/t/3ihJ5oPN
You can alternatively search and replace fonts in style sheet file – http://screencast.com/t/igScbqdmDfH
Thank you!
Hello,
I understood your problem and I pointed the files that were changed to get the pagination working. The fix is tested with our theme and it works 100%. Like Chris stated above, please check for modifications that could interfere with the theme code. (I have checked your website and pagination works well now.)
Thank you!
Hello,
Unfortunately there is no solution for it from the theme. The theme has no such option. There are plugins that have this functionality but I cannot make a recommendation as they are not tested with our theme. Try a few of them out and see how they work.
Thank you!
Hello,
The 7 days post sorting relies on the post views (popular 7 days) It will only use the ajax post view counter if you activate it from the theme panel. This is recommended when using a cache plugin. If you do not you can deactivate this feature and the ajax counter will not be used.
Regarding the google crawler, we had no reports of this but it but multiple features of the theme use ajax, not just for post counting.
If these 404 errors do appear, there should be a seo fix for it.
Thank you!
Hello,
Unfortunately as i replied above, you will need some extra help as this task falls beyond what support can offer you. If you cannot manage to alter the function by yourself, you can hire a freelancer from sites like studio.envato.com as we cannot offer any custom work at the moment.
Thank you.
Hello,
The smart sidebar does not support a background color from visual composer as the container changes when it starts to stick. You can add a background color using css just to the container that moves, but it will be without the padding: http://screencast.com/t/aCLsGjtMez
Thank you!
Hello,
I have investigated this a bit further and it will probably require further implementation if you want to get the sidebar running with podcasts. I tested the td_book now and there is no sidebar on this post type as well. It seems the plugin does not create the sidebar implementation on the book itself but rather the genres and writers pages. It could be the same for the podcast. In any case, you will need to hire a freelancer to help out from sites like studio.envato.com as we cannot offer any custom work at the moment.
Thank you for your understanding.
Hello,
If you do a quick search through our forum you will see lots of topics regarding ssl.
Maybe this will help you: https://forum.tagdiv.com/topic/moving-to-ssl/
here is a search example: https://forum.tagdiv.com/search/ssl/
Unfortunately there is no setting in the theme for ssl. It will have to be custom made.
Maybe these will help as well: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
Thank you for your message.
Hello,
This task does not require superior knowledge. You simply have to edit 2 files with a text editor and edit or insert a few pieces of text. You will need to know how to copy and paste and type in a few things.
You will need to edit 2 files for this task: The first one is wp-config.php and the other is php.ini.
You can find wp-config.ini in the main wordpress installation folder.
In the wp-config.php you have to add this line to the bottom of the code:
define( 'WP_MEMORY_LIMIT', '64M' );
That’s it with this file. You now need to edit the php.ini file. This can be found in different places depending on your hosting provider. If you cannot locate it, please contact your hosting.
In the php.ini file you have to edit a few numbers.
search for these entries and replace them with the corresponding values. They should look like this:
max_input_vars = 5000
max_execution_time = 300
post_max_size = 50M
If this does not help you on your task, then you will need to get someone to help you.
Thank you!
Hello,
The theme offers a fade in effect for it’s big grid elements from the lazyload animation as can be seen on our demo here: http://demo.tagdiv.com/newspaper/ if you want to implement another type of fade effect you can use css: http://stackoverflow.com/questions/11679567/using-css-for-fade-in-effect-on-page-load
or a javascript code the one you suggested. Unfortunately we did not test any of this on amazon book images and i’m not sure how they are implemented. In any case, this is a custom job and it falls beyond what support can offer you. If you cannot adapt the code to your case, you will probably want to hire a freelancer to help out.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
Hello,
Maybe this topic will help you better understand the guide: https://forum.tagdiv.com/topic/image-error-and-status/
Thank you!
Unfortunately we cannot offer any custom work at the moment as we are a small team and time does not allow us to tackle such tasks. We try to help out where we can and if the task is not too difficult, that is why i offered to help but unfortunately adapting the code will be no easy task. You can hire a freelancer to help you out from sites like studio.envato.com
Thank you for your understanding!
Hello,
Unfortunately the implementation is not going to be so easy. Your code needs to be adapted to our code so you will need a bit of help on this one and support cannot offer it at the moment as time does not allow us to tackle such tasks. Sorry!
Hi,
I will ad this feature to our to do list and pass it on to the developers. Hopefully in a future version of the theme we will be able to provide more settings for ads.
Thank you!
Hello,
Unfortunately this involves custom work and is not theme related. It falls beyond what support can offer. You can either hire a freelancer to help you out or use a plugin like wp google search but keep in mind that search plugins are not tested with our theme.
Good luck on your project and thank you for your understanding.
Hi,
Well i do not know what code you want to place and what id does. If you can provide more details then maybe i can provide an answer, but if it will require hard coding implementation, then support will not be able to help you and you will need to hire a freelancer for it.
Thank you!