Forum Replies Created

Viewing 30 posts - 60,421 through 60,450 (of 82,585 total)
  • Author
    Posts
  • in reply to: Uploading custom icons #368343

    Hey viktorstudio!

    Can you please elaborate? What kind of error you are getting? Are you getting the error while trying to upload new icons on Enfold theme options?

    Cheers!
    Yigit

    in reply to: H1 tag in fullscreen slider #368340

    Hi Gardennorm!

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open slideshow.php file and find

    if(trim($title) != "")   $title 	= "<h2 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";

    and change it to

    if(trim($title) != "")   $title 	= "<h1 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h1>";

    Best regards,
    Yigit

    in reply to: Main menu bottom border color on hover #368338

    Hey!

    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!
    Yigit

    in reply to: Main menu bottom border color on hover #368329

    Hi Mac!

    Thank you for choosing Enfold and we are glad that you are liking it :)
    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .header_color .avia-menu-fx {
    background-color: red;
    }

    Cheers!
    Yigit

    in reply to: Padding on layer slider below 960px #368328

    Hi josiehaney!

    Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png

    Regards,
    Yigit

    in reply to: Changing menu colour on a post when no menu header image #368326

    Hi darrenrhymer!

    Can you post the link to your website please?
    Have you tried adjusting menu item colors in Enfold theme options > Advanced Styling tab > “Main menu links” and Enfold theme options > Header > Transparency options?

    Regards,
    Yigit

    in reply to: Homepage not loading #368323

    Hi Frank!

    Can you please try de-activating all active plugins and check if that helps?

    Cheers!
    Yigit

    in reply to: No h1 tag on home page #368321

    Hey!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_logo_headline', 'logo_new_tag');
    function logo_new_tag($headline_type) {
    $headline_type 	= 'h1';
    return $headline_type;
    }

    Cheers!
    Yigit

    in reply to: Edit Menus do not show on admin #368313

    Hi!

    Glad it is working fine now. Yes, it sounds like a caching related issue. Let us know if you have any other questions or issues!

    Cheers!
    Yigit

    in reply to: Style CSS Menu #368312

    Hey youyou78!

    1- Can you post the link to your website please? A screenshot showing the changes you would like to make would help us understand it better. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
    2 & 3- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    ul#mobile-advanced {
    background-color: black;
    }
    a#advanced_menu_toggle {
    position: fixed;
    top: 25%;
    right: 5%;
    }

    Cheers!
    Yigit

    in reply to: CSS styling missing #368311

    Hey alexmasica!

    Please try de-activating all active plugins and check if that helps
    Also, please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions

    Regards,
    Yigit

    in reply to: Website doesn't display properly on iPad mini #368310

    Hey!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 1165px) and (min-width: 990px) {
    .av-main-nav > li > a { padding: 0 4px; }
    strong.logo { width: 20%; }}

    Regards,
    Yigit

    in reply to: masonry gallery #368308

    Hi!

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open gallery.php file and find

    avia_animate_when_visible

    and remove it

    Best regards,
    Yigit

    in reply to: questions #368305

    Hey patriscia!

    1- Both links are the same screenshot. Can you please post a screenshot and show how you would like to put lines between menu items?
    2- Please edit your contact form and add a new Check Box element and insert your link using HTML as shown here – http://i.imgur.com/jWHY8nm.png

    Best regards,
    Yigit

    in reply to: How to place pictures horizontally in the footer? #368304

    Hey Joakim

    Can you please post the link to your website so we can provide you HTML code so you can use it in Text widget in footer to display your social icons. If you would like to display your social icons in footer socket section, please go to Enfold theme options > Footer and check “Social Icons”

    Regards,
    Yigit

    in reply to: Team Member Boxes issue #368300

    Hey developerFD1!

    Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
    Regards,
    Yigit

    in reply to: getting a lot of 502 errors #368299

    Hey Jamie!

    Have you tried contacting WP Engine support? This is their explanation on their website “Default PHP Function we’ve added to the error log to determine when sessions are resumed or opened; which is identified by either a GET, POST, or cookie. Session data is saved in a serialized format which PHP retrieves and unserializes in order to populate $_SESSION. This log is intended only for our platform to read and is not intended for humans to read. We use this log to help monitor, evaluate, and optimize sites on our platform.”. I am sure they would provider more information/help on this log

    Regards,
    Yigit

    in reply to: Customize main dropdpwn menu – shall not dropdown on hover #368295

    Hi!

    Please add following code to Functions.php in Appearance > Editor

    function add_custom_dropdown(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('ul.sub-menu').attr('style','display: none'); });
    jQuery('.av-main-nav > li > a').click(function() {
    jQuery( '.av-main-nav > li > ul.sub-menu' ).toggle();
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_dropdown');

    Cheers!
    Yigit

    in reply to: Line above Header #367474

    Hey kimoribj!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    header#header {
    border-top: 5px solid #B0925A;
    }

    Best regards,
    Yigit

    in reply to: display issues on mobile when using Opera mini or turbo #367467

    Hi!

    I checked your website and this is how it looks like on my iphone – http://i.imgur.com/jov7GyL.png

    Regards,
    Yigit

    in reply to: Full Width Sub Menu Help? #367463

    Hi!

    Please add following code to Quick CSS

    #top .av-submenu-container { width: 40%; margin-left: 8%; }

    Regards,
    Yigit

    in reply to: Color Section Background not displaying #367461

    Hey!

    Login credentials are still not working for me. Can you please try de-activating all active plugins and check if that helps?
    Please add following code to Quick CSS

    .blog div#main .container_wrap_first {
    background-repeat: no-repeat;
    background-image: url(https://sharprockvineyards.com/wp/wp-content/uploads/2014/11/ls_bkgd_bokeh.jpg);
    background-attachment: scroll;
    background-position: top left;
    background-size: cover;
    }

    Best regards,
    Yigit

    Hi!

    Can you please try de-activating all active plugins and check if that helps? If not, please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750

    Regards,
    Yigit

    in reply to: Topmenu / Button style (bordered) #367447

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 1200px) {
    .av-main-nav > li > a { padding: 0 9px; }}

    Cheers!
    Yigit

    Hey Justin!

    Please flush browser cache and refresh your page a few times. Elements are showing up and working fine on my end – http://i.imgur.com/oYH3Dh6.png

    Cheers!
    Yigit

    in reply to: Remove tool tip for full width easy slider #367445

    Hi 1lizcollins!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('a').removeAttr('title');
    jQuery('img').removeAttr('title');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    Cheers!
    Yigit

    in reply to: Adding custom file as social icon #367439

    Hi!

    Please add following code to Functions.php file in Appearance > Editor to change the title

    function add_custom_social_title(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.social_bookmarks_tumblr a').attr('title','New Title Here');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_social_title');

    Best regards,
    Yigit

    in reply to: Social Buttons in Footer #367432

    Hi!

    Please add following code to a Text widget in Appearance > Editor – http://pastebin.com/q48qu7dd
    and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .social_bookmarks li {
    clear: none;
    }

    Cheers!
    Yigit

    in reply to: GravityForms CSS question #367429

    Hi Mattias!

    Enfold is compatible with Gravityforms. If you see any CSS issues, please post the link to your website and point them out and we can provide you a fix :)

    Best regards,
    Yigit

    in reply to: AV Partner Not Displaying on the Page #367420

    Hey!

    Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

Viewing 30 posts - 60,421 through 60,450 (of 82,585 total)