Forum Replies Created
-
AuthorPosts
-
Hey!
Please use this plugin to translate missing strings – https://wordpress.org/plugins/codestyling-localization/
please do not forget to rescan theme files before editing themCheers!
YigitHi advancetogo!
You can find image sizes in Functions.php file in Appearance > Editor
$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 sliderRegards,
YigitHey!
Please refer to @guenni007’s post above. If you need more help, please let us know!
@guenni007 Thank you for great instructions Guenter :)Best regards,
YigitHey wantondude!
Can you please post the link to your page where we can see an example?
Regards,
YigitHey!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock.your-custom-class a { color: inherit !important; font-weight: inherit !important; }Best regards,
YigitHey Kavaliauskas!
Can you please try updating WordPress to the latest version 4.0.1 as well?
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #menu-item-search { width: 76%; } .html_header_sidebar .av-sidebar-social-container { top: 20px; }Cheers!
YigitDecember 3, 2014 at 4:10 pm in reply to: Avia Layout Builder broken on Portfolio Entries after moving the Excerpt Layer #362163Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li.av-share-link.av-social-link-mail { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; } li.av-share-link.av-social-link-mail a:before { display: none; }This would replace mail icon with Kriesi logo. You can adjust as needed
Best regards,
YigitHi Fabrice!
Please try adding following code to Quick CSS
.single .big-preview.single-big { z-index: -1; }Best regards,
YigitHi Chris!
The ZipArchive is a standard php class: http://www.php.net/manual/en/class.ziparchive.php
If your server returns an error like “Class ‘ZipArchive’ not found” please contact your hoster and ask the server administrator to activate the ZipArchive class/support for you. Maybe they need to update the php version or change the php.ini config file for you.Cheers!
YigitHi pnacho!
Would you like to apply an attribute to all promobox elements on only to a certain one? If certain one, 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 give your element a custom class. Then post the link to your website and point out the element
Cheers!
YigitHi kkwasniewski!
Please go to Enfold theme options > Advanced Styling tab and edit “Small bar above Main Menu”
Cheers!
YigitHi!
1- Yes, you can leave it there :)
2- Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereBest regards,
YigitHi Lukasz!
Please add following code to Quick CSS
.iconbox_content_container, h3.iconbox_content_title { text-align: center; }Cheers!
YigitHi infobahncreative!
Please choose to display Logo left, menu below in Enfold theme options > Header and then choose to display “custom pixel value” in Header Size and set the height to 150px and upload your logo in 1130x150px.
You may need some custom CSS to adjust it, if you do, please make the changes and post the link to your websiteBest regards,
YigitDecember 3, 2014 at 3:52 pm in reply to: Where to edit the default menue, sidebar, footer of enfold? #362142Hey petcar!
1- What you are seeing is default footer widgets. You should simply add new widgets to footer widget areas in Appearance > Widgets to replace default widgets.
2- You can remove the widgets from “Displayed everywhere” widget area in Appearance > Widgets
3- Please go to Appearance > Menus and edit default menu or create a new one as neededBest regards,
YigitHey johnmac1967!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .av-special-heading { margin-top: 20px; } .page-id-42 div#ajaxresponse_1 { display: none; }Best regards,
YigitHi!
Please access via FTP and go to wp-content/themes/enfold and remove the code from Functions.php file.
Cheers!
YigitHi elcamilo!
Please contact your service provider and ask if they have the back up from few weeks ago
Best regards,
YigitHi martinafuchs!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.entry-content p { font-size: 16px; }Regards,
YigitHey!
Please review your website. I gave custom class to your code block element and adjusted the code in Quick CSS field
Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitDecember 2, 2014 at 9:08 pm in reply to: How to remove the overlay on hover on all images with links. #361768Hey sunworx!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }Regards,
YigitDecember 2, 2014 at 8:15 pm in reply to: How to add my code to header area, which file to edit? #361736Hey!
Please add following code to Quick CSS
.header-scrolled .logo a:before { font-size: 30px; left: 105px; top: -3px; } .header-scrolled .logo a span.front:after { font-size: 14px; top: 15px; position: relative; left: -30px; }Regards,
YigitHey!
Can you please upload your background image ( yos_logo_icon_menu.jpg ) and post a temporary admin login?
Cheers!
YigitDecember 2, 2014 at 8:08 pm in reply to: Color section background image with parallax not scrolling correctly #361733 -
AuthorPosts
