Hi,
Unfortunately for the moment that can not be done with our theme.
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
Please provide some screenshots with the problem, or a link were I can inspect the issue would be very helpful.
Thank you for your understanding.
Hi,
We try to do our best to improve the theme and make it more easy to use, unfortunately sometimes appear some conflicts with some plugins, or it possible that we do not cover all the expectation.
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
Please make a test, remove the favico.ico and make again the test, see if the performances are improving.
Let me know the results.
Thank you for your understanding.
Hi,
You can have only one loge, or text logo or general logo, if you’ll remove the logo image will appear the logo text.
Example: -> https://www.screencast.com/t/KCXH9iYIP5T
Results: -> https://www.screencast.com/t/qHceg7Z0G1o
Thanks.
Hi,
If I understand correctly, you want to hide the header menu from homepage https://www.screencast.com/t/hzbiCeGCvy
Something like this:
https://www.screencast.com/t/ouT4IclwzW
If is so just add this custom scc in Newspaper>Theme pane>Custom code>Custom css
.home .td-header-wrap{
display: none;
}
Thanks.
Hi,
Unfortunately after the latest updates the speed of our theme is a little slow , but now we work to make some major changes on theme speed.
Also is possible that some plugins to make some conflict with the theme.
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
You’ll get the function in wp-content>theme>Newspeper>inculdes>wp_booster>td_nodule.php
https://www.screencast.com/t/uyBiyFkOPy
https://www.screencast.com/t/2cc4arc9XJP
Hope this will help you.
Thank you.
Hi,
I don’t think there is a plugin that can do this.
Unfortunately I don’t know exact all files and paths to do this, but you can start from td_module.php
https://www.screencast.com/t/NUnelkjtT3
Sorry for the inconvenience.
Thank you for your understanding.
-
This reply was modified 7 years by
Calin.
Hi noori020,
If you are using the code in functions.php you don’t need to use a plugin.
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
Thanks.
Hi,
If I understand correctly you refer at this plugin https://www.screencast.com/t/dvf47rV4NKMi , if is so then all you need to do is to set this shortcode
[sitemap]
from here https://www.screencast.com/t/3pMO0d4zb in a column text in the cloud template, example:
https://www.screencast.com/t/oN3QAGGTI
https://www.screencast.com/t/ls7me1dOiRjN
See the results: https://www.screencast.com/t/IwPbyIcLI0z
Hope this will help you.
Thank you.
Hi,
You want something like this?
https://www.screencast.com/t/O8bZMt3s
.header-search-wrap .td-drop-down-search{
position: absolute;
top: -110px;
opacity: 1;
visibility: visible;
}
Thank you.
Hi,
I’ve check your id-s for social counter https://www.screencast.com/t/6rpVnfs9 , you id-s are good.
Please make sure that you have the last version of theme.
Thank you.
Hi,
You can use any size you want, but for a better optimization please don’t use image that are larger than the screen size.
Thank you for your understanding.
Hi,
You can use TagDiv Composer, create a page and add Image box, set the images for categories, the title and pest the url that take you to that category.
https://www.screencast.com/t/JBkqb9AxaTL
Hope this will help you.
Thank you.
-
This reply was modified 7 years by
Calin.
Hi,
Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks
Hi,
I’m glad to hear you solved the problem.
Thank you.
Hi,
If I’ve understand correctly, you want when you click on the favicon nothing to happen?
Thank you for your understanding.
Hi,
Our theme is not dedicate for this, but I think you can embed the source of movies from multiple server.
Thank you.
Hi,
Have you install the regenerate thumbnails? please follow the steps, go in Media > Library, change the layout, search the image and regenerate it .
Thank you.
Hi,
Unfortunately for the moment you need to track the id post/page to do that.
You can use this guide Create custom code with the browser’s Inspector or the Live CSS Box , and track the id, or clasid https://www.screencast.com/t/66999rTUa0
Hope this will help you.
Thank you for your understanding.
Hi noori020,
If you want to use php code for woocommerce gallery, you need to add in Functions.php in the bottom of file, this code https://www.screencast.com/t/LlCNdQ5FcY
https://www.screencast.com/t/XpH9473swIN5
See results:
https://www.screencast.com/t/yrYLe8ztN
Thank you.
Hi perfectbodymate,
I check the live css and the space work just fine ( https://www.screencast.com/t/mPMJN9CxHf4d ), please try to test with other browsers or with other computer.
Let us know the results.
Thanks.
Hi,
I don’t explain myself correct;
If you are log on Facebook in the browser, example chrome, and I visit your web page, the like button will work as aspect.
If you are not log on that browser you’ll be redirect to log in on Facebook, after that you need to refresh the post, in this way will be load the new information about your Facebook profile, if you don’t do that the Facebook button will not work as aspect.
Also if you like you can disable the like button and implement other one, please read more about it here: Like Button for the Web
Thank you for your understanding.
Hi,
If this is what you like https://www.screencast.com/t/h4CYmscDfpu , all you have to do is to have the search in menu enable and paste the below custom css
.header-search-wrap{
position: absolute;
top: -100px;
}
.td-header-style-4 .header-search-wrap .td-icon-search {
color: black;
}
Thanks.