Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Bettina
tagDiv Staff

Hello!

Please check our documentation: https://forum.tagdiv.com/paypal-setup/ -> https://forum.tagdiv.com/subscriptions/

Thank you!

Bettina
tagDiv Staff

Hello!

Unfortunately, no.

Thank you!

Bettina
tagDiv Staff

Hello!

Please check this guide: https://forum.tagdiv.com/topic/number-of-subcategories-in-mobile-theme-plugin/

I hope that helps you!

Otherwise, please provide more information about your issue, such as screenshots or a video.

Thank you!

Bettina
tagDiv Staff

Hello!

I’m glad that I could help you!
Let me know if you need further assistance.

Have a wonderful day!

Bettina
tagDiv Staff

Hello!

I’m glad that I could help you!
Let me know if you need further assistance.

Have a wonderful day!

Bettina
tagDiv Staff

Hello!

Access the Newspaper -> Theme panel -> Header -> Logo & Favicon and delete the text logo.

Thank you!

Bettina
tagDiv Staff

Hello!

Check this guide and deactivate the thumb sizes you do not need: https://forum.tagdiv.com/theme-thumbs/

Thank you!

Bettina
tagDiv Staff

Hello!

This issue with the error from Composer has also been discussed here: https://forum.tagdiv.com/topic/errors-at-columns-elements-5/.
Please make sure you did all the steps that I mentioned here: https://forum.tagdiv.com/topic/errors-at-columns-1models-0dom-the-model-does-not-match-the-content-curr/

Thank you!

Bettina
tagDiv Staff

Hello!

Make sure you set a featured image for each article: https://forum.tagdiv.com/featured-image-or-video/
Check this guide: https://forum.tagdiv.com/thumbs-on-modules-and-blocks/
Make a test and deactivate all plugins except tagDiv ones. Also, if you are using a cache plugin, deactivate it, clear all cache, and try again.

Thank you!

Bettina
tagDiv Staff

Hello!

Please check the settings of that block: filter and offset. The article needs to be published. Let the offset field be empty with no space, no value, and see the results: https://prnt.sc/26SoUFv7QzxG -> https://www.screencast.com/t/peVbVmUDE.

Thank you!

Bettina
tagDiv Staff

Hello!

Please check if those options are enabled: https://app.screencast.com/QraEF3FK3gj0l

Thank you!

Bettina
tagDiv Staff

Hello!

Check this guide: https://forum.tagdiv.com/login-how-to-enable-user-registration/
When you are not logged in, then it will appear this modal: https://app.screencast.com/nrEPh7ZSUQd5G

Thank you!

Bettina
tagDiv Staff

Hello!

Please note that you can not edit the default header template with the tagdiv Composer. You can choose to use other header template from the Website Manager: https://forum.tagdiv.com/tagdiv-composer-website-manager/
When I check your website, I can see that your header template is a cloud one even on the single template. If you use the Mobile theme layout on the single post template, then you can control the way is looking from the theme panel settings -> Mobile theme.
We have 3 options available for mobile versions that you can use:

1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page. Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. There, you can see your mobile version and edit or adjust the elements to look better.

2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages

3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.

A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY

Thank you!

Bettina
tagDiv Staff

Hello!

Unfortunately, for this block there are not different filter settings for each module.
A workaround there could be to use 2 flex blocks 1 with different filters.

Thank you!

Bettina
tagDiv Staff
Bettina
tagDiv Staff

Hello!

If you sent an email, then we will take a look and try to help you as soon as possible.
Please be patient!

Support Hours (GMT+3)

Monday – Friday:
8:00 AM – 17:00 PM

Thank you for understanding!

Bettina
tagDiv Staff

Hello!

Please change the number of posts for the grids in the Newspaper -> Theme panel settings -> Mobile theme -> Grids.

Thank you!

Bettina
tagDiv Staff

Hello!

I’ve checked your website and I can see that everything is okay now: https://app.screencast.com/Bn0rSJzVdRPuQ

Thank you!

Bettina
tagDiv Staff

Hello!

LCP measures how quickly the largest content element (e.g., image, video, text block) becomes visible within the viewport. Improving LCP involves optimizing various aspects of your WordPress site. Here’s a step-by-step guide on how to enhance LCP:

1. Optimize Images
Images are often the largest elements on the page, and optimizing them can significantly improve LCP.

