Search Results for 'block'

Results from the Forum
Gatso
tagDiv Member

Hi there,

Is there any master editor? Should I change them on each blocks? I have many blocks in my web site & if I change one by one it will be much job. I would like to change color & size for all categories.

Thank you

anogaa
Participant
#0

Hello,
I have two questions, please answer them,

1) I want to actually achieve Automatic Pagination on Blocks like after 5 seconnds the post should refresh on the homepage. Like the user should not bother to click on next or prev to refresh the post.

2)Currently on Td- composer only we can show categories on pages, can we show tags in place of categories labels. I want to actually have tags on front block in place of category

Please answer them asap. It would be your great help
Thank you in advance

benjaone1
tagDiv Member

I tried:

.td-container.td-post-template-default {
max-width: 1200px;
width: 100%;
}

And my blockposts became 1200 px wide but it messed up the responsiveness.

It looks like this on some window sizes:

https://ibb.co/MsNZNVh

Where it looked like this without the code:

https://ibb.co/5WWN1zq

So I tried this:


@media
screen and min-width(800px) {
.td-container.td-post-template-default {
max-width: 1200px;
width: 100%;
}
}

But somehow it does not change the width?

To fix the sidebars imagesize I did this:

.td_module_1 > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
full-width: 100%;
width: 100%;
}

And it works.

To make all images on blockposts full width I did this:

img {
width: 100;
}

And it works.

How come this code doesn’t change the width?


@media
screen and min-width(800px) {
.td-container.td-post-template-default {
max-width: 1200px;
width: 100%;
}
}

Thanks!

  • This reply was modified 5 years by benjaone1.
Colleric
Participant
Inline CSS - topic
#0

Hi! Is there a way to remove inline CSS styles?

306 display:inline-block;width:728px;height:90px
311 display:inline-block;width:468px;height:60px
316 display:inline-block;width:468px;height:60px
321 display:inline-block;width:320px;height:50px
1169 display: block; visibility: hidden; border: 1px solid transparent;
1169 display:none

floriz123
Participant
#0

Hi there

There seems to be some CSS stuck into the theme settings and we can’t locate it and take it out. If you look at the source code of the homepage you will find this line:

