Hi,
Please check header.php file, there you can find the body tag – http://screencast.com/t/dNIDiPVEG – http://screencast.com/t/uGcSXkGZ
Thanks!
Hi,
Block 18 is designed using module mx8 and module 10 and you can set the article title from Theme Panel > Theme Fonts – http://screencast.com/t/3vSemihmy – http://screencast.com/t/pFKa1wKg0U
To make an idea how the modules are used you can check the Excerpt section and see where each module is used – http://screencast.com/t/dpu3qqaI2m
Thanks!
Hi,
The custom post type support on blocks/loop pages are still in development and unfortunately the time doesn’t allow us to provide custom services. So if you don’t have php experience and you need this implementation I suggest to get someone to help you.
Thanks!
Hi,
Please provide more details regarding the facebook issues. Do you refer to the Social Counter plugin? Please make sure you use the latest theme version 6.6.3, then deactivate and delete the Social Counter plugin – http://screencast.com/t/4f9ZPR9sNl6Y and install it again from here so you will make sure you use the latest version – http://screencast.com/t/ioeIReUJ4
Even if you use a parent category the child categories will not appear automatically using ajax, they have to be added manually to appear. So please check block settings and remove thos ids – http://screencast.com/t/0SNBIfoVy
Thanks!
Hi,
Please regenerate your thumbnails using this – https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ and if you use Photon module from Jetpack please disable it.
Let us know how it goes and provide your site url so we can check this if the issue persist.
Thanks!
Hi,
Unfortunately the background will remain fixed when you scroll down if this is what you mean, sorry!
You can add a background image to the row also without using parallax – http://screencast.com/t/pGn6PKcJ
Thanks!
Hi,
The theme is responsive as it is fluid and style for desktop/tables/mobile screens unfortunately it doesn’t have any settings to disable background image on mobile(you can only hide it via custom css) and this option is from Visual Composer(background to the row/column).
For css you can differentiate phones an tablets using media queries – https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
For php you could use this function – https://codex.wordpress.org/Function_Reference/wp_is_mobile
Thanks!
Hi,
Yes, just change the page template to Pagebuilder with articles – http://screencast.com/t/UDgbbDjJss5
Thanks!
Hi,
I’m not sure why you get this issue as I have checked this and did not found any issues – http://screencast.com/t/6M6ooZbjGtO – http://screencast.com/t/X1OKaM5h
Please make sure that this is not caused by a plugin, so check this only with Visual Composer active and see if you still have this issue.
If the issue persist please provide a link so we can check.
Thanks!
Hi,
Do you want to change the thubmnails sizes or add a new thumb? You can find all the thumbnails in td_config file – http://screencast.com/t/tSvr872X they are used on modules for example – http://screencast.com/t/jgy9In96a7Q If you make any changes you will have to regenerate thumbnails – https://forum.tagdiv.com/existing-content/
Thanks!
Hi,
No, if you create a custom sidebar you will have to add the widgets manually.
Thanks!
Hi,
I’m not really sure what you mean regarding the sidebar. Do you want to make the sidebar sicky on the page? Please check this guide and add the custom class to the row – https://forum.tagdiv.com/smart-sidebar-2/
If this is not what you mean please provide more details, also a screenshot could help.
Thanks!
Hi,
You will need custom modifications for a post template, for example if you want to modify the default post style you will have to edit loop-single.php file and move the featured image/video above the subtitle – http://screencast.com/t/0X0jniMQ and use subtitle field for video description – http://screencast.com/t/Q2xtYUkC2
Result – http://screencast.com/t/FyG3Ab5lPgvC
If you don;t have basic knowledge I suggest to get someone to help you as we are not available for custom services, sorry!
Thanks!
Hi
Please disable all your plugins except of Visual Composer, clear all caches, disable any css/js minifications and see if you still have this issue. Also you could check this by using the main theme and make sure you use the latest theme version.
Thanks!
Hi,
You can find the filter in theme functions for version 6 of the theme – http://screencast.com/t/rWAjX7B1k
Thanks!
Hi,
Thanks Chris for your help and happy new year!
Please also check this guide – https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
This depends what aspect ratio you image has, so please customize you logo image before upload it(use an image editor soft), for example an image at this size will look – http://screencast.com/t/WMC8ozxq3
without any custom css modifications.
Thanks!
Hi,
Unfortunately I cannot provide an accurate answer as Visual Composer Extensions has not been tested with the theme, sorry!
Thanks!
Hi,
Please check this topic to solve this issue – https://forum.tagdiv.com/topic/search-error-message-thumbnail-is-not-set/
Thanks!
Glad that we could help! Thank you very much!
Hi,
Unfortunately we did not tested any social share plugin as the theme have a share system so I cannot make any recommendations regarding a plugin that you could use sorry. You can only search for a plugin and test it with the theme, also you may need some custom modifications to implement it in the post template files.
Thanks!
Hi,
It is specified in the same topic about the articles from the bottom of Big Grid you can find the filter options in td_wp_booster_functions.php file by default when the user change the filter to popular also the url is changing and it is applied the filter on Big Grid and for the loop content(there is also an offset). Unfortunately changing this requires more custom modifications and the time doesn’t allow us to do more tests and see if it works properly, I suggest to review all the code and change it like you wish and test it or hire a professional developer to do it for you.
Thanks!
Hi,
Unfortunately no, the Big Grid blocks were designed to be used only on full width row.
Thanks!
Hi,
Please check the individual post settings and see if your settings are on default – http://screencast.com/t/nbPOXkM9aQ If it like that please verify the category settings (Training puppies) as articles inherit the category sidebar settings – http://screencast.com/t/A6NBVOh4
Thanks!
Happy new year!
Hi,
The css provided by Bogdan should work, I also inspected your site and you have also this custom css to change the border color but this is not applying – http://screencast.com/t/xm36aVd22 If you are aware about this css you can add !important tag try something like this – http://screencast.com/t/YeEpUMSGSKk
table td {
border-color: white !important;
}
Unfortunately Bogdan’s code or the above code to change the border color are general and all your tables will be affected, basically you will not have a border even you add a html table.
Thanks!