Compress Images: Use tools like Smush, Imagify, or EWWW Image Optimizer to compress images without sacrificing quality.
Use Correct Image Format: Convert images to modern formats like WebP for faster loading.
Lazy Load Images: Lazy loading delays the loading of images until they’re needed. WordPress 5.5 and later versions come with native lazy loading, or you can use plugins like Lazy Load by WP Rocket.
Serve Scaled Images: Ensure images are served in appropriate sizes based on the device.
2. Enable Caching
Caching improves LCP by reducing server response times and decreasing the amount of work needed to load a page.
Browser Caching: Ensure that static resources like CSS, JS, and images are cached in the browser to speed up repeated visits.
3. Minimize CSS and JavaScript
Reducing the size and loading time of CSS and JavaScript files can help improve LCP.
Minify CSS and JavaScript: Use a plugin like Autoptimize to minify CSS and JavaScript files.
Defer Non-Critical JavaScript: Delay the loading of non-critical JavaScript by deferring or async loading to avoid blocking rendering.
Remove Unused CSS: Eliminate unused CSS using WP Rocket’s CSS optimization feature or manual removal for unneeded stylesheets.
4. Use a Content Delivery Network (CDN)
A CDN helps improve LCP by serving your content from servers closest to the user, reducing latency.

Integrate a CDN: Use services like Cloudflare, StackPath, or KeyCDN to serve static resources, like images, CSS, and JavaScript, from a global network of servers.
5. Optimize Fonts
Custom fonts can significantly affect LCP if not optimized properly.

Preload Key Fonts: Use the preload directive in your HTML to load important fonts early.
Use System Fonts: Alternatively, switch to system fonts for faster font rendering.
Font Display Property: Use the font-display: swap; CSS property to ensure text is visible while web fonts load.
6. Reduce Server Response Times (TTFB)
A fast server response time (Time to First Byte, TTFB) is essential for a good LCP score.

Upgrade Hosting: Choose a high-performance hosting provider, especially one that specializes in WordPress, like Kinsta, WP Engine, or SiteGround.
Use Latest PHP Version: Ensure your WordPress site is running the latest version of PHP (8.x) for better performance.
Database Optimization: Regularly clean up and optimize your WordPress database using plugins like WP-Optimize or Advanced Database Cleaner.
7. Reduce Third-Party Scripts
External resources can slow down the page, affecting LCP.

Minimize Third-Party Embeds: Reduce or optimize third-party scripts, such as Google Analytics, social media embeds, and advertising.
Use Tag Manager: If you use multiple tracking scripts, implement them through Google Tag Manager to load them asynchronously and reduce load impact.
8. Prioritize Above-the-Fold Content
The content visible above the fold (i.e., before scrolling) should load quickly for a better LCP score.

Inline Critical CSS: Inline essential CSS directly into the HTML to prioritize above-the-fold content. Tools like Autoptimize or WP Rocket can help with this.
Avoid Heavy Above-the-Fold Elements: Avoid large images or videos that slow down the loading of the above-the-fold content.
9. Use Lazy Load for Iframes and Videos
Similar to image lazy loading, delay loading of iframes and videos until they are needed.

Lazy Load Iframes: Use plugins like Lazy Load for Videos or WP Rocket’s built-in lazy load feature to defer video loading.
10. Monitor with Performance Tools
Continuously track your site’s LCP performance to identify new bottlenecks or opportunities for improvement.

Google PageSpeed Insights: Run your site through Google PageSpeed Insights to get a detailed breakdown of LCP issues.
WebPageTest: Use WebPageTest for deeper insights into your page load times and specific areas affecting LCP.
GTmetrix: Another tool that provides useful performance data, including LCP metrics.
By implementing these optimizations, you should see a noticeable improvement in your WordPress site’s LCP, resulting in a faster, more user-friendly experience.

Thank you!

Bettina
tagDiv Staff

Hello!

Another workaround that came to mind is to add the custom field shortcode, choose the image field in the acf field, and for the URL to write {cf_nameOFtheURLfield}, and there you can have an image with a link. Check this screenshot: https://app.screencast.com/KidrAmdRtDAZ1

Thank you!

Bettina
tagDiv Staff

Hello!

I’m glad that you solved the issue.

Have a nice day!

Bettina
tagDiv Staff

Hello!

Please check: https://app.screencast.com/xEhMaYxkeQ4Tx
Make sure you have no other CSS code that interferes and the important setting I presented above as well: ” Disable this option: https://www.screencast.com/t/ejiNPCBF

Thank you!

Bettina
tagDiv Staff

Hello!

Yes. Because it will take the WordPress users. When you create a guest author with Molongui, then there is no link as well.

Thank you!

Bettina
tagDiv Staff

Hello!

Make sure it’s not a caching issue. Deactivate it temporary and check if the problem is still there. Try to activate this option too: https://www.awesomescreenshot.com/image/50338675?key=941ce1dda31c22cd2c95c0e60ca3d32c

I hope that helps you!

Thank you!

Viewing 25 posts - 1,851 through 1,875 (of 20,833 total)