Forum Replies Created

Viewing 30 posts - 78,421 through 78,450 (of 82,589 total)
  • Author
    Posts
  • in reply to: How to change menu woocommerce widget colours? #202682

    Hi!

    Please edit Ismael’s code and change it to

    #top #main .sidebar_left .sidebar {
    border-left: 1px solid transparent;
    }

    And please add following code to Quick CSS

    .products .product h3, .products .product h4, .products .product h5, .products .product h6 { font-weight: bold; }

    Best regards,
    Yigit

    in reply to: sub menu #202680

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    #top .sub_menu li ul { width: 140px; }

    Cheers!
    Yigit

    Hey!

    2) Please go to Enfold theme options > Footer and add [nolink] to Copyrights section
    3)Please add following code to Quick CSS in Enfold theme options under Styling tab

    .header_color .container_wrap_meta { background-color: red; }

    Best regards,
    Yigit

    in reply to: sub menu #202646

    Hi!

    Please post a screenshot and show the changes you would like to make

    Cheers!
    Yigit

    in reply to: Testimonial pagination #202637

    Hey Ashish!

    You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Cheers!
    Yigit

    Hi hanlinsg!

    1) Please refer to Ismael’s post here https://kriesi.at/support/topic/enfold-how-to-reduce-width-of-site-and-overall-spacing/#post-195038
    2 & 3) Can you post the link to your website? The one you have on your profile uses Flashlight and not Enfold

    Cheers!
    Yigit

    in reply to: sub menu #202631

    Hi!

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

    .sub_menu li li { padding: 0 10px; }

    Cheers!
    Yigit

    in reply to: home page spacing #202627

    Hi kecster2!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .avia-builder-el-24 .av_one_fourth, .avia-builder-el-27 .av_one_fourth, .avia-builder-el-30 .av_one_fourth, .avia-builder-el-33 .av_one_fourth {
    margin-left: 2%;
    width: 23.5%;
    }

    Regards,
    Yigit

    in reply to: Text form fields in footer widgets styling issue #202625

    Hey!

    Please add following code to Quick CSS as well

     #top .footer_color input[type='email'], #top .footer_color textarea { background-color: white; }

    Best regards,
    Yigit

    in reply to: tabs help #202624

    Hi!

    Please add following code to Quick CSS as well

    #top .main_color .tabcontainer .tab:hover {
    color: red;
    }

    Best regards,
    Yigit

    in reply to: moving the position of the blog tags to under the title #202622

    Hey ShortieD!

    Please go to wp-content\themes\enfold\includes folder and open loop-index.php file and find

    echo '<footer class="entry-footer">';
    
                wp_link_pages(array('before' =>'<div class="pagination_split_post">',
                                        'after'  =>'</div>',
                                        'pagelink' => '<span>%</span>'
                                        ));
    
                if(has_tag() && is_single() && !post_password_required())
                {
                    echo '<span class="blog-tags minor-meta">';
                    the_tags(''.__('Tags:','avia_framework').'<span> ');
                    echo '</span></span>';
                }
    
                echo '</footer>';

    which should be between 176th and 190th lines and cut/paste it right below following line

    echo '</header>';

    Cheers!
    Yigit

    in reply to: Mobile site not formatted correctly… #202615

    Hi!

    Please deactivate all active plugins and check if that helps.

    Best regards,
    Yigit

    Hey ShortieD!

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

    .more-link-arrow { display: none; }

    Regards,
    Yigit

    in reply to: @yigit desperately need help to reduce a text box #202578

    Hi Delphiine!

    Please create a temporary admin login and post it here privately so i can check your website once again

    Best regards,
    Yigit

    in reply to: Shashin Lightbox Effect #202449

    Hi!

    I am keeping this thread open. It will be on hold. You can simply post when you hear from plugins author to re-open it

    Cheers!
    Yigit

    Hey!

    You are welcome! Glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

    in reply to: tabs help #202393

    Hi!

    You mean like this http://i.imgur.com/GMPhPgY.jpg ? If so, please add following code instead of the first code i have posted and adjust as needed

    .tab_titles { margin-left: 25%; }

    Best regards,
    Yigit

    in reply to: tabs help #202386

    Hey!

    Please try flushing your browsers cache and refresh your page a few times. Heading seems to be centered on my end. And you can try adding !important to second code to force it as following

    .home .tabcontainer .active_tab_content, .home .tabcontainer .active_tab { background-color: transparent!important; }

    Cheers!
    Yigit

    in reply to: tabs help #202382

    Hey!

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

    .home .tabcontainer h3 { text-align: center; }
    .home .tabcontainer .active_tab_content, .home .tabcontainer .active_tab { background-color: transparent; }

    Best regards,
    Yigit

    in reply to: Adjusting width of a 2/3 column easy slider #202377

    Hi pelyon!

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

    .avia-slideshow { width: 90%; box-shadow: none;  }
    .avia-slideshow-dots { bottom: 25px; }

    Cheers!
    Yigit

    in reply to: Logo in IE8 #202373

    Hi weathertight!

    I checked your website and this is how it looks on my end http://i.imgur.com/Jvbomm1.jpg
    IE above and below it Chrome displayed on Win7. Can you post a screenshot and show how it looks on your end?

    Regards,
    Yigit

    in reply to: Logo Size incorrect in Backend? #202367

    Hi medienvirus!

    Your logo will be resized depending on the header type you are using. It is possible to display 340px * 156px with some customization as well if that what you need

    Best regards,
    Yigit

    in reply to: menu color #202365

    Hi!

    Please add following code to Quick CSS as well

    .sub_menu { left: 0; }
    .sub_menu>ul>li>a { color: white!important; }

    Best regards,
    Yigit

    in reply to: Post Slider Issue #202364

    Hi!

    Please deactivate all active plugins and re-create post slider and check if that helps.

    Cheers!
    Yigit

    in reply to: Enfold site on iphone issues #202361

    Hi rikeswon!

    Your logo looks fine on my end. I have checked your website on my iPhone 4 ios7. Please see screenshot here http://i.imgur.com/ZGomPyU.png
    Have you made any changes on theme files?

    Best regards,
    Yigit

    in reply to: Display menu on smartphones #202357

    Hey!

    It is possible but you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Cheers!
    Yigit

    in reply to: Enfold Nav Customization #202352

    Hi fgrippe!

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

    .avia-menu-fx { display: none; }
    .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { background-color: black; color: white; }

    2) Can you post a screenshot and show the changes you would like to make so we can make sure to provide you correct CSS code?

    Best regards,
    Yigit

    in reply to: how to adjust the height of a color section.. #202350

    Hi todd!

    Please update Enfold to the latest version. Now you can adjust the height of the Color Sections independently
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Yigit

    in reply to: desperately need help to reduce a text box #202347

    Hey!

    You are welcome! You can change 0’s to something like -5px and it should work fine.

    Best regards,
    Yigit

    in reply to: Enfold – Heading Align Right #202341

    Hey!

    I thought you would like to make all Special Heading elements right aligned? This code should do it. You can add any Special Heading element to your layout and check it on your page and they should be right aligned

    Regards,
    Yigit

Viewing 30 posts - 78,421 through 78,450 (of 82,589 total)