Search Results for 'block'

Results from the Forum
Anamaria
tagDiv Staff

Hi,

Please let me know how you have removed the author/date/comments using the option from the theme panel. if yes, then please enable it, and after you can hide those using the option on the block from the tab layout.

Thank you!

Anamaria
tagDiv Staff

Hi,

This is a custom module made with tagdiv Composer -> https://forum.tagdiv.com/modules-builder-newspaper-theme/ and set it in the flex block builder; you can import that module from the cloud library.

Thank you!

Anamaria
tagDiv Staff

Hi,

This is very strange. I would like to take a look, can you please contact us via email at contact@tagdiv.com and provide the wp-admin access? I think the problem is caused by an option that you have set on the block; for example, if you have filtered a block where you have set a comma after ids.

Thank you!

Calin
tagDiv Staff

Hi Central, this https://prnt.sc/pT6olWAKrpcZ is not the theme cache, is the cache that applies individually on each flex block and according to our documentation this will be clean at the time that is set – https://forum.tagdiv.com/use-flex-blocks-cache-option/https://i.imgur.com/zzwFmEc.png this is how it should work to reduce the database requests made by each flex block.
Hi bduhamel, I think that you are referring that the mobile version is not looking so good like the desktop version, right? If so, then it can be edited using the tagDiv Composerhttps://i.imgur.com/4pSTGQZ.jpghttps://i.imgur.com/ena4yXH.png
Thank you!

libertylens
Participant
#0

I removed the author, date, and comment fields from a Flex block without realizing that it would remove it everywhere that block was used. Now I need to restore it to it’s original form, and just remove it from particular posts. You will notice, if you look at any post on the main page – libertylens.news – that these elements are not present in the byline.

Thanks,
Ken

bduhamel
tagDiv Member

Thanks, but I have checked and this theme cache is not activated on any of the blocks on my posts.

bduhamel
tagDiv Member

I’m not sure I understand what you mean by disable it from each block.

Central
tagDiv Member

The theme has problem with its own cache, disable it from the each block.

theheritagelab
Participant
#0

Hello Team,

I have 2 questions :

1. Is it possible to open a single-post like a modal?
I would like to display a Flex Block on a page, set a filter to a particular category, and have readers open the single-post like a modal popup.
I know that modal-popups are for page-ID’s, so am wondering if there is a workaround.

2. I set a single-post template to “Autoload” – with “same category next”
However, this isn’t loading in mobile. Is there a different setting?

Thank you in advance!

Anamaria
tagDiv Staff

Hi,

Please provide the link where you have that module set and please make sure that you have the post type set on the flex block.

Thank you!

Anamaria
tagDiv Staff

Hello,

1. In the newsletter provided by our theme, you can use embed code from Mailchimp, Mailer Lite or FeedBurner -> https://forum.tagdiv.com/the-newsletter-plugin/ Please check if it is like this -> https://i.imgur.com/MaowNUz.png
If you want to use another newsletter, you can set the code in column text or text with title => https://www.screencast.com/t/N6rPZvAa The shortcode/code is automatically saved.
Also, you can use the lead element, but with this you can only collect emails; If you use the lead element, this will be added in Opt-In Builder -> Emails.
2. You can try to use this option on the block https://forum.tagdiv.com/what-is-ajax-preloading/

Thank you!

Anamaria
tagDiv Staff

Hello,

The posts loop doesn’t display posts because you have only three posts in that category, and if you have the flex block, the posts are displayed in that block.
I think the posts loop is set as an offset, so select the block and remove the offset -> https://i.imgur.com/dJ0iFQu.png let that field empty.
Read more about it here: https://forum.tagdiv.com/offset-feature/

Thank you!

Calin
tagDiv Staff

Hi lukstan,
I’m glad that you manage to resolve the problem.
Hi HaraldOslo,
What you need to do is to make sure that you have at least one post in that category, after that, please check the category cloud templates, this can be edited using tagDiv Composer and in case you made changes on it you need to be sure that the posts loop element there is no offset set – https://i.imgur.com/Zmpt4lH.pnghttps://i.imgur.com/gfBTQq4.jpg also if you are using blocks or grids make sure that the filter is set on current category – https://i.imgur.com/RwpZE7r.jpg
Thank you!

Calin
tagDiv Staff

Hi,
Do you referring to this section? https://i.imgur.com/ou6RTOk.png I see that in this section you have a load more button. Normally the theme blocks that have the slide element are the “Slide” and “Big Grid Slide” – https://i.imgur.com/IlMpVEb.png
Thank you!

milandash
Participant
#0

create blocks

ThrustMedia
Participant
#0

Hello,

I’m attempting to edit the woocommerce My Account page and am failing miserably. I’ve tried downloading several different ‘My Account’ templates from the cloud, but none of them are working. The only element down loading is the header title ‘My Account.’

I’ve tried dropping the woocommerce ‘my account’ block into a page in the composer to attempt to edit that way, and it makes zero sense how the basic install can be edited to look aesthetically pleasing. A template would be grand. Are the my account templates not supported? I’m not receiving any type of error message, it’s only uploading the title and that’s it. When I preview, everything is missing except the title.

I created a google drive folder for screenshots for you, you can see the screenshots of my attempt to download the template here: https://drive.google.com/drive/folders/1zyuK6aaYVKYEcE0qHtcpM_PSIizV7922?usp=sharing

