Skip Navigation

[Resolved] Define image sizes in view

This support ticket is created 3 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 28 replies, has 4 voices.

Last updated by maiS 3 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#1929211

Hi Shane,

Okay now it seems to be back - but the space between the columns are not reduced now. Was that possible?

#1929595

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Mai,

I've reduced the column spaces once again. Unfortunately anymore reduction will result in the texts being broken into a new line which I believe isn't a desirable result.

Can you have a look now and let me know if the setup is to your liking .

Thanks,
Shane

#1935349

Hi Shane,

That looks perfect.
So I need the search bars in the top to not appear in the search results and I need the search result itself (image, title etc) to be click-able and lead to the camp.

#1935373

I just checked again and now the text is back under the image - i don't know why, i just checked the page again.

#1935397

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Mai,

So given that you've already set the image and the title to link to the post there isn't much for me to do here.

Secondly given that this is the page the view was created on we won't be able to remove the search bar, however I suspect that this won't be the final page for the view.

In such a case when you're adding this view block to the correct page you will get the option to add the search bar only or the results only.

Thanks,
Shane

#1937801

Hi Shane,

Okay so now i tried implementing the view to the two pages and as you see we are back to the old problem with the search icons. Please see here:

hidden link

You guys helped me solve it a long time ago. Can you help me again?

As you can see on the search result page the search form appears on the buttom of the page - please see here or press the "search" button on the search form.

hidden link

Can you help me remove it? Thanks.

#1938255

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi mai,

For the images it seems to be caused by your custom css.

.content>*.alignfull img {
  display: block;
  width: 100vw; 
}

However you can resolve it by overwriting the width attribute for the icons using the class on the images. Like this.

.ui-datepicker-trigger{

width: 10% !important;

}

On the search results page i've also changed it to the new view that you've created as well as removed the search bar. The columns will need a bit of adjust given the space that is currently there now but you should be able to drag the columns to the appropriate width that you want.

Thanks,
Shane

#1940489

Hi Shane,

Thanks for helping with the search results

Where do i put the class and where can i find the css box?

#1940919

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Mai,

I went ahead and added it to the view's css at the link here.
hidden link

If you want to edit the css for this particular view, you can access it by using the block navigation tool at the top of your screen, then select the view.

On the right hand where you have the view tab just scroll to Custom CSS and JS

Please let me know if this helps.
Thanks,
Shane

#1950899

Thank you Shane 🙂

#1950905

and also the search results view on this site - i can not get the image size to work. On both i wish for 600x400 pixels

hidden link

#1951485

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

Shane is on vacation this week.

I see that you have opened a new thread about what appears to be the same issue, so I suggest you close here and a supporter will continue in the other thread.

https://toolset.com/forums/topic/image-size-not-applying/

#1953893

Hi, I'm following up on Shane's tickets while he is on vacation, and it looks like we can close out here since there is another open ticket.

#1956717

My issue is resolved now. Thank you!