Search Results for 'block'

Results from the Forum
fabinhoalmeida
tagDiv Member

Hello Anamaria

I’m facing the same problem. I understand that you recommend that a Posts Page not be selected in Reading Settings, but this makes a difference because it influences SEO. Yoast prioritizes this page configured there in the WordPress sitemap list. Therefore, I would like your guidance so that it is possible to at least minimally customize the page configured as a “post page” where the posts are displayed in a flex block with only the title and the featured image and not the full article as is currently the case.

Note: I tried to follow your recommendation to “you can design it first and only after setting it there”, but it didn’t work as expected. I created a new page, customized it using TD Composer, and only then selected it as a Posts Page, but it didn’t work. Could you give me a step-by-step guide on how this would work?

Thank you in advance for your support!

Bettina
tagDiv Staff

Hello!

Yes, you can choose to hide the featured images from those blocks. Check those screenshots: https://app.screencast.com/mXKqYv8w3AovA -> https://app.screencast.com/GWpnBDqsnsV9q
You can hide any element from the CSS tab: https://app.screencast.com/DC5tKoElanPMn

Thank you!

Anamaria
tagDiv Staff

Hello,

Please let me know what theme you installed the plugin on. I guess that is on the Newspaper theme.
You can import the cloud templates, but you must create custom fields, custom post types, and taxonomies. This plugin is used for the style of the blocks, but for functionality, you need to create your own fields and so on. Please check these guides:
-> https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/
-> https://forum.tagdiv.com/custom-fields-support/

Thank you!

Anamaria
tagDiv Staff

Hello,

You can change the style to Quotes https://i.imgur.com/sjcAXQT.png and then your style will be applied.
You can use the custom code CSS for blockquotes and set the custom code in Theme Panel -> Custom Code -> Custom CSS.
Please check this topic with a similar question -> https://forum.tagdiv.com/topic/is-it-possible-that-no-one-has-asked-a-question-about-changing-blockquote-style/
Please let me know how you want to change their style.

Thank you!

rainteq
Participant
#0

Hello,
I use a newspaper with default Pro as a prebuilt template (12.6.8). I am struggling with containers. I would like to force the background image/color in containers to be full-width, but the content keeps the padding as it is.


I tried a few different ways but none gave proper results in stretching the background image, and changing padding in CSS for 0px does more harm than good:
@media (max-width: 767px) {
.tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content {
padding-left: 20px;
padding-right: 20px;
}
}

Result of changing padding from 20px to 0px:
Result of changing padding from 20px to 0px

Current mobile look of the image as the background of container
Current mobile look of the image as the background of container

Result that I would like to get
Result that I would like to get

Container structure in BLock Builder looks like below:

I would be grateful for help.

cherryannwilliams
Participant
#0

I updated the website domain (from dailyscoopslu.com to saintluciadailypost.com) in DreamHost using the domain update tool. It seems to have worked everywhere except in the header background image which still uses the old domain. As a result, the image path is broken. I have been trying unsuccessfully to fix this using TagDiv Composer but the particular area can not be selected. As such, the background image can not be added to the correct div. I checked the code and the code below is where it should be updated, but I can not find a place I can click on the page to access this div, not can I figure out where it is in the database. How can I fix this?

