Search Results for 'block'

Results from the Forum
Admirus
Participant
#0

Could you please tell me where in “Block” to change the size of the image?

In Flex Block there is such a function in the Layout-Article Images menu

Bettina
tagDiv Staff

Hello!

Ensure you’ve added a category to your menu https://app.screencast.com/u2dpUEXs2ccyk and not a custom link. Make sure there is no plugin conflict or a caching issue.
You can build a sidebar with the TagDiv Composer. Steps:
1. Insert one new row (or delete an existing one).
2. Divide into two columns (2/3 + 1/3).
3. You can add whatever element you want from the tagdiv Composer to the second column and consider it a sidebar
You can assign or duplicate multiple templates. See https://forum.tagdiv.com/topic/different-logo-in-categorypage/ for more information.
More documentation about the cloud templates is here:
https://forum.tagdiv.com/cloud-library-templates/
https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
https://forum.tagdiv.com/cloud-library-category-templates/
Add multiple shortcodes. Check this guide: https://forum.tagdiv.com/weather-widget/
You can build your own block with any title by using a flex block 1 instead with any filter or sort ordering as presented here: https://forum.tagdiv.com/flex-block-settings-guide/

Thank you!

Bettina
tagDiv Staff

Hello!

The file of Block11 can be found here: wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_11.php

Thank you!

Anamaria
tagDiv Staff

Hello,

You can create a module and add a custom field where you can set your own text -> https://forum.tagdiv.com/modules-builder-newspaper-theme/ -> https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/

Thank you!

Anamaria
tagDiv Staff

Hello,

No, you can not use a single post template like a page template. The page templates can’t be global on each page, and it is not working as a single template, for example.
Create a new page in Dashboard -> Pages, press the publish button, and view. Edit it with the TagDiv Composer: https://prnt.sc/gGw1zq0zdf3r and start customizing it as you like to add text, using the element column text, image using the elements from tagdiv Composer. You can import from the Cloud Library sections, blocks, etc. already designed. Also, you can save the elements from your page with a right-click and use them on the other pages.
You can create a sidebar like in this guide https://forum.tagdiv.com/sidebars-tutorial/

Thank you!

lavozdelfestejo
Participant
#0

Hello,
I am facing several issues and have many doubts. I urgently need your help, as I am planning to launch my website, http://www.lavozdelfestejo.com, in just 8 days, and I am encountering many problems. This is very important:

1. I created the header using a blank template, but now the main menu is not visible on the category pages. What should I do to resolve this? (I have attached screenshots).
2. I want to include a plugin or feature in the header that allows users to select the website’s language. I installed the GTranslate plugin, but it only lets me add it to the sidebar, not the header as I would like.
3. I need to customize the sidebar design for each category. Do you recommend creating individual pages for each category? Currently, they are set up within the main page and do not have a specific template (I have attached a screenshot).
4. The category links are not working. I have reviewed everything, and they appear to be correctly configured. However, whether I click on a category from the main menu or on the summary block on the homepage, the links do not work. This issue is inconsistent, as some links work while others do not, even though they all follow the same pattern.
5. Each category corresponds to a different city. Is it possible to add a custom weather widget to the sidebar for each city? Alternatively, could a widget rotate between the cities represented in the categories?
6. I have created 108 posts divided into the website categories, all using the classic editor. However, galleries added in the classic editor are not displaying correctly. How can I customize these posts and design them using TagDiv Composer? I believe there are templates for posts, but I don’t know how to access them. Currently, I can only use the composer for the homepage. I also need to customize the sidebar for the posts (similar to the issue with the categories).
7. Is there a way to hide the follower count in the social media block? I would like the social media icons to display with a “Follow” or “Like” button but without showing the number of followers.
8. In the “Popular Categories” section, the number of posts published is displayed next to the category name. I would like only the main categories to appear here and not the subcategories. For example, “San Fermín” should appear, but “San Fermín 2023” or “San Fermín 2024” should not.

Please help me fix these issues as soon as possible. It is very urgent.
Thank you so much for your assistance.

Kind regards

Capturas

KennyChuang
tagDiv Member

Unfortunately, Block 11 doesn’t have this setting. Use the posts loop shortcode instead.
–> May I ask which file I need to modify shortcode?

lpecchiproper
Participant
#0

I’m not able to add a correct google map in the home page.

View post on imgur.com


I’v tried in several ways, the last one is to use a flex block builder using a module and pointing to a specific post: I can see the correct address text defining ACF Field = location (text)

View post on imgur.com


but I’m not able to select in Single Post Location Display the correct ACF field,

View post on imgur.com


It works in single post template, but I can’t add a CPT Location Display to a page, also if a use a module.
By the way, I’m using SCF, not ACF and I’ll be glad also to set just a specific location in the home page, without using modules or cpt or afc.
Thanks in advance, Luca

but I can’t use ACF field to specify the location post meta
location post meta

tongyfilardi
Participant
#0

Which is the best way to mimic any of the Flex Blocks, Blocks or Grids in a way where the Editor can publish a title, image, description from the Page Editor but manually, rather than getting the content dynamically from the post itself?

