Viewing 30 results - 135,811 through 135,840 (of 142,832 total)
  • Author
    Search Results
  • #203093

    sorry for not being more clear. i meant to have the pre-header menu not be set at 1 row at 768px so that it’s height can accommodate more than one row of links. i was able to achieve it via css.

    /*allow pre-header nav to display as multiple rows at 768px*/	
    @media only screen and (min-width: 768px) and (max-width:1140px) {
       .responsive #header .sub_menu, .responsive #header_meta .sub_menu > ul {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center;
        width: 100%;
    }
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu > ul {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center;
        width: 100%;
    }
    #top .sub_menu > ul, #top .sub_menu > ul > li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .responsive #header_meta .sub_menu > ul li, .responsive #header .social_bookmarks li {
        display: inline-block;
        float: none;
    }
    #top .sub_menu > ul, #top .sub_menu > ul > li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .responsive .boxed#top {
        width: 500px; 
      }
    }
    • This reply was modified 12 years, 3 months ago by Paul M.
    #203088

    Hi!

    I am not sure if i understood you correctly, but please try adding following code to Quick CSS as well

    .avia-builder-el-3 { margin-top: -20px; }

    If this is not what you meant, please post a screenshot and show

    Cheers!
    Yigit

    #203073
    Imburr
    Participant

    I am working to optimize my site.I am launching the site as a SEO specialist, and it would behoove me to have a fast loading optimized site.

    I have tried a TON of plugins, with combinations, exclusions, etc- and none of them work. Most of them break the theme- it seems the theme CSS cannot be minified or the header or footer without things not working correctly. Using Async on the JS causes the icons and bars to not load correctly.

    The best configuration I have seen yet is to use W3 Total Cache and disable all Minify. Then to use Asynchronous Javascript plugin and exclude jquery and some LayerSlider jQuery handles such as : layerslider_js,transit,layerslider_transitions,jquery_easing

    Can you perhaps recommend an exact plugin configuration to use with Enfold that will do the following:

    minify/compress CSS
    minify/compress JS
    Load JS asynchronously
    Not break bars, icons, and animations

    If you need to see the site it is https://www.virginiaseo.org and you can also run PageSpeed Insights and it will show you a score of 70 on mobile and 88 on desktop. While this is great, I think it has room for improvement.

    I can also for sure way it is the theme and how the plugins interact with it- I set up another site using the theme Dixit and the W3 Total Cache with minifies enabled and it works just great. For the life of me I cannot get any minify to work with Enfold.

    Thanks in advance for the help!!

    #203038

    Topic: Problem with sub-menu

    in forum Enfold
    docperi
    Participant

    Hi there,
    i made some modifications to my main-menu. Seems to work fine. But i got one bug: I set to my .main_menu ul:first-child > li a a margin-top of 20px. Now this margin works in all submenus too …. Further: i would like to integrate bottom lines of each ” li a” in my submenu. Is it possibible to edit like first-child a last-child? Cause i dont want a line under the last sub-menu item.
    Many thanks for possible help & fixes :-)

    A picture to show my problem:
    My problem with the submenu

    Here are the modifications in my Custom-CSS:
    #header_main .container{
    height:120px;
    line-height: 120px;
    }

    .fixed_header #main {
    padding-top: 90px;
    }

    .logo, .logo a, .logo img {
    max-height: 90px!important;
    }

    #header_main .container {
    height: 80px!important;
    line-height: 80px!important;
    }

    .header_color .main_menu .menu ul li a:hover{
    color:#009ee3;
    background-color:#e5f5fc;
    }

    .main_menu ul:first-child > li a {
    height: 40px!important;
    line-height: 40px!important;
    margin-top:20px;
    }

    .main_menu ul:first-child > li .submenu ul li a {
    height: 20px!important;
    line-height: 20px!important;
    margin:0px;
    }
    `

    • This topic was modified 12 years, 3 months ago by docperi.
    #203020

    What version of Firefox and OS are you using? I’m not able to get that same error in any browser including Firefox. Without being able to reproduce it live there isn’t much I can do unfortunately since I couldn’t even guess at the cause.

    For your other questions please create a new topic so that we can address them individually. Questions tend to get lost if they get added on in the middle of trying to debug a still live issue.

    In general for the contact page you can just clear out everything you have now then add a form element from the advanced layout builder then edit it as needed.

    The widget areas you currently have on that page are just inheriting the widgets that are in the WordPress Apperance>Widget section.

    #203010
    This reply has been marked as private.
    #203006

    Hi dude,

    I contacted them and they said it was an issue that only I could see :S
    Apparently everything was looking fine from their end.
    I told them how this issue is appearing on every device I use in my home (e.g – my laptop, computer, ipad, phone)
    They told me that the issue can just be seen from ‘my end’ and I am meant to clear the internet network caching?
    I am not sure if they are correct. When you logged into my site did you see the same issue? Was the site able to detect that you were logged on?
    If you are getting the same error and there is no known way to fix it.. I am going to go ahead and upload an old backup of my site.
    This issue has stressed me to the limit :(

    #202990

    Hey!

    I guess you are referring to the lightbox opening, please refer to this topic in order to disable it in certain images: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/

    Best regards,
    Josue

    #202973

    Hey MKW270210!

    You could position it absolutely and then it gets a bit easier:

    
    .phone2 {
    color: black;
    font-size: 30px;
    padding: 4px;
    position: absolute;
    right: 10px;
    top: 54px;
    }
    

    The issue will be what to do with the header on mobile since it doesn’t quite fit any longer. You can use the mobile media query in the custom.css (in the css folder) to add some additional css that will then position how you want for mobile.

    Best regards,
    Devin

    #202971

    Hey!

    Try adding this code to the Quick CSS:

    #top.single-post .big-preview.single-big a,
    #top.single-post .small-preview {
    pointer-events: none;
    cursor: default;
    }

    Cheers! 
    Josue

    #202922
    st4s
    Participant

    …since the latest update.

    I tried Dudes quick fix adding the brackets back in to /toggles.php but did not correct the issue.

    Refreshed, updated page, different devices, etc., but still opens page with ALL FAQ showing and then selecting another category it collapses and disappears.

    Any help would be appreciated,
    Thanks

    #202915

    thanks yigit. is there also a way to have the top menu switch or does that all have to be done via css?
    best, paul

    #202914

    As I’ve said quite a few times I do understand what you mean and as far as I knew there was nothing available to fix how a browser renders where a user is taken on an anchor link.

    The same still holds true but I did stumble onto an article that has a possible fake fix. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .avia-section:before { 
      display: block; 
      content: " "; 
      margin-top: -44px; 
      height: 44px; 
      visibility: hidden; 
    }

    The height and margin-top need to be whatever your menu shrinks down to.

    #202912

    Hey shriii!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia-section:before { 
      display: block; 
      content: " "; 
      margin-top: -44px; 
      height: 44px; 
      visibility: hidden; 
    }

    Please let me know if this works as I just happened to find something just now as I was looking into this yet again :)

    Regards,
    Devin

    #202908

    Hi Devin,

    Sorry, my bad! I misunderstood the instructions when I viewed your video tutorial for child themes. I’ve since uploaded a blank functions.php file inside my child theme folder. Only added some of the PHP snippets that I need and everything is working fine now.

    You can mark this topic as closed/fixed.

    Thanks a lot for your prompt help.

    #202903

    Hi!

    1) You can add new icons via the function method here: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/

    2) On each of your pages you have the option on the right hand side of the page editor in the “Layout” meta box to choose if you want to have the header. Look for the text:
    “Header Settings
    Display the Header with Page Title and Breadcrumb Navigation?”

    3) In your theme options go to the footer tab and add [nolink] to the text box along with your own custom text.

    4) The slideshow image is based on the options and image options you choose for that specific page.

    For the blog page, if you’ve chosen that page from the theme options it ignores all settings on that specific page. See: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/

    Cheers!
    Devin

    #202896

    Topic: Full screen background

    in forum Enfold
    sparkeeey
    Participant

    I’m wondering if there is a way to put in a full screen image background and have a form or content widget on top of it. I tried using the color section but that only put the image into a small section. I tried using the sliders/ image backgrounds from the media section but that just pushed the text widget down to the bottom of the page. Any assistance you can provide would be great. Thanks!

    #202891

    Hey!

    There is another bit of css needed to fully change of the switch width for the menu and then make the other menu show/hide. See: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/?replies=5#post-132320

    As for the LayerSlider, there is nothing in the theme or plugin to prevent it from showing on mobile devices so it definitely shouldn’t be happening. There are a couple of things to do from here however: first is to update your theme and WordPress. Both have updates that will work better together and fix a lot of bugs that have been in line to go live for a while.

    Best regards,
    Devin

    #202873

    In reply to: Fatal error

    Hey!

    1) If you selected this page as “blog” page (Enfold > Theme Options) you can’t display a slider because a special blog template will be used for the blog page. However you can deselect the page (or select another page for the blog) and then add a blog element to the “Team News” page. The Team News page will then show the advanced layout – including the slider + blog element.

    2) You can’t set the width of the sidebar to exactly 300px however you can change the layout by changing the container units class. See: https://kriesi.at/support/topic/changing-the-sidebar-width-and-keeping-it-responsive/

    Regards,
    Peter

    Hi amyflo74!

    See https://kriesi.at/support/topic/fatal-error-6/

    Best regards,
    Peter

    #202870
    ChoodooC
    Participant

    Hi !
    I have a problem with the picture of author who don’t work !!!
    Please can you check here : http://choodoo.fr/
    Other problem, with the picture of sugest in a post !
    Sorry for my english…
    Thanks.

    Christophe.

    #202863

    In reply to: Seltsamer Fehler

    Das funktioniert. Nur passt sich die Größe der Kette nicht mit an.

    Ich habe für diese Seite folgende CSS codes aktiv:

    .ls-container {
    border-top: 3px solid #c2512f !important;
    border-bottom: 2px solid #c2512f !important;
    }
    #footer {
    border-top: 2px solid #c2512f !important;
    border-bottom: 2px solid #c2512f !important;
    }
    .page-id-2380 .avia-section {
    border-top: 4px solid #c2512f !important;
    border-bottom: 2px solid #c2512f !important;
    }
    .page-id-2380 div .av_one_fourth {
    width: 11% !important;
    }
    .page-id-2380 div .av_one_half {
    width: 66%;
    min-height: 250px;
    }
    #top #wrap_all #kette, #top #wrap_all #kette .container {
    width: 100% !important;
    }
    #top #wrap_all #kette .container .avia_image.avia-align-center {
    margin-right: 0;
    }
    #top #wrap_all #kette .container .content{
    padding-top: 0;
    padding-bottom: 0;
    }
    #202861

    In reply to: Fatal error

    Thanks, it looks like that fixed it. I had a few more questions

    1.Also, for some reason my blog does not show the Full Easy Slider at the top of the page even though I have set it to on the Page in the Advanced Layout Editor. Is there a way to have the Full Easy Slider also on the blog, so it is consistent with my other pages.

    link – http://teamredlands.com/team-news/

    2. how can I change the side bar width so it is 300 pixels wide.

    #202817

    Hey Imburr!

    Please refer to this link and follow Dude’s instruction: https://kriesi.at/support/topic/script-for-google-analytics-link-tracking/

    Cheers!
    Ismael

    #202810

    Topic: Vendor Prefixes

    in forum Enfold
    Imburr
    Participant

    Just a note for future development- Modern.ie calls out some missing vendor prefixes with the enfolds code:

    p.demo_store	 linear-gradient	 69
    .cart-loading	 transform	 312
    .adding-to-cart-loading:hover .cart-loading	 transform	 312
    #top .added-to-cart-check .cart-loading	 transform	 312
    #top .added-to-cart-check:hover .cart-loading	 transform	 312
    .avia_cart_buttons	 -ms-perspective	 329
    .avia_cart_buttons	 perspective	 329
    .sort-param	 -ms-perspective	 446
    .sort-param	 perspective	 446
    .avia_transform .bbp-replies .bbp-reply-author::before, .avia_transform .forum-search .bbp-reply-author::before, .avia_transform .forum-search .bbp-topic-author::before	 -ms-transform	 1129
    
    pre	 -webkit-linear-gradient	 208
    .avia-arrow	 -ms-transform	 284
    .webkit_fix	 -ms-perspective	 662
    .webkit_fix	 perspective	 662
    .av_font_icon.av-icon-style-border .av-icon-char:after	 -ms-transform-style	 674
    .av_font_icon.av-icon-style-border .av-icon-char:after	 transform-style	 674
    .avia_transform .av_font_icon	 -ms-transform	 675
    .avia_transform .avia_start_delayed_animation.av_font_icon	 -ms-transform	 676
    .avia_transform .avia-icon-list .iconlist_icon	 -ms-transform	 695
    .avia_transform .avia-icon-list .avia_start_animation .iconlist_icon	 -ms-transform	 696
    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap	 -ms-transform-style	 832
    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap	 transform-style	 832
    .avia_desktop.csstransforms3d .av-masonry-entry	 -ms-perspective	 861
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container	 -ms-transform	 863
    .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content	 -ms-transform-origin	 863
    .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content	 -ms-transform	 863
    .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content	 -ms-transform-style	 863
    .avia_desktop.csstransforms3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content	 -ms-transform	 863
    .avia_desktop.csstransforms3d .av-masonry-entry:hover .av-icon-display	 -ms-transform	 863
    .avia_desktop.csstransforms3d .av-masonry-image-container	 -ms-perspective	 863
    .avia_desktop.csstransforms3d .av-masonry-image-container	 perspective	 863
    #top .av-masonry-entry.type-product .av-masonry-image-container	 -ms-transform	 869
    #top .av-masonry-entry:hover .av-icon-display.av-masonry-media	 -ms-transform	 871
    #top div .av-masonry-entry.format-quote:hover .av-icon-display	 -ms-transform	 871
    .avia_transform .avia-testimonial .avia-testimonial-image	 -ms-transform	 887
    .avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image	 -ms-transform	 887
    .grey-bar .bar	 -webkit-linear-gradient	 897
    .blue-bar .bar	 -webkit-linear-gradient	 898
    .green-bar .bar	 -webkit-linear-gradient	 899
    .orange-bar .bar	 -webkit-linear-gradient	 900
    .black-bar .bar	 -webkit-linear-gradient	 901
    .red-bar .bar	 -webkit-linear-gradient	 902
    .teal-bar .bar	 -webkit-linear-gradient	 903
    .aqua-bar .bar	 -webkit-linear-gradient	 904
    .purple-bar .bar	 -webkit-linear-gradient	 905
    .pink-bar .bar	 -webkit-linear-gradient	 906
    .silver-bar .bar	 -webkit-linear-gradient	 907
    .avia-slideshow-inner li	 -ms-transform-style	 938
    .avia-slideshow-inner li	 transform-style	 938
    .csstransitions .av_slideshow_full .avia-caption-content, .csstransitions .av_slideshow_full .avia-caption-title, .csstransitions .av_fullscreen .avia-caption-content, .csstransitions .av_fullscreen .avia-caption-title, .csstransitions .av_fullscreen .avia-slideshow-button	 -ms-transform	 955
    .mejs-controls .mejs-time-rail .mejs-time-buffering	 -webkit-linear-gradient	 1183
    .mejs-controls .mejs-time-rail .mejs-time-current	 -webkit-linear-gradient	 1183
    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current	 -webkit-linear-gradient	 1187
    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current	 -webkit-linear-gradient	 1187
    .socket_color .mejs-controls .mejs-time-rail .mejs-time-current, .socket_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .socket_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .socket_color .theme-color-bar .bar	 -webkit-linear-gradient	 1249
    .footer_color .mejs-controls .mejs-time-rail .mejs-time-current, .footer_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .footer_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .footer_color .theme-color-bar .bar	 -webkit-linear-gradient	 1279
    .alternate_color .mejs-controls .mejs-time-rail .mejs-time-current, .alternate_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .alternate_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .alternate_color .theme-color-bar .bar	 -webkit-linear-gradient	 1309
    .main_color .mejs-controls .mejs-time-rail .mejs-time-current, .main_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .main_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .main_color .theme-color-bar .bar	 -webkit-linear-gradient	 1338
    .header_color .mejs-controls .mejs-time-rail .mejs-time-current, .header_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .header_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .header_color .theme-color-bar .bar	 -webkit-linear-gradient	 1372
    #202805

    Hi xpoveda!

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

    .bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu { margin-top: -40px; }
    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border-right-style: none; }
    .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
    border-left-style: none; }
    .bottom_nav_header.social_header #top .main_menu .menu-item-search-dropdown {
    float: left;
    }

    Can you add breadcrumbs to any of your page so we can check if that is easy to pull it off?

    Regards,
    Yigit

    #202795

    Hi Paul!

    Please refer to this post https://kriesi.at/support/topic/ie8-header-alignment-with-search-button/#post-190414

    Best regards,
    Yigit

    #202788
    xpoveda
    Participant

    This topic only congratulate you for the great work you are doing.
    2 websites, 2 shopping enfold. Let the third ……

    http://www.escalamas.com
    http://www.sweetmary-cakes.com

    Customers are pleased with the work.

    If enfold is a big wordpress theme, even better team work support!

    Thank you very much!

    Xavier.

    • This topic was modified 12 years, 3 months ago by xpoveda.
    #202787
    jaypopsu
    Participant

    Here’s my page: http://startawesome.com/faq/

    The questions don’t expand and when you click on the sorting at the top, the questions just disappear.

    The portfolio pages, accordians, etc. all work on site. Just the FAQ doesn’t. I don’t get it.

    JP

    #202784

    Hey,

    the code for fat product titles works perfect. Thank you!

    But I still have problems with the side line/border. If I change the Quick CSS Code to

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

    the left sideline disappears totally. I’d like to have it like on my or your last screenshot:

    http://i.imgur.com/5mnFqOJ.jpg

    Thank you!

    milatch

    • This reply was modified 12 years, 3 months ago by milatch.
Viewing 30 results - 135,811 through 135,840 (of 142,832 total)