Hello,
Sorry but there is no list to see exactly who provided the likes. You can only know how many they are, but not who they are. Sorry
Thanks
Hello,
Every custom css will load after the original theme css. The only way to load your custom css faster (you cannot have it load first, sorry) is to add it in the style.css file.
Thank you!
Hello,
It is an image box element. Simply click it and access the settings: https://www.screencast.com/t/OpjGTnk6jTmV
Thank you!
Hello,
The mailto link gets the color from the theme accent color set in the theme colors section in the general tab. If you want to change just the contact link in particular, you can add this custom css to the theme panel under custom code:
.footer-text-wrap .footer-email-wrap a{
color:red;
}
Thank you!
Hello,
Sorry but the overlay menu will only work on pages. There is no option to change the menu implementation for posts at the moment.
Thanks.
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
Hello Jordan,
We will need more details to how you are implementing the image. What element are you using. Is it on a post? on a page? Please provide a link so we can inspect it.
Thank you!
Hi,
Please check the settings here: https://www.screencast.com/t/tkBofqm8kA
Make sure all options are active.
Thank you!
Hello,
Indeed the craft ides demo uses images for the headers. You can simply edit this image in your favorite image editor and change it’s color: https://www.screencast.com/t/mTgjHixOWQ
You can use the free ‘gimp’ photo editor and simply change the hue for the image: https://www.youtube.com/watch?v=jaI8IWhWQhk
Thanks
Hello,
Please add his css code in your theme panel under custom css:
@media (max-width:767px){
.post .td-pb-span4{
display:none!important;
}
}
Thank you!
Hello,
1) Yes, there is a padding added to the element. you can customize it to get that no padding layout though. As an example, you can add an extra class to each of the the with image elements used like so: https://www.screencast.com/t/wbqlqcn3lf7A
Then, add this css to the page:
.nopadding .td-block-span6.tdm-col{
padding-right: 0;
padding-left: 0;
}
https://www.screencast.com/t/pBagfzhig
Then you can bring the elements closer together by adding 0 bottom margin to the top element: https://www.screencast.com/t/LQ4RgC4rn
2) As for the second issue, if you flip the elements the order will flip as well so you will not get -image text – image text or -text image -text image but rather the fliped version of 1 element -text image – image text so the 2 images will be shows one after the other on mobile. I hope this make sense.
Thank you!
Hi,
Different header styles will provide different spots for your ad. Please check this guide:
https://forum.tagdiv.com/header-styles/
Thank you!
If you want to manually adjust the height for the image, you have to create the adjustment responsive as well. You can try different implementations to the image to get different results. There are multiple ways of adding an image into your content. Try a column text element and place an image inside it using the mce editor.
You ca also try an image box element. There is also an “inline single image” element. Different elements provide different results for your image and responsiveness. Try them out and see which one comes closer to your requirement.
Thanks
Hi,
Sorry but this will not work from the child theme. You will have to re-apply the images after you update if you want to change the default implementation for the placeholders.
Thanks
Hello,
Please use this guide to create a full back-up of your install before the update: https://codex.wordpress.org/WordPress_Backups
Then, use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
I’m not sure how you updated but something went wrong. your images are no longer found at all. They provide 404 errors. Please restore a theme back-up if you have one as simply reverting to a previous version of the theme could not fix this. This is a WP install problem. This is why making a back-up before each update is always recommended.
Please change to a wp default theme like twentysixteen for example and check your images. If they are still missing, that means you WP install will need fixing.
Thanks
Hello,
A new member on the forum can only be registered based on an envato purchase code. You can share your account details with your developer if you want him to see the topics here. You cannot create a new account except if you own another theme license.
Woocommerce is among the tested and recommended plugin to use with our theme.
The only tested plugins are found in the theme panel under the theme plugins list:
https://www.screencast.com/t/yC9cnV1DH
Anything beyond this list is not tested and I cannot say for sure if it will work or not.
Thanks.
Helo,
The theme can only sort the posts based on categories and tags by default.
Our theme does not have hierarchical taxonomies. Sorry. Maybe you can find plugins that can offer this type of implementation but we cannot recommend any as we have not tested such plugins.
Thanks.
We cannot provide any solution for untested plugins. Sorry
Hello,
The flex block 1 allows you to change the size of the image in percents https://www.screencast.com/t/ry2qpDoinppq
Please check the block settings
Thank you!
Hello,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
OK,
Please contact us via email at contact@tagid.com and provide wp-admin so we can login and investigate.
Thank you!
Hi,
Sorry but our theme does not use bootstrap. It is a custom implementation. There is no setting to alter the responsiveness to have the mobile menu on ipad. Sorry.
Thanks.
I think you face a caching issue. Please only use wp super cache and these settings:
https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also please check your CDN. We can only recommend caloudflare: https://forum.tagdiv.com/cloudflare-cdn/
Thank you!
Hi,
I’m not sure what you are trying to achieve. We cannot recommend any related posts plugin as we have not tested any. If you want to alter the theme code, please note you will need coding skills. We cannot offer any customization services at the moment. Sorry.
The code for the custom formats can be found here: https://www.screencast.com/t/n0UMki1a54p
Thanks