
-
AuthorPosts
-
February 22, 2022 at 8:19 pm #1341860
Hello how to change featured image size on single portfolio?
February 23, 2022 at 4:56 am #1341914Hey gidantrip,
Thank you for the inquiry.
You can modify the enfold > single-portfolio.php file and change the thumbnail in this code around line 29.
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
Replace “entry_without_sidebar” with “full” or any thumbnails in the following list.
square featured featured_large portfolio portfolio_small gallery magazine masonry entry_without_sidebar entry_with_sidebar shop_thumbnail shop_catalog shop_single shop_gallery_thumbnail
Best regards,
IsmaelFebruary 23, 2022 at 9:37 am #1341956Ok but it should be better ifsetting were in theme options.
ByeFebruary 23, 2022 at 9:42 am #1341957it doesnot work! Image still remain thumbnails
$avia_config[‘size’] = avia_layout_class( ‘main’ , false) == ‘full’ ? ” : ‘full’;
get_template_part( ‘includes/loop’, ‘portfolio-single’ );February 23, 2022 at 1:11 pm #1341990Hi gidantrip,
I have tested the code and it works properly, please try to clear any cache if you have a caching plugin.
If it’s still not working, please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 23, 2022 at 2:04 pm #1342003This reply has been marked as private.February 23, 2022 at 3:24 pm #1342009it works! thank you
February 23, 2022 at 4:23 pm #1342017Hi gidantri,
We’re glad to hear that it’s working now :)
You can remove the temporary admin access.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.