DocDigit
tagDiv Member

Yes it is in my data feed. Tried different URL layouts like
http://site.ooo/?cat=98&feed=rss2 and your suggestion, but no luck yet.
Checked if I blocked in WordPress the RSS functionality: .not

I ask in this forum as i thought it might be Newspaper related, but it could be a WordPress blog functionallity as well. Let you know my befindings.

  • This reply was modified 1 year by DocDigit.
Hopeful_Times
Participant
#0

Hello – I have just purchased Newspaper theme, and against post thumbnails (on my homepage) I need to display an external image URL stored in a custom meta field called “external_featured_image_url” from the database instead of the normal featured image on my home page. This is crucial functionality and I was hoping I will be able to overwrite these template blocks by using files from td-standard-pack in my child theme as you suggest in your documentation, however! I kept on reading and for the latest version you don’t suggest using td-standard-pack.

I typically edit the local PHP templates (e.g., the_post_thumbnail() calls) and replace them with a check for the external_featured_image_url meta url. However, in your theme, the layout is controlled by cloud-based blocks, so there don’t appear to be local template files to customize in a child theme.

I looked for a functions.php filter or action hook that might let me override the featured image logic, but I couldn’t find a clear reference in the documentation.

My Goal:
For any post with “external_featured_image_url” set, show that URL instead of the WordPress “Featured Image” or a placeholder.
If _external_featured_image_url is empty, fall back to the normal featured image or default behavior.

How can I do this?

marty84
tagDiv Member

Thanks, that’s clear to me. I mean this box, I can’t find it.
I can’t find “block” or “flax”

mm-2
tagDiv Member

No offset is used. Taking a regular Flex Block element, putting it anywhere on the site and just selecting the Jetpack Popular sorting option does not work.

Bettina
tagDiv Staff

Hello!

Do you have any offset in the General tab of that flex block? https://forum.tagdiv.com/offset-feature/

Thank you!

Anamaria
tagDiv Staff

Hello,

You can change the style on the block in Gutenberg, or if you want only the font size, family you can do it in Composer -> https://i.imgur.com/Sx1X21y.png

Thank you!

Anamaria
tagDiv Staff

Hello,

Please check the block with “No posts” and delete it the offset number; leave it empty with no space or value: https://app.screencast.com/Gh9jDf6t0XtLS

Thank you!

Anamaria
tagDiv Staff

Hello,

You can set the post type here -> https://i.imgur.com/RDymowz.png -> https://forum.tagdiv.com/flex-block-settings-guide/; this way, it should be displayed on the flex block of post type events. You can check this topic https://forum.tagdiv.com/topic/custom-post-types-the-events-calendar/

Thank you!

Anamaria
tagDiv Staff

Hello,

The page templates can’t be global on each page, and it is not working as a single template, for example.
Create a new page in Dashboard -> Pages, press the publish button, and view. Edit it with the TagDiv Composer: https://prnt.sc/gGw1zq0zdf3r and start customizing it as you like to add text, image using the elements from tagdiv Composer. You can import from the Cloud Library sections, blocks, etc. already designed. Also, you can save the elements from your page with a right-click and use them on the other pages.
You can create a sidebar like in this guide https://forum.tagdiv.com/sidebars-tutorial/

Thank you!

tongyfilardi
Participant
#0

How can I create a Block or Flex to surface info of a Custom Post Type?

mm-2
Participant
#0

We just upgraded from Newspaper theme v9.X to latest v12 (12.6.8), and sorting option Jetpack Popular no longer works, no matter which settings are adjusted, we just see that backend request returns no results (no posts).

Jetpack plugin with Stats Module is being used (without Jetpack Boost) along with Flex Block 1, where we show posts sorted by Jetpack popularity. No caching plugins are active on the site right now, even though the option worked just fine with WP Rocket on 9.X version of the theme.

I can send site details on request via private message. Any help is appreciated.

Thanks,
M

diderino
Participant
#0

in the flex block1 the category filter is not working, the posts are not showing (see image: https://ibb.co/RQMCXHf)

KennyChuang
tagDiv Member

Excuse me , how do I use the posts loop shortcode instead.
I set CATEGORIES -> Per category settings -> Category Cloud Library Template ( use Block11)
Could you give me a sample to do it ?
thanks

Bettina
tagDiv Staff

Hello!

Unfortunately, Block 11 doesn’t have this setting. Use the posts loop shortcode instead.

Thank you!

KennyChuang
Participant
#0

When I use Cloud templates with a Category and add ‘Block 11’, I cannot find the ‘normal pagination’ option in the filter settings -> Extra -> Pagination. How can I add this setting?

thanks

apbforum
Participant
#0

Hi, We are displaying latest posts from a category in a block in frontpage. We want to make selected important posts from the list of topics to be bold. Is there anyway we can achieve this? Here is the screenshot of what we are looking for —

https://ibb.co/jLc1R4K

Viewing 25 results - 1,651 through 1,675 (of 39,816 total)