<div class=”tdi_29_rand_style td-element-style”><div class=”td-element-style-before”><style>.tdi_29_rand_style>.td-element-style-before{content:”!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-image:url(“https://www.dailyscoopslu.com/wp-content/uploads/2024/11/xxx_menu-bg_xxx.jpg&#8221;)!important;background-position:center center!important;background-size:cover!important}</style></div><style>.tdi_29_rand_style{background-color:#f9f9f9!important}</style></div>

Bettina
tagDiv Staff

Hello!

I’m glad! Deactivate the Woocommerce and Opt-in builder plugins after you delete their elements from the page. You can use another element for login, a basic one, without needing those plugins. Please edit the search template with the tagDiv Composer, click on that block, and check the settings, or use a flex block instead with no offset value.

Thank you!

Bettina
tagDiv Staff

Hello!

It’s possible to be from the firewall or security module that blocks the admin-ajax.php request, which usually displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this; maybe you have a security module that blocks this.
If you use a plugin like Wordfence, please set it to learning mode.
Also, if you are using Cloudflare, please make sure that it is set as in our guide: https://forum.tagdiv.com/cloudflare-cdn/; you need to disable the Rocket Loader.
Examine some other potential interfering factors: https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/

Thank you!

Bettina
tagDiv Staff

Hello Dimitri!

Please check the filter you use for the flex block builder. Did you mention any post ID?

Thank you!

Simion C.
tagDiv Staff

Hi,

That is the default name of the taxonomies and the custom post type the demo uses.

There are ways to change them however.

1. If you check in the ACF plugin the post type name can be changed there https://prnt.sc/YhkIzpIHbv-C -> https://prnt.sc/DS_k03huSvh8

Same for the services https://prnt.sc/4ZphZn6qwnXs -> https://prnt.sc/_FmVxIXnqDKv

It may be needed to resave the permalinks after changing those names https://prnt.sc/JRTTZxkH7SgO

And please note that if you change the names, you will have to also change them in blocks https://prnt.sc/DLIchmPkjORS and everywhere there is a filter by cpt and taxonomy.

2. I suggest a different way, which is easier. For both the post type and the taxonomy you could set a custom permalink, in the ACF plugin.
So if you edit the cpt in the ACF plugin -> https://prnt.sc/_kZpX5IBFiA2
And the taxonomy -> https://prnt.sc/ssHoUnDj4Zyb
You can set a custom permalink, with the names you want. This method is easier and you won’t have to do anything else.

I suggest the second method. But either of them work. Please try it.

Thank you!

Simion C.
tagDiv Staff

Hi,

The test seems to pickup the design of the headings (article titles) in this block https://prnt.sc/RTEkhyZfgHpH The theme loads inline styles for the titles. But this isn’t normally a problem.

If however you don’t want those inline styles there, you could activate this option in the theme panel https://prnt.sc/tr-3TKwv1Nma which will gather all of the inline styles and load them in a different way. Then the text should not pick them up anymore.

Thank you!

Bettina
tagDiv Staff

Hello Dimitri!

You can add a flex block builder shortcode in Gutenberg, but you should also specify the module name and ID.
For example: [tdb_flex_loop_builder cloud_tpl_module_id=”47861″]
tdb_flex_loop_builder => This is the name of the flex loop builder that is general
The module name and ID can be found if you first build the flex block builder in the tagdiv Composer: https://app.screencast.com/zVWPVDzI5QYbt. From here, you can get all your info.
I can also help you via email at contact@tagdiv.com if you let us know all the details.

Thank you!

Hamet
tagDiv Member

Hi, I followed your explanation link for WPML, but it still doesn’t work. I’ve activated everything but tagdiv elements like titles, text blocks, buttons are not detected and then translated, I had to do it manually for the 2 languages and it’s taking forever. Please help me solve this problem.

E K
Participant
#0

It looks like every page creates an external link to the WhatsApp API page. Can you please advise on removing or blocking the Whatsapp share button from doing this?

https://ibb.co/VNT0MS1
https://ibb.co/d46bd4T

urbandigital
tagDiv Member

Hi Anamaria,

Thanks for your response and sorry for the mistake. Here you can see the screenshot: https://drive.google.com/file/d/1_bSMOC90aZTsQUxgElXKMVto2Ni7v7lt/view?usp=sharing

The thing is that I don’t want to build a single post template (I have done this already) but I want to have a dynamic Flex Block Builder module that I can insert in between my text in a wordpress post. Is this possible?

Thanks,
Dimitri

intmedia.adm
tagDiv Member

What kind of block is suitable for such a task?

Bettina
tagDiv Staff

Hello!

Ensure you’ve set the module template in the flex block builder shortcode. Also, check that the module template you’ve set can be found in the Cloud Templates -> Modules. More info here: https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/ -> https://forum.tagdiv.com/modules-builder-newspaper-theme/

Thank you!

Bettina
tagDiv Staff

Hello!

Unfortunately, we have only this similar filter in the flex block: Single – Related from tags: The articles can be sorted by the current post tags.

Thank you!

in2town
Participant
#0

I am using the eco verse template, first time I have tried it but I get an error coming up

Flex Block BuilderThe Cloud Library Module Template set for this block is not valid or it no longer exists. Please select another Module Template.

Can anyone help please

intmedia.adm
Participant
#0

Hi!
On the post page I added a Flex Block 1 block and I need to display there the posts from the first tag of the current post (on which the block is located).

How can this be done?

urbandigital
Participant
#0

Hi, I’d like to insert templates from my cloud library as blocks in my WordPress POSTS (not pages). Is it somehow possible to achieve this?

Here is the screenshot of what I mean: https://drive.google.com/file/d/1_bSMOC90aZTsQUxgElXKMVto2Ni7v7lt/view?usp=sharing

Thanks!

Anamaria
tagDiv Staff

Hello,

I see; I recommend using a cloud template for the tags/posts/categories/search and so on because are more flexible and you can edit them with tagdiv Composer https://forum.tagdiv.com/how-use-tagdiv-cloud-library-templates/ -> https://forum.tagdiv.com/cloud-library-templates/
To change now the text color is by using a custom code css-> .td-page-title, .td-page-title h1 {
color: red!important;
}

Set the code in Theme Panel ->Custom code -> Custom CSS
Also, the posts from this block are working -> https://i.imgur.com/gOni3jB.png can you please provide more details about your issue?

Thank you!

Anamaria
tagDiv Staff

Hello,

Yes, if you have set there a default image tgsi will be displayed only in the post template, not on the blocks in the page -> https://i.imgur.com/PIEnGss.png -> https://i.imgur.com/FJzzpWc.jpeg\

Thank you!

abc
tagDiv Member

I blocked IP except Japan for security reason but I removed it now,you can Access now.

Please look at this.

https://fukugyo.blog/review/tag/ask-gc

You can notice h1 section and article title are unclear or obsure.

I want to change color to white.

And I have one more question.

Looks like page nation on footer is not working.

The link https://fukugyo.blog/review/tag/ask-gc# will be displayed when I mouse hover.

I will send a screenshot of the current settings.

View post on imgur.com

Anamaria
tagDiv Staff

Hello,

We do not recommend setting two posts loop on the same page/template because most of the settings from the first loop element will be inherited for the second one.
A workaround is to use flex blocks, and set the ads after each flex block and using the offset option -> https://forum.tagdiv.com/offset-feature/
For flex block, you should choose the current category“: Category – Current category ”special filter: https://forum.tagdiv.com/flex-block-settings-guide/

Thank you!

Viewing 25 results - 1,676 through 1,700 (of 39,816 total)