Hi,
1. For star ratting you could use a plugin. Check a similar topic here
– https://forum.tagdiv.com/topic/plugin-wp-postratings/
2. In this matter I don’t quite understand what you want to do. Some examples of what you want to achieve would be very helpful.
Thanks
Hi,
The theme is compatible with the Woocommerce plugin, so you can set a shop. The default shop page created by the plugin will be domain.com/shop
– https://docs.woocommerce.com/document/woocommerce-pages/
A simple shop page can be seen here – https://demo.tagdiv.com/newspaper_tech/shop/
There are many topics here in the forum about Woocommerce, you could search the forum for more information. Let me know if you need help.
Thanks
Hi,
Some socials will not show on desktop, only on mobile. They will open the mobile app and the post can then be shared.
That is the case with WhatsApp, Viber and Line. Check with a mobile or mobile emulator and it should be there.
Thanks
Hi,
The theme does not send the emails, this is covered by WordPress or if the hosting has a service available for mailing, or with a plugin. From what I know WordPress may fail sometimes.
Here are some topics in the matter and also plugin suggestions if needed
– https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/
– https://kinsta.com/knowledgebase/wordpress-not-sending-emails/
– https://www.wpbeginner.com/plugins/how-to-send-email-in-wordpress-using-the-gmail-smtp-server/
– https://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
– https://www.siteground.com/tutorials/wordpress/use-smtp/
Thanks
Hi,
It should work properly, add the shortcode provided by the plugin in a column text, like mentioned in this topic
– https://forum.tagdiv.com/topic/crypto-widget-install/
If you want to remove the news ticker from the page you can do it while editing the page with the tagDiv composer, then you can place the crypto ticker in it’s place if that is what you want. let me know if you have more questions.
Thanks
Hi,
I could take a look, provide a link to a post on your website so I can test it with the validator.
Thanks
@logosi Replied by email, the email you have sent ended up in spam for some reason.
Hi,
Are you referring to the cloud smart list template 3?
– https://affiliate.tagdiv.com/#/single/single/Single/502
The smart list has to be created with a specific structure
– https://forum.tagdiv.com/smart-lists/
A title, an image and a description – http://prntscr.com/mc0y1b
Create the post in the classic element from Gutenberg if you use it. There should be no problem in this case. Let me know.
Thanks
Hi,
Is the success message displayed when you clock apply after you select the strings?
– http://prntscr.com/mc0i4j
They should appear if there is no error, as in my test – http://prntscr.com/mc0jl9
If there is an error such as this one – http://prntscr.com/mc0g3b then the strings will not be added. This is caused in most cases by a low value for the max_input_vars parameter
– http://prntscr.com/mc0kl5
A value of 10000 should fix it, it did for me – https://wpml.org/forums/topic/cant-add-string-for-translation-from-admin-strings/
Thanks
Hi,
It will depend on what changes you are referring to. Updating the theme will not affect the theme panel settings, ad codes, custom code, these are saved in the website database.
But if you made modifications to the theme files, these will be lost after an update when the theme files will be replaced.
Be sure to check the theme update guide as well – https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know if you have more questions.
Thanks
Hi,
Not all elements have a scroll to class option, I believe only the button element has it at the moment – http://prntscr.com/mc0556
The button will allow you to set a class to which the page will be scrolled. The class has to be set as an extra class to the element you want to scroll to.
For example this block has an extra class “test” – http://prntscr.com/mc08qf
If the button has the scroll to class “test” set, it will scroll to the block when clicked
– http://prntscr.com/mc09v8
We will try to add this functionality to other elements in future updates.
Hi,
The theme doesn’t have such a setting, the ad will be displayed permanently. Usually this could be done with CSS but in case of Adsense ads Google will not allow them to be hidden with CSS.
You could create a condition in the header template 6 file you are using. Something liks in this topic
– https://forum.tagdiv.com/topic/my-header-ad-are-not-in-the-middle-of-the-page/
The condition would be – if this is not post IDs -> show the ad
– https://www.screencast.com/t/oL6gb45vq
So the ad will not be loaded for those posts.
Or you could try using a plugin such as Adrotate, I believe that has such settings
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thanks
Hi,
You could use a CSS that will not allow the links to break, like this
– http://prntscr.com/mbztnd
.sf-menu ul .td-menu-item > a {
white-space: nowrap;
}
Give it a try, it should work.
Thanks
Hi,
Sounds like a potential conflict between the theme and a plugin, or with a code you may have entered in the theme panel, theme files or child theme if you use one. You could begin to investigate these one at a time.
In the mean time you could post a link to the website so I can inspect it, if possible.
Thanks
Hi,
There is a margin top for the header ad by default. I could give you a code to remove that margin if that is what you want
.td-header-style-6 .td-header-sp-recs {
margin-top: 0!important;
}
Thanks
Hi,
I don’t think it is possible or easily possible to force the link to open in the mobile app instead of the browser, if that is what you want. Some topics I found
– https://forums.androidcentral.com/android-apps/593611-how-force-android-open-facebook-links-facebook-app.html
– https://stackoverflow.com/questions/26106447/is-it-possible-to-generate-a-share-on-facebook-link-that-opens-the-native-face
– https://stackoverflow.com/questions/4810803/open-facebook-page-from-android-app
Regarding the bottom bar, I don’t quite understand what you want to do. Some more details would be very helpful.
Thanks
Hi,
There are some suggestions in this topic I found, you could check it out
– https://www.quora.com/How-do-I-write-Hindi-content-in-my-WordPress-blog
Or like this – https://udinra.com/blog/writing-wordpress-blogs-in-hindi
– https://reliable4you.com/how-to-write-a-post-in-hindi-in-wordpress-blog-wo-wp-plugins/
Thanks
Hi,
There is an update pending, but it won’t be a big update. It will contain various fixes and some new features will be added. Should be released next week I believe.
Thanks
Hi,
Does it happen on a new page or just that page? You could try and revert to a previous revision of the page with the problem, before the issue happened
– http://prntscr.com/mbyrfw
That should restore a version of the page that works, but you would have to redo changes made since that version.
Thanks
Hi,
@mRelby This could be done with some CSS. Post a link to the website so I can try and create a code for it.
Thanks
Hi,
Actually from what I can see that link is redirected – http://prntscr.com/mbyh4v
The theme doesn’t have redirecting capabilities, maybe this is caused by a SEO plugin, a redirection plugin, or maybe rules in the htaccess.
From what I can see there is no category base like you mention, this is the link to the category page
– https://www.salzburg12.at/red-bull-salzburg/
Check the permalink settings and check if the category is entered in the structure
– http://prntscr.com/mbyl1w
Thanks
Hi,
You can set a cloud template for each category, in the per category settings
– http://prntscr.com/mbya5z – http://prntscr.com/mbyadj
So setting a template for each category is possible. If I misunderstand something please correct me.
Thanks
Hi,
You could first try to check if that plugin is actually causing the problem, if it is then you could consider to try other translation plugins if possible.
We tested the WPML plugin with the theme, other translation plugins may or may not work properly.
Thanks
Hi,
Those are the default font properties set in the theme stylesheet, for those elements
– http://prntscr.com/mby1v2
What exactly is the problem you are having? I will help you.
Thanks
There are plans to make modifications in the theme for increased performance overall. For mobile speed you could use the mobile theme which is specifically made for mobiles. This demo has the mobile theme active
– https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper_local_news%2F&tab=mobile