Search Results for 'block'

Results from the Forum
Koder
Participant
#0

Hello,
The “Single Post Featured Image” block does not have an image height setting, unlike the “Single Post Bg Featured Image” block, which has an “Image height” option. How do I set the height in the “Single Post Featured Image” block?

adityabansal
Participant
#0

Topbar

I want to add shortcodes in the topbar, currently I’m using “Title with text” element and in content section I’m adding these shortcodes to reflect here. I’m using inline-block or inline-table for css padding but it only works left and right padding. As these topbar are extremely small I want to know how can I add more shortcodes widget here without “Title with text element” so that I can move it easily using css padding. Any other option to add shortcodes here?

ishaque001
Participant
#0

Hi Team

I am looking for a plugin or feature in the newspaper theme where

A guest with writing skills completes registration as an author

While approving, there is an option to add the author as;
Paid per Post: Based on the number of posts published, he gets credit. The rate of credit/Post is set in the backend by the admin
Paid per Post Engagement: Based on the number of views, the author is paid. (Option to select number of visits per IP/day will be counted for this | Bot Blockers | Ad Blocker Based Counter | Number of seconds required for counting it in)

If this can be implemented, it will be great. Any plugin type of thing on paying extra (if introduced) Its okk.

Regards

batto
tagDiv Member

The problem is that if I close the WP Editor window, that content isn’t saved; it’s still empty. I don’t know what to do to get the block content to save. Is there a video where I can see how to use Column Text?

View post on imgur.com

View post on imgur.com

  • This reply was modified 11 months by batto.
Calin
tagDiv Staff

Hello,

For review to be set to the right use this code
body.woocommerce .woocommerce-tabs .panel {
text-align: right;
}

For the Woo Product Block you can use the settings from the blockhttps://i.imgur.com/j4iB67f.png

For block title if you want you can use a global css like this one
.td-block-title {
text-align: right;
}

Thank you!

batto
Participant
#0

How do I save the content of the Column text block once I have written it? I do not see any accept or save button.

View post on imgur.com

cloverjim
tagDiv Member

Also Woo Product Block Title

oposum
Participant
#0

Hey, can’t figure out how the articles on homepage are showing date 1 week in the future?!
https://skrivnostna.si/

View post on imgur.com

Any help appreciated

Calin
tagDiv Staff

Hi,
The classic blocks have only a few options. If you need to have control over each option of a block, then please try the flex block 1; this one can be edited as you want.
1. It can be done only with css, the classes for the element are:
.td_block_template_7 .td-block-title:before {
// your css here
}

2. What you can try are the style options in especially the line-height – https://i.imgur.com/m7u1oQ8.png
3. For block 2 what can be done is to use some custom css for the excerpt and date color, for excerpt length, you can use the options from the blockhttps://i.imgur.com/DSgZQsA.png
.td_block_2 .td-post-date {
color: red;
}
.td_block_2 .td-excerpt {
color: darkgreen;
}

Thank you!

Marcellino
Participant
#0

Hello, I’m using Newspaper theme and “Free News” prebuilt site. I’m trying to set the filter category for Flex Box 1 at the top of the page

I’ve set for the article as Primary category: “Ultim’ora” (id:72)
Article primary category

I set as category filter for the Flex Box 1: “Politica” (id: 72)

Flex Box 1 category

As you may see by second image, it shows always “No posts”. If I set “All categories” and sort by latest, in the box it shows an article that came with the template (the only one I left, as I removed all the others) but doesn’t show my first article

Please, can you help me? Thanks in advance

duck1970
Participant
#0

Hello, I’m working on Block 2 and have three questions about the design of this block.
1. Is it possible to make the Header pattern larger to display an image I want?
2. Is it possible to make the Block title a little larger?
3. Can I change the text color of the Excerpt length and the date?
A screenshot is attached.
https://new.radiomarcabarcelona.com/capture/block-2.png
https://new.radiomarcabarcelona.com

Thank you very much for your work.

Calin
tagDiv Staff

Hello,

1. This can be done by using tagDiv Composer and checking if there is any extra element in that space. If there are no elements, then you can select the row and check in css tab and set the margin top/bottom (depending on the element selected) and a number for example, 0 or 10

2.3. The author and counter from the lock can be disabled from the theme panel > block settings> meta info on modules/blocks – https://i.imgur.com/sWziYdZ.png

Thank you!

Calin
tagDiv Staff

Hi,
Yes, this can be done using the “Multiple terms filter:” from the block and if you want the article to be in all terms – https://i.imgur.com/4Xx6nMG.png https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!

Calin
tagDiv Staff

Hi,
This option is only for description; if you want to do it for the title, then you can use this custom css:
.td_block_image_box .td-custom-title {
top: 90%;
}

