Hi,
You can add the code like this – http://screencast.com/t/W7VY918Dr3Pw
$adcounter++;
if (is_category()) {
if ($adcounter == 2) {
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
elseif($adcounter == 4){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');
}
}
Thanks!
Hi,
If you set only the subcategory for that post – http://screencast.com/t/NNR0Mob829I you should have background from that specific category. If you select also the parent category, please set the primary category – http://screencast.com/t/RUNIQRU6f0
Thanks!
Hi,
Here you can add the script in header.php the body tag is opened – http://screencast.com/t/KmL36LK6plIc and it is closed in the footer.php file – http://screencast.com/t/Tiu6tfoOE
You will have to edit the post template that you use(loop-single.php is default style and so on) – http://screencast.com/t/pXQuEHeUZv
Thanks!
Hi,
The theme doesn’t have such an option you will need custom work to achieve this and it is not so easy or you can search a plugin that allows you to display a sticky ad, unfortunately I cannot make any suggestions as we did not tested any related plugin.
Thanks!
Hi,
If you want to remove comment counter only on specific block you can do this via custom css in Theme Panel > Custom Css(just change the block number) – http://screencast.com/t/xR4FapMDV1
.td_block_1 .td-module-comments {
display: none;
}
Also there is a general option to remove comments counter on post, modules, blocks in Theme Panel > Post Settings – http://screencast.com/t/O1uLS1cGl5mC
Thanks!
Hi,
I can provide you some suggestions, but I cannot customize your megamenu as the time doesn’t allow us to provide custom work, sorry! For example you can try to add a negative top margin for next/prev buttons – http://screencast.com/t/9Gwk7ZyOXu
.td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
margin-top: -40px;
margin-bottom: 0 !important;
}
Also you can reduce the padding – http://screencast.com/t/epvZwRqFW – http://screencast.com/t/ABMLBkaXRqU Or if you want to make it smaller you can try to play a little with width values(use media queries for different screen device) – http://screencast.com/t/g49WcepTro4r
@media (min-width: 1141px) {
.td-mega-menu ul {
width: 1070px !important;
left: 0 !important;
}
.td_mega_menu_sub_cats {
width: 195px !important;
}
}
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can try to find a plugin to redirect category to a page, please can try this – https://wordpress.org/plugins/simple-301-redirects/
Also regarding the second question, you can check codex about category templates – https://codex.wordpress.org/Category_Templates
Thanks!
Hi,
I asked the developer about this and unfortunately this feature(infinite load on post) will not be implemented on our themes(maybe in the future), sorry!
Thanks!
Hi,
Unfortunately the animation is not available for infinite load pagination, but I have added this on our suggestions list and the developers will consider it for a future theme update. I cannot promise anything about this as the developers will decide, but if we find a good solution, it will be implemented as soon as possible.
Thanks for suggestion!
Hi,
I read a little the plugin’s documentation and the code that you have to modify is located here(in comments.php file) – http://screencast.com/t/uh0O2FjBC If you don’t have php experience I suggest to find someone to help you with this, as we cannot provide custom work at this time, sorry!
Thanks!
Hi,
I have tried this on my side and I could recreate your issue. It is related to the Visual Composer element(carousel) and the theme lazy load effect. I have added this on our issue list and we will try to fix it as soon as possible. Until then please disable lazy load animation from Theme Panel – http://screencast.com/t/OGsVW2OuCanu
Thanks and sorry for inconvenience!
Hi,
You can make these modification where you want, but please note that if you use the child theme you will have to copy the function get_views() in each module, as the td_module.php file cannot be overwritten via child theme – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
Hi,
Unfortunately this is how the navigation system was created, I will add this on our list and when a new system will be designed the developers will take the final decision how the mobile menu will work.
Thanks!
Hi,
I have tested this on my side and did not found any issues. Do you have any custom modifications to the code(added so me filters to modify this)? Or did you hired someone to do some custom modifications for you and you don’t know about them?
If you don’t have any custom modifications please check this only with Visual Composer active, disable all other plugins, clear cache and see if you still have this issue.
Thanks!
Hi,
There is not a specific css to reduce, you will have to use the browser inspector tool for each container from the megamenu and reduce margins, padding.., also please note that it may affect also the megamenu without subcategories so before add the custom css in the panel please also this. If you want to customize the megamenu and you don’t have basic html/css experience I suggest to get someone to help you as we cannot provide custom work at this time, sorry!
Thanks!
Hi,
I guess that you refer to the ajax filter categories – http://screencast.com/t/wDwJKfRJFvT2 just set ajax filter type by categories and paste the categories IDs that you want to display there – http://screencast.com/t/jInXuOH0TUz you can take the ID like this – http://screencast.com/t/7IGPRmU8i
Result: http://screencast.com/t/DcnaU01fD
Thanks!
Hi,
Unfortunately the theme doesn’t have such an option, you can achieve this only with custom modifications so I suggest to hire a freelancer to do this for you as we cannot provide custom work at this time, sorry! What can be done with the theme is to create a block(filter options, set infinite load pagination) and use do_shortcode function to display it in the post template that you use something like this – http://screencast.com/t/NKjGzgOKWin – http://screencast.com/t/lT1GsCBptd9m
Also you can try to find a plugin that allows infinite load on posts, but we did not tested any of these so I cannot make any recommendations.
Thanks!
Hi,
You have to create your own menu(s) and add items to it(pages,categories..) – http://screencast.com/t/0ofbDLnBgqtU then set it for specific section on your site – http://screencast.com/t/olr1MT9Xy
Also please check documentation(how to create a main menu and MegaMenu) – https://forum.tagdiv.com/main-menu/ – https://forum.tagdiv.com/mega-menu/
Please provide more details if this is not what you mean.
Thanks!
Hi,
Please disable all plugins except of Visual Composer, clear cache and try to add again the full url for twitter spot and see if you still have this issue. Try to disable also any js/css minification.
Thanks!
Hi Tony,
I have added your suggestion on our list, but the designers will take the final decision regarding this, so I cannot promise anything.
Thanks!
Hi,
You can use this custom css to hide the mobile menu – http://screencast.com/t/4PI5wkcy
@media (max-width: 767px) {
.td-header-menu-wrap-full {
display: none;
}
}
Thanks!
Hi,
Please check the max_input_vars value in system status section: http://screencast.com/t/V8MumQISR and make sure that it’s set above 2000 as it seems that your panel settings are not saved. Contact your host provider and let him know about this if you can’t access php.ini file.
Thanks!
Hi,
Sorry for delay!
Please make sure that you have permission for upload folder, you can try to upload an image to media library to check this. Also you can contact your host as it may be related to the server configuration.
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to do this and you will need custom modifications, it is not an easy task so I suggest to hire a professional developer to do this for you as we cannot provide custom work. Here is the related articles function if you want to modify it – http://screencast.com/t/HLre7v3VYq Or try to use a plugin like Christopher suggested.
Thanks!