Forum Replies Created
-
AuthorPosts
-
Hi edfaber!
Please go to Enfold theme options > Header > Header Size and set it to display “custom pixel value” and set the height to 156px
Regards,
YigitHi wigldesign!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitHey ligpunt!
Please link your menu items with “#latestwork” and do not enter whole url
Regards,
YigitHey chryseis!
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 sliderIf you would like to change sizes, please regenerate thumbnails after that using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
YigitHey!
Thank you for your kind words, glad you liked Enfold :) I checked your website and seems like you have successfully updated Enfold. Shall we mark the thread as resolved?
Best regards,
YigitHey Christian!
Please turn on custom CSS field for ALB elements firstly ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ )
then go to Appearance > Editor and add following code to functions.php filefunction add_custom_div(){ ?> <script> jQuery(".your-custom-class-here").click(function(){ window.location = jQuery(this).find("a:first").attr("href"); return false; }); </script> <?php } add_action('wp_footer', 'add_custom_div');Cheers!
YigitHey!
Please add following code to Quick CSS as well
.av-main-nav > li > a { border: none !important; }Regards,
YigitHi MMA_Impact!
Thank you for detailed information. Unfortunately only way to download the theme is, from ThemeForest. We do not have any download link or any other source to provide you theme files. Please contact Envato Support here – https://help.market.envato.com/hc/en-us
Cheers!
YigitHi!
Have you tried de-activating all active plugins and check if that helps? If it does not, please post a temporary admin login so we can look into it
Best regards,
YigitNovember 26, 2014 at 7:29 pm in reply to: How do I use a different navigation for each page? #358484Hi mikaipo!
Please try using this plugin – https://wordpress.org/plugins/zen-menu-logic/
Cheers!
YigitNovember 26, 2014 at 7:21 pm in reply to: Enfold: Avia layout builder not loading since W.P. update. #358470Hey!
3.0.4 is the latest version so it is showing the correct version number. If your issue is something else, please post a screenshot and/or elaborate :)
Regards,
YigitNovember 26, 2014 at 7:05 pm in reply to: How can I make the slider display only the slide title on mobile devices? #358455Hi Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .avia-caption-content, #top .avia-slideshow-button { display: none !important; }}Cheers!
YigitNovember 26, 2014 at 7:02 pm in reply to: Sliders and contact forms not working after an automatic WP update to 4.0. #358451Hey!
Please try re-updating the theme via FTP and make sure to overwrite all files – http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Your website currently does not load on my end so i could not check it. Please make sure that you have posted correct linkCheers!
YigitHi!
That is because you have following code in Quick CSS
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a { height: 125px !important; line-height: 125px !important; max-height: none !important; }Please remove the code and change header height in Enfold theme options > Header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Best regards,
YigitHi!
If you mean the same page, it does look centered on my end – http://i.imgur.com/FLGBnXi.png
If you mean on another page, please post the link to that page so we can look into itRegards,
YigitHey!
Please make sure that your API key is correct – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi!
It is possible but if you cannot see any theme updates in dashboard, you are going to need to update the theme via FTP this time and check your API key once again – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitNovember 26, 2014 at 6:33 pm in reply to: Add extra image to single product page between header and product image #358426Hey!
I just checked your website and this is how it looks on my end – http://i.imgur.com/FdQGizY.png
Have you figured it out already?Best regards,
YigitHey!
Please add following code to Functions.php file and change the link as needed
function add_custom_pp_target(){ ?> <script> jQuery(window).load(function(){ jQuery('.social_bookmarks_paypal a').attr('href','http://kriesi.at'); }); </script> <?php } add_action('wp_footer', 'add_custom_pp_target');Cheers!
YigitNovember 26, 2014 at 6:21 pm in reply to: Contact form and Google Maps elements not displayed properly #358413Hi!
@debkeller Definitely. Enfold version 3.0.4 was released to fix those issues – http://kriesi.at/documentation/enfold/updating-your-theme-files/Cheers!
YigitHey!
@12switch Thanks for the heads up! I moved login credentials to private content :)Regards,
YigitNovember 26, 2014 at 6:17 pm in reply to: Can I import dummy data for just Portfolio section? #358408Hey!
Please firstly enable debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and then insert following shortcodes to your page and portfolio post
1- http://pastebin.com/qtzyUk3J
2- http://pastebin.com/H28QHP12Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.home .footer_color { background-color: red; }Best regards,
YigitNovember 26, 2014 at 5:56 pm in reply to: Can I import dummy data for just Portfolio section? #358393Hey!
I meant from demo site for example – http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
Best regards,
YigitHi!
As far as i remember one user also had the same issue and it turned out to be AdBlock causing the issue. I am using it as well but no issues so far :) Good luck finding the culprit!
Regards,
YigitHi Kendall!
Can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitNovember 26, 2014 at 4:41 pm in reply to: Remove featured image from showing on single product page #358346Hi!
Please use following code instead
a.woocommerce-main-image.zoom.lightbox-added { display: none; }Cheers!
Yigit -
AuthorPosts
