Hi,
That code seems to be an image wrapped in a link. If the image is not found then there will be nothing displayed. Verify the image source to be valid and it should be displayed. If the code is correct it will appear as you want.
Thanks
Hi,
The demos are built with the tagDiv composer, this is the main page builder in the theme at the moment. You could consider using it for the website pages, the coming theme updates will bring many more elements, options and features for this composer only. This will begin as soon as the next pending update.
Alternatively you can keep using Visual composer if you wish, it will still be provided in the theme package.
Thanks
Hi,
There are many page speed optimization tutorials here on the forum. You can try different solutions if you want to improve the website loading speed. Here are a few of these topics
– 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/
– 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/tinymce-advanced-and-other-various-disabling-speed-boster/
Thanks
Hi,
I don’t believe that will work but you could try it if you want to achieve this. Posts by default can have tags and categories. The theme will display these elements only for posts, that is default functionality. This is how a post template displays categories and tags for example
– https://www.screencast.com/t/rx9y9cxj
Thanks
Hi,
Please note there are plugins or other implementation methods for Facebook comments. The theme uses default WordPress comments. In your other topic I have provided a link to some solutions in this matter.
Thanks
Hi,
Please try and update the theme properly, that would be the best way. Use this guide to do so (by FTP is the recommended method)
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks
Hi,
Please check this similar topic, there are solutions for this comment implementation
– https://forum.tagdiv.com/topic/facebook-comments-2/
Thanks
Hi,
The post view counter and the comment count can be removed in the theme panel
– https://www.screencast.com/t/8dICbomLA
Thanks
Hi,
You can find what template is used by editing the post, or checking with the inspector
– https://www.screencast.com/t/1B5sqCBXGa
The default post template would depend on your settings. IF you have set it like this for all posts
– https://www.screencast.com/t/XaIRTCCrplv
Then it would be the one set in the theme panel
– https://www.screencast.com/t/VfWBMfyn5ZOM
If you add the code in a post template file as shown, it will be displayed for posts that use that post template.
Placing the shortcode above the related articles code will display it above it, placing it below the related articles will display it below it.
I could give you a code to add some margin between them, please provide a link to the post for a more accurate solution.
Thanks
Hi,
I have inspected the website, but there are no issues with the block titles at the moment
– https://www.screencast.com/t/nj7dwGBNGQpw
In the screenshot you provided there was an issue but form what I can see the block title styling is displayed as intended from what I can see.
Thanks
Hi,
Please excuse the delay, seems this topic was overlooked. That would be one way of doing it, adding it in the ad space. Other methods would require editing the header template file.
Leave it there and provide a link to your website if possible, and we will take a look. Maybe it can be made to display normally, to the right as you want.
Thanks
Hi,
That is the Latest articles section, this section has numbered pagination. You will need to select the required page template and the latest articles will be displayed on the bottom of the page in question
– https://www.screencast.com/t/iModrYwKTRYu
More information about the page templates here
– https://forum.tagdiv.com/page-templates-2/
Thanks
Hi,
Thank you for your appreciation, we try our best to provide a quality product. Unfortunately an option to add socials in the counter is not available. It will only work with the predefined socials. Twitch is not present in the theme panel either at the moment.
So if you would like tot display a follower count from this network, maybe you can try a social count plugin that has more options.
It could be available in the theme in the future, but in the meantime the best solution would be to use a plugin.
Thanks
Hi,
I don’t believe there was any testing in this matter up to this moment, meaning with the Lighthouse tool. There might be thorough testing in the future and corrections or modifications made, but I cannot say for sure when exactly this will happen.
Thanks
Hi,
You would need to enter the code first by taking note of the sidebar cases
– https://www.screencast.com/t/Bczmo42C
Then between the loop and pagination code. It should appear right after the end of the articles and above the pagination.
Thanks
Hi,
The theme has only one stylesheet used for the all the elements. Maybe the method you are using is creating errors or conflicts with the theme, possibly more then just the search functionality. Check with the browser inspector and see if there are errors present.
We have tested the theme with WP Super cache, other caching plugins or configurations of those plugins may cause issues.
Thanks
Hi,
That is highly unusual. Please try as a test to deactivate all plugins except theme plugins and clear any caching installed. Then check if the issue is still happening. If it is, send us an email at contact@tagdiv.com and provide admin login information so we can take a look.
Also paste a link to this topic in your email.
Thanks
Hi,
The theme does not have and option like this, at the moment. Once a menu is set it will be displayed everywhere, regardless of page. It would require many modifications in the theme files to define additional menus and create conditions by pages.
Thanks
Hi,
Then it should work, this is unusual. If it is active it should compress the resources. After testing the website check which resources it mentions that need compressing. Then double check the settings or htaccess file code to see if these are affected by the configuration.
Additionally try testing here as well
– https://checkgzipcompression.com/
Thanks
Hi,
The related articles are supposed to be the last section displayed before the default comments. The Facebook comments section does something similar.
The default comments could be moved above the related articles if absolutely needed, like in this topic
– https://forum.tagdiv.com/topic/move-comments/
Maybe you can adapt the solution for the Facebook comments in this case.
Thanks
Hi,
Try the code like this
– https://www.screencast.com/t/rnAo76A8dDkG
Then it should work properly
– https://www.screencast.com/t/y0FpQntGHN
<?php echo human_time_diff( get_the_time('U', $this->post->ID), current_time('timestamp') ) . ' ago'; ?>
It may further require some styling to align the time, that can be done with some CSS.
Thanks
Hi,
@meming There are header styles that display the ad below the main menu
– https://forum.tagdiv.com/header-styles/
You could choose one of those header styles and the ad will be displayed as you want.
Thanks
Hi,
@NativeNews Please send us an email at contact@tagdiv.com and provide admin login information so we can take a look at the issue.
Thanks
Hi,
If the Instagram ID is valid then images should be displayed as intended. I have tried it with a random ID and there is no problem
– https://www.screencast.com/t/cec1NRMC
– https://www.screencast.com/t/aCigq7INUByn
Usually caching can cause such issues, but if you tried clearing it that may not be the case. Please provide a link to your website so we can inspect it.
Thanks
Hi,
If you could provide a link to your website we will inspect it, it would be easier to identify why this is happening that way.
Maybe you used custom code that might affect the blocks in some way, try removing it and check the results.
Thanks