Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) { #top #wrap_all .av_header_transparency { background-color: transparent; } div#main { margin-top: -80px!important; }}Regards,
YigitOctober 15, 2014 at 7:04 pm in reply to: Big issue with Enfold 3.0.1 + WP4 : AVIA "breaks up" #336318Hey A!
Can you please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
There are some errors in console.Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#red_section { height: 70px; min-height: 70px; }Regards,
YigitOctober 15, 2014 at 6:07 pm in reply to: Control Button on Content Slider Centered Below sliding content #336295Hi!
Please add following code to Quick CSS as well
#top .avia-content-slider-element-container .avia-slideshow-dots { width: 100%; } #top .avia-content-slider-element-container .avia-slideshow-dots { position: relative; top: 380px; }Best regards,
YigitOctober 15, 2014 at 5:56 pm in reply to: Latest enfolf version + WP 4 : Black screen Home Page #336290Hi!
Do you have a testing environment where you have latest versions of Enfold and WP installed? If so, please post login credentials of it :)
Best regards,
YigitHi!
Please go to Appearance > Menus and edit your menu. If you would like to change their appearance, please go to Enfold theme options > Advanced Styling
Cheers!
YigitOctober 15, 2014 at 5:23 pm in reply to: Blog Posts Element – Grid Layout is wrongly including Pages #336267Hey jeeves!
Can you post the link to your website please? We may need a temporary admin login as well so if you do not mind, please post it here as well
Best regards,
YigitOctober 15, 2014 at 5:21 pm in reply to: how to edit or change text layouts on top of fullscreen or large images… #336263Hi tkingsbu!
Please add a Color Section eleement to your page with a custom background image and place your text blocks inside it
Best regards,
YigitOctober 15, 2014 at 5:20 pm in reply to: Widgets in footer are not appearing at the same height #336261Hey Krissie!
I tried to login to your website but i get “Error establishing a database connection” error
Best regards,
YigitHi rseybold!
You can use media queries as following
@media only screen and (max-width: 480px) { .logo { display: none; }}That would hide logo on screens smaller than 480px. If you can elaborate on what you would like to do, we can help you better
Best regards,
YigitHey Effektid!
Please add following code to Quick CSS
strong.second-logo.logo.bg-logo { position: relative; left: 89%; }and remove following one
#aaa { margin-left: 86% !important; }Best regards,
YigitHey Voilaah!
Can you post the link to your page where we can see the issue please? that should not happen
Regards,
YigitHey!
Please use following one for the title
.avia-button-wrap span.avia_iconbox_title { font-size: 24px; }Regards,
YigitOctober 15, 2014 at 4:45 pm in reply to: close button in video portfolio still does not work #336233Hey Stefano!
Have you already figured it out? It does work fine on my end for all of your items
Best regards,
YigitHey!
Please give custom CSS class to your icon list element and then post the link to your website please and point out the icon you would like to target
Regards,
YigitOctober 15, 2014 at 4:42 pm in reply to: Layerslider php errors crashing wordpress. Please help! #336228Hi!
Please try de-activating all active plugins and check if that helps. And let us know if you have questions after updating the theme :)
Best regards,
YigitHey!
Please add following code to Quick CSS as well
form.checkout.wgm-second-checkout .col-1 h3 { margin-left: 10px; } #top div.woocommerce-message { padding: 32px 45% 32px 15px; margin-bottom: 10px !important; }Best regards,
YigitHi!
Feel free to request it or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Regards,
YigitHey Kristofer!
Can you please firstly update Enfold to the latest version 3.0.1 – http://vimeo.com/67209750
Regards,
YigitHi connect4consulting!
Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entriesand edit as needed then regenerate thumbnails using – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
YigitHey mcraig77!
Please add following code to Quick CSS
.home div#av_section_1 .av-masonry-entry { width: 100%!important; }Cheers!
YigitHi Letj!
You definitely can but unfortunately you are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Cheers!
YigitHey Jonathan!
Please go to Appearance > Editor and open Header.php file and place inside <head> tags
Cheers!
YigitHi 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,
Yigit -
AuthorPosts
