Viewing 30 results - 217,891 through 217,920 (of 243,530 total)
  • Author
    Search Results
  • #283825

    Hey Luke86!

    As long as the username and API are correct it should be showing the update after 12 hours. If it isn’t you can always do an update over FTP. 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

    #283824

    Very strange!

    Try downloading and then using the child theme here: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Or clone my starter child theme and use it. Either way it’ll appear to reset all the theme options since you are technically switching themes but just to see if the functions file will work there.

    #283821
    sky19er
    Participant

    Hey, there seems to be a conflict between Enfold and the Content Timeline plugin I’m using (by Shindiri Studio http://www.shindiristudio.com/demo/?item=Content%20Timeline_Wordpress). I’ve tried getting them to solve this for me, but they asked if I could try you. I’m getting the following error not only in the plugin area (both front and back end), but even I’ve even seen it show up when just clicking on a text block element on another page.

    Fatal Error: memory size of 41943040 bytes exhausted (tried to allocate 258017 bytes) in /data/23/3/90/15/3416504/user/3809111/htdocs/wp-content/themes/enfold/css/dynamic-css.php on line 750

    The plugin developer upgraded the plugin for me and now it’s not showing up at all, they say due to this conflict, but it was here http://skidrow.org/history-timeline-timeline/

    Thanks!

    #283814
    This reply has been marked as private.
    This reply has been marked as private.
    #283811
    LenfertDesign
    Participant

    I’ve created pages in a previous version of Enfold. I have a child theme that is just a basic skin following the instructions provided on this support forum. When I try to access content on those pages (they were built with the custom layout builder) I only see a spinning wheel and the content within the page never loads. This has been the case since updating the main enfold theme to the latest version. Prior to updating I also had an issue with the layout builder. When I added a text content block and tried to edit using the visual editor, I couldn’t see the text, if I selected the area where the text should be, it was there, but just plain white, and included the <p> </p> tags, even though I was in the visual editor. Could it be that my installation of enfold was corrupted? I have no plugins running and am on the latest version of WordPress. Please let me know what I could try to fix these issues. I can’t create any content until they are fixed.

    My site is catlincustompainting.com

    Thank you

    Chris

    #283805

    In reply to: Gravity Forms Issue

    Hi Yigit

    I contacted Gravity Forms support as I have a Dev Licence

    Even though it was a theme issue they helped me and gave me this
    #top .gform_wrapper select {
    width: 100% !important;
    }

    It worked but sent all my heading tags massive. I deleted my advance styling customisations and things went back to normal.

    There is obviously some conflicts going on with Enfold and Gravity Forms that I hope Kriesi will address as its a nightmare when things go wrong.

    The above CSS works but if you have advanced styling mods going then all the headings go massive sending your icons all out of shape

    Thanks for getting back to me

    Kindest regards

    Pete

    Hi eberswine!

    Please try updating WooCommerce plugin and Enfold theme via FTP – http://vimeo.com/67209750

    Regards,
    Yigit

    #283786

    In reply to: Blog Image Size Issues

    Hey getHopeGlobal!

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

    .big-preview.single-big {
    width: 50%;
    }

    Regards,
    Yigit

    #283783

    In reply to: Fullwidth Code Block

    Hi tlow87!

    You can place code block element inside a color section element and give color section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-color-section-id .container { width: 100% !important; }

    Cheers!
    Yigit

    #283777

    Hi thomas-pr3!

    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) {
    #advanced_menu_toggle, #advanced_menu_hide { right: 5%; }}

    Cheers!
    Yigit

    #283775

    Hi PaintedMidget!

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

    .header_color .main_menu ul ul { background-color: transparent; color: black; }

    Best regards,
    Yigit

    #283772

    Hey!

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

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 85%;
    height: auto !important; }}

    Best regards,
    Yigit

    #283770

    In reply to: Gravity Forms Issue

    Hi Peter!

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

    div#input_15_3_chzn {
    width: 120%!important;
    }

    Cheers!
    Yigit

    #283769

    Hi mikel!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    give your icons a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class { padding-top: 10px; }

    Cheers!
    Yigit

    Hey rsewards!

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

    #top .sub_menu>ul>li:after {
    content: '/';
    padding-left: 10px;
    }
    #top .sub_menu>ul>li:last-child:after {
    display: none;
    }

    Best regards,
    Yigit

    #283766

    In reply to: Letter spacing?

    Hey nsr500rossi!

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

    h1, h2, h3, h4, h5, h6 { letter-spacing: 0.01em !important; }

    Best regards,
    Yigit

    #283764

    Hey slaterproduction!

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

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img { max-width: 85%; }}

    Regards,
    Yigit

    #283758
    _andym
    Participant

    Hi Guys,

    I recently migrated my wordpress site using Enfold Theme. I managed to migrate with no real hassle which was nice. I ran a migration script to change site urls and database content which have all worked great however…

    I have a number of custom link pages (portfolio items etc) I perhaps stupidly created these as full urls instead of shortened and now I’m looking a quick way to find and replace. Any ideas of a plugin or direct file edit I can work with?

    Thanks in advance
    .andy

    #283756

    Topic: Enfold Bugs/Issues

    in forum Enfold
    djshortkut
    Participant

    1. I used one of your templates to create some pages on my website. When I add a medium sized image with text beneath it, when I look at the site on the iPhone in landscape mode the image and text don’t line up correctly. This also happens on your demo. When you use any other size image the text formats underneath the image correctly. I have attached some images so you can see what I mean.

    2. I have a masonry gallery on the bottom of my homepage with a 1 pixel gap. The masonry gallery doesn’t stretch fullwidth and there is a gap on the right hand side of the page. This also happens with your demo. Please see images.

    3. When I load an image in for the testimonials it shows up blurry on retina displays like the iPhone and iPad (same thing happens with your demo) It looks ok on a non-retina screen. Is there a way to increase the pixels of the image that shows up for the testimonial image so it looks good on the retina display?

    4. I added animated number in on my about page and changed the text color to white. I need help changing the commas, plus signs, and % signs to white as well because they are currently grey. The same thing happens on your demo.

    Hopefully you can give me some quick css to fix these issues and you can get these issues fixed in the next update. Thanks in advance!

    #283755
    psipi
    Participant

    Hi, when we look at the menu for http://www.SimonHedley.com on a mobile device things aren’t showing up properly?

    And the content carousel is also not working properly.

    The site is fully uptodate wordpress and latest updates of Enfold installed.

    Otherwise the theme seems to be running fine.. however this issue with the menu and some other quirks are very frustrating.

    billlon
    Participant

    Hello –

    I am using the “The Events Calendar” plugin with Enfold, so far with good success.

    I am just hitting a road-block with a specific problem which is to display the calendar’s month view without a sidebar, as full width.

    The plugin’s suppliers (Modern Tribe) provide a handy tutorial on how to remove the sidebar (which I have done successfully), and how to make the calendar occupy the full width of the page, on the Twenty Twelve theme. The tutorial is here: http://tri.be/selectively-removing-sidebars-in-twenty-twelve/.

    I have been unsuccessful in my attempts to modify the provided snippet so it works with Enfold. Could you please take a quick look at the tutorial and indicate how it can be modified to work with Enfold?

    The page I am trying to finalize on my website is located at http://69.195.124.107/~cypresz4/calendar/

    Thanks in advance for your help

    #283751

    Topic: Feature query

    in forum Enfold
    fusion01
    Participant

    Hi I have a query relating to whether Enfold can do what I’d like for part of my portfolio:

    I’d like to have a page of portfolio works displaying as THUMBNAILS – ie. simple icon to represent each work.
    However upon click I’d like a DIFFERENT version of each to display via a lightbox, ie. the full website screenshot in place of the thumbnail icon.

    Possible? I’d have thought that the above relies on loading individual IMAGES and not a PORTFOLIO GALLERY (as each entry does not require a page).

    Thanks in advance for your assistance!

    #283747
    fusion01
    Participant

    Please help me out, the pesky ‘previous’ and ‘next’ portfolio UI controls are hidden wherever there is a ‘simple fullscreen’ slider’ incorporated. I think there might have been a code mod from my side a long time back but then with a recent update of Enfold I’m wondering if somethinhg changed and they disappeared – it’s quite a big issue and I’d have flagged it sooner.

    PREV / NEXT ARROWS – GREAT
    http://freelancewebdesign.co.za/portfolio-item/website-user-interface-design/

    NO ARROWS – NOT GREAT
    http://freelancewebdesign.co.za/portfolio-item/oway-website-user-interface-design/

    Thanks in advance.

    #283724
    Luke86
    Participant

    I have added my themeforest username and API code and when I visit the theme update page within the enfold settings page it says the theme is fully updated.

    I purchased the theme about three months ago and in my style.css it says the version is 2.7

    Am I right in thinking that the theme should be updating or is this a bug.

    I am interested in having the updated options on the Contact form which are currently not available :-(

    P.S. If I download the theme files and overwrite my theme, will this update the theme automatically or do I need to run something or click an option within WordPress?

    Many thanks!

    Luke

    #283708

    Hi!

    It should work at the bottom but if it does not,
    please add it below following line

    'bitcoin' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue92a'),
    
    ));

    If you do not mind posting a temporary admin login we can add it with Enfold logo and you can change it later

    Cheers!
    Yigit

    #283707
    rbulley
    Participant

    Hi

    Is there any way to password protect categories in the woo commerce shop using enfold?

    I have tried a few plugins and they all have issues. I want to be able to password protect a client photo gallery, but it needs to be in the shop as they can purchase the prints from there. I can set up a page and protect it with a gallery but then they can’t add to cart from there

    Thanks

    Richard

    #283705

    In reply to: title and breadcrum

    Hey!

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

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main {
    padding-top: 153px;
    }

    Cheers!
    Yigit

    Hi johnlll81!

    Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/

    Best regards,
    Yigit

    johnlll81
    Participant

    Thanks!!

Viewing 30 results - 217,891 through 217,920 (of 243,530 total)