-
Search Results
-
Topic: dropdown menu adjusment
Hi,
I need some help adjusting my meg menu drop-down menu. I currently have 4 thumbnails in my nav as you see but the first and last image are not resizing proportionally the same as the 2 in the middle. I am guessing it’s margin size on the first and last. where can I adjust it so all the thumbnails are the same size?
https://www.evernote.com/l/AHEUJU5QRwdIFKMFc1Nzy_7H_Uk2EtfcVbQThank you so much in advance.
Did.How can I change the featured image size of a post on the archive pages for categories?
I have a small 200×200 thumbnail I use and it’s being stretched on the archive pages to fill container space. I want it to list the same style and size as it does on the pages in my site.How it looks now

Closer to how I want it to look

Hi,
I am wondering if there is a way to ad the option to show/hide thumbnails in the admin part odf the Latest News wigdet. Or if there is another way to remove the thumbnails on some of the places where the widgets is used?
I’d likke to keep the thumbnails here: https://frakka.se/kunskapsbas/nyheter/
but remove them here: https://frakka.se/vara-tjanster/stambyte/Best Regards,
RikardHello,
I could not see where to add a query on the forum. I have some issues I’m hoping you can help with:
– the thumbnails are not appearing on my blog post grid layout
– I cannot make my main menu centredAny assistance would be much appreciated.
Thanks, fionalea
Hello,
I could not see where to add a query on the forum. I have some issues I’m hoping you can help with:
– the thumbnails are not appearing on my blog post grid layout
– I cannot make my main menu centredAny assistance would be much appreciated.
Thanks, fionalea
Hi,
I would like to show the excerpt text of my portfolio items under the portfolio title, not under the thumbnail (see image). By default, the excerpt text is placed under the thumbnail.

So to be clear: the Dutch text “De balayage trend is er al weer een paar jaar. Maar deze techniek is tijdloos. Zie alles over deze laatste trend.” should appear directly underneath the title, at the right side of the thumbnail.
hello,
we added the “child latest news” widget to our sites sidebar & discovered the image was just waaayyyy tooooo small. i couldn’t find how to control this with just css overrides, so i searched these forums & found 2 pieces of code to add to our child functions.php file…
the first was…
$avia_config['imgSize']['widget'] = array('width'=>250, 'height'=>250);for reference, this did not make a bit of difference. i’m confused as to why not tho, since it seems to be a direct override of what’s in the main theme’s functions.php file.
the second was…
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['widget'] = array('width'=>250, 'height'=>250); return $size; }this worked.
note: yes, i read & can bare witness that in order for this to work, we had to “regenerate thumbnails” via that plugin. which is unfortunate that this action requires the use of yet another plugin. but… it worked.
note2: and yes, this still required a little bit of css’ing…aside.sidebar .news-thumb, aside.sidebar .news-thumb img { float: none !important; width: 100%; height: auto; }so, that’s all fine (sorry to be so long winded here, but we’re finally to my question) – the problem is, now that that’s working, when we go in to the wp-admin > posts, all the featured images there are huge & gets muddled up with the text & links for each post.
so it looks like the theme’s latest post widget uses the same code naming as the wp admin post page. ugh!
is there a way to separate these? i did not want to change the admin interface at all.
& whilst i’m on the subject, i just don’t get the purpose of generating all those image sizes for each uploaded image. it’s such a waste. is there a way to just have what’s needed be auto-generated when called upon?
also, if i want to delete all the extra ones, how do i know what’s safe to delete & what’s not? do i have to go thru my site & just look at the code for each image to see what size it’s using?
thanks.


