Hi,
@ankasammerkez The issues will be fixed in the coming theme update. The update should be released this week, at most the beginning of the next week. After you update the theme please let us know if the problem is fixed. Sorry for the inconvenience.
Thanks
Hi,
@Novanet The code referred to above is here – https://www.screencast.com/t/Iwl8siN49J
It outputs a meta image which may interfere with the sharing, when you use a different image for Facebook share in Yoast settings.
A quick fix would be to remove that code from the theme files until a solution is found in the matter on our side. Sorry again for the inconvenience.
Thanks
Hi,
If the post would have more than 0 comments the message will be displayed (get_comments_number() > 0)).
You could remove that second condition – https://www.screencast.com/t/jgZqmJ4J27
Then once you disable the comments per post – https://www.screencast.com/t/0R5c1hWALd9j
It will not matter if the post had comments or not.
I tested with a default WordPress theme and it is the same. If the post has no comments the message is not displayed, if it has at least one comment the message appears.
Thanks
Hi,
If you use the same filtering and sorting for the blocks they all will display the same content. An exception is if you use the offset option per element or the unique articles page option
– https://forum.tagdiv.com/offset-feature/
– https://forum.tagdiv.com/unique-articles/
Thanks
I have inspected the row with the sticky sidebar column issue, the issue seems to be caused by a display property added to the row in Custom CSS or live CSS.
– https://www.screencast.com/t/amds1MPFIYE
Try removing that code and check again. It should solve the problem.
Hi,
The code is not strong enough, try it like this
– https://www.screencast.com/t/if6gb00Kl
.td-header-menu-wrap:before {
width: 78%!important;
height: 100%!important;
background: black!important;
margin-left: 22%!important;
top: 0px!important;
left: 1px!important;
clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
Hi,
I believe you are referring to the Google auto placed ads you seem to be using
– https://www.screencast.com/t/X4H6aL1k4t
Those will indeed show up where they want to
– https://productforums.google.com/forum/#!topic/adsense/dQgnENvdyYY
– https://support.google.com/adsense/answer/7478040?hl=en-GB
– https://www.shoutmeloud.com/adsense-auto-ads.html
Form what I can see to enable auto ads you must enter a code in the theme header between the head tags
– https://support.google.com/adsense/answer/7527509?hl=en
Thanks
Hi,
Could be caused by the Cloudflare rocket loader, same as in this topic
– https://forum.tagdiv.com/topic/mobile-search-appearing-on-desktop/
That is usually the case, disabling it should solve the sliding issue
– https://forum.tagdiv.com/cloudflare-cdn/
Thanks
Glad you fixed it. I have inspected your website, from what I can see there are many images which do not load, they have a status of 400
– https://www.screencast.com/t/9MgimjUoWg
If you use an image delivery system you could check why this is happening.
Also be sure to check the theme requirements guide and increase the allocated resources if needed
– https://forum.tagdiv.com/requirements-for-newspaper/
There are also quite a few topics in this forum for improving website speed, try a search for these and read a few for more information. Some of the topics here
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– 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/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
Hi,
Seems to happen just as you say, I tried it on your website. I found some similar topics you could follow and maybe try what is suggested
– https://wordpress.org/support/topic/add-to-cart-not-working-unless-logged-in/
– https://stackoverflow.com/questions/31533606/woocommerce-cart-empty-for-non-logged-in-users
– https://businessbloomer.com/woocommerce-solving-cart-empty-issue/
Thanks
Hi,
There are some related topics you can check with this problem
– https://forum.tagdiv.com/topic/http-error-500-4/
That would be the social counter, please check if the plugin is active
– https://www.screencast.com/t/1V8h53Zg
If the plugin is active the social counter block should be displayed as intended.
Hi,
There is a way, add the code directly in the theme stylesheet at the end of the existing code
– https://www.screencast.com/t/b7HMffsEPg
Note that after a theme update the stylesheet will be replaced with the new one, so this will have to be done again.
There would be another way, more future proof. If you have a child theme copy the post template file in it
– https://www.screencast.com/t/rcHqPOGA
You can modify it there safely, not worrying about losing this modification when updating the theme. A plus with this method in this case, will be that the views will not be loaded entirely instead of hidden. You could give it a try if you want.
If you don’t have a child theme, one is provided in the theme package and you can install it
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
That setting will not allow posts to show up twice in the page blocks, grids etc. The functionality would be as you say, if it detects doubled posts these will be skipped and the next in line according to the filtering and sorting will be displayed.
Using it will ensure there are no duplicates, note that when using block pagination there may be problems after using it (not on initial page load).
Hi,
The top menu is not supposed to display on mobile, it will be hidden. However it could be made to appear if necessary, try this code
– https://www.screencast.com/t/Z93oGw3pqs0
Enter it in Theme panel->Custom code->CSS section if you decide to use it
@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align:center ;
}
.menu-top-container {
margin-right: 0;
}}
Let me know if you have more questions, I will try to help you.
Thanks
Hi,
There is no limit for how many sticky columns you have in a page, this is a quick example I made with a couple of rows
– https://www.screencast.com/t/UwlqdqQ3zxA7
Two rows, the first one contains one sticky column, the other two.
If you could provide some examples of what is happening so I can try the same, or even better a link to that page if possible, it would be very helpful.
Thanks
Hi,
That code may not work for all the post templates, it may require modifications for some. For example it works for post template default
– https://www.screencast.com/t/rsBrMHWh
But it does not work for post template 2
– https://www.screencast.com/t/zQ8MO7jBaRg
Try it with !important as a first step
.single .td-post-views {
display: none!important;
}
I could take a look if that does not work, provide an example where it’s not working.
Thanks
Hi,
In that case you could create another row with the layout and elements you want for mobile below the current one. Hide the first row on mobile
– https://www.screencast.com/t/jhYG4hXBe
– https://www.screencast.com/t/YezxNK1E
And the other one on desktop – https://www.screencast.com/t/K6JWWp9qC7W
This means that you can display different rows desktop vs mobile. It could be a solution if you want to give it a try.
Thanks
Hi,
Can’t say what would be better here, with a multisite environment we have not made any testing unfortunately. Basically the theme requirements for most users would be these
– https://forum.tagdiv.com/requirements-for-newspaper/
Make more tests to see what the issues are and focus on them. Check some online tips
– https://premium.wpmudev.org/forums/topic/speed-up-my-slow-multisite-network
– https://www.smashingmagazine.com/2017/06/better-faster-optimized-wordpress-websites/
Maybe some users which have multisites can share their experiences in the matter.
Thanks
Hi,
From what I can see AMP is not activated for your posts. You simply have to install the plugin and activate it, to test add /amp at the end of the URL of a post page. The posts should look like this
– https://demo.tagdiv.com/newspaper_crypto/td-post-ripple-ceo-and-ethereum-co-founder-bash-ico-industry/amp/
There is no menu currently for the AMP version, this and the design is inspired by the Yoast SEO website
– https://yoast.com/social-media-optimization-with-yoast-seo/amp/
The header logo will be the one you set for mobile in the theme panel
– https://www.screencast.com/t/sk3sDiyVW
If the logo is blurry test with a different image format and sizes, until a good result is found.
Ad codes for AMP will have to be entered in the dedicated AMP section, be sure to use the proper codes, for example for Adsense
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/vc3VzKSIEHTi
AMP will work properly for pages created with the default WordPress editor if you want to use it for pages, not with page builder content. The main purpose of AMP is speed, not loading heavy pages with blocks and grids.
Of course our plugin is optional, you can use other AMP plugins if needed. We will try however to improve it and add more options for it in future updates. Let me know if you have more questions.
Thanks
Glad you solved it. I tested the child theme as well, by adding some CSS in the stylesheet. Once activated the stylesheet is loaded checking in the page source
– https://www.screencast.com/t/arimOiWA8l
Also the CSS I used is working – https://www.screencast.com/t/FxAG3Rj5
So it should work for you as well, check in the page source to see if the child theme is loaded.
Also be sure to use valid CSS in the stylesheet. Test if it works in the main theme
– https://www.screencast.com/t/2Ox1JPWGZ9x
Hi,
Try to add that in a different location, maybe like this below the div with the location
– https://www.screencast.com/t/4ryHkZaVW
Should work like that, give it a try.
Thanks
Hi,
True that the guide is outdated, some settings were renamed, not so many however. It should be like this for example in the Advanced screen
– https://www.screencast.com/t/O4bGofxq
We will try to update the cache guide as soon as possible, sorry for the inconvenience.
Thanks
We could take a look, send us admin access on our email at contact@tagdiv.com and also include a link to this topic in the email.
Hi,
So there is code displayed in the page? I believe you have installed the politics demo
– https://demo.tagdiv.com/newspaper_politics/
This demo features a revolution slider at the top of the homepage content. But if any of the composers are active the code should be rendered.
Try to edit the page with the page builder you used to create it, remove the row containing the slider and place it again, enter the revolution slider in it and configure it. Save and view the page.
Also be sure to use the latest version of the slider provided in the theme package (5.4.8).
Thanks