Forum Replies Created
-
AuthorPosts
-
Hi Joe
I am sorry for the confusion as well. That code is no longer needed since product page columns are no longer using units. Using only css code should be enough
Cheers!
YigitOctober 15, 2014 at 3:44 pm in reply to: Layerslider php errors crashing wordpress. Please help! #336183Hi!
Have you already figured it out? I checked your site and could not see any errors. Also you are using an older version of the theme. Enfold version 3 has updated version of LayerSlider which is 5.3.0 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHey!
I have changed the sizes of thumbnails but did not want to install a plugin. Please regenerate them using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/ and it should work fine. If not, please let us know
Regards,
YigitHi frescova!
Please go to Appearance > Editor and open Functions.php file and find
$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'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $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 slideradjust as needed and then regenerate thumbnails using – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
YigitHey jasaunders!
Please go to Enfold/framework/php and open function-set-avia-frontend.php file and find
$title = get_bloginfo('name').' | ';and comment it out as following
//$title = get_bloginfo('name').' | ';Regards,
YigitHey!
You are welcome, let us know if you have any other questions or issues
Best regards,
YigitHey letobbe!
Can you please point out the element? I checked your page and both image and button works fine on my end – http://i.imgur.com/ldpCrD8.png
Cheers!
YigitHi Richard!
Please add following code to Quick CSS and adjust as needed
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 6px; }}Regards,
YigitHey!
Please add following code to Quick CSS
.slide-entry-excerpt.entry-content p { margin: 0; } .home div#av_section_2 { height: 180px!important; max-height: 173px!important; }Best regards,
YigitHi!
Please only use the code i posted here – https://kriesi.at/support/topic/buy-button-above-widgets-on-mobile/#post-336102
and do not add the code to functions.php fileRegards,
YigitHi alfengland!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#text-5, div#nav_menu-2 { z-index: 9; }Cheers!
YigitHi jansthh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .avia-button-fullwidth .av-button-description { font-size: 12px; }Best regards,
YigitHi!
Please add following code to Quick CSS as well
input.wpcf7-form-control { width: 100%!important; }Cheers!
YigitHi!
Can you please post the link to your website and point out the element? Please also try adding !important rule to Ismael’s code as following
@media only screen and (max-width: 767px) { .hide-mobile { display: none !important; } }Cheers!
YigitHi CloudChoice!
Please firstly turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then post the link to your website and point out the icon
Regards,
YigitHey unclemurray!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.av-layout-grid-container { margin: 0 50px; width: 93%; }If that does not work, please post the link to your website.
Cheers!
YigitHey!
Have you tried flushing browser cache and refreshing your page a few times after applying the code?
If you did, please also try adding !important rule as following.single-product-main-image { width: 20% !important; }Cheers!
YigitHey Heng!
Can you post the link to your website and write down a search example so we can make sure to understand you clearly?
Regards,
YigitHey!
Please add following code to Quick CSS and adjust as needed
.single-product-main-image { width: 20%; }Best regards,
YigitHey!
Please add following code to Quick CSS
.html_header_top.html_header_sticky #main { padding-top: 98px; }Regards,
YigitHi lolo13!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.html_header_sidebar .logo { padding: 20px; }Cheers!
YigitOctober 15, 2014 at 1:11 am in reply to: When using centered logo layout, huge gap between logo and menu bar #335842Hey!
Do you mind creating a temporary admin login and posting it here privately?Best regards,
YigitHi Eric
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { display: none; }and then add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<strong class='logo-title'>Company Name</strong>"; return $sub; }Unfortunately, it is currently not possible to use widget within header area. Feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
YigitHi!
Please add following code to Quick CSS
#top #wrap_all .main_color h1 { color: inherit; }Cheers!
YigitOctober 15, 2014 at 1:02 am in reply to: When using centered logo layout, huge gap between logo and menu bar #335833Hey!
Please go to Enfold theme options > Header > Header Size and set it Custom Pixel value and then choose to display around 100px
Best regards,
YigitOctober 15, 2014 at 12:36 am in reply to: Latest enfolf version + WP 4 : Black screen Home Page #335830Hi antoinebro!
Please flush browser cache and refresh your page a few times. It does load fine on my end – http://i.imgur.com/kUojZyf.png
Cheers!
YigitHey studioinktvis!
You can try this one – http://tri.be/shop/wordpress-events-calendar/
It is fully compatible with EnfoldRegards,
YigitOctober 15, 2014 at 12:31 am in reply to: How to make article list in categories on front page? #335827Hey migduvednok!
You can use Iconlist element to do so. Please see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/
Cheers!
Yigit -
AuthorPosts
