Forum Replies Created
-
AuthorPosts
-
Hey!
You can find it on line 101. This code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);Best regards,
IsmaelHi AlutermGroup!
128M for the memory limit is quite sufficient to run the theme on the back and the frontend. We always suggest to increase the wordpress php memory limit to at least 128M.
Best regards,
IsmaelHi!
Can you please post the link to the page with the bold text? Please try Yigit’s advice, see if it works.
Best regards,
IsmaelHey!
Can you please post the link to the website? Do you have a cache plugin? Please disable that first.
Cheers!
IsmaelHey!
How are you? I hope you feel great today.
Enfold 2.6 offers a new way of constructing the header. Please remove all css modifications that you added for the header then reconfigure the header settings on Enfold > Header. You’ll see a lot of options like header height, logo position etc.
Regards,
IsmaelHi!
Please edit the thumbnail size on functions.php, find this code:
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogsIncrease the width and height, if necessary set the crop to false. Something like this:
$avia_config['imgSize']['square'] = array('width'=>312, 'height'=>302, 'crop' => false); // small image for blogsRegenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi!
You can use this:
#header_main { padding-top: 20px; } #header_main .container, .main_menu ul:first-child > li a { height: 108px; line-height: 108px; }Cheers!
IsmaelHey elmanisero!
Thank you for using the theme and for the Enfold translation! I hope you’re doing well today.
Kriesi custom coded the header for the demo. Unfortunately, that is not possible without major modification and is beyond the scope of support. Please hire a freelance developer to modify the headers for each page.
Best regards,
IsmaelHi!
Can you please post the link to the actual page with the polish characters? Maybe try to set the font-weight to normal.
Best regards,
IsmaelHey!
Thank you for using the theme. I hope you’re doing great.
You have a very old version of the theme. Please download the latest version of Enfold 2.6.1. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
After the update, please recreate the portfolio page then reconfigure the options.
Cheers!
IsmaelHi Edna!
A single image is broken down or cropped into smaller thumbnails. The theme resizes the image and create smaller version of the thumbnails. You can find those thumbnail or image sizes on functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider //overwrite blog and fullwidth image on extra large layouts if(avia_get_option('responsive_layout') == "responsive responsive_large") { $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider }It is quite normal for a wp installation to have different sizes for a single image.
Best regards,
IsmaelHi netztaucher!
Please go to Enfold > Import/Export > click Import Parent Theme Settings or reconfigure the header options again if necessary.
Cheers!
IsmaelHey modelity!
Cloning files on the child theme directory is a common practice if you want to preserve the modifications. Unfortunately, the theme doesn’t have filters for all the options that you want to change so you might need to copy the whole function or create the same file on the child theme directory.
Cheers!
IsmaelHey priitr!
The theme doesn’t have control over that options. That will depend on the kind of browser you’re using.
Cheers!
IsmaelHi!
You can adjust the left margin of the sidebar using this on Quick CSS or custom.css:
.inner_sidebar { margin-left: 10px; }Regards,
IsmaelMarch 14, 2014 at 4:11 am in reply to: Main menu item highlighted, when being on a grandchild page #237363Hi COLORIT!
Please try this one:
.header_color .main_menu ul:first-child > li.current-menu-ancestor > a { color: #A882BD !important; }Cheers!
IsmaelHey!
1.) Please use this on Quick CSS or custom.css:
h3 { font-size: 20px; line-height: 1.5em; margin-bottom: 8px; }2.) Use this for the tab title:
.js_active .tab { font-size: 15px; }3.) Like the Devin and Dude said, it is not possible to have an advance filtering for the portfolio entries without major modification. You can hire a freelance developer to modify the category sort function.
4.) Please use this:
.inner_sort_button span { padding: 0 10px; }Cheers!
IsmaelHey Rusty!
Have you tried using the top center option for the background position? Please try this on Quick CSS or custom.css:
.avia_mobile .avia-full-stretch { background-attachment: scroll !important; background-size: 100% 130% !important; background-position: center top !important; }Cheers!
IsmaelHey DavyE!
The option is still there. Please reconfigure the fullscreen slider images then look for “Apply a link or buttons to the slide?” > select “Attach one button”. You can also add two buttons if you want. If you want to open the link on a new window, look for “Button 1 Link Target?”, same goes with the second button.
Cheers!
IsmaelMarch 14, 2014 at 3:53 am in reply to: Problem with ICON box which is too deep in any browsers #237355Hey!
Please add this on Quick CSS or custom.css:
.avia-section.av-minimum-height .container .content { vertical-align: top; }Regards,
IsmaelHi!
Please go to Enfold > Header then reconfigure the header options. Maybe, clicking the “Save Changes” button once will fix the header. If you have any css modification done for the header, please remove those then modify the header settings again.
Regards,
IsmaelMarch 14, 2014 at 3:49 am in reply to: Woocommerce caching 'successfully added to your cart.notifications #237353Hi ttem!
I don’t see the issue on my end. Maybe you added them on your end? Yes, Kriesi uses WP Super Cache.
Regards,
IsmaelMarch 14, 2014 at 3:37 am in reply to: Privious/next links in single portfolio items dissapears #237351Hi!
Kriesi deactivated the avia post navigation on pages with fullwidth slider. Please add this on functions.php if you want to activate them on all posts or pages:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }Best regards,
IsmaelMarch 14, 2014 at 3:32 am in reply to: Is there a 'best/optimal' image size for the 'full screen slider' images? #237349Hi t3lgroup!
How are you? I hope you’re doing well today.
The Enfold demo uses images with 1500x1500px for the fullscreen slider. You can use images a bit larger than that.
Cheers!
IsmaelHey Marssolutions!
What version of the theme do you have? On what browser and OS are you testing this with? Please post the link to your website so that we can inspect it.
Cheers!
IsmaelHi stefano_ts!
The website is not loading on my end. Can you please post a screenshot of the issue? I’ll ask the rest of the support team member to check this.
Regards,
IsmaelHi SwipMedia!
Thank you for using the theme. I hope you’re doing great.
I checked the website and the slider responds properly. Can you please post a screenshot of the issue?
Best regards,
IsmaelHey!
Can you please post the link to the website? A screenshot of what you’re trying to do will help. Maybe, you can use this plugin to be able to insert php codes on the editor: http://wordpress.org/plugins/insert-php/
Regards,
Ismael -
AuthorPosts
