Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Hidden Man
tagDiv Member

Hello,

Thank You for the tip!
Yes that seems a reasonable solution.

But still, isn’t there a line of code that would set the featured image dimensions only for a specific category?
In this case 324×235 for this category: http://helsus.org/category/helsus-dalibnieki-2017/

Thank You!

Hidden Man
tagDiv Member

Hello,

I am currently having a similar issue.
I have a category, under which there are a lot of posts (participants of an event). The default pictures have a variety of dimensions, some are 1900×1800 pix. This, of course, doesn’t come up, when one sees the thumbnail, but it does so, when You open the post. Even if I set the right thumbnail, when I open the post, I am seeing the picture in its full dimension.

Is there a way, how I can set that all the posts within this category the featured image for a specific dimension – 324×235?

These posts are using “Style 2” and “Module 5”.

Thank You!

Hidden Man
tagDiv Member

Hey Mirina,

I found a solution. Just upgrade the WPML. I now have the ” WPML Multilingual CMS 3.6.1″ version. And with a little bit of tweaking the language switcher can be again in the top bar.

Hope it helps!

Hidden Man
tagDiv Member

Hello Neil,

Yes, I found a solution. Just upgrade the WPML. I now have the ” WPML Multilingual CMS 3.6.1″ version. And with a little bit of tweaking the language switcher can be again in the top bar.

Hope it helps!

Hidden Man
tagDiv Member

In the end I added the category’s name.

function exclude_category_from_search($query) {
if ($query->is_search) {
$cat_id = get_cat_ID(‘uncategorized’);
$query->set(‘cat’, ‘-1’);
}
return $query;
}
add_filter(‘pre_get_posts’,’exclude_category_from_search’);

It worked!

Thanks!

Hidden Man
tagDiv Member

Hello Catalin,

Thanks for the help!
But it doesn’t seem to be working. Maybe I have put the code in the wrong functions.php code line?:
http://www.screencast.com/users/mrbubble/folders/Default/media/4861c417-8a00-4d9d-82f4-477f9e3cc01e

Thanks!

Hidden Man
tagDiv Member

Hello Lucian,

I am bringing up his tread one more.
I apologize for my misunderstanding, but where exactly does the category id number has to be placed within the code You provided?

Thank You!

Hidden Man
tagDiv Member

Hello, Catalin!

OK, thanks for he support!
I’ll look in to it.

Hidden Man
tagDiv Member

Hello Catalin!

Thank You for the information provided!

In the last updates there haven’t been any changes that would change the properties/functions of the top-menu bar?

Viewing 9 posts - 1 through 9 (of 9 total)