neurophunk
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [ColorMag] Featured image auto cropHi,
Where should I add this line?
I tried after the image size block, but didn’t work. I deleted the cache and regenerated the thumbnails as well.add_image_size( 'colormag-highlighted-post', 392, 272, true ); add_image_size( 'colormag-featured-post-medium', 390, 205, true ); add_image_size( 'colormag-featured-post-small', 130, 90, true ); add_image_size( 'colormag-featured-image', 800, 445, true ); add_filter( 'colormag-featured-image', '__return_false' );your support is highly appreciated!
Br,
Zoltán
Forum: Themes and Templates
In reply to: [ColorMag] Featured image auto cropSure
// Cropping the images to different sizes to be used in the theme. add_image_size( 'colormag-highlighted-post', 392, 272, false ); add_image_size( 'colormag-featured-post-medium', 390, 205, false ); add_image_size( 'colormag-featured-post-small', 130, 90, false ); add_image_size( 'colormag-featured-image', 800, 445, false );Br,
Zoltán
Forum: Plugins
In reply to: [Max Mega Menu] Mega Menu: Show submenu items without hoverThank you, worked like a charm. 🙂
Forum: Plugins
In reply to: [Max Mega Menu] Mega Menu: Show submenu items without hoverHi,
I have the same issue on my site.
The menu item called Katalógus is a megamenu, with a lot of submenus.
The submenus are not visible until hover.Link to the site:
http://bookhuntress.hu/Please advise,
ZoltanForum: Plugins
In reply to: [Max Mega Menu] Mobile menu not show up alwaysThanks Tom, it worked! 🙂
Viewing 5 replies - 1 through 5 (of 5 total)