Forum Replies Created
-
AuthorPosts
-
Hi cloudbadal!
Please firstly update Enfold to the latest version 3.0.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
and let us know if issues remainRegards,
YigitJanuary 2, 2015 at 1:49 pm in reply to: 3 single columns (of 1/3) wont fit together (only two will be side by side)? #374042Hi!
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 :)Cheers!
YigitHey yes9310!
Please use following code instead
p#form-allowed-tags { display: none!important; }Regards,
YigitHi rolfjackson!
If you login on ThemeForest with the account you have purchased Enfold and cannot find Enfold in your downloads section, please contact Envato support team – https://help.market.envato.com/hc/en-us
Best regards,
YigitHey!
1- You can turn on debugging mode on ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and see shortcodes of the elements you have created below Advanced Layout Builder. Then you can copy the shortcodes and go to Appearance > Menus and paste it in Navigation Label of menu items
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab.menu li > a:after { content: ' ▾'; } .menu li > a:only-child:after { content: ''; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta-comments, .slide-meta-del { display: none!important; }Best regards,
YigitHi!
Can you please try de-activating all active plugins and check if that helps?
Regards,
YigitHi!
Please add following code to Quick CSS
.av_font_icon.av-icon-style-border .av-icon-char:after { display: none; }Regards,
YigitHey ItsYeBoi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler { background-color: transparent!important; }Cheers!
YigitHi paulchiao!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-57 .content { padding-top: 20px; }Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h4.iconlist_title { padding-bottom: 2px; }Regards,
YigitHi!
In wp-config.php file which is on the root of your WordPress installation
Best regards,
YigitHey!
We are going to need to see your website to provide you a proper solution for this one. You can try de-activating all active plugins and check if that helps, if not, please post the link to your website when you launch it
Cheers!
YigitHi!
You can find Partner/Logo element under Media elements in Advanced Layout Builder – http://i.imgur.com/9FyVhrg.png
Regards,
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues. Happy new year :)
Cheers!
YigitHi angelgarciainfantes!
Can you please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
YigitHey stevewturnbull!
You can add Fullwidth Sub Menu element to your page in Advanced Layout Builder :)
Regards,
YigitHi CarstenF!
Thank you for your suggestion. We also have a request form here – https://kriesi.at/support/enfold-feature-requests/ :) Please post your request there, you can also vote feature requests.
Regards,
YigitDecember 31, 2014 at 5:24 pm in reply to: Pre-built enfold-child does not call wp_enqueue_script() #373606Hey CarstenF!
Child theme inherits files from parent theme as long as you do not overwrite them. You can use Style.css file of your child theme to add custom CSS codes. If you would like to overwrite files such as Avia.js file, you can add following code to Functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );please also see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
YigitDecember 31, 2014 at 5:14 pm in reply to: How do I get sidebar along page content NOT below it? #373603Hi!
Please review your website now. I have placed your content inside 1/1 column element
Best regards,
YigitHey!
Please try activating plugins one by one to find the culprit.
Best regards,
YigitHey!
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 :)Best regards,
YigitDecember 31, 2014 at 3:47 pm in reply to: How do I get sidebar along page content NOT below it? #373577Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
YigitDecember 31, 2014 at 3:42 pm in reply to: The contact us forms are not working, also the Accordion Slider #373572Hey!
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 :)Cheers!
YigitHi!
Yes you need to do it via FTP and .htaccess file is on the root folder of your WordPress installation
Regards,
YigitHey TownCouncil!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#main .main_color .entry-content a { color: red; }Best regards,
YigitDecember 31, 2014 at 3:39 pm in reply to: How do I get sidebar along page content NOT below it? #373565Hey Rshaules!
You are using a Color Section element on your page, which is a fullwidth element, which will always push the sidebar below it. You can add Code Block element to your page and insert your shortcode into it and it should work fine with sidebar
Cheers!
YigitHey cagraphicdesign!
Please add following to your .htaccess file
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Best regards,
YigitHey crkgolf!
You can go to Appearance > Editor and open Functions.php file and find image sizes there
$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 the sizes, please do not forget to regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Yigit -
AuthorPosts
