Viewing 30 results - 135,781 through 135,810 (of 142,832 total)
  • Author
    Search Results
  • #203348
    This reply has been marked as private.
    #203347
    jamesmac007
    Participant

    I would like to use the ‘video’ media element and have it auto play a Vimeo video.
    Could you please tell me how that could be done.

    #203285

    In reply to: 4 Simple Questions.

    Hi dawsmik!

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

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

    2) Not sure if i understood this one clearly. Can you elaborate?
    3) You can either choose one of headings or add following code on Text tab

    <p style="font-size: 44px;">your text here</p>

    http://i.imgur.com/rBqGyWs.jpg
    4)

    .main_color .avia-icon-list .iconlist_icon {
    background-color: #6a2f79;
    }

    Cheers!
    Yigit

    #203283
    #203275

    Hey lsmith7806!

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

    #top #header .mega_menu_title a {
    font-size: 13px; }

    Cheers!
    Yigit

    #203274

    Hi!

    You can add !important to Ismael’s code to force it as following

    @media only screen and (max-width: 767px) {
    .ajax_controlls {
    position: absolute!important;
    z-index: 100!important;
    right: 0!important;
    top: 160px!important;
    }
    }

    Regards,
    Yigit

    #203265
    BenWorx
    Participant

    Hi there,

    URL: http://www.videyou.nu/wp

    I have created a slide which has video in a DIV, on desk/laptop it is showing fine but not on Iphone..

    Any suggestions?

    Thanx!

    #203252
    #203246

    Hey!

    Unfortunately this can happen if a database error occurs (i.e. if the data transmission fails and the data in the database is corrupt or if the server stops to write the data to the database because of the number of requests/procedures, etc.). I suggest to make a regular backup of the database every day (i.e. with tools like: http://wordpress.org/plugins/backupwordpress/ ) and then you can restore it if some data is corrupt.

    Cheers!
    Peter

    #203239

    Hey Emmanuelppp!

    The single product template does not support a right sidebar at the moment. It would require some major template rewrites and some theme code customization. You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ – if more users request it we’ll look into it.

    Regards,
    Peter

    #203217

    Hi!

    You can adjust the portfolio ajax control using this:

    @media only screen and (max-width: 767px) {
    .ajax_controlls {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 160px;
    }
    }

    Adjust the bottom position.

    Regards,
    Ismael

    #203206
    Yaron
    Participant

    After the latest Enfold update, the accordion filter no longer works. When a filter tag is selected, the entire list of accordions disappears. I reviewed the forum and identified that someone experienced the same issue, but the topic was closed and the problem resolved, but the solution was not disclosed. Your assistance would be greatly appreciated. Thank you in advance for your help.

    Enfold v2.5
    WP v3.8

    #203203

    Hey markbener!

    Please use this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive .boxed#top {
    width: 100%;
    }
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #203191

    Hey!

    Just change the color value:

    #top #main .sidebar_left .sidebar {
    border-left: 1px solid rgba(0, 0, 0, 0.3);;
    }

    Change the rgba color to something else.

    Best regards,
    Ismael

    #203190

    Hey!

    Just change the color value:

    #top #main .sidebar_left .sidebar {
    border-left: 1px solid rgba(0, 0, 0, 0.3);;
    }

    Change the rgba color to something else.

    Best regards,
    Ismael

    #203181

    In reply to: Post Slider Issue

    Hi!

    This css in your child theme is causing the height to be smaller than the content:

    /*About page content slider adjustments*/
    .avia-content-slider-inner .image-overlay { display: none!important; }
    .avia-content-slider-inner { height: 190px!important; }
    body .aligncenter { padding: 10px 0!important; }

    Specifically the .avia-content-slider-inner { height: 190px!important; }. If you only want that on your “about” page you should add the page id as a selector like this:
    #top.page-id-2408 .avia-content-slider-inner { height: 190px!important; }

    Also as a general tip you don’t need to have a separate media query for each line in your css, you can have a single query and then all the css declarations inside of it.

    Cheers!
    Devin

    #203176

    In reply to: Mobile search

    I tried that but no luck. This is what I originally had inside the enfold style section. I tried your code with this code and without.

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul,  .responsive #header .main_menu ul {
    display: block !important;
    position: absolute;
    background: none;
    top: -20px;
    right: 0;
    }
    
    .responsive #header .main_menu ul li {
    display: none;
    }
    
    .responsive #header .main_menu ul li:last-child {
    display: block !important;
    }
    }

    Is there a recommendation I can try from scratch. I am also using a child theme and possibly my codes in there might be effecting it. I am willing to start that from scratch as well.

    #203164

    Sure. http://justoneafrica.org/wpsite This is still my dev build.

    By the way, I bought another “top rated” theme and “lost” my money as yours is such an improvement and much easier to use. Thank you for providing a great theme that is easy to use and very professional.

    Thanks for the support.

    Clay

    also, just aside from the other. when i scroll down with the mouse wheel the enfold logo at the top of the page gets smaller which looks a bit odd, is it possible to stop this. i’ll obviously be swapping this image for my own logo at some point soon but just wonder if it might do the same regardless?
    thanks,
    paul

    #203153

    In reply to: footer

    Hey!

    Please refer to Ismael’s post here https://kriesi.at/support/topic/6-columns-in-footer/#post-138601

    Best regards,
    Yigit

    paulrt27
    Participant

    hi there,
    i’m knocking up a basic business site for a friend as a favour using the enfold theme.

    they asked me the following:

    can you add making change happen’ to the name chosen
    – Add as a sub-headline: Helping you improve business performance

    is there a way i can add both of these to the top of all the pages?

    thanks,
    paul

    #203140

    Hey guys
    I’ve been using W3TC for a while on its own.
    I have 92/100 on desktop and 71/100 for mobile.

    Whilst I understand that the nature of the theme and other issues will always have an impact on speed versus function (always a trade-off) much will also depend on your hosting.

    However, if it helps you can minify almost everything except for “../avia.js” and “../shortcodes.js” as the theme will break with my current configuration. My JS and CSS minify options are 100% enabled.

    If you head over to GTMetrix though there are some extra advice options including the serving of scaled images (which seem to be inaccurately reported through the theme) and also the specifying of image dimensions not being set. Maybe run a test and have a look for yourself. It would be interesting to get feedback from you Devin on this situation? Why image dimensions are not being set for the sliders?

    Oh and don’t bother paying for W3TC tech support to set up your plugin – the biggest waste of four weeks and $250 ever!!! Sorry, but just trying to help you guys from my own experience.

    Maybe you can shift some static file serving via Cloudflare or something if you want to split resource loads? That’s where I will head soon with new image content. Worth a try to speed things up.

    Hope that helps.

    Ed

    #203131

    Something like this added to the desktop only media query in your css/custom.css file should do it:

    #header {
        position: fixed;
        width: auto;
    }
    #main {
        padding-top: 156px;
    }

    I’ve not done any cross browser testing but it should get you most of the way there.

    #203121

    Hello Josue,

    I’ve tried adding your suggestion, but it has not worked.
    The subscribe button shows up…. BUT it also shows up overtop off all the woo commerce product images.

    Any other suggestions?

    Thanks,
    dnikitiuk

    #203115

    In reply to: masonry blog

    Hi!

    Make sure to update your theme files to the most recent release. There was a few releases this week to fix bugs with 3.8. 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

    For the read more button color 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:

    
    #top .av-masonry-load-more {
    background: #F00;
    }
    

    Best regards,
    Devin

    #203110

    Topic: 4 Simple Questions.

    in forum Enfold
    dawsmik
    Participant

    1. how to remove second line under the header area on my page. sellmydigs.com
    2. how do you make the caption on an image show up on the webpage?
    3. how do you change font size in text editor?
    4. How do i change the icon background color on the icon list to the theme color? (so they look like the icons do when you choose “top” icon?

    #203106

    Hey nokostudio!

    You will also need to update your theme which was updated to fix the issue. 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!
    Devin

    #203100
    nokostudio
    Participant

    Hi there

    I have just noticed that the category filter has vanished for the masonry layout (shop and blog). I have just updated WP to latest version.

    Is there a fix for this?

    Cheers!

    #203099

    The best results I have gotten, after about 15 hours of testing:

    W3 Total Cache setup for defaults will all minify settings disabled.

    Better WP Minify enabled with the beta differed plugin installed, which “async’s” the files.

    Under Better WP Minify settings, I set “Scripts to be minified and then printed separately” to contain:

    admin-bar
    jquery
    avia-compat
    avia-default
    avia-shortcodes
    avia-js-child-chart
    avia-js-child-options
    avia-js-child-mychart

    Without jquery in there everything breaks. Without the compat, default, and shortcodes in there the home page bars and buttons do not load. The child scripts are for a HTML5 chart I use, and are not really in the equation here.

    If I remove any of those items, things break. With these settings I see 72/100 on mobile and 90/100 on desktop.

    The blocking scripts are the ones I have listed above, though there is a different number for mobile and for desktop. It is almost as if there is a theme function setup to load scripts differently on mobile devices, and this overrides the Better WP Minify settings.

    #203094

    Hi!

    Please see Ismael’s post here https://kriesi.at/support/topic/layerslider-issue-2/#post-200345

    Best regards,
    Yigit

Viewing 30 results - 135,781 through 135,810 (of 142,832 total)