What am I missing? Thank you.

kironix
Participant
#0

When upgrading the theme from version 9.8 to the latest version, as well as the plugins that came with the theme, the ad blocks are empty. This happens specifically after the ‘composer’ plugin is updated. If the theme is upgraded and the plugins are old the system works with bugs but ads are displayed.

ludyma
tagDiv Member

Thanks, it’s an option. I need help with the css, it turns out that in the Theme panel custom code section I have some modifications to h3 and h4 but this affects other plugins that use the same global configuration.

CODE:
/* tip letra/color encabezado articulo h3 y h4 */

.td-post-content h3 {
position: relative;
display: inline-block;
font-family: "Raleway-Regular";
font-size: 24px;
color: #fff;
/*background-image: linear-gradient(to right, #0076db, rgba(107,167,219,0.60));*/
background: #0076db;
padding: 8.5px 10px 8.5px 10px;
/* border: 0px solid #eef6fb;*/
transform: translateY(-50%);
box-shadow: -5px 5px 2px rgba(0,0,0,0.25);
margin: 35px 0 20px 0;

}

.td-post-content h3:before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: -2px;
right: -2px;
border: 4px solid #eef6fb;
z-index: -1;

}

.td-post-content h4 {
position: relative;
display: inline-block;
font-family: "Raleway", sans-serif;
font-size: 20px;
color: #0076db;
background: #fff;
padding: 5px 10px;
border-left: 2px solid #0076db;
border-bottom: 2px solid #0076db;
margin: 0 0 20px 0; /* Agregamos 20px de margen inferior */
box-shadow: -3px 3px 2px rgba(0,0,0,0.25);
}

I have tried to create a new rule or class and it has not worked, the new class would be for the posts and leave the global parameters that are fed by other plugins.subtitle h3
page reference
Image wp recipe marke
page reference

TWDesigns
tagDiv Member

That makes sense but where can I find this data to reset it (in the database) for myself as I would like to be able to have more control when testing. Maybe in the future have a section where blocked or banned reviews go. But if a review is deleted then it should be available again. If this is IP based that would be an issue as IPs change. Or is it done by Cookies? Thanks!

HaraldOslo
Participant
#0

Theme: Newspaper 12.4
Templates used: Magazine Pro
Template I’m seeing this problem: Category Template – Magazine PRO
Wordpress: 6.2.2 (latest)
PHP: 8.1.19 (also tested with PHP 7.4.33)

I can provide URLs/login in private message as needed.

I have a hierarchical category tree. Example:
Animals – Birds – Blue birds (3 posts)
Animals – Birds – Red birds (7 posts)

For this example, I have a post titled “Mountain bluebird” that is a member of (at least) 3 categories, ie “Animals”, “Birds” and “Blue birds”.

If I look at the category page for “Animals” I will see the post about the mountain bluebird.
If I look at the category page for “Birds” I will see the post about the mountain bluebird.
However, if I look at the category page for “Blue birds” I only get “No posts to display”, even if there are 3 posts with that category set.

Strangely enough, this problem is only partially there with the “Red birds”-category. In there I can see 3 of the 7 posts with that category.

The block that is failing is the “Posts loop”-block, which is standard on the “Magazine PRO” template.

If I clone the template, and add a “Flex box 1” with filter set to “Current category” that flex box will get the articles without any problems. But the Posts loop still displays “No posts to display”.

This is a fairly fresh install (last week) where I imported all posts from the current site, as well as imported the “Magazine pro” templates.

viaggi.sonia70
Participant
#0

Hey there!
I’m trying to show my Instagram feed but I get this error

instagram gallery block render failed – tried accessing nonexisting field (comments_count) on node type (Media)

I already connected my personal account so I really cannot understand where is the issue.

Any thought about this?

Thank you!

Anamaria
tagDiv Staff

Hello,

You need to have posts, with featured images to be displayed in the block -> https://forum.tagdiv.com/featured-image-or-video/

Thank you!

Anamaria
tagDiv Staff

Hi,

There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/high-number-of-ajax-request/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://www.andraware.com/wp-rocket-for-newspaper-theme/
https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
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/cloudflare-cdn/
https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
https://forum.tagdiv.com/topic/sql-querys-high-cpu/
https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
https://underconstructionpage.com/optimize-wordpress-database/
https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/

If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray

To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/

Thank you!

Anamaria
tagDiv Staff

Hi,

In order to make them to look the same size, you’ll need to set an excerpt on title and post content like this -> https://i.imgur.com/o8UQm5B.png
Also, you can set the excerpt on words or letters from theme panel -> https://i.imgur.com/c7Q8ckX.png
Here is a similar topic -> https://forum.tagdiv.com/topic/flex-block-1-and-same-blocks-height/

Thank you!

Calin
tagDiv Staff

Hi,
I understand what you are saying. Most of the blocks that have problems were added from the beginning of the theme, when the requirements were not so high, but the problem is that as time passed, new elements were added and the old ones were often not optimized enough to be in step with the present.
If you want you can use that plugin, I think it should not be a problem.
What I can recommend is to try the video playlist, this element use a cache that will provide better results – https://i.imgur.com/ZuGjEsc.pnghttps://forum.tagdiv.com/video-playlist-2/
Thank you!

Viewing 25 results - 4,301 through 4,325 (of 39,816 total)