Forum Replies Created
-
AuthorPosts
-
Hi!
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Regards,
YigitAugust 5, 2014 at 11:37 am in reply to: layersldier get cutting off right and left side on mobile #300136August 5, 2014 at 11:36 am in reply to: Change background color of Enfold (left right sides only) #300135Hey!
Please go to Enfold theme options > General Styling > Use stretched or boxed layout? and choose “Boxed layout” and change background color
Best regards,
YigitHey wacky32!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-main-nav ul ul { left: 207px; }Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_promobox { margin-top: 20px; }Best regards,
YigitHi vk5kdc!
Please go to Enfold theme options > Advanced Styling and simply edit “Main menu links” and “Main menu sublevel links” :)
Cheers!
YigitHey!
Glad you figured it out M and thank you for sharing your solution!
Best regards,
YigitHi Franck!
Please feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
For a temporary workaround, you can give an unique class to column element ( please see Josue’s post here – https://kriesi.at/support/topic/how-to-trigger-specific-elements/#post-268697 ) and then you can add following code to Quick CSS in Enfold theme options under General Styling tab
.flex_column.custom_class { border-right: 1px solid #e2e2e2; }Regards,
YigitHi PurpleEdge!
Please edit your table element and click on highlighted X to remove a column – http://i.imgur.com/r7aZpd0.png
Best regards,
YigitHey!
We recommend Contact Form 7 plugin – http://wordpress.org/plugins/contact-form-7/
Regards,
YigitHey!
Glad @guenni007 could help Franck! And thank you for sharing your solution :)
@guenni007 Thanks Guenter!Cheers!
YigitHey!
You would like to hide thumbnail in post navigation, is that correct? If so, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-post-nav .entry-image { display: none !important; }Best regards,
YigitHey!
Glad it works fine now Avraam, let us know if you have any other questions or issues
Best regards,
YigitAugust 5, 2014 at 11:10 am in reply to: How to update a new version without changing costom CSS code? #300107Hey!
Yes, please copy all modified files to your child theme. Make sure they have the same path i.e. enfold-child/css/layout.css
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-menu-fx { height: 7px; background-image: url(https://drj11.files.wordpress.com/2009/04/ramp3-50.png); background-size: cover; }Regards,
YigitHey Franck!
Can you post the link to your page you showed in your screenshot please?
Cheers!
YigitAugust 5, 2014 at 11:02 am in reply to: How to update a new version without changing costom CSS code? #300099August 5, 2014 at 10:57 am in reply to: layersldier get cutting off right and left side on mobile #300096Hi William!
Please change “1140” values in Responsive under and Layers container to “1700” and check if that helps
Regards,
YigitHi!
Have you tried using this plugin – https://wordpress.org/plugins/wp-image-size-limit/
I posted image sizes of Enfold to show it is not using 5000x3000px imagesCheers!
YigitAugust 5, 2014 at 10:50 am in reply to: How to update a new version without changing costom CSS code? #300089August 4, 2014 at 7:13 pm in reply to: How to not display "Home" menu item on home page but display on all other pages? #299824Hi avraamd!
Are you using any plugin like Jetpack to display a different theme on mobile? If so, please disable it
Cheers!
YigitHi Slade!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and change the link as needed
a#advanced_menu_toggle:before { content: url(https://cdn4.iconfinder.com/data/icons/miu/22/editor_list_view_hambuger_menu-24.png); }Cheers!
YigitHi Gabster!
You can find image sizes adjusted by Enfold 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'=>710, 'height'=>575 ); // 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'=>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 }You can try using a plugin like this one – https://wordpress.org/plugins/wp-image-size-limit/
Cheers!
YigitAugust 4, 2014 at 6:46 pm in reply to: Toolbar not showing on tabs and add image button not working #299810Hey Dewdan!
Please try re-updating the theme via FTP – http://vimeo.com/67209750
It seems like update of JS files were not successfullCheers!
YigitHey jdrakeproductions!
Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
You can go to Appearance > Editor and add your anchor points as new link to your main menuCheers!
YigitHey!
You had gradient in your example that is why i posted you example with link and code.
Please post a screenshot and show where you would like to increase whitespace on your page. A link to your website would be helpful as wellRegards,
YigitHey!
Please add following code to Quick CSS as well
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title { border-color: black; }Cheers!
YigitHi Vermishelle!
You can use following code in Quick CSS
nav.main_menu { display: none ;} .page-id-5959 nav.main_menu { display: block !important; }You can simply change the page id to your page that you would like to display main nav
Cheers!
YigitAugust 4, 2014 at 5:25 pm in reply to: ENFOLD; The drop down menu and the mega menu do not show all the pages #299781Hey!
Can you please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Regards,
Yigit -
AuthorPosts