background-image:url(“https://lm.lentus.com/wp-content/uploads/2019/07/Rotterdam-Receives-First-Ever-Blockchain-Container-1-300×125.jpg”) !important;

It seems to be stuck in the settings somewhere but we tried everything but can’t locate it. Could you please assist?

https://www.logistics-manager.com/

Kind regards
Floris

benjaone1
tagDiv Member

Hi,

You are showing a screenshot of a frontpage. How to get the left panel on your screenshot visible on a blockpost?

Thanks

  • This reply was modified 5 years by benjaone1.
Anamaria
tagDiv Staff

Hi,

I don’t understand exactly what you referring to “to adjust the position of photos” if you referring to adjust the image width and height you can make this only on flex elements (Big grid flex or flex block) from tab “Layout” on each module => https://www.screencast.com/t/cCA3ffYVhuZ

Hope this helps you!

Thank you!

Louis
Participant
#0

Hello,

I would like to know if there is a way to adujust the position of photos individually in the big grid full block ?

Thank you a lot,

Louis

Anamaria
tagDiv Staff

Hello,

This can be achieved only with custom code, for example like this => https://www.screencast.com/t/sELJi957Xko
This is the code

blockquote:before {
color:red;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}

If you like it, you can add the code in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Anamaria
tagDiv Staff

Hello,

This a guide on how to Regenerate all thumbnails -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ and one for Theme thumbs -> https://forum.tagdiv.com/theme-thumbs/
If this is not what you mean, please let me know!

Thank you!

Balint
tagDiv Member

Hello,

Thanks for the answer. I use the classic editor, but I saw this option, but how ca I add this element to the blockquote: https://prnt.sc/10pr431

Thanks.

Anamaria
tagDiv Staff

Hello,

You can change the size of the width on each block => https://www.screencast.com/t/mEJMQm4K you cannot set the width for all blocks at once.

Thank you!

Anamaria
tagDiv Staff

Hello,

After you added the blockquote in the Gutenberg editor => https://www.screencast.com/t/JN5bB4shO you can edit the style for it in Single Post Template in the tab called “Style” where you can set the font size, font family etc for blockquote => https://www.screencast.com/t/URw1YmNm8 -> https://www.screencast.com/t/1TiXCurtkuD

Hope this helps you!

Thank you!

benjaone1
tagDiv Member

How do I change the size of the width in all blocks on my site?

Thanks!

Balint
Participant
#0

Hey,

I wanted to customize the blockquote on my site, but I can’t do how I want.

Ex: https://prnt.sc/10pev4z

But I want this style of blockquote

https://prnt.sc/10pew56

The ex. is from this page: https://www.stiridinlume.ro/politica/meghan-markle-la-prezidentiale-sua-2024-nu-sunt-un-fan-al-ei-mesajul-uimitor-al-lui-donald-trump-27378.html

Can you help me what code code I paste to Custom CSS?

Thanks.

sriniprabu
tagDiv Member

1. Yes I am getting the same and its is ok.
2. yes you are perfectly right, I need the featured image only on the grid views and not on the article itself. I want this function only on Smart List not on Standard Post. Are you sure that smart list template 1 to 6 on cloud use the featured image only on the block / grid ? let me try it. – yes it is perfect !!
3. This is amazing good to have a ready to see example.

Thankyou very much

Bettina
tagDiv Staff

Hello!

All categories of level 1(PSA and Verzuim in your case) are considered parent categories.
That block will display this 2 categories alphabetically and you can not choose which one to display.

Thank you!

Bettina
tagDiv Staff

Hello!

The code seems to be alright like this:

.td-post-content blockquote{ text-align: left; }

Thank you!

bzeegers
Participant
#0

I have a Single Post Categories block in my template which I have set up to only show the parent/primary category. However, it shows the first one alphabetically even when the settings are correct.

See screenshots:
https://ibb.co/GdRHZp7
https://ibb.co/YWkpgFQ

Anamaria
tagDiv Staff

Hello,

If you refer to the category that appears on blocks on the homepage like this => https://www.screencast.com/t/u2agawsXK, then you can display only one category, but you can set which category will be display when you make/edit a post from Post Settings => https://www.screencast.com/t/xxLpnWypnIC

Hope this helps you!

Thank you!

Benedict Paramanand
tagDiv Member

Sorry I meant 3 rows for general grid not flex blocks

kapitel7
tagDiv Member

Update:

I tried this and looks like it might be what I was looking for:

.td-post-content blockquote{
        text-align: left;
}
}

What do you think? Does this make sense?

  • This reply was modified 5 years by kapitel7.
Anamaria
tagDiv Staff

Hi,

1. I just made a test and for me, the post with smart list works fine => https://www.screencast.com/t/VycKYZJCCu80 -> https://www.screencast.com/t/bb7Cyb7w9O1W
Please provide more details about your smart list settings that you made, some screenshots.
2. If I understand correctly you want that featured image from post with a smart list to display the featured image only on blocks/grids and not inside the article, if it is so, then you can achieve this on a standard post template without a featured image ( style 5 or style 12 => https://i.imgur.com/g7bmCx5.png), or with a featured image using a custom code CSS to hide the featured image inside the post or a better option is to use a single post template special for a smart list from tagDiv Cloud Library => https://www.screencast.com/t/9MxUbtMt9 where you edit the layout using the tagDiv Composer and remove the elements that you don’t want (the featured image)

3.Yes, you can view all the smart lists templates by checking our article from here -> https://forum.tagdiv.com/smart-lists/
Also, this is a link directly to our live smart list-style -> https://i.imgur.com/srn2OYg.png -> https://demo.tagdiv.com/newspaper/smart-list-style-1/

Thank you!

Bettina
tagDiv Staff

Hello!

Please provide me your website link and a screenshot with exactly the blockquote you want to align in order to help you efficiently.

Thank you!

Ascerendant
Participant
#0

I’ve run into a curious problem after upgrading WordPress to 5.7

Ever since the upgrade the teaser-images on the homepage-block will not load in some browsers. This happens in Edge for me and in Firefox for others as well. Instead of the uploaded picture there’s just the typical grey box as if the image was not present or not loaded. However: Once the browser-window is resized or reloaded with Strg+F5 the images show as intended. As soon as you reload the site again though or navigate on it though, they are gone again. It’s like they don’t load at first and only the resize of the window somehow triggers them to load.

Here are two screenshots of the phenomenon (Pictures not loaded & after resizing the browser window): https://www.flickr.com/photos/192586386@N08/?

I’d be very greatful for any pointers as to how this could be fixed or what produces this effect.

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