Forum Replies Created
-
AuthorPosts
-
September 10, 2014 at 3:36 pm in reply to: Cannot upload images or access Layout builder after WP 4.0 upgrade #316667
Hey!
Where have you made your css changes? You can copy them into Style.css file of your child theme.
If you have made CSS changes in Quick CSS field and did not change the theme name, they will remain the same after the update so you do not need to worry about that as well.Cheers!
YigitHi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitHi!
Please add following code to Quick CSS
.custom_content { position: absolute; top: -25px; right: 10px; }Cheers!
YigitHey talelie!
Please add following code to Quick CSS
#top #wrap_all .av-social-link-facebook a { color: #fff; background-color: #37589b; } #top #wrap_all .av-social-link-linkedin a { color: #fff; background-color: #419cca; } #top #wrap_all .av-social-link-youtube a { color: #fff; background-color: #a72b1d; } #top #wrap_all .av-social-link-mail a { color: #fff; background-color: #9fae37; }Regards,
YigitHey Scott!
Please make sure that you have selected “Display title and breadcrumbs” in Enfold theme options > Header Layout
Regards,
YigitHi kriru!
1- Please go to Enfold theme options > Blog Layout and disable “Related Entries”
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab#top .avia-post-nav { display: none !important; }Cheers!
YigitHey!
You can fix it with following code
#your-custom-id .av_one_third { padding-right: 6%!important; }you may need to adjust those values.
Best regards,
YigitHey!
Please use following code instead
#your-custom-id .av_one_third { border-right: 1px solid #888; padding: 5px; } #your-custom-id .avia-builder-el-last { border: none !important; }Cheers!
YigitHi!
Please review your website. You have added following code to Quick CSS field
add_theme_support('avia_template_builder_custom_css');which should be in Appearance > Editor > Functions.php file. I have added that code to Functions.php as well
Regards,
YigitSeptember 10, 2014 at 2:33 pm in reply to: Enfold compatibility issues with WordPress v4.0 update #316595Hey!
I have replied to you in your topic – https://kriesi.at/support/topic/cannot-upload-images-or-access-layout-builder-after-wp-4-0-upgrade/#post-316593
Let us not mix the topics :)Cheers!
YigitSeptember 10, 2014 at 2:32 pm in reply to: Cannot upload images or access Layout builder after WP 4.0 upgrade #316593Hey!
@st0ckh0lm If you have not made any changes on theme files, you can just go ahead and update the theme – http://vimeo.com/67209750Regards,
YigitHi Mahmut!
I believe what i have suggested via e-mail solved it, is that correct? :)
If so, please confirm so we can mark this thread as resolved.Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.GTranslate { top: 30px; position: relative; }Cheers!
YigitHi andy!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_meta { box-shadow: none; } div#header_main { border-top: none; }If that does not work, please post a screenshot and show the border you would like to remove.
Regards,
YigitHi mcaero!
You are probably using older version of the theme. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Make sure you are using WordPress version 4.0. If that does not work, please try de-activating all active pluginsRegards,
YigitSeptember 10, 2014 at 2:18 pm in reply to: how to prevent sticky opaque header and easy slider overlapping? #316580Hey Joe!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_transparency #top #wrap_all #main { padding-top: 125px; }Regards,
YigitHi mcraig77!
You can translate the theme using this plugin – https://wordpress.org/plugins/codestyling-localization/
or using this software – http://poedit.net/
Both are free.Cheers!
YigitSeptember 10, 2014 at 2:15 pm in reply to: Avia Builder not working after update to WordPress 4.0 #316574Hi GOWD!
You are using older version of the theme. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Regards,
YigitSeptember 10, 2014 at 2:14 pm in reply to: Replacing Twitter with LinkedIn Icon in the Interesting LInks Footer Widget #316571Hi e13kiki!
Please go to Enfold/framework/php folder and open class-framework-widgets.php file and find
function widget($args, $instance) { // prints the widget extract($args, EXTR_SKIP); $twitter = empty($instance['twitter']) ? '' : $instance['twitter']; $rss = empty($instance['rss']) ? '' : $instance['rss']; $rss = preg_replace('!https?:\/\/feeds.feedburner.com\/!','',$rss); if(!empty($twitter) || !empty($rss)) { $addClass = "asc_multi_count"; if(!isset($twitter) || !isset($rss)) $addClass = 'asc_single_count'; echo $before_widget; $output = ""; if(isset($twitter)) { $link = 'http://twitter.com/'.$twitter.'/'; $before = apply_filters('avf_social_widget', "", 'twitter'); $output .= "<a href='$link' class='asc_twitter $addClass'>{$before}<strong class='asc_count'>".__('Follow','avia_framework')."</strong><span>".__('on Twitter','avia_framework')."</span></a>"; }and change it to
function widget($args, $instance) { // prints the widget extract($args, EXTR_SKIP); $twitter = empty($instance['linkedin']) ? '' : $instance['linkedin']; $rss = empty($instance['rss']) ? '' : $instance['rss']; $rss = preg_replace('!https?:\/\/feeds.feedburner.com\/!','',$rss); if(!empty($linkedin) || !empty($rss)) { $addClass = "asc_multi_count"; if(!isset($linkedin) || !isset($rss)) $addClass = 'asc_single_count'; echo $before_widget; $output = ""; if(isset($linkedin)) { $link = 'http://linkedin.com/'.$linkedin.'/'; $before = apply_filters('avf_social_widget', "", 'linkedin'); $output .= "<a href='$link' class='asc_linkedin $addClass'>{$before}<strong class='asc_count'>".__('Follow','avia_framework')."</strong><span>".__('on LinkedIn','avia_framework')."</span></a>"; }Regards,
YigitHi ElementArt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-author, .text-sep-cat { display: none !important; }Cheers!
YigitHey!
have you tried what i have suggested here – https://kriesi.at/support/topic/how-to-add-white-space-above-logo/#post-270046 ?
You may need to adjust the value depending on your logo sizeCheers!
YigitHey oledoorn!
Please go to Enfold theme options > Advanced Styling and adjust heading elements as needed. then add following code to Quick CSS in Enfold theme options under General Styling tab
h1, h2, h3, h4, h5, h6 { text-transform: uppercase !important; }Best regards,
YigitHey!
Michael is using this plugin – https://wordpress.org/plugins/wpfront-notification-bar/
Cheers!
YigitHi!
You can use menu item class – http://i.imgur.com/TArOU9D.png
so it would beli.menu-item-45:hover { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; }Best regards,
YigitHi jmcrist!
1- Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
2- Seems like you have already figured it out!Cheers!
YigitHey Stuart!
Can you please post the link to your website so we can provide you an accurate custom CSS code?
Regards,
YigitSeptember 10, 2014 at 1:33 pm in reply to: Bug in Maps Element – Odd Vertical Scroll Bar that Does Nothing #316531Hey!
I have checked your website on Safari, Firefox and Chrome on OS X 10.9.4 but i could not reproduce the issue. Have you fixed it already? If not, which browser and OS are you using?
Best regards,
Yigit -
AuthorPosts
