Viewing 30 results - 217,831 through 217,860 (of 244,425 total)
  • Author
    Search Results
  • #290521

    In reply to: What is Enfold 2.9.1?

    Hey pako69!

    Kriesi just fixed a small bug with the isotope filter animations. He updated enfold/js/avia.js

    Best regards,
    Peter

    #290515

    Topic: What is Enfold 2.9.1?

    in forum Enfold
    pako69
    Participant

    Hello
    I see that in my WordPress admin as un update but there is no info about it on Themeforest
    Thanks

    EdFritz
    Participant

    I’d like to know how to stop Enfold from taking the image 950X632 that I am using in my Post Blogs and rendering down to 600X400. I have over 800 legacy posts and have for five years maintained the 950X632 size for my Blogs.

    I have tried to use a unique Post Page to solve the problem, but it also renders the image down.

    I do not want to use the featured image function to solve this issue

    thanks !

    • This topic was modified 11 years, 8 months ago by EdFritz. Reason: Tried to change topic description. How to stop
    #290507

    In reply to: functions.php

    There is a better way to manages changes to a themes functions.php. I’d recommend using the WP plugin: code-snippets. https://wordpress.org/plugins/code-snippets/ You can manage/catalog all your various function.php code changes, and active, deactivate, ext….. Also if you add a new function code using this plug-in, then activate code and the code breaks your site, you can put plug in into safe mode by adding a line code into you wp-config.php. define(‘CODE_SNIPPETS_SAFE_MODE’, true); how to do this is defined in plugins read me.txt.

    I am using this plugin to manage my function.pho changes in Enfold without any problems.

    #290500

    Hi Richard!

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

    li.current_page_item a {
    color: red!important;
    }

    Best regards,
    Yigit

    #290499
    This reply has been marked as private.
    #290497

    Hi OrangeMediaNL!

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

    @media only screen and (max-width: 768px) {
    .avia-layerslider {
    display: none!important;
    }}

    Cheers!
    Yigit

    #290485

    In reply to: Blog Page

    Hi Yigit

    Thank you! Okay I’m half way there.

    How do I get my blog post featured image to span the width above the post title like here
    http://kriesi.at/themedemo/?theme=enfold

    Notice the difference here
    http://www.jasminesboutique.co.uk/jb-blog/

    #290480

    Hi BootsD!

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

    div.av-masonry-entry-content.entry-content {
    text-align: center;
    }

    Cheers!
    Yigit

    #290475

    Hey LecheLMP!

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

    #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }

    Best regards,
    Yigit

    #290469

    Hey!

    Can you update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750 and check if that helps?

    Cheers!
    Yigit

    #290467

    In reply to: Product Description

    Hi OriginsSpeak!

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

    .woocommerce-tabs .container {
    width: 100%!important;
    }

    Regards,
    Yigit

    #290465

    Hi Sinead!

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

    @media only screen and (max-width: 990px) and (min-width: 768px) { 
    .logo img {
    max-width: 60%!important;
    margin-top: 20px!important;
    }}

    Best regards,
    Yigit

    mattock
    Participant

    Hi, I’ve just updated my Enfold which made most of my portfolios stretch full screen width, I like it and want to keep it but have a question.

    When viewing my home page portfolio http://www.davidmattock.co.uk on my large screen 1920 x 1080 the thumbnails at 4 columns were too big so I changed it to 5 columns which looks great. But my problem now is on smaller res screens or ipads in landscape 4 columns look much better as 5 is too small.

    Is there a way to get it to change from 5 cols to 4 when viewed on a smaller and not as wide format screen ?
    Many thanks

    #290439

    In reply to: Remove icon pencil

    Hi banyuid!

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

    .blog-meta span.iconfont:before {
    display: none;
    }

    Best regards,
    Yigit

    #290431
    JP
    Participant

    Hi guys,

    I’ve updated to the latest version of Enfold (running on EP 3.9.1) and unfortunately this has caused an annoying issue to appear. On the big Easy sliders on my website, there is a 1 pixel gap applied to the edge of the sliders.

    Then the masonry-style gallery (done via Jetpack plugin) at the bottom of that page never goes to the full width of the content area (e.g. compared to the bordered text area above it).

    How do I fix these two issues?

    #290426

    Hey!

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

    .logo, .logo a, .logo img {
    position: relative;
    height: 100px!important;
    max-height: 100px!important;
    }

    Best regards,
    Yigit

    Hey T!

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

    .logo { opacity: 0; }
    .header-scrolled .logo { opacity: 1; }

    Great user name by the way! :D

    Regards,
    Yigit

    #290423

    Hey bitsoul!

    Please go to Enfold/includes/admin and open register-widget-area.php file and change it as needed

    Regards,
    Yigit

    #290419

    Hi sineadh!

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

    #av_section_3 h4 {
    margin-top: 15px;
    }

    Cheers!
    Yigit

    #290414

    In reply to: hallo! good theme!!!!

    Hi!

    Thank you for your kind words and for choosing Enfold :)
    Unfortunately, image links seems to be broken. Can you please upload your screenshot on imgur.com or Dropbox public folder and post the link?

    Best regards,
    Yigit

    #290413

    Italian translation for 2.9.1
    http://www.giuseppebeghelli.it/portfolio/demo/Enfold-v2.9.1-it_IT.zip

    Best regards,
    Giuseppe Beghelli

    #290388
    #290380

    Hi fgrippe!

    You can add the themeforest information into the update field in the theme options and update right from the child theme. See: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Its the same thing for a child theme or parent since the auto update from within wordpress updates the parent theme only.

    Cheers!
    Devin

    #290377
    Micheal0424
    Participant

    WOuld it be possible to some how add a Yelp link at the top with the Facebook, Twitter and other links?

    Thanks.

    #290352

    In reply to: Most Recent Update

    Hey!

    The website you posted is not using Enfold.

    Cheers!
    Josue

    #290336

    Topic: Most Recent Update

    in forum Enfold
    lflask
    Participant

    Hi,
    I just updated the Enfold theme and unfortunately it made a big change to my portfolio videos that I can’t figure out how to fix through my research.

    When I clicked on the portfolio item the video used to pop-up in a lightbox. It no longer does. It goes straight to the vimeo page.

    Any suggestions?

    #290319
    dbraphael
    Participant

    Hi

    I am having this issue, but when I updated my version (Version 2.5.4.), the header on my site broke because of all the changes made. Is there any way to opt out of the new header set up to keep what I have or is there another work around to show the visual editor? I had to revert to the older version to not have to redo my header.

    Doug

    re: #268505
    hi, all, does anyone know why I cant see the text in the visual editor of a text panel or page content using enfold – I have installed a fresh test enfold theme with no plugins, latest wordpress, and I cant see to edit the text in the visual editor – it is there in code view but not in visual, any help much appreciated, cheers

    #290317

    Hi!

    You could use a button with a class set (.open-popup-link), and you’d change the JS code accordingly:

    jQuery('.open-popup-link a').magnificPopup({
      type:'inline',
      midClick: true 
    });

    Cheers!
    Josue

    #290305

    Hi Colin!

    Are you referring to the folder name? if so, it’s “enfold” (lowercase, without quotes).

    Regards,
    Josue

Viewing 30 results - 217,831 through 217,860 (of 244,425 total)