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

how to add image box here like the demo

View post on imgur.com

moss8007
tagDiv Member

I can’t find the option to change the background image for the header and the “Read More” button.
I’m also not sure where these two background images are coming from, as they are not uploaded in my Media Library.

moss8007
tagDiv Member

How to change the background image of “read more button” and “header title” background?

Here’s the link

View post on imgur.com

  • This reply was modified 11 months by moss8007.
moss8007
tagDiv Member

I recently added a custom code snippet to place AdSense ads above H2 headings on my website. To check if the code was working correctly, I refreshed the website multiple times. Initially, the ads were displaying fine, but now they are not showing at all.
To fix this, I removed the new code and reverted to the previous setup, but the issue persists.
Could you please help me?
Website https://www.tablemagazine.com/

moss8007
tagDiv Member

Okay. I understand.
But I want to place ads above H2 or H3 headings in my post content. Could you please guide me on how to achieve this using TagDiv Composer or theme settings?

Thank you!

moss8007
tagDiv Member

Hi, the primary category issue is resolved now, thank you. I have another question:

I would like to export a page from my current TagDiv Newspaper website to a new website that is also using the TagDiv theme. Is there an option to download or export the template of a page, and then import it into the new website to maintain the same layout and design?

moss8007
tagDiv Member

Besides displaying only the first selected category, I’d like to know if the theme allows me to specify a particular category tag to be displayed when multiple categories are assigned.

moss8007
tagDiv Member

Hello,

Here’s the link https://test.laboratoriodeperiodismo.org/

I also would like to know if the TagDiv theme has a built-in system to display only the first selected category for a post. If multiple categories are assigned, can the theme automatically show only the first one, or is there a way to prioritize categories?

moss8007
tagDiv Member

Hello,
The code you provided is working properly for all the mentioned categories, and the overlay color appears correctly. However, I have another Flex Block that displays “All Categories” with a “Most Popular” filter.
The problem is that the overlay works for specific categories, but it does not apply to the “Most Popular” Flex Block.
Could you please help me resolve this issue so the overlay color works on all posts, including those under the “Most Popular” flex block section?
Thank you for your support!

Here’s the code you gave me

.td-module-image a[href$=”/music/”], .td-meta-info-container a[href$=”/music/”], .td-module-container a[href$=”/music/”], .single .td-category a[href$=”/music/”], .tdb_single_categories a[href$=”/music/”] {
background-color: green;
}
.td-module-image a[href$=”/architecture/”], .td-meta-info-container a[href$=”/architecture/”], .td-module-container a[href$=”/architecture/”], .single .td-category a[href$=”/architecture/”], .tdb_single_categories a[href$=”/architecture/”] {
background-color: red;
}
.td-module-image a[href$=”/video/”], .td-meta-info-container a[href$=”/video/”], .td-module-container a[href$=”/video/”], .single .td-category a[href$=”/video/”], .tdb_single_categories a[href$=”/video/”] {
background-color: blue;
}
.td-module-image a[href$=”/architecture/”], .td-meta-info-container a[href$=”/architecture/”], .td-module-container a[href$=”/architecture/”], .single .td-category a[href$=”/architecture/”], .tdb_single_categories a[href$=”/architecture/”] {
background-color: red;
}

Please see the attached

View post on imgur.com

View post on imgur.com

  • This reply was modified 1 year by moss8007.
moss8007
tagDiv Member

Hello,

I noticed that when I remove AUDIENCIA and other categories from the article, leaving only FORMACIÓN, the filtering works correctly. However, this is not a viable solution.

The issue occurs when an article is assigned to multiple categories.

Is there a way to ensure that only the filter-selected category is displayed in the output, regardless of other categories assigned to the article?

Looking forward to your assistance.

moss8007
tagDiv Member

Hello,

Please see the attached image.https://imgur.com/a/hDCN7lI

I added the FORMACIÓN category, but in the output, it is displaying AUDIENCIA instead.

I want the output to show only FORMACIÓN and not other categories. (Note: The AUDIENCIA article is also assigned to FORMACIÓN and other categories.)

Could you please help me fix this issue?

Thank you!

moss8007
tagDiv Member

Hello,

I’m experiencing an issue with category filtering in the Flex Block. In my blog, one article is assigned to multiple categories. However, when I filter the Flex Block by a specific category ID, the expected category does not appear in the output. Instead, another assigned category from the same article is displayed.

Could you please help me resolve this issue? I want the output to strictly follow the selected category ID.

moss8007
tagDiv Member

Is there an option to make the filter work only for parent categories, excluding subcategories?

moss8007
tagDiv Member

Every category is working fine except for one, which is causing that issue on some Flex Blocks that are filtered by another category. please check the attached

View post on imgur.com

  • This reply was modified 1 year by moss8007.
moss8007
tagDiv Member

Fixed. Thank you so much!

However, I have another issue. My Flex Block 1 category filter isn’t working correctly. I have a category called “Formación,” but when I filter it, the block displays another category called “Audiencia” instead. “Audiencia” is a separate main category and is not a subcategory of “Formación.”

moss8007
tagDiv Member

Like my imagur attachment

moss8007
tagDiv Member

Hello
Is there a option to create a layout in the Newspaper Theme where the first post shows the feature image and the rest only display titles and category

moss8007
tagDiv Member

If I use the filter by post ID, I would need to manually update the post ID each time to display a specific post. Instead, I want an option that allows the full template (as shown in my Imgur attachment) to automatically display all posts from a selected category, without needing to update it repeatedly.

moss8007
tagDiv Member

I have the same problem.My website is new.So,I don’t have any extra plugins.My system status requirements is okay ..

My system status

Theme version 11.5.1
Theme database version 11.5.1
HTTP channel test wordpress
Installed demo Gossip PRO – demo ID: gossip_pro | install type: full

Server software LiteSpeed
PHP Version 7.4.30
post_max_size 1024M
max_execution_time 1500
max_input_vars 2000
SUHOSIN installed false
PHP extensions mbstring available
GD library available

WP version 6.0

WP Memory Limit 256 MB/request
WP_DEBUG False
Caching plugin No detected

moss8007
tagDiv Member

My all requirement
system status link :https://realwomenatlanta.com/wp-admin/upload.php?item=668

.htaccess
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 128M
php_value upload_max_filesize 128M
php_value memory_limit 256M

wp-config.php
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

php.in
max_input_vars = 5000
upload_max_filesize = 256M
post_max_size = 256M
memory_limit = 256M
file_uploads = On
upload_max_filesize = 128M
max_execution_time = 300
max_allowed_packet_size = 524288000

moss8007
tagDiv Member

I have fulfilled all requirements but still its shows the same…

moss8007
tagDiv Member

TD composer is now working but the warning is still showing on my website header…Please help me to solve the issue
website link: https://realwomenatlanta.com/
the warning is: Use of undefined constant HTTP_USER_AGENT – assumed ‘HTTP_USER_AGENT’ (this will throw an Error in a future version of PHP) in /home/realdwfh/public_html/wp-content/themes/Newspaper/header.php on line 1

moss8007
tagDiv Member

Also my TD composer is not working ,Its showing ,,,,Error at zones: 5(models) : 1(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)

Viewing 25 posts - 1 through 25 (of 29 total)