26935 comments found.
Hi tagDiv, your theme seems really incredible!
I have a pre-sale question:
- Is it possible to create a layout like the one on your demopage (https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/), where the filter buttons above the list are Categories or Tags + adding infinite scroll?
Best, Nacka
Hi,
Thank you for your interest in our theme. The page you mention is custom made to display the demos and filter them. That is its only purpose, so its not included with the theme. However, assuming you are referring to posts and having the option to actively filter them by category or tag, that is possible. The theme blocks have ajax filtering, for example you can display categories which the visitors can use to filter the block https://prnt.sc/RzECflv_Y4ha The blocks all have infinite loading pagination as well https://prnt.sc/XhuEIruzBRsX Please let me know if you have more questions.
Regards, Simion C.
Thank’s Simion!
Looks good and it looks like you can filter by tag also
Is it possible to style the filter as ”boxes” like this https://prnt.sc/3wmddNQeJcoO. I’m aware that the particular page is not included in the theme (that it’s a custom page you made to showcase the templates), my question is if I can accomplish the same layout/style with your theme?
Also, would it be possible to attache a custom label to boxes, like the ones you have that says ”NEW”?
Best, Nacka
That could be done with some CSS. Quick example https://prnt.sc/1qu-LWhu8l3r We will provide a solution. In the same way it will be possible to add a label there if you want to, we will provide a solution for that as well. So neither of thee should be a problem. Please let me know if you have more questions.
Regards, Simion C.
HI
I created this function to display custom personnality related from post.
// Créer un shortcode pour afficher les personnalités liées
function display_related_people($atts) {
// Extraire les attributs du shortcode
extract(shortcode_atts(array(
'post_id' => '', // Vous pouvez passer l'ID du poste en paramètre
), $atts));
// Si l'ID du poste n'est pas défini, obtenir l'ID du poste actuel
if (empty($post_id)) {
$post_id = get_the_ID();
}
// Récupérer les personnalités liées en fonction de l'ID du poste et de la taxonomie personnalisée
$related_people = wp_get_post_terms($post_id, 'personnalite');
// Vérifier si les personnalités liées sont définies
if (!empty($related_people) && !is_wp_error($related_people)) {
$output = '<div class="related-people">';
// Parcourir les personnalités liées et générer le HTML
foreach ($related_people as $person) {
$image_id = get_term_meta($person->term_id, 'taxonomy_image_id', true);
$image_url = wp_get_attachment_image_url($image_id, 'medium');
$output .= '<div class="related-person">';
$output .= '<img src="' . $image_url . '" alt="' . $person->name . '" />';
$output .= '<h4>' . $person->name . '</h4>';
$output .= '</div>';
}
$output .= '</div>';
return $output;
} else {
return 'Aucune personnalité liée n\'a été trouvée.';
}
}
add_shortcode('related_people', 'display_related_people');
but taxonomy image don’t show.
can you help me to display it ?
thanks
Hi,
We will take a look. I suggest to send us an email at contact@tagdiv.com and we can discuss more there. Mention in the email a few more details about what you would like to do and what is the problem. We will try to help.
Regards, Simion C.
Why is there undismissable advertisement on the theme? on the latest version
Bespoke Web Development & Design Services
Literally spamming the admin dashboard?
Hi,
The advertisements were added recently. We will also add a option to disable them, in the next theme update. We are sorry for the inconvenience.
Regards, Simion C.
Hi, I would like to know if Newspaper 12.3 is compatible with WP 6.2.
Hi,
So far the only issue we have identified with WP 6.2 is that the composer edit button does not appear anymore in the page edit screen https://prnt.sc/WfIAA3FEZWIs This is a minor issue, as there are still ways of using the composer to edit pages. It will be fixed however. Besides this, we haven’t found any other issues.
Regards, Simion C.
I’m having problems getting the ‘exclude post id’ filter working, specifically in the Post Loops element. Rather than excluding my list of id’s, it includes only them. Please advise.
Hi,
That filter for the loop actually has both an include and an exclude function. To exclude posts please make sure you are using a ”-” before the post ID, for example https://prnt.sc/TCoVB6JNCEQL This should work fine. But in case there is a problem, please send us an email at contact@tagdiv.com and provide a link to the website and admin login, we will take a look at it.
Regards, Simion C.
Hi, Im unable to find this (https://forum.tagdiv.com/unique-articles/) on wordpress 6.2, how can i prevent duplicated posts on frontpage? Im using Todays News Pro Demo, Thanks a lot.
Also tiktok followers are not showing up using @myusername on tagdiv social counter
Hi,
The option seems to be there https://prnt.sc/wRzxT7nttof4 If the page template settings are enabled https://prnt.sc/gLN8-WnotsBr the option should always be there. We can take a look if there is a problem, please send us an email at contact@tagdiv.com and provide a link to the website and admin login. The issue with tiktok will be fixed in the next theme update, which will be released soon.
Regards, Simion C.
hello I have a question about subscriptions (pages, PDFs, videos, etc.)
Below is what someone asked. It is said that you can view locked text subscriptions using Chrome, but what about PDFs and videos? Can I unlock these for free using Chrome?
Hi,
The methods that can be used to view locked content without actually subscribing, apply regardless of what is in the post content. There can be text, images, documents, videos, etc. Everything will be visible if someone “hacks” the locker, if I may say so.
Regards, Simion C.
i have purchase now for 39 dollar but it’s for lifetime?
Hi,
Thank you for purchasing our theme. That is correct, the theme purchase is for lifetime. Please let us know at any time if you have questions or if you require support for the theme. We will provide assistance. You can use our support forum and create topics, or send us an email https://forum.tagdiv.com/newspaper-theme-support/
Regards, Simion C.
Which tables plugin or to show bet results could you recommend that is compatible with this theme?
Hi,
Most such plugins should work fine with the theme. Try the one that is better suited for your needs. There are quite a few to choose from, for example https://helpiewp.com/wordpress-table/ In case perhaps there are any issues with how the tables are displayed, we can take a look. You can send us an email at contact@tagdiv.com and let us know.
Regards, Simion C.
Hi, we need to set / add google font subset as greek for all fonts as we have some font rendering issues. We can’t find this option anywhere, neither in the main panel nor in the specific settings in the tagdiv composer. Can you please advice?
Hi,
There is no such option in the theme anymore. Upon using a Google font, the browser should load the needed subset automatically. We will take a look at the problem you mention, please send us an email at contact@tagdiv.com and provide a link to the website, and a few more details or examples. We will check as soon as possible.
Regards, Simion C.
Hi
You can help me? https://forum.tagdiv.com/topic/error-with-background-image-in-header-and-footer/#Regards,
Hi,
I see you have found the solution in the meantime. Please let us know if you have more questions, we will try to reply as soon as possible.
Regards, Simion C.
Just opened the TagDIV builder and there’s an ad. Hilarious. Who would put an ad in this area? Are you guys hurting that bad for money?
Why would I want to look at your pink ad when I’m building a page?
Try building a webpage with a bright pink ad in the visual composer. What a total goat rodeo. Anything to make a buck.
Hi,
I have replied to your previous messages and provided information about our plans concerning the ads. Please have a little more patience until the new update is released.
Regards, Simion C.
tagdiv replied “Hi,
The advertisements are useful for some users, they already are. Mainly for those who are looking for custom work solutions for their website, which we provide. They are intended to make it easier for those users to reach us, that is their only purpose. Besides adding an option to disable them, we will revise them and perhaps find other ways to display them without causing inconvenience.”
This is hilarious.
Clown show
Hi,
I have replied to your other messages. We are very sorry that the advertisements are causing such an inconvenience.
Regards, Simion C.
I suggest updating the landing page on Themeforest to reflect the fact that your services are advertised directly on users’ dashboards. It seems counterintuitive that even after paying $59, I still see ads as soon as I log in. Clarifying this upfront would help A LOT.
Hi,
Besides adding an option to disable them, we will be revising them and how/where they are displayed. Again, we are very sorry for the inconvenience.
Regards, Simion C.
I updated to the current version. Why are TagDIV ads showing in my dashboard? How do I turn this off?
Unprofessional to have your service ads displaying on my website dashboard. Livid.
I paid for this theme 9x and never had a complaint. Makes the theme feel cheap and you’re begging for money (on my website) what a clown show.
Who came up with the idea to display ads in the dashboard? This is the biggest scam I’ve ever seen.
I love when I log into my website and see a TagDiv ad in my dashboard. Real classy guys. What a total clown show.
Hi,
The advertisements we added recently are actually very helpful for users to reach us and our services. For the theme users that do not want them to be displayed, starting from the next theme update there will be an option to disable all of them. The update should be released next week. We are sorry for this inconvenience.
Regards, Simion C.
I just purchased the Newspaper theme. I have unwanted tagDiv Ads all over the Admin Panel. I am posting here because I don’t see that there is direct support, like opening a ticket. I have to go through Forums. Is that what we’re paying a license for? To have the community respond to issues? How can I get rid of these ads immediately? The staff in the agency does not need to see this bullcrap all over the site.
Hi,
Support is provided like so https://forum.tagdiv.com/newspaper-theme-support/ You can either use the support forum, or send us an email. We reply in all the topics in the support forum, it is not solely community based, please check some topics. As for the advertisements we added recently, we will add an option to disable those in the next theme update, which should be released next week. If it is an emergency however, we’ll try to provide a solution for the time being. In that case please send us an email at contact@tagdiv.com and provide a link to the respective website, admin login, and a file manager (cPanel, FTP). Let us know.
Regards, Simion C.
Almost none of the demos pass page speed insights… this is crucial for affiliate site owners to have fast website and better SEO. Please fix this.
Hi,
So far we optimized a few of the demos, but gradually we will do so for all of them, starting with the most popular ones.
Regards, Simion C.
Hello, is possible to achieve this box layout in mobile view? https://pessr.com/imtwpk1al5
Hi,
Most likely it is. The composer is a very capable builder. Here is a quick example https://prnt.sc/cKNCoLCs14P3 The element used is called an icon box, which is very similar to the one in your example. And using the design options provided for it in the composer, the same result can be achieved. Please let me know if you have more questions.
Regards, Simion C.
About the tagDiv Shop function Does that mean I can write in a blog post and import a form template and use it?
And why is every description written about a new feature and its various possible uses. Can you make videos about how to do it regularly? It’s hard because I can’t understand everything in writing.
Hi,
The shop plugin we provide is for woocommerce. It will add the capability of designing the templates the woocommerce plugin uses, like for products, product categories, etc. with the composer. There is a guide for this plugin here https://forum.tagdiv.com/tagdiv-shop/ The plugin provides no extra features for blog posts. We can help more if you have questions, that is what the support is for. Please use the support forum or send us an email at any time https://forum.tagdiv.com/newspaper-theme-support/ Let us know.
Regards, Simion C.
번역 때문에 제대로 이해를 못했어요 즉 블로그(포스트) 구덴베르크 화면에 특정 컨텐츠에 쇼핑 작곡가 템플릿을 넣을 수 없다는 뜻인가요? 뉴스페이퍼에 작곡가의 경우 특정 컨텐츠에만 적용이 안되는데 내가 제대로 이해한 것이 맞나요? 뉴스페이퍼에서 구덴베르크 블록 패턴으로 사용할 수 있는 다양한 디자인을 만들어서 제공해주면 좋겠습니다.감사합니다
Hi,
The post content can be created with Gutenberg, and the post template can be created with the composer. Our composer cannot be used to create the post content. Maybe there are ways to do what you want however, but so far I don’t quite understand what that is. Please send us an email at contact@tagdiv.com and explain a little more. If possible provide some example as well. If it is possible to do what you want, we will gladly help. Let us know.
Regards, Simion C.
you know we can bypass your paywall with https://github.com/iamadamdev/bypass-paywalls-chrome. an explanation ?
Hi,
There are ways of bypassing it, if someone really wants to do so. The locked content is loaded in the page, as it is needed for SEO. Same way as for example on the New York Times website and the paywall they are using. For example a locked post which normally is hidden https://prnt.sc/QMIm91iXWbS4 And after a few tweaks using the browser inspector https://prnt.sc/GEp5HFqiYrbN The whole content is there in the page basically. As long as it is there, there will always be ways to access it. The only way would be to not load the content in the post page, but that can lead to bigger problems in terms of SEO. Maybe at some point we will try and find other solutions, but for now there aren’t any plans as far as I know.
Regards, Simion C.