Forum Replies Created
-
AuthorPosts
-
Hey!
Please try the code Ismael posted here – https://kriesi.at/support/topic/set-social-share-icons-manually/#post-282080
Regards,
YigitHey rogierkoning!
Can you try changing the string using this plugin and check if that helps – https://wordpress.org/plugins/codestyling-localization/ ?
Cheers!
YigitHi!
In that case can you post a temporary login? We should see the issue on your website to provide a solution :)
Regards,
YigitHey Fuenos!
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 then give a custom class to your button ( i.e.: custom-button ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-button .avia-button.avia-size-small { padding: 10px; min-width: 10px; border-radius: 100px; }\ .custom-button span.avia_button_icon { left: 0!important; }Regards,
YigitHi Jasper!
Please refer to fix here – https://kriesi.at/support/topic/fix-for-disappearing-titles-and-breadcrumbs/#post-244942
Best regards,
YigitHi!
You can try – https://wordpress.org/plugins/newsletter/ or https://wordpress.org/plugins/wysija-newsletters/
Cheers!
YigitHey!
I am marking this thread as resolved Shane. This is in fact more of a plugin related issue and not theme. If issue re-occurs, please try contacting plugin authors as well :) If you have any other questions or issues, feel free and let us know!
Cheers!
YigitHi!
You are welcome, glad you liked Enfold :) Let us know if you have any other questions or issues
Best regards,
YigitHi e-conomy!
Please go to Enfold theme options > Header Layout > Header Title and Breadcrumbs and choose to display Title & Breadrumbs
Cheers!
YigitHey rpl_admin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { margin-top: 15px; } .header-scrolled .logo img { margin-top: 0; }Best regards,
YigitHey e-conomy!
You can try using this plugin – http://tribulant.com/plugins/view/1/wordpress-mailing-list-plugin?a_aid=dude&a_bid=8d679bf2 or find another newsletter plugin from WordPress repository
Cheers!
YigitHey!
Please try adding following code to Quick CSS
.av-masonry-entry { width: 100px; height: 100px }If that is not what you would like to achieve, please elaborate
Regards,
YigitHi forum30!
Please go to Appearance > Editor and open Helper-main-menu.php file and find
<div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>and add your code right below it. You may need to make some CSS adjustments
Best regards,
YigitHey!
Great! Let us know if you have any other questions or issues :)
Best regards,
YigitHi!
No, you have CSS minifying feature enabled on one of your plugins and it is stopping the code from applying. Please deactivate all active plugins, flush browser cache then re-activate them and it should work
Best regards,
YigitHi!
Please disable minifying feature on the plugin you are using. Code is currently not being applied
Best regards,
YigitHey!
In the meantime theme was updated. Can you please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750 and re-try the solution provided by Peter?
Best regards,
YigitHi Richard!
For social icons in socket, Please refer to my post here https://kriesi.at/support/topic/footer-socket-question/#post-193649
To add footer menu, please go to Appearance > Menus and create a new menu and add your menu items in it then in Menu Settings, check Enfold footer menu http://i.imgur.com/1v3Vwde.jpgBest regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-animated-number { background-color: rgba(0,0,0,0.8); border-radius: 100px; }
@monsoon You can use Animated Numbers element in Advanced Layout Builder – http://i.imgur.com/9m33F7S.pngRegards,
YigitHey Richard!
Please refer to Peter’s post here – https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/#post-260646
Best regards,
YigitJuly 15, 2014 at 1:58 pm in reply to: Insert links of facebook, google plus and more in portfolio #291585Hi!
Sorry for the late respond Sergio. Please refer to Peter’s post here – https://kriesi.at/support/topic/set-social-share-icons-manually/#post-281552
Cheers!
YigitHey!
You are currently using an older version of the theme. Please update it to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Best regards,
YigitHi!
Please add following code to Quick CSS for Icon list element
.avia-icon-list .iconlist_title { text-transform: none!important; font-family: arial; }Regards,
YigitHey!
I have just sent you an email with a PDF file attached and it still looks like it is working. Please see screencast here – http://youtu.be/phx5RuB-18c
Regards,
YigitHey!
You are welcome, let us know if you have any other questions or issues :)
Best regards,
YigitHey Cre8tve_works!
Seems like you have added and image and figured it out. If you would like to change it to text, please add following code to Functions.php file in Appearance > Editor
add_action('ava_after_main_menu','custom_things'); function custom_things() { echo '<div class="header-text">custom[at]text.com</div>'; }and then you can style the text using custom CSS in Quick CSS field as following
.header-text { float: right; }Cheers!
Yigit -
AuthorPosts
