Viewing 30 results - 239,341 through 239,370 (of 241,702 total)
  • Author
    Search Results
  • #129178

    Hi,

    The Enfold uses the standard 12px – 13px font size. You can easily change it on your custom.css or Quick CSS.

    body {
    font-size: 15px;
    }

    Glad you fix the issue. :)

    You can add a featured request on this one: https://kriesi.at/support/topic/enfold-feature-requests

    If you like the template please send us a testimonial: https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance

    Regards,

    Ismael

    #129150

    Hi,

    I tested this on Google Chrome and it works on my end. Do you have Enfold 1.7? Please upgrade the theme.

    Regards,

    Ismael

    #26071
    sterlingwilliam
    Participant

    I don’t see anywhere in the documentation, but to have options like in the Demo http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/ (Top area and two parallax/fixed backgrounds on down the page) THNKS as one my Many FAVS in this incredible KRIE$I Work!

    #WOW

    THNKS

    -Sterling

    #129227

    In reply to: Print Enfold

    Hi David,

    You would need to create a separate print stylesheet that will re-design the page how you want it for print. There isn’t currently one included with the theme.

    See the following for a quick reference on the topic: http://coding.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/

    Regards,

    Devin

    #128672

    In reply to: video alignment

    Hi,

    Some videos can’t be embedded if the person who made them chooses that option. Is it that certain pages do no display any video or that certain videos simply will not display anywhere?


    Please add the css below to your /css/custom.css OR to Quick CSS located in Enfold > (Theme Options) > Layout Styling … the text area at the bottom of that page.

    Here is the css to move the video. You can change the number from -500 to 500. It was at 0px, Try 40px first as i have it set now..

    .avia-video-16-9, .js_active .avia-iframe-wrap {
    right: 40px;
    }

    Thanks,

    NIck

    #127743

    Hi,

    Please update to Enfold 1.71.

    This is the current color of the ghost font

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    color: #777 !important;
    }

    The disappearing message I believe is fixed in the updated theme.If not here is the css that takes care of it

    .ajaxresponse {
    overflow: visible !important;
    }

    Thanks,

    Nick

    BeeCee
    Participant

    Hi,

    where/in which file can I change the meta info of the frontpage/home, where I have a blog post overview section?

    I would like to change only the meta info (comments, date) there and not on a single post.

    I would like to change “/” to “|” and to change the date with the comments.

    Thanks.

    #129241

    Thanks, formateins, I have already found a good plugin and it works fine. I’m not so perfect in coding ;-)

    My solution:

    https://kriesi.at/support/topic/enfold-comments-on-pages

    #129262

    sorry, it works fine with this code – there where problems saving my file to FTP.

    If someone needs this, too: the code above is right and works fine!

    #129240

    Utilize your brain… on posts/pages you may leave a comment (displaying the comment form). Just create a page (or post), name it guestbook, put a few lines above and there ya go. Depending on the page-id-selector you may also format the display of comments to your needs.

    No plugins required. :)

    #26088
    BeeCee
    Participant

    Hi,

    I would like to use this plugin http://wordpress.org/plugins/comment-guestbook/ (“Comment Guestbook”) for creating a page as guestbook.

    Inspired by this forum post, however for the theme FLASHLIGHT, I’ve tried to change this for ENFOLD, too – but without success.

    I added in page.php right after

    get_template_part( 'includes/loop', 'page' );

    this part of code (don’t know, if this is right):

    //wordpress function that loads the comments template "comments.php"

    comments_template( '/includes/comments.php');

    but it doesn’t show me comments on that page.

    Yes, in the screen options I have checked the discussion option and in WP’s general discussion settings comments are enabled, too.

    Any idea, why this doesn’t work in ENFOLD?

    Thanks.

    #26081
    BeeCee
    Participant

    Hi,

    perhaps I do not see the forest for the trees … how is such a guestbook made in ENFOLD?

    http://www.happybeagle.de/gaestebuch/

    or

    http://seegers-fotografie.de/guestebuch/

    Thanks a lot!

    #128910

    Hi,

    1.

    /*---- Font Menu Hover Color ----*/
    #top .header_color .main_menu .menu ul li>a:hover {
    color: red;
    }

    /*---- Background Menu Hover Color ----*/
    .header_color .main_menu .menu ul li a:hover {
    background-color: red;
    }

    2.

    body#top {
    font-size: 15px;
    }

    3.

    Please open /framework/php/class-breadcrumbs.php and goto line 26 and to line 186.

    Inside that file, you will need to search for __ (two underscore characters). You will find a lot of words used in breadcrumbs that need translating (i see 24 lines in total including above 2).

    Ofcourse i am not sure why you are doing this since if you install WPML (pay) or this http://wordpress.org/plugins/codestyling-localization/ free plugin , you can translate directly from the backend all the words in the theme into french.

    There is no need to install custom.css plugin, since the theme has Quick CSS, a text area located in Enfold > (Theme Options) > Layout Styling .on the bottom of the page… where you can paste any css and click save.

    Thanks,

    Nick

    Hi,

    Well. Your homepage is Enfold while your portfolio page is Corona. You are probably using a plugin that allows different themes for different sections of the website. Disable all plugins , and I mean all plugins, empty your cache and return to this page. You can also go to Appearance > Themes and delete the Corona theme (only if you don’t need it, or download a backup first). Update wordpress core if you made any modifications to it.

    Thanks,

    Nick

    #116485

    In reply to: Enfold Showcase

    Really nice and clean jo :)

    #128994

    Hi CooperDevon,

    If you are unable to send email from either the themes form or from another plugin, there may be an issue with your server configuration for outgoing mail.

    Try contacting your hosting provider to see if they have any issues with the php mail function, wordpress’ own mail function or any kind of anti spam settings in place to prevent outgoing mail from addresses that aren’t based from the sending domain.

    Also make sure you are on Enfold version 1.7.1 as there was some bug fixes released with that version as well.

    Regards,

    Devin

    #128919

    Hi,

    I think you are mistaking your subscribe widget for a search box, because that’s the only thing I see that resembles a search box on the right sidebar.

    Thanks,

    Nick

    #124523

    Hi All,

    Just checked on my iPad and it does appear but not until you’ve scrolled down a bit on any given page. So scroll down and it should then show up.

    Test on my live demo site, personal site and the Enfold demo.

    Regards,

    Devin

    #26085
    faterra
    Participant

    Hi, I am new at wordpress and enfold and I have some questions if you can help me:

    1. Translation into PT-BR (Brazilian Portuguese). I watched the video tutorial, istalled the CodeStyling Localization, and added and edited the mo, but the translation still not showing on my site. What am I missing? http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=21.

    2. I want to use the easy slide but, the big image above the thumbnails, shows only when I reload the page, if I scroll down and back up the big image disapears. http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=2270.

    3. Also, is it possible to insert an slide galery inside the Tabs? I was able to insert images, but not the easy slider.

    Thank you,

    Fabiana.

    #26083
    zannah
    Participant

    Dear Team

    I would like to display four columns like the one in http://kriesi.at/themes/enfold/ but am struggling to do. Could you provide a simple walkthrough, how to add the items in the footer such as Interesting links, latest news, tags, categories and business hours.

    Thanks.

    Zannah

    ___________________________

    Please find my site here: http://www.zannah.biz

    #114718

    Hi Kriesi,

    Awesome theme! I really enjoy building with it.

    I would like to have the option to set the color section to a specific width (1/2, 1/3 etc..) So it is possible to use two color sections beside each other.

    #26078
    dschull
    Participant

    I have a new install of Enfold on a new hosting account through GoDaddy.

    Whenever I upload a picture I get the following error:

    “Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/85/11416585/html/wp-includes/class-wp-image-editor.php on line 334”

    The photo still uploads but displays the error.

    Then, whenever I go to edit a photo I receive this message:

    “Image data does not exist. Please re-upload the image.”

    Please advise.

    #26077

    Topic: Print Enfold

    in forum Enfold
    DDamjanovic
    Participant

    Hi,

    our client wants to print pages of his website (Enfold), but it looks very broken. We’ve tried some print plugins, but they all “find” and print only parts of the page, not the whole page. Because of the layout builder, I think?

    Do you have an idea?

    Best regards

    David

    #26072
    jeeves
    Participant

    Currently using Enfold theme version 1.6 and the filter option seem to be broken for posts, pages and custom posts. In isolating this issue – I deactivated all plugins, thinking there was a clash – but filter still not working. Then reverted to 2013 theme – and functionality reappears.

    We checked 1.7 version changelog and this issue isn’t mentioned.

    Specifically – you Filter on Posts by date – and the message “No posts found” is displayed. Click Filter button again and blank screen with “Invalid Post Type”. Searching the support forum – this issue appears to have been reported a few times :

    https://kriesi.at/support/topic/some-problems-404-permalink-and-wpml#post-116357

    also

    https://kriesi.at/support/topic/filterings-products-in-admin-not-works

    …and this guy has suggested he has fixed it in the framework

    https://kriesi.at/support/topic/universal-filter-issue#post-117920

    Hoping that you guys will give this issue some time – as I have a client who does not understand why something as fundamental as this – should be broken?

    #26070

    Topic: Logo size enfoldtheme

    in forum Enfold
    kc
    Participant

    Hi friends,

    I could not find the right solution here.

    and I ask you to hilfestellung, -)

    how can I insert a large logo in height and width, or in what file

    I change from the limitations. I have already looked in the header.php and in layout.css.

    but I would then also the header logo no matter what variation I then select them and accordingly adapts the header setting.

    sorry for my good english, German solutions also welcome.

    my site is http://www.noa-noa-wuerzburg.de

    thanks

    carsten

    Hi,

    Please look at my post here https://kriesi.at/support/topic/left-menu-listing-problem#post-124163 about a wordpress plugin with similar glyphs.

    Thanks,

    Nick

    #114717

    I would really, really like to see the ability to change font size and weight for headings and text without having to go find the CSS (as part of the admin theme setup area, maybe). I’m not fabulous with CSS, and I’m always afraid I’m messing with the wrong piece of it… I’ve used other themes with this ability, and I’d LOVE to see it with this theme because this theme is so amazing!

    Thanks!

    #126656

    Hi,

    I am sorry, but full size its the same slider as located on kriesi.at/themes/enfold but with substituted images. That slider has no issues with Android. So besides image replacement (i assume you used identical sized images in your replacement) if the only difference between yours and the demo is the change of the height via css (which the theme authors say should not be done because it will create problems such as you describe) then I am out of ideas. Have you searched on the LayerSlider forum or asked the developers there about the best way to resize a slider ?

    Thanks,

    Nick

    #128720

    Hi,

    Create a page, insert the Blog Post element. Configure the options, look for “Blog Content length”, select “Excerpt with Read More link”. Upgrade to Enfold 1.7.

    Regards,

    Ismael

    #26052
    Slick Sites
    Participant

    Im trying to use Gravity Forms in Enfold and the new styling addition is causing problems with the CSS “Ready Class” already installed with Gravity Forms.

    For example having gf_2cols causes no effect. I would like to have 2 columns with the checkboxes etc.
    http://wordpress.org/plugins/gravity-forms-css-ready-selector/

    Is it possible to completely disable the overriding styling from Enfold with Gravity Forms? If so, where, how?
    Cheers
    Paul

Viewing 30 results - 239,341 through 239,370 (of 241,702 total)