Hello,
Unfortunately this is not a viable solution as the src is not empty. It is populated with the placeholder image. The most elegant solution to this is to replace the placeholder images with your own custom image to show when the post has no featured image (you need to keep the file name and image dimensions the same though: https://www.screencast.com/t/X1qvdHpZf4rO). Or as an alternative use a plugin that will grab the first post image and set it as featured.
Thank you!
Hello,
If you still want to use the grid on a split row, you can remove the code we added to the grid on each big grid file:
https://www.screencast.com/t/NyMsBmNxKdwU
Also remove the closing bracket for the else, further down the code: https://www.screencast.com/t/obZQwAJeckQT
Thank you!
Hi,
The block you are using has this layout predefined. Please use another block that will show images the same height. There are 25 blocks to choose from. Pick another one that suits your needs.
Thank you!
Hello,
Sorry for the inconvenience. Please add this code in your theme panel-> custom css box:
body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-main-content-wrap, .td-container-wrap {
pointer-events: auto !important;
cursor: default;
}
Thank you!
Hello,
This topic is from 2014. The code is no longer present. If you want to modify the author box now you will have to edit the function here: https://www.screencast.com/t/TuSz5WyuO
Thank you!
Glad you found the issue.Let us know if you encounter further problems.
Thanks.
Hello,
Please contact us on our email address ad contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate.
Also please include a link to this topic so we can identify you.
Thank you!
Hello,
Adding the date in wordpress is easier than altering the theme files as it will not need reapplying the modification after a theme update. Simply copy the time code into the date one: https://www.screencast.com/t/dPwSwtNrfS0
result: https://www.screencast.com/t/NeTlVGNfjh
Thank you!
Thank you for your appreciation!
Hello,
Sorry but our theme does not have any such settings. The pages will only show a list of posts continuing the ones on your homepage. If you want to load the posts on the same page though, you can simply choose another page template without the latest articles element: https://forum.tagdiv.com/page-templates-2/ and create your own block with an infinite loading pagination. This guide should help with the settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
You can reduce the outer wrap width by using this code:
.td-boxed-layout .td-container-wrap{
width:1080px;
}
You can add the code in the theme panel-> custom css box
Thank you!
Hello,
The background tab only allows the use of a background image. But there is a background color under the theme colors section: https://www.screencast.com/t/UGxut4mbXhhZ
Thank you!
Hello,
1) The google fonts should be grabbed on a local server as well. Simply select them from the theme panel or load a custom font: https://forum.tagdiv.com/font-customization/
2)You can add Chinese support from, the theme panel: https://www.screencast.com/t/yR7A93dvaF5
3)The default fonts can only be changed if you change all entries of the theme panel to your custom font.
Thank you!
Hello,
The sidebars are found in the wordpress widgets area: https://www.screencast.com/t/CrsVnTDwmw
Thank you!
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hi,
We created the cache settings guide as a general guide that fits most websites. You can change these settings based on your own particular situation.
Thank you!
Hello,
Sorry but the theme has no setting to remove the responsiveness. It can only be done custom as Chris suggests.
Thank you!
Hello,
Sorry but the standard envato license specifies you can only use one copy of the theme on a single end product legally. https://themeforest.net/licenses/standard
Thank you!
Hello,
Well version 5.1.1 is not yet tested with our theme so that could be your problem. Please do not use any other version of visual composer except the one bundled with the theme. The latest version we have included is 5.1
Thank you.
Hello,
You can add the code in the theme panel-> custom css box.
Your titles are not all caps: https://www.screencast.com/t/Ms4iV1WRvEi
The latest posts title is a block title. Please read this guide to learn how to use the block settings: https://forum.tagdiv.com/block-settings-guide/
The color is set from the same block settings.
Thank you!
Hello,
This sees to be a line height misalignment. If you have any at all line-height changes, please revert them to default. If it;ls a custom css modification made, please make your code more specific so it will not affect multiple elements.
The element requires a line height of 24 px.
Here is a css code to fix it but it is is better to identify the source of the problem rather then just rewriting it with another css code:
.td-head-form-search-wrap{
line-height: 24px;
}
Thank you!
Hello,
Please try out a few settings in the plugin as some settings could stretch images. Please provide a link to your site so we can see the slide and inspect it.
Thank you!
Hello,
Please add this code in the theme panl-> custom css box:
.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after{
display:none;
}
Thanks.
Hello,
Unfortunately style.css is changed on every update. You will not be able to keep your customized file and use it on another theme version as it will require the new code to function properly. There is no update proof method of customizing the theme files. Sorry. As an alternative to editing style.css you can try to increase your site loading speed or remove style.css from speed booster so the style does not get moved to the footer. https://www.screencast.com/t/ygx12ohW0V
Thank you!
Hi,
Please provide a link to your site so i can insect the element and provide the proper code as there seems to be a css applied to it specifically that prevents the theme settings from applying.
Thank you!