Viewing 30 results - 243,661 through 243,690 (of 244,467 total)
  • Author
    Search Results
  • #120408

    Okay, just changed themes and it works perfectly. Take a look. I want to use Enfold…not this one.

    #119911

    @nick:

    I do have installed WPML – nothing else.

    Started another fresh installation now on new subdomain. First WordPress, minimal configuration (media lib, permalinks (%postname%)), second Enfold (only Enfold config), next was WPML. Just basic config for WPML > folder structure (e. g. domain.com/en/).

    Currently I won’t install any other plugin, because the next prob shows up. While POSTS will work fully functional with the permalink structure, PAGES run into a 404. But not all of them – only the pages in the first and second level. 3rd level is working fine…

    So I have to disable WPML, refresh permalinks twice back and forth (standard <> postname) and after that it is working…

    I have never experienced such probs with a paid premium theme. On this server I do host 18 WordPress projects, 2 of them with WPML (and other plugins) running fine. Needless to say, that I am in a very bad mood, thinking this is just a waste of time (and a few bucks).

    You may have a look at:

    http://pca.formateins.de/ (first install)

    http://pca2.formateins.de/ (second, fresh one)

    http://pca2.formateins.de/info.php (server stuff)

    If you like to get admin access, drop me a note at post(theatsign)formateins(pointitout)de

    #23734
    fuse2marketing
    Participant

    When using the Avia Layout Builder in Enfold Theme, if I add a horizontal ruler element with default styling just before a gallery element, the gallery disappears. I can change the horizontal ruler styling to short separator and the gallery appears. Any suggestions on how to fix this?

    The horizontal ruler and gallery elements are contained within a 2/3 content box.

    Thanks,

    David

    #23731

    Topic: Sensei

    in forum Enfold
    adrianej
    Participant

    Hi! I’, trying to configure Wootheme Sensei Plugin on my Enfold website. I have problems with wrappers. Can you help me?

    Thanks!!

    #120811

    Hi maxmamaev,

    The server could have an issue with the size of the zip or the content inside. The best thing to do is just install it via FTP.

    I did a short tutorial showing how to do that for Enfold here: https://vimeo.com/channels/aviathemes/64927356

    Regards,

    Devin

    In your theme files, just about all loops are in the includes folder. For the author, its loop-author.php.

    #120709

    Hey!

    Or open up functions-enfold.php and delete

    add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );

    Regards,

    Peter

    #120676

    Hi Dave,

    In that case I’m not really sure. When you switch themes, the theme options are pulled from the wp_options table within the database. There are a few different ones set for the Enfold theme and part of that data is serialized which is why I suggested the plugin.

    You may have better luck asking this on the MU forums.

    Regards,

    Devin

    1) Personally I’d recommend to translate Enfold with Codestyling: http://wordpress.org/plugins/codestyling-localization/

    a) Delete the file C:xampphtdocswp-contentthemesenfoldconfig-layersliderLayerSliderlanguagesLayerSlider-en_US.po because ii will break the codestyling plugin.

    b) Install & activate the plugin and go to Tools > Loccalisation to translate all themes/plugins. Search for the Enfold theme in the list and use the the wp-contentthemesenfoldlang folder as base directory.

    c) Click the button to generate the language files and then you can translate all text strings from the “avia_framework” textdomain (including the search results page).

    2) I don’t understand the question – please rephrase it.

    #120587

    You can use following code – add it zo the bottom of functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:300,400,800';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:300,400,800';
    return $fonts;
    }

    Enfold will automatically load the right stylesheet for you. Replace PT Sans with your font family.

    In Enfold, i can add a contact form and also specify the text included in the automatic email sent to the visitor.

    The “Thank you” email the visitor automatically gets has extra line break so text does not look like i entered it + saved.

    Also I wonder if i can edit email template used so that i include logo or other image and if yes, where can i find this file?

    Finlly I wonder if you know of any plug-in might that might be good to improved email functionality and look?

    Here: http://suiciderescue.se/wordpress/pages/kontakta-suicide-rescue/ my reply was suppose to be:

    Hej och tack för du kontaktat Suicide Rescue!

    Vi kommer att återkoppla till dig inom kort med anledning av ditt meddelande.

    I brådskande ärenden är du välkommen att slå oss en signal på telefon: 073-692 70 10

    Med vänliga hälsningar,

    Johan Sjöholm, Inititativtagare Suicide Rescue

    But it looks like:

    Hej och tack för du kontaktat Suicide Rescue!

    Vi kommer att återkoppla till dig inom kort med anledning av ditt meddelande.

    I brådskande ärenden är du välkommen att slå oss en signal på telefon: 073-692 70 10

    Med vänliga hälsningar,

    Johan Sjöholm, Inititativtagare Suicide Rescue

    #120291

    Hi, still not working. If i remove the code from the Enfold Theme options no code is displayed!

    Any other suggestions? :)

    Thanks

    #23706
    murattemel
    Participant

    Hello,

    I want to make a left sidebar menu just like this one “http://kriesi.at/themes/enfold/pages/&#8221;

    But when I create left sidebar menu from the widgets area it makes something like this “http://bilgin-group.com/blgn-grp-test/?page_id=1411&#8221;

    How can I do that?

    My second question is about footer area. Is it possible to remove (it should be removable) Enfold Theme by Kriesi link on the footer?

    #120024

    Hi,

    did the modification in wp-config.php, but it did not help.

    After enabling any plugin, the issue still remains.

    This ONLY happens with enfold theme – as I said even with a fresh install of WP EN or DE.

    Wir können auch gern auf deutsch schreiben – bin aus Stuttgart :)

    LG,

    Christian

    Vielleicht können wir kurz telefonieren: Tel.: +49 172 7126xxx

    Danke

    #120771

    In reply to: Tables – enfold

    To be more specific I am using an event script that generate schedule and tables automatically. The cells generated are some how too big in size. I would have love something more compact. What is the default table used by enfold and also what are the code I need to apply to control the look and feel of these generated tables?

    Also if i want to remove the borders of the table ( vertical and horizontal lines) what would be the code to do that? Can this be applied to specific table or it affects all the table?

    you can see what I am talking about here: http://tinyurl.com/p9ek8tn

    Thanks

    #120770

    In reply to: Tables – enfold

    how about the other tables? any code to adjust their output?

    Thanks

    MK

    #120594

    @Ismael: thanks a lot. If I add this does it hide it in my blog entries too?

    #120593

    Hi,

    @lounge35: Thanks for helping. :)

    @gianmarizzi: He is correct. Just add this on your custom.css or Quick CSS

    .news-time {
    display: none;
    }

    Regards,

    Ismael

    #119592

    Hi Nick,

    **** I UPLOADED IT AT LAST ****

    or at least a demo with dummy content with the home page.

    now…..

    a) The menu is fixed but I need to create more space at the top (above menu/logo) and below (menu/log) and ensure that when I scroll up and down the page that there is enough space so the ‘moved thick & feint line” dont overlap the menu. This is whats happening at the moment.

    b) The HUGE slab text under the slider works well but I somehow want the main heading ‘CREATIVE&DIVERSE’ to wrap when the screen is shrunk to mobile phone dimensions. so it reads….

    CREATIVE

    &

    DIVERSE


    but only in smallest sizes as its ok to just shrink with everything else till that point

    Cheers

    Andy

    #120769

    In reply to: Tables – enfold

    Hi,

    Define the table padding on your custom.css or Quick CSS.

    .pricing-table > li {
    padding: 9px 12px;
    }

    You can change that to

    .pricing-table > li {
    padding: 2px 12px;
    }

    Regards,

    Ismael

    That’s fine, but all I really need is to locate the code that refers to post authors in the relevant loop/template files so that I can replace the function.

    Hi,

    Anything is possible. Can even have the logo become even larger than it initially is instead of becoming smaller. Not an expert on what’s normal, but if you want to tell me what size you will have initial logo at and what size you want it to shrink to, I can give you the code that will do it.

    strong.logo img, #header_main .container, .main_menu ul:first-child > li a {
    height: 116px !important;
    line-height: 116px !important;
    }

    Try this. add it to your /css/custom.css or to Quick CSS located in Enfold > Layout (Theme Options) … the text area at the bottom of that page

    Thanks,

    Nick

    #23694
    platinum850
    Participant

    I’m having this exact issue, but the solution is not working for me:

    https://kriesi.at/support/topic/removing-the-featured-image-from-top-of-a-single-blog-post

    I added the css code suggested into the quick css box under general in the Enfold admin area and that didn’t work. Should I add it elsewhere?

    Thanks

    #120735

    Hi,

    Yeah, I can see it. Please do the following steps. I believe you have something like this on your editor

    <a href="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/2.jpg"><img class="alignleft size-medium wp-image-316" alt="2" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/2-300x195.jpg" width="300" height="195" /></a>

    Put a class selector on the anchor tag. Something like this

    <a class="leftalign-moz-fix" href="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/2.jpg"><img class="alignleft size-medium wp-image-316" alt="2" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/2-300x195.jpg" width="300" height="195" /></a>

    Now add this on your custom.css

    .leftalign-moz-fix {
    float: left !important;
    }

    I will tag Kriesi.

    Cheers,

    Ismael

    #120572

    Hi ColumbiaTKD,

    The file you need to upload should be enfold.zip and inside of it you should see all the normal theme files and no documentation folder, PSD etc. The video I did here: https://vimeo.com/channels/aviathemes/64927356 shows the folder contents a bit as an example.

    However if you are unable to upload it through the wordpress admin and FTP isn’t an option there isn’t much we can do on our end. You would need to talk to your hosting provider to make sure your wordpress install is running correctly and that there are no settings needed to be changed on their end to upload things to the wp-content folder correctly.

    Regards,

    Devin

    #120570

    Is the folder titled enfold.zip ?

    #120592

    Use use CSS to set the tag of the date to , display: none; to hide it.

    #23686

    Topic: Error on Installation

    in forum Enfold
    seatadvisorhq
    Participant

    Someone has posted about this before but the fixes aren’t working for me. I get the following errors.

    Warning: session_start() [function.session-start]: open(/home/115889/data/tmp/sess_a41e5c8a23de27f2b7b63c553b20b417, O_RDWR) failed: Permission denied (13) in /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /nfs/c08/h04/mnt/126929/domains/elgin.seatadvisor.info/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    I made sure the TMP file is writable and I made a different homepage and added the new page link to the menu, but I still haven’t had any luck.

    #23685

    Topic: Wrap box-shadow

    in forum Enfold
    janeyj
    Participant

    I need to put a box shadow on the boxed container. I did this with your Propulsion theme (http://is.gd/36gzlA) and using #wrap_all. It’s not working with Enfold, nor is this (https://kriesi.at/support/topic/boxed-layout-box-shadow). Please help. Thanks!

    #23682

    Topic: Tables – enfold

    in forum Enfold
    gigoz
    Participant

    Hi,

    Is there a way of reducing the hight of table cells so I could have a more compact table ? Current default table hight is a bit too high for the project I am using it for. Please help

    MK

Viewing 30 results - 243,661 through 243,690 (of 244,467 total)