Hi,
There are top bar styles you can choose from in the theme panel
– https://www.screencast.com/t/FgcirwRbPfy
If none of these provide the results you want please provide a link to your website and more details about what exactly you want to do with the top bar, I will try to give you a solution.
That text can be customized in the theme panel, translation settings
– https://www.screencast.com/t/CG2GyYzjO
Thanks
Hi,
If you have decided to use Visual composer for your website, then deactivate the tagDiv composer plugin. When both composers are active such issues will happen.
Thanks
Hi,
I have updated and tested the latest woocommerce plugin version, the images are displaying just fine for me both in shop page and product page
– https://www.screencast.com/t/B8XiLZVdYK6
– https://www.screencast.com/t/kk2PsSMKBu
– https://www.screencast.com/t/Y7lUQ6F4BkGo
Maybe you have other woocommerce plugins that need updates to be compatible with the new woocommerce. I have only the woocommerce plugin installed, no add-ons or extensions.
Thanks
Hi,
So you mean that you are not seeing any traffic on the website because a theme change. Check the website statistics if you have any analyzing tools, use Google analytics
– https://moz.com/blog/absolute-beginners-guide-to-google-analytics
– http://www.wpbeginner.com/beginners-guide/checklist-15-things-you-must-do-before-changing-wordpress-themes/
Identify what is really happening. Could be a temporary issue.
Thanks
Hi,
First please check the theme system status
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the allocated resources if needed, and make sure the wp debug is set to false. Also check the PHP version used by the server, the theme is tested with versions up to 7.1, support for higher versions will be available in the coming update.
Let us know the results.
Thanks
Hi,
The header search can be positioned either in top bar or main menu, it can also be hidden
– https://www.screencast.com/t/mwrqbcmb0z
So you can remove it if you wish with that setting.
Thanks
Hi,
Indeed header style 10 will display any image size you set as logo. A common mistake is that when setting the logo, the full size is not used
– https://www.screencast.com/t/1OgQC4ZOTp
– https://www.screencast.com/t/ZNsC9f9aPFf
So please make sure you are uploading the full image size, not a thumbnail.
Thanks
Hi,
You can set alt text for images inside the post content like this
– https://www.screencast.com/t/TmOBi65s2
– https://www.screencast.com/t/yJlT6w3EIY
If you need something else you can go ahead and test that code in the functions file, then check the results.
Thanks
On mobile the category tag is displayed like this
– https://www.screencast.com/t/oBD3DLNgzF
The caption is not visible until you use the code provided in the same topic
– https://www.screencast.com/t/boGJ1fVS
Make modifications to it if you want to, then enter it in Theme panel->Custom CSS
.td-feat-image-caption {
color: #ffffff;
margin-top: 10px;
margin-left: -5px;
padding: 10px;
}
Thanks
It would be possible to center the logo with custom code, I would need to know the header style you are using, or a link to your website would me most helpful.
The menu in that website has an entirely different functionality then the mobile menu in the theme. The theme mobile menu opens in a modal window, not as a drop down like there.
You could do maybe something like this – https://www.screencast.com/t/GwxZrEULR9w
And reduce the modal widow width, but it will require more customization to make it look and work properly. This is the code for reducing the width and making the menu fixed when scrolling
.td-menu-mob-open-menu #td-mobile-nav,
.td-menu-mob-open-menu .td-menu-background {
width:20%;
position:fixed;
}
Use the browser inspector to identify the elements used and make modifications to them
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hi,
The thumbnails are created from featured images, make sure the posts have featured images
– https://forum.tagdiv.com/featured-image-or-video/
Once set, the theme will create the proper thumbnails for the modules.
If there are thumbnail issues please regenerate the thumbnails, this is a guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
This will recreate all the thumbnails.
Thanks
Hi,
Indeed the website is not very fast, it takes a long time to be fully loaded. Also the counter is not working properly and there are errors on the website
– https://www.screencast.com/t/qNZaY37Qy
Make sure the theme requirements are met
– https://forum.tagdiv.com/requirements-for-newspaper/
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the allocated resources if needed, according to the guide.
Then try these suggestions. Deactivate all plugins except theme plugins, clear all caching. Remove custom code added in theme panel or theme files. Make sure you are configuring the counter like mentioned in this guide
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Website speed optimization has to be made by you, installing the theme will not make the website blazing fast by default. It depends on many factors. There are guides provided by our users and us in order to achieve very good results. Please take a look
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
I see now what you are referring to, sorry for the confusion. That is the latest articles section, it could be customize with a code like this
– https://www.screencast.com/t/VDJzCaaz18x
Use the color you want in the code, then enter it in Theme panel->Custom CSS
.td-pb-article-list .td_block_template_16 .td-block-title:before,
.td-pb-article-list .td_block_template_16 .td-block-title:after {
background-color: yellow;
}
Hi,
I couldn’t say exactly, we have not made any tests with that plugin. If it is causing such issue then it means there are compatibility issues. You could try a different security plugins and make tests
– https://forum.tagdiv.com/topic/tutorial-good-basic-security-practices/
Yes you can still use Visual composer further. We will provide updates for this plugin along theme updates. There will be no problem using Visual composer, just remember to deactivate the tagDiv composer after making the update.
Thanks
Hi,
You could remove the theme login option by disabling it in the theme panel
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
Then enter a custom login page in the top menu for example.
Or if you want to edit the login modal file you can find it here in the theme
– https://www.screencast.com/t/QmHabPcrLnc
Thanks
Hi,
If you have installed the mobile plugin, then this will display a different version of the website, not what you see on desktop
– https://forum.tagdiv.com/the-mobile-theme/
This plugin is optional, you can deactivate it and display the same content from desktop.
The recommended caching plugin to be used is the WP Super Cache
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
This will work properly with the mobile plugin, other caching plugins could cause issues. Or you could make further tests with the rocket plugin configuration settings, we could not say which should be used, this plugin was not tested with the theme and mobile plugin.
Thanks
Try testing on different devices or browsers, could be a browser cache issue. Also clear the cache in the caching plugin you are using.
Thanks
Hi,
Block content can be filtered by post type, but not by taxonomy. So you can display the custom post types in blocks by entering the name. Example for the default td_book custom post type
– https://www.screencast.com/t/8kRw0qq5L2
– https://forum.tagdiv.com/custom-post-type-support/
Thanks
Hi,
That can be seen in the td_config file if needed
– https://www.screencast.com/t/ZOggXN88
The ad spot for custom ad 3 is custom_ad_3, so you could call it like this
– https://www.screencast.com/t/5gbBlcGcG
Thanks
Hi,
Unfortunately I don’t quite understand what you mean about user registration. The theme does not have any settings in the matter of user registration, it can only be enabled or disabled.
Blocks can be hidden on pages but for all users, in the composer block settings
– https://www.screencast.com/t/bHJbJDE4rqY
There is no option to hide them based on user logged in or not.
Thanks
Hi,
The theme does not send any emails. You can inquire if your hosting provider has such a service available, or use a plugin
– http://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
Thanks
Hi,
Page templates can be selected for individual pages only, not for the whole website. Each page can have a different page template. You can choose any template from the available ones
– https://www.screencast.com/t/qYqVR6t8w0Z
Thanks
Hi,
So maybe something like this – https://www.screencast.com/t/uP0ZgfZGrZ
You can use any color you want in the code, then enter it in Theme panel-Custom CSS
.td-header-gradient:before {
display:none;
}
.td-header-menu-wrap {
border-top: 1px solid grey;
border-bottom: 1px solid grey;
}
Regarding the top menu if you could provide more details about how you want them, I will try to give you a solution. Note there are top bar styles to choose from in the theme panel
– https://www.screencast.com/t/AbARLuijKB8X
Thanks
Indeed the multi-purpose plugin has to be active to have access to these elements and also increased row settings. There are even corresponding options in the theme panel that will not be available without this plugin.
The composer will receive many more options in the coming update.
Back to the question, you could add simple HTML links in the testimonial text section, that will work, I have tested it
– https://www.screencast.com/t/cSF3GsAqZM5
Thanks
Hi,
You can find examples online, such as these tutorials
– http://www.wpbeginner.com/beginners-guide/how-to-link-to-an-email-address-in-wordpress/
– https://premium.wpmudev.org/blog/link-wordpress-email-address/
I have tried something like this in the top bar template, could be done differently probably but it seems to work
– https://www.screencast.com/t/7qUUQ8SHwtDA
– https://pastebin.com/bjepEu1y
You could give it a try and see if it works for you as well.
Thanks