The css can be set in the theme panel, custom code, custom css or you can set the css directly in the page with the tagDiv Composer in raw css.
Thank you!

duck1970
Participant
#0

Hi, I’m creating a new website, and I have three questions about finalizing my homepage design. Here are the three questions to see if you can help me.
1. Is it possible, using code, to merge my header image with the first news block so that it displays as much space?
2. Is it possible to not display the author in the news?
3. Is it possible to not display the visitor counter?
I’ve attached a screenshot (https://new.radiomarcabarcelona.com/capture/NEW.png) and a link to the website under construction (https://new.radiomarcabarcelona.com).
Thank you very much for your dedication.

cloverjim
tagDiv Member

Hi,
Does the Woo Product Block have only one layout? Doesn’t it have multiple styles like the other blocks?

Calin
tagDiv Staff

Hi,
Yes, the Flex block can display the products – https://i.imgur.com/0UO3u8L.png, but it will show them as articles — only the image and title, without the price. For WooCommerce products, it’s better to use the Woo Product Block element https://i.imgur.com/D3BK5az.png, as it includes the price along with the product details.

Calin
tagDiv Staff

Hi,
I will recommend using a flex block; this can be edited how you want using tagDiv Composer and the settings from it. The old blocks, like the one mentioned, have only a few options and need to be adjusted with css if an option doesn’t exist.
A css that can be used for yor your
.td_block_15 .td-module-title a {
color: #fff;
}

Thank you!

cloverjim
Participant
#0

Hi,
In these elements, is it possible to display WooCommerce products as well, or do they only show the site posts?

View post on imgur.com


Thank you!

Clecio
Participant
#0

I’m using block 16, and when I hover over it, it changes color to blue, but the initial color doesn’t change from black to anything else.

Any suggestions as to what the problem might be ?

https://app.screencast.com/YY7f0hziCNB4d

Calin
tagDiv Staff

Hi,
I think I understand what you mean, I think you mean that you have set a title on a block and I think you want that when there is no article available to be shown, the title is not shown either. For this you need to use a js code like the one here https://pastebin.com/t2CnR8fW if you have the possibility to set it directly in the single post template with tagDiv Composer https://i.imgur.com/nko9bss.png if not, the code cna be set in the theme panel > custom code > custom javascript – https://i.imgur.com/0Q15qea.png
Thank you!

kaiakpj
tagDiv Member

Hi Calin, thanks for your reply.
But I don’t understand how the filtering works.
Let me explain:
I entered the ID of the “Issues” I’m interested in and the “Sections” in the filter tab, under “Multiple terms filter.”
But if I enter both, separated by a comma, it says it can’t find any associated POSTs, but that’s not the case…
Could you help me understand better?
Thanks.
I’m attaching a screenshot to help you understand better.

My “Issues,” which in Italian would be the “Numbers” section, is populated with “Cattivi pensieri,” and the “Sections,” which in Italian would be the “Section,” is populated with “Editoriale.”
As you can see, both are set to the content type.

I don’t understand how to filter.
I’d simply like all the content from the “Editorial” section of the “Cattivi pensieri” issue to appear in that single Flex Block.

In this photo, I’m showing you that the first article shouldn’t appear in that Flex Block because, as you can see, it has a different “Number” but the section is the same.
I need that Flex Block to only display all articles with the same “Number” and “Section” based on the ID I give them.
So, it should only show me the last two articles.

Contenuto

As you can see, if I enter both IDs, nothing is filtered.

No post

Also, could you explain better the “Posts(cpts) must belong to all terms” function?

I hope I’ve been clear.

Thanks so much

Calin
tagDiv Staff

Hi,

I added it to our list of suggestions and our manager and developers will check it.

I do not know exactly, but maybe there is a plugin that can display a different image for the Woo when you hover over the block image. For example you can try this plugin https://wordpress.org/plugins/secondary-product-image-for-woocommerce/ and set the shortcode for voo using the element Woo Shortcodes https://i.imgur.com/RXwxXXF.png

DocDigit
tagDiv Member

I thought that as well but currently it does not.
Pl refer to https://cloudzeeland.nl/gen-z-loopt-het-meeste-risico-door-ai/
where the title of the block still shows: ‘Lees ook’ (dutch for read as well).

Calin
tagDiv Staff

Hi,
To remove the view count, you need to use tagDiv Composer, edit the single post template, and select the element you want to delete. This can be removed by selecting it and pressing the delete button on the keyboard, or using the right menu from a mouse click.
https://i.imgur.com/xbwtcll.pnghttps://i.imgur.com/jqBiz5b.png also from the theme panel please disable the – https://i.imgur.com/pAVrUoa.png
For comments on block, you can use the theme panel option – https://i.imgur.com/Wk5QkwW.png
Thank you!

Viewing 25 results - 851 through 875 (of 39,816 total)