Viewing 30 results - 209,281 through 209,310 (of 244,619 total)
  • Author
    Search Results
  • #339668

    Hi kultblendecom!

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

    .avia_desktop.avia_transform3d .av-masonry-image-container { 
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    }
    .avia_desktop.avia_transform3d .av-masonry-image-container:hover {
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -o-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    }

    Cheers!
    Yigit

    #339663

    Hey Yigit,

    i can´t. Could not handle the Photography Demo, so i reworked my site with the enfold standard theme. Sorry, i think it is too late for me now, you can close the thread.

    Hi Anders

    Can you please try creating a testing environment and updating the theme there firstly and check how it goes? Maybe some files were broken while updating last time.
    Please see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/

    Regards,
    Yigit

    #339652
    icotom
    Participant

    Hi Kriesi team,
    As our first company website worked out super good with enfold, we now got the theme a second time and are rebuilding the second site with it.

    I just encountered two problems:

    1 For the portfolio sorting options, is there a way to deactivate “all” field? (or rename it?) Basically I always want to show all clients from start and have to options the just show current clients on demand. Therefore the field “all” is not necessary.
    I’ll post the link so it makes more sense.

    2) Is there a possibility to add icons to the main menu like we had on the old site? Please find the links below.

    Thanks a lot in advance.
    Thomas

    • This topic was modified 11 years, 6 months ago by icotom.
    #339650

    Hey!

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

    .home .outdoor_sort_button, .home .outdoor_sort_sep, .home .soup_sort_button, .home .soup_sort_sep, .home .tuna_sort_button, .home .tuna_sort_sep, .home .chicken_sort_button, .home .chicken_sort_sep, .home .red-meat_sort_button, .home .red-meat_sort_sep {
    display: none !important;
    }

    Best regards,
    Yigit

    #339641

    Hey jomaylab!

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

    #js_sort_items { font-size: 16px; }
    .grid-entry-title { font-size: 18px; }

    Regards,
    Yigit

    #339640

    Hey CAUM!

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

    .slide-meta, .news-time,  {
    display: none!important;
    }

    Best regards,
    Yigit

    #339633
    CAUM
    Participant

    Hello,

    I don’t need the different counters on the blog:
    – On the main blog page (grid layout): comment count under the title posts (same for a category archive page)
    – In the sidebar: post count for categories
    Same, I don’t need to display posts dates at the same locations.

    Enfold is a wonderful theme with so many features and settings, but… it doesn’t have those one.

    Usually I can do those custom changes in the template php files that manage these behaviors, but Enfold is too complex for me.
    Is there any simple way to make the changes?

    Best,
    David
    my website: http://www.homelink.fr/wp/

    #339627

    Hi chapdes!

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

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background-color: rgba(255,255,255,0.1); }
    .responsive #top #main { margin-top: -112px; }}

    Cheers!
    Yigit

    #339626

    Hi volmering!

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

    .av_facebook_widget_wrap {
    background-color: white;
    }

    Best regards,
    Yigit

    #339620

    Hi!

    You are currently using a very old version. Please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version and update the theme via FTP – http://vimeo.com/67209750
    Since you are updating from a very old version you may need to re-configure some options/elements such as header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Regards,
    Yigit

    #339609

    Hello Marie & Yigit, I have a similar issue. It’s not the first time I set up a one-page-site with Enfold, but this time I can’t seem to make it work. When clicking the anchor link, the page just reloads and doesn’t even scroll to the specific anchor.

    How should I fix this?

    Thanks!

    Thomas

    Caffeine-Design
    Participant

    Just wondering if anyone knew how to go about changing the color of the arrows and close button in Magnific Popup Lightbox Plugin included with Enfold… Wanted to change them from the preset “white” to “black” (#000000) leaving the rollovers as is…

    A short-code I can plug-0in the the Quick CSS Section would be awesome if possible.

    Thanks in advance…

    #339599
    Arjan de Wit
    Participant

    What code do I need to add to functions.php to let the “Enfold Latest News” widget display a
    custom post type?

    I have a CPT called “nieuws” with a custom taxonomy called “nieuws_cat”

    #339594
    Lynnr321
    Participant

    Hello,
    I have a couple of sites designed with Enfold and when viewed on tablets, the header, logo and menus display for a few seconds and then disappear behind a white, but slightly transparent layer. I tried to troubleshoot it referring to this link: But js>avia.js is much different and it appears the setting to change size parameters (switchWidth = 767;) have been moved or altered in how it is adjusted.

    I also tried to turn the mobile menu ‘on’ only for smartphones in the theme settings > header > mobile menu, but that did not work.

    Can you please update the fix?

    Thanks Lynn

    #339593

    Hey cstfs!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.

    Best regards,
    Yigit

    #339584

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab if you would like to remove langauge switcher from header meta section

    #header_meta .avia_wpml_language_switch { display: none; }

    If you would like to remove the one in main nav and move the on the header meta to closer to social icons

    #header_main .menu-item-language { display: none; }
    #header_meta .sub_menu { float: right; margin-right: 15px; }

    Best regards,
    Yigit

    #339583
    charger70
    Participant

    hi there – a client updated his Enfold installation that i installed (latest version now), and since, some of his images are being cropped oddly in Woocommerce.

    here’s an example: http://steveforney.com/product/cosmopolitan-print/

    the left and right side are cut off on the preview image.

    any idea why? i have unchecked “crop thumbnail to exact dimensions” in settings > media and re-run regenerate thumbnails but no change.

    thanks for your help.

    #339579
    VVV
    Participant

    HI GUYS AFTER UPDATING TO WP 4.0 WE HAVE THE BELOW ERROR IN OUR ENGLISH PAGES: OF OUR ENFOLD THEME.
    WHATS HAPPENING AND HOW TO FIX?
    JUST RESTORED IT TO WP 3.9
    THANKS! “

    Warning: explode() expects parameter 2 to be string, array given in /home/vlcclaim/public_html/vlc-claims.com/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 6270

    Warning: Invalid argument supplied for foreach() in /home/vlcclaim/public_html/vlc-claims.com/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 6272
    ——————————————————————————————————————————————————

    Warning: explode() expects parameter 2 to be string, array given in /home/vlcclaim/public_html/vlc-claims.com/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 6270

    #339571

    Another thought. Perhaps you can summarize the items to change in the Enfold config inside WordPress that will make my site look like the demo I referenced in my first message? I could take a look at what needs to be changed and then prepare the site for the visual change before I move it over, or turn the demo look on live for a short time to test it.

    #339567

    Thanks, I’m not sure what that shortcode method means.

    Generally speaking I can’t see settings in the Enfold menu that would bring my (currently boring) website anywhere near the example demo link I provided.

    Another consideration is that my current website (www.therapyhelpcenter.com) is very text-heavy, due to the type of work I do, and I am guessing it will need to be reworked to fit this new design I like. I think the demo’s design is fresh, new and engaging and this is not how I would describe my site.

    Last, I am apprehensive about doing anything that cannot be undone immediately because I am in production mode at the moment.

    How is that people do parallel moves between the theme’s looks when their website is in production?

    Hi ejo14!

    Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .blog .big-preview.single-big {
    display: none;
    }

    Cheers!
    Yigit

    #339557

    Hi!

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

    #top .isotope-item {
    padding-right: 5px;
    padding-bottom: 5px;
    }

    Best regards,
    Yigit

    #339553

    Hi!

    Glad you figured it out Guenter! :)


    @simonac
    For more information on the code Guenter posted in his last post, please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Yigit

    #339552
    This reply has been marked as private.
    #339548

    In reply to: Toggle color

    Hi renee01!

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

    .toggle_icon, .toggle_icon .vert_icon, .toggle_icon .hor_icon { border-color: red !important; }

    Best regards,
    Yigit

    Hey!

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

    #top .av_header_glassy.av_header_transparency #header_main {
    border-color: rgba(255,0,255,0.25);
    background-color: rgba(0,0,0,0.5);
    }

    0,0,0 is the RGB value of the color and 0.5 is opacity level

    Regards,
    Yigit

    #339538

    Hey m!

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

    ul.av-catalogue-list li {
    margin-top: 20px;
    }

    Cheers!
    Yigit

    #339533

    Hi davevi!

    You can simply go to Enfold theme options and change your options to give your website a similar ( if not the same ) look. If you would like to see couple of pages, we can provide you shortcodes of those pages

    Regards,
    Yigit

    #339532
    SamScrimshaw
    Participant

    Hello,

    Can anyone explain how I would achieve the Single Portfolio: 2/3 Slider on the Enfold demo page.

    http://kriesi.at/themedemo/?theme=enfold-overview

    Can’t seem to find the right content/media element in order to get the full width version working.

    Thanks

Viewing 30 results - 209,281 through 209,310 (of 244,619 total)