Viewing 30 results - 223,141 through 223,170 (of 243,745 total)
  • Author
    Search Results
  • #251910

    Topic: Memory Usage

    in forum Enfold
    MtnStreamGroup
    Participant

    How much memory is required to properly run Enfold? Lately, each time I update WordPress and Enfold I keep getting error messages about memory has been exceeded and it causes the site to go to a blank white page. The only way to fix the issue seems to be export the site, delete Enfold and WordPress. Reinstall WP. Reinstall Enfold. Import site. Reinstall plugins.

    I really can’t be messing around with this every time WordPress or Enfold updates. And I need the extra plugins like Gravity Forms. My web host is only allowing 64 MB total.

    #251894

    In reply to: MENU ITEMS

    Hey!

    First thing to do is update your version of Enfold as the .1 and .2 releases had some bug fixes.

    As for IE, if you hadnt updated in a long time you could have been on an old version if IE8. IE8 usage is pretty minor: http://theie8countdown.com/ , the theme does however still have fairly good support for it.

    What you were running into was probably the smaller width of the site on IE (because it doesn’t support media queries) not being able to fit your menu width. Testing your site in IE8 now, that is definitely the case. The solution is to decrease the length of your menu in this instance if you still want to prevent that from happening for IE8 users.

    2) The custom fonts are loaded in via google font with no theme customization. If you can see google fonts loaded in on their site you should be seeing it through your browser: https://www.google.com/fonts

    Looking at your site now I see your headings as ‘Terminal Dosis’ .

    3) You can change the font weight with:

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-weight: normal;
    }
    

    4) There is an unclosed div or something like that on that contact pages content. Check over the data you’ve added in to display the qr code and other content as that is causing an error with the footer.

    Cheers!
    Devin

    #251893
    Marssolutions
    Participant

    Hi, I’ve installed the newest enfold update with a fix for:

    – folder css:
    – fixed: issue with unclickable iOS links when using a section with fixed or parallax background

    However, it’s still not working…the closed support log below explains the details of the issue we were having. Many thanks for your support.

    https://kriesi.at/support/topic/icons-and-ipad/#post-250413

    #251886
    This reply has been marked as private.
    #251879

    Hi Yigit,

    I follow “Please add following code to Quick CSS in Enfold theme options under Styling tab” but after?

    What should I put in the “Optional TooltipAdd a tooltip for this Icon. The tooltip will appear on mouse over”

    THX

    #251855

    Hey hanlinsg!

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

    .page-id-11 iframe { width: 100%; }

    But it will add black bars to side of your video. And to decrease the margin between elements, please edit Grid.css file inside Enfold/Css folder

    Cheers!
    Yigit

    #251853

    In reply to: Responsive "Pops"

    Hi!

    Please modify Grid.css file inside Enfold/Css folder

    Cheers!
    Yigit

    #251849

    Hey Maradin!

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

    #top #main .sidebar, .content { border: none; } 
    .inner_sidebar {
    margin-left: 10px;
    margin-right: 10px;
    }
    

    Best regards,
    Yigit

    #251848

    Hi. I updated the Theme via FTP, but the WordPress image edit/resize still doesn’t work, and I really need it.

    I will have to go with another theme, since Enfold does not serve my purpose. Thanks for your help.

    #251846

    Hi studioinktvis!

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

    .woocommerce-page .hr-full { margin: 0; }
    .woocommerce-page .hr { height: 0; }

    Regards,
    Yigit

    #251844

    Hi Blankito!

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

    body div .avia-button:hover {
    -webkit-animation: sonarEffect 1s ease-out;
    -moz-animation: sonarEffect 1s ease-out;
    animation: sonarEffect 1s ease-out;
    }

    Best regards,
    Yigit

    #251843

    Hey katriley742!

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

    #top .fullsize .template-blog .blog-meta { margin: 0; }

    P.S.: Your website looks great!

    Regards,
    Yigit

    #251838

    Hey Stefanovic!

    You are using very old version of the theme. Please login on ThemeForest with the account you have purchased Enfold and go to Downloads to download the latest version 2.6.2 and update the theme via FTP – http://vimeo.com/67209750

    Cheers!
    Yigit

    #251837

    In reply to: Links in the footer

    Hi!

    Yes, please go to Enfold theme options > Header > Extra elements > Header Secondary Menu – http://i.imgur.com/unbsC9x.png

    Cheers!
    Yigit

    #251835

    Hi asthyanax!

    Please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Cheers!
    Yigit

    #251834

    In reply to: Height widget-area

    Hi klabuz!

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

    #footer .widget {
    margin: 10px 0 10px 0;
    }

    Cheers!
    Yigit

    #251831

    Hi tapaway!

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

    .content, .sidebar { padding-top: 10px; }
    .av-special-heading { margin-top: 20px; }

    Regards,
    Yigit

    #251829

    In reply to: Color Section Height

    Hi danieltjohnston!

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

    #thinksafetynavbar.avia-section {
    min-height: 45px!important;
    }

    Best regards,
    Yigit

    #251826

    and i have another addition: i need one specific page where i need the same styling like on the logged-in user pages.
    is ot possible to extend the function with a page id – that shows the logged-in logo?

    * the logo header implementation is a little comlicated in enfold – i had several themes, where its build as background into the page titel. don’t you think that would be more flexible for customization … ?

    #251822

    In reply to: Menu Color

    Hey redlipsid!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #header_main_alternate { background: #7FB539; }
    .av-main-nav > li > a { color: white!important; }
    .av-main-nav > li > a:hover { color: #e2e2e2!important; }

    Regards,
    Yigit

    #251802

    Problem solved.

    Thanks!

    #251799
    CurlyHost
    Participant

    Hey guys,

    First off, thanks for such a great theme – Enfold is the best. Secondly, I noticed when using your theme on a site while on mobile (Samsung Galaxy 3 using Chrome and the default Internet program) that the right quarter of the page gets cut off. But I can’t see it happening in the browser so I can’t fix it.

    http://www.professionaloutlook.com/ – let me know if there is a solution. Thanks!

    #251797

    Hi!

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

    .title_container .breadcrumb { text-transform: uppercase!important; }

    Regards,
    Yigit

    #251796
    This reply has been marked as private.
    #251795
    Walrus11
    Participant

    Hello,

    I am trying to make the text “home” in the breadcrumb all upper case. The page title is Upper Case but the breadcrumb for home remains lower case. I read through this post: https://kriesi.at/support/topic/header-menu-2/?login_error

    and tried to add

    .main_menu ul:first-child > li > a { text-transform: uppercase; }

    Without luck.

    Any thoughts?

    Thanks,
    W

    #251779
    The_Rhyme_Animal
    Participant

    I am looking at this page:
    http://kriesi.at/themes/enfold/transparent-header/?skin=Orange#after_full_slider_0

    Is this this page using UberMenu?
    If it is, may we have the CSS to incorporate the smooth transition on the shrinking header?

    My shrinking header settings were set perfectly until installed UberMenu and not I can’t seem to style it correctly.
    I though adding UberMenu to Enfold was supposed to be a seamless integration, but it is requiring a lot more work than I had hoped.

    EDIT:
    I have read this page and tried the tricks there, but there is not enough information related to transparent headers in combination with the shrinking header.
    http://sevenspark.com/docs/ubermenu-enfold

    • This topic was modified 11 years, 8 months ago by The_Rhyme_Animal. Reason: additional information

    Hi spesenfuchs!

    Sounds like your child theme has a header.php file but you didn’t update that file to reflect the changes in the parent theme. You will need to copy over the new file and then make your changes to it.

    Regards,
    Devin

    #251731

    Dear all,

    The Enfold theme is great, and I happily use it for many projects. Usually I can work the custom requests out with some CSS. However, recently a client requested to remove the shadow bar that appears when you put in a Tab element, with the tabs to the left. I couldn’t quite figure that one out. You can see what I mean on this page, where the gradient-like upright shadow bar effect is in place. Please tell me how I can best remove this.

    Kind regards,
    Lucas van Heerikhuizen

    Hi benspy!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #header_main_alternate { background: #7FB539; }
    .av-main-nav > li > a { color: white!important; }
    .av-main-nav > li > a:hover { color: #e2e2e2!important; }

    Cheers!
    Yigit

    #251725
    mowseink
    Participant

    I’m using Enfold v2.6.2, and according to this post:
    https://kriesi.at/support/topic/revisions-do-not-work/
    …it seems that revisions for portfolio items are disabled by default, but there’s a code to enable them.

    I have placed this code in a functions.php file in my child theme:

    <?php
    
    add_filter('avf_portfolio_cpt_args','avia_add_portfolio_revision', 10, 1);
    function avia_add_portfolio_revision($args)
    {
      $args['supports'] = array('title','thumbnail','excerpt','editor','comments','revisions');
      return $args;
    }
    
    ?>

    …but the checkbox for revisions is still not showing in the portfolio page screen options.

    Is there a way to make them work. Please can you help ASAP?…Things keep breaking on the portfolio page when I’m adding content to tabs, and there’s no way to go back to previous versions. I’m losing hours of work.

Viewing 30 results - 223,141 through 223,170 (of 243,745 total)