Forum Replies Created
-
AuthorPosts
-
Hey Justin!
Sorry but what exactly should i try? I tried it on my local installation – as you can see the in the screenshot i posted – and it does work fine. I guess instructions are clear as well?
Cheers!
YigitHi georgecorneliuspf!
Please try installing Enfold via FTP – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/
Regards,
YigitHi!
No, not at all :) we are always happy to help. Let us know if you have any other questions or issues
Cheers!
YigitHi twaelde!
Please insert JS file inside Enfold/js folder and then add following code to Functions.php file in Appearance > Editor
function scroll_magic_script() { wp_enqueue_script( 'ScrollMagic', get_template_directory_uri() . '/js/jquery.scrollmagic.min.js', array(), true ); } add_action( 'wp_enqueue_scripts', 'scroll_magic_script' );Then add your codes inside Code Block element.
Please keep in mind that we cannot guarantee that it would work flawlesslyCheers!
YigitHey!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Regards,
YigitHi Welmoed!
Please add following code to Quick CSS
.avia-content-slider .slide-image { background-color: transparent !important; }Regards,
YigitHi!
Well even when logged in, i cannot see /home/ – http://i.imgur.com/n7XwlD4.png
If you meant permalink below page title when you edit your page, it is expected behaviour and it will not be visible on source codeRegards,
YigitHey Elise!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main { padding-top: 118px; }Cheers!
YigitHey Welmoed!
Please firstly turn on Custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block element a unique class and then add following code to Quick CSS
.your-custom-class strong { color: inherit!important; }Best regards,
YigitHi!
You are welcome Alberto! Let us know if you have any other questions or issues
Regards,
YigitHey!
Sorry but i still cannot login. Can you please try creating another temporary admin login?
Cheers!
YigitHi Linda!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-fullwidth-slider.avia-shadow { box-shadow: none; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_icon.heading-color { color: red; }Regards,
YigitHi elbnetz!
It seems like you are using an older version of WPML plugin. Please firstly update it to the latest version
Best regards,
YigitHi Welmoed!
Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu Links”
Best regards,
YigitHey Welmoed!
To change it, please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
To remove it on post slider, please add following code to Quick CSS in Enfold theme options under General Styling tab.slide-entry-wrap .image-overlay { display: none!important; }Best regards,
YigitAugust 20, 2014 at 12:44 pm in reply to: Different Textsize for Fullscreen & Fullwidth slider #306787Hi!
What Ismael meant was that you can use the selectors as following to target each element separately
.avia-fullscreen-slider .avia-caption-title { font-size: 50px; }Best regards,
YigitHi!
Can you please post a mockup/screenshot and show the changes you would like to make so we can make sure that we are on the same page :)
Regards,
YigitHey!
“Login from an unrecognized IP address. A one time password has been sent to the email address on record for your accont.” I cannot login
Best regards,
YigitHi fskupin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle, #advanced_menu_hide { background-color: white; } a#advanced_menu_toggle:before { content: 'Menu'; font-size: 12px; }Regards,
YigitHey Chris!
Please see – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ also http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Best regards,
YigitHi SzymonDomagala!
You are going to need to use more advanced form such as Contact Form 7 – http://wordpress.org/plugins/contact-form-7/
After installing the plugin, please see – http://contactform7.com/file-uploading-and-attachment/Best regards,
YigitHi!
Toda! :) Please use following code
.entry-content a { text-decoration: underline; }Cheers!
YigitHi T4Media2!
Can you post the link to your website please?
Please make sure to flush browser cache and refresh your page a few times after making styling changes.Cheers!
YigitHi!
Well, this is how it looks on my end – http://i.imgur.com/Uzz89ab.jpg
You can use any other color instead of blue background or a background image. All you need to do is insert your content into a color section with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS#custom-id .container { background-color: white; padding: 15px; border-radius: 10px; margin-top: 30px; margin-bottom: 30px; }Best regards,
YigitAugust 20, 2014 at 11:30 am in reply to: Fatal error: Call to undefined function avia_get_header_scroll_offset() #306746Hey!
Glad it is working fine now Thijs! Let us know if you have any other questions or issues :)
Best regards,
YigitAugust 20, 2014 at 11:29 am in reply to: Applying an id-name or class-name to a 1/2 page layout module or a picture #306745Hey Marc
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".test").before(jQuery(".privatkunden")); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
Yigit -
AuthorPosts
