Viewing 30 results - 242,251 through 242,280 (of 244,219 total)
  • Author
    Search Results
  • #126825

    In reply to: Enfold won't install

    I’m getting the missing style.css message. Any thoughts on that one?

    #127196

    Thanks Peter …

    I tried by inserting //define(‘WP_MEMORY_LIMIT’, ‘128M’);// inside wp-config.php but the problem stays the same.

    I just emailed my HOST to increase the PHP limit from the other end (in case they have restrictions).

    I’ll keep you posted once I get a reply.

    Cheers.

    #126824

    In reply to: Enfold won't install

    Sounds like a php issue, try upping the upload file size in php.ini – I think by default its only 2mb – some hosts may increase it.

    Other than that I’m out of ideas, might have to wait for one of the support guys here.

    #126823

    In reply to: Enfold won't install

    None of the above – gives me that “you really want to do this” message; doesn’t even get to the point of installing anything; tried on two different sites so I know it’s not the WP install itself (plus have uploaded other themes – including another one from this developer – in past couple of days)

    #126822

    In reply to: Enfold won't install

    I don’t think its anything to do with the theme – I installed it fine. Are you getting to the point of it saying ‘Installed correctly’ or are you missing style.css?

    Other than that try upping php memory to 128?

    #126821

    In reply to: Enfold won't install

    yorkiebar18: thanks but that is exactly what I did 3 times both ways, won’t load that way. What I normally do is download the installable file only first to upload to WP, then download the the main set of files so I can have the documentation. Has always worked with every other theme I’ve bought.

    #127195

    Hi!

    Please try to increase the (allocated) php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Best regards,

    Peter

    #126820

    In reply to: Enfold won't install

    Unzip the main download folder and there will be a zip file for you to upload through WordPress, alternatively, when downloading from themeforest, download installable files only and upload through wordpress.

    #126819

    In reply to: Enfold won't install

    I’m with slreagan. One of the reasons I chose Enfold ( other than the look of it which I really love) is that it said it was going to be easy for someone with little experience….that would be me! Now I have to use FTP to install? I’m really a newbie and only doing a project becaseu there isn’t anyone else to do it! Please help me out here.

    I updated my wordpress version to the latest but get an error that says that there is no style.css file? I’m probably the most confused user you have right now.

    HELP!

    #25501
    zannah
    Participant

    Hi Kriesi / Enfold Team

    Am having great trouble loading this theme via latest WordPress (3.5.2). As soon as I activate this theme, I could not able to amend anything via my WordPress Dashboard (it gives a Server error message).

    Please find this file explains what I meant: https://docs.google.com/file/d/0B1RJZJ_k96ycZkxEQ2xZWFo3Q1U/edit?usp=sharing

    Your quick response is much appreciated.

    Thanks.

    Zannah

    http://www.zannah.biz

    #126818

    In reply to: Enfold won't install

    Ok, so the only way to upload this theme is via FTP? I am not comfortable with that and it’s simply more work than I have time to do right now; there was nothing in the Theme Forest page that indicated that. I’ve installed probably 20 themes on several different WP sites and never had to do this. Is it possible to get a refund on this theme so that I can buy another one that uploads the normal way to WP? thanks

    FLSouthPaw
    Participant

    Problem uploading images…

    I am getting…

    An error occurred in the upload. Please try again later

    when trying to upload images…

    It is random what pictures give the error but all of them are always 300k or smaller pictures…

    Even with the error the picture is still uploaded but seems like it craps out generating the thumbnails… does only a few…

    I have tried disabling all plugins with Enfold theme enabled and still get errors…

    I can switch to twentytwelve theme leaving all plugins enabled and all pictures upload fine… though this theme does not create thumbnails like Enfold…

    I have researched the issue and seem to be a common problem for a lot of people with wordpress but has a billion different answers…

    If you have any ideas please advise… I will keep trying to figure it out too…

    #126982

    Hi,

    The Twitter Widget has been disconnected due to the retirement of Twitter API v. 1.0 on June 9, and with the new API v 1.1, Twitter placed some restrictions on the distribution of its proprietary content (your tweets). I think Kriesi will either release an update or perhaps you would be better off getting a plugin to take care of Twitter

    The icon you like is really a glyph, or a font and not an image, so you can add the font wherever you want in any size you want. See –> http://www.clipular.com/c?8964014=F5x1YRkE-13w_ZbugX56zyHqwro&f=.png

    Thanks,

    Nick

    #116479

    In reply to: Enfold Showcase

    Looks great Detlef! Love the custom coloring on the icon list icons :)

    #127151

    Sorry, that question refers to the theme Enfold and should have been posted there. Might be of relevance to other themes anyway.

    #126799

    I’m not trying to add css in the text block. I’m just trying to add the plugin shortcut … I just want to add “[showbiz slide-our-favorite-products]”. And with the advanced editor the only way seems to be through a text block.

    It is the shortcut that seems to insert the css as the first steps in the shortcut code. The Enfold Theme seems to add the <p> around it.

    It’s seems like there needs to be a different kind of component to insert beyond text block … something in the editor that allows you to just enter html or 3rd party shortcuts.

    The “Color” section seems to offer something like that but “Color” section does not work on pages that have sidebars.

    Having some problems with direct html … seems not to take the formatting of the slider but need to look more into it.

    #25487
    500Webmaster
    Participant

    Hi,

    I posted a topic previously which was resolved, but I need additional help on the same matter. The original issue was that we wanted to customize the backround and icon colours of both active and inactive tabs. The following code was given to enter into Quick CSS and the problem was solved:

    For Active Tab:

    div .main_color .tabcontainer .active_tab {
    background-color: #333;
    color: #666666;
    }

    div .main_color .tabcontainer .active_tab .tab_icon {
    color: #666666;
    }

    For Inactive Tabs:

    .main_color .tabcontainer .tab {
    color: #919191;
    background-color: #333;
    }

    div .main_color .tabcontainer .tab_icon {
    color: #666666;
    }

    With the color values obviously being customizable.

    However, with our color scheme, the color of the text when hovering over it with a mouse is almost impossible to see, for both inactive and active tabs. I’ve tried changing the default color settings in the Enfold>Styling panel for hover colors, but it’s not making a difference. So that makes me think that the perhaps the styling of the tabs is separate to the settings defined in the styling panel? Is there a CSS code I can add to the above to help with this or am I perhaps changing the wrong style settings in the Styling panel?

    Thanks,

    Lea

    #25387

    Topic: Error log

    in forum Enfold
    jawes
    Participant

    Hi,

    I get the following error log message:

    [27-Jun-2013 13:53:28 UTC] PHP Warning: preg_replace() [function.preg-replace]: Compilation failed: regular expression is too large at offset 35192 in /home/…/domains/…/public_html/…/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 586

    #25380

    Topic: Removing Image Overlay

    in forum Enfold
    pwilhelm
    Participant

    Hi,

    I’d like to completely remove all hover effects on the images in Enfold. I found this code in another thread here:

    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }

    But this only removes the overlay icon, the opacity effect on images is still there. Can you guys help me out? :)

    Michael

    Woah, this is just too awesome! This theme gets better by the minute.

    You guys are wonderful, and Kriesi is a GENIUS!!!

    #127106

    In reply to: Blog Title

    Hi,

    Create a page, call it anything other than Blog. On the Advance Layout Editor > Insert the Blog Post element. On Enfold > Theme Options > And where do you want to display the Blog? > select the page.

    Note: You need to select the a page for the “Frontpage Settings” first.

    You can watch videos here: https://vimeo.com/channels/aviathemes

    Import the dummy data to learn more about the theme.

    Regards,

    Ismael

    #127019

    Es handelt sich hierbei um “Dummy Widgets”. Dieser Content wird eingefügt wenn sich in den “Footer Columns” keine Widgets befinden. Fügt bitte Widgets hinzu und der Dummy Content verschwindet automatisch. Falls ihr die Dummy Widgets selbst bearbeiten wollt öffnet wp-contentthemesenfoldincludesadminregister-widget-area.php und sucht nach folgender Funktion:

    function avia_dummy_widget($number)

    #127095

    Hi,

    Let me tag Devin. The theme is compatible with mobile devices especially those with OS X or MAC OS.

    http://responsinator.com/?url=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold%2F

    Regards,

    Ismael

    #127055

    Actually we plan to add this feature to Enfold and we’ll very likely add it to the template builder but at the moment it’s not possible and you can only use the icons which are bundled with the theme.

    #122253

    Try following – open up enfold/js/avia.js and search for

    if(first_level_items > 8 && !bottom_menu)

    Replace “8” with a lower value (eg “5”) and the theme should switch to the mobile menu when the user resizes the screen to < 1000px.

    #126817

    In reply to: Enfold won't install

    Hi,

    Please extract the main enfold zip. Watch this video.

    Regards,

    Ismael

    Hi,

    On the Fullwidth Slider options, after you insert the images, click on an image again then configure the options. You can add the caption title, description and specify the caption position.

    Regards,

    Ismael

    Hey Carsten,

    Trying linking to the url starting from here: http://kriesi.at/themes/enfold/ . I’m not sure which element you are looking to create from the description above.

    Regards,

    Devin

    #25448
    musenkacom
    Participant

    How do I get product demo data?

    I want to know how to create product page like your demo site layout, “You may also like…” and “Related Products”.

    your page:

    http://kriesi.at/themes/enfold/product/kenwood-kmix-manual-espresso-machine/?skin=Splash%20Orange

    my page:

    http://aa122d4mjc.smartrelease.jp/enfold/?product=zeal-c02

    #127092

    In reply to: Suggestion

    Hey Gerald,

    Probably wont happen just because the information is already available at the bottom of the purchase page on Themeforest: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    As well as in the version.txt file that comes in the main file download when you download the complete theme package and not just the wordrpess files.

    Regards,

    Devin

Viewing 30 results - 242,251 through 242,280 (of 244,219 total)