Hello,
You can update the text by checking the translation section of the them panel:
https://www.screencast.com/t/J8nNIVjku
Thank you!
Hello,
Thank you for pointing this out. I will add this to our list for further investigation.
Thanks.
Hello Gerald,
Unfortunately if you cannot manage to find the necessary fields, you will have to hire a developer as this falls beyond what the theme support can provide. We do not have a customization department so we cannot offer any such services. Sorry.
Hello,
This error is a php version error. What version of php and theme version are you using?. Please only use php 5.x for older versions and php 7.0 for the current version of the theme.
Here is a similar topic: https://forum.tagdiv.com/topic/php-error-in-theme/
Thank you!
Hello,
Unfortunately it;s not as simple as that
If you want to add a custom background you will have to hire a freelancer to do it. Our theme settings will not allow a background shortcode. Functionality for this needs to be created by a developer. There is no simple solution I can provide for a shortcode to be set as a theme background. Sorry.
Thanks.
Hi,
Unfortunately an iframe cannot be targeted with css properly You can only target the iframe itseld, not the content inside it. Your iframe got the size hardocded provided by the iframe source (the plugin) SO for the moment there is no proper solution to have it display exactly as intended. You can also contact the plugin author and see if there are any iframe settings to be changed.
Thank you!
Well you can add a css rule to limit them but the pictures will not show the entire content anymore or they will be squished and not display properly unless the aspect ratio is proportional to the size you want it in.
I;m not sure what the contribution page is. If you want all posts that use the post style 3 to show a maximum featured image height of 450 pixels then you can add this code in the theme panel-> custom css box:
.td-post-template-3 .td-post-header-holder{
height: 450px!important;
}
But you will have to mind the aspect ration of the images.
Thank you!
OK,
In this case you will have to search through both post tables. There are only 2 tables that keep all post info One is wp_posts and the other is wp_post_meta
Thank you!
Hi,
Sorry I thought the issue was the same one as on FB. It seems only the ads are affected so please do a clean theme install as I have mentioned on FB.
Thank you!
Hi,
If you are using the https, please try to follow the next steps for your Translations. Try to load your desired translation from panel and then you can see in left corner of your browser, an icon with a shield and then try to Load unsafe scripts, like this -> http://screencast.com/t/aLm2aAFv5
If this is not the case then please contact us via our email address at contact@tagdiv.com and provide wp-admin so we can login and investigate. Please also include a link to this topic so we can identify you.
Thank you!
Hi,
They do get cropped as well on the link you mention. The archive in the link above uses module 3. If you like how this module shows the thumbs, you can simply change the module in the category template.
Your issue was with the animals category. If your category shows up in the per category settings, you can simply change the module used for it. Change it to module 3 if you like the thumb size. Our theme uses different thumb sizes as I have shown in a previous reply. If it’s a custom taxonomy and not a standard category then you can change the module in the code simply by changing the number here: http://screencast.com/t/e41JHMcOmnOm
Now you should have module 3 on your custom taxonomy page.
I hope this helps.
Thanks.
Hello,
These are intended as they have a css to display:none on mobile devices.
They can be activated again using this code:
@media (max-width: 767px){
.td-gallery-controls-wrapper {
display: block!important;
}
.td-doubleSlider-1 .td-slide-item .td-gallery-slide-copywrite {
display: block!important;
}}
Thanks.
Hello,
For this you will have to use seo by yoast: https://forum.tagdiv.com/facebook-share/
Thank you!
Hi,
This is a strange issue as the sidebar will show up even when empty. Please use this guide to create a new sidebar: https://forum.tagdiv.com/sidebars-tutorial/ and after you create it, the new sidebar will show up in the widgetized sidebar element: http://screencast.com/t/JEgMLbRopXO
There could be a delay if you have a strong cache active. Please contact your host and have them disable any hosting side cache and then clear all caching from your end.
Thanks.
Hello,
Please try to remove the video url from the featured video box and switch the post to standard. Then hit save. After that, swithc th epost to video type again and place the vide url in the featured video box
Thanks.
Unfortunately the speedbooster plugin will move the css to the footer so it will load slower on the first load. You will see any font changes or color changes more delayed as well. If you want o to remove this effect you will have to prevent moving style.css to footer in speedbooster.
Thanks.
Hello,
If you want to have the sidebar on mobile before the post content, you will have to modify the theme files to make the sidebar come first before the post content. Unfortunately there is no setting for this and it can only be done through customization. Here is an example on how to do it:
http://screencast.com/t/Llv6U3Vk and then use this css to move the sidebar back to the right (it will go left after the customization)
.td-main-sidebar{
float:right!important;
}
Thanks.
Hi,
If you update from your current version, the files are changed and the implementation method is different in the current theme version
The theme code has been changed a lot with newer updates and the implementation method for another custom ad is different. Now, you should edit only the td_config.php and have to register your new custom ad code in two places, like this -> http://screencast.com/t/drqt26uCI
Thanks!
Hello,
That grid is a revolution slider element. You will have to install the revolution slider plugin like so: https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Then you need to import he slider we made like so: https://forum.tagdiv.com/import-revolution-sliders-on-demos/ and then place it on your page using the visual composer element that calls for a revolution slider on that page. It can be found in the VC elements list
Thank you!
Hi,
replied via fb
Thanks
You could clear cache and make sure you disabled them from both places . There are 2 places you need to remove them from. They are seen in my previous reply.
Thanks.
Hello,
You can change all the articles post template at once from here: http://screencast.com/t/qoxdhp6P but there is no option to change the post template for specific posts only such as a specific category or tag. sorry
Thanks.
Hello,
that button does not ask for the theme activation. It asks to type the word rest in the field above. Even though you already see the word rest in there, it has to be typed again. Here is an example:
http://screencast.com/t/ok2tY9S5PT If someone pressed this button, they did not need activation to rest your theme panel.
Thanks.
Hello,
There is an incompatibility in the wp super cache plugin but it;s an easy fix until they update the plugin:
https://forum.tagdiv.com/topic/mobile-theme-problems-3/
Thank you!