Hello,
The fade is there with a custom color as well: https://www.screencast.com/t/YTw4jvqfrCkC
Thank you!
Hello,
Usually it will be instant but there is the cache to consider. Please only use wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also please contact your host and have them disable any hosting side cache that might be in place.
Thank you!
Hello,
The height of these blocks cannot be changed. They have a fixed layout that cannot be altered without customization. DO your blocks look any different than this example?
https://demo.tagdiv.com/newspaper/block-13/
https://demo.tagdiv.com/newspaper/block-18/
If so, it probably means you did not regenerate your thumbnails after switching themes. Please use the force regenerate plugin and regenerate the thumbs.
Thank you!
Hello,
Please provide a link to your site that points out these issues. We have no reports of such issues regarding the logo. I tested all header styles again but found no issues from the theme side. Maybe you have an external source affecting you logo’s css.
Thank you!
Hello,
In order to make the read more buttons rounded you can use this code :
.td_block_13 .td-read-more a{
border-radius:10px;
}
You can change the 10 pixels in order for the button to be more or less rounded.
As or the haedlines, you will have to be more specific.
Thank you!
Hello,
It seems the move to https was not done correctly. Please use these few guides to help:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/
Thank you!
Hello,
CSS is a good solution but you will have to be careful about the responsiveness. Please add your code in the desktop section only under advanced css as it needs a dynamic width for other devices such as mobile phones.
Thank you!
There are 2 files that need to be changed. The logo.php and logo-h1.php Please make sure you edit both
Logo-h1.php applies to pages only while logo.php applies to all the other templates.
Thank you!
Hello,
In order to change the categories displayed in a block you will have to use the block settings. Please read this guide: https://forum.tagdiv.com/block-settings-guide/
If you cannot access the visual composer editor or create a new page, then it could be a plugin conflict so 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!
Hello,
The front-end editor was disabled in our theme so you can only use the back-end editor.
Your issue could be a plugin conflict so 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!
Hello,
The images in your sidebar are different because you use 3 different blocks on your sidebar https://www.screencast.com/t/vOIsGeMSY
Please only use one block and filter it to show 3 posts. That way you will get the same image on all of the posts.
Please use this lin to see the different blocks and how they show up on the front-end https://demo.tagdiv.com/newspaper/block-1/
Thank you!
Hello,
Use the full size as the theme will use the thumbnail for the image automatically. Simply upload the biggest size and insert the image in it’s full size on the post and you will see that the thtme will not show the full size but rather a 696 px thumbnail
Thank you!
Hello,
The latest version of visual composer (5.1) is included in the theme. You simply need to install it from the plugins section of the theme panel.
As for the mobile theme please read this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello,
In order to add a page as a homepage you will have to access the wordpress settings and use a static page like so: https://www.screencast.com/t/f57TfOH5HEzv
Thank you!
Hello,
This could be a plugin conflict so 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!
Hello,
The button on the page itself can show more likes than facebook because you can like a page even if you do not have a facebook account. So there are users that are not logged into facebook that hit the like button on your site. the likes will go up even if the users is not logged in. That will not get picked up by facebook though.
Thank you!
Hello,
There seems to be a css bug in our current version regarding the background ad. It will be fixed in the next theme version though. until then 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;
}
Sorry for the inconvenience.
Hello,
I understand but our theme adds the css for all cases including woocommerce and bbpress. You will have absolutely no gain in removing 10 lines of css code from your site. If you are looking to increase your site’s loading speed you will be far better off using this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
As for the images, you cnnot crop all images to the same dimensions as our theme use different thumbnail for each case in particular: https://forum.tagdiv.com/theme-thumbs/
Thank you!
Hello,
We recommend using our official page speed guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Hello,
the emails send are not managed by the theme. They are managed by the emailing service on your host or by a third party plugins such as mailchimp.
Thank you!
Hello,
Please make sure you use the latest theme version. Use this guide to update if needed: https://forum.tagdiv.com/how-to-update-the-theme-2/
The make sure your memory allocation is done properly: https://forum.tagdiv.com/system-status-parameters-guide/ and also check without plugins. 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!
Hello,
Please provide a link to your site so we can inspect the issue.
Are you sure you do not use another block header template? : https://www.screencast.com/t/qpc4X9rIoi6
Thank you!
Hello,
I cannot see any not secure messages on your site. It seems to be properly set to https:
https://www.screencast.com/t/6Cqb1swhgBAw
However there are a few ssl test sites you can try to run and see what issues come up such as:
https://www.ssllabs.com/ssltest/analyze.html?d=www.falcri-is.com
or https://www.htbridge.com/ssl/
Thank you!
Hello,
You can add a background image in css to any container if you add the code properly. FOr the sub-footer you would use a similar code to this one:
.td-sub-footer-container{
background-image: url("add your image url here");
}
Thank you!
Hello,
The code you mention is the compile code from your settings in the theme panel. You cannot remove that unfortunately. Removing css from the theme is not recommended as the code handles multiple classes at once and deleting one will affect the other and you may break the theme style. The compiled code cannot be removed.
1. The featured image uses a thumbnail to shop up in the post style. It uses a thumb of 696 x 0 so your image will not go over 696 px which is the container width. You will have to make sure your images are bigger than that dimension though otherwise the images will not have the same size. Our theme cannot enlarge images. It can only crop them
2. It means you did not make the move to ssl properly. Please use these guides:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/.
Thank you!