Viewing 30 results - 242,311 through 242,340 (of 242,623 total)
  • Author
    Search Results
  • #117385

    In reply to: Blog option

    I had forgotten that after the last update, you could insert the read more button :)

    I have a problems with my child theme. I have recovered the files of Dude. I have this:

    /*

    Theme Name: Enfold Child theme

    Description: A superflexible and responsive Business Theme by Kriesi
    Update notifications available on twitter and facebook:
    Follow me on twitter
    Join the Facebook Group

    Version: 1.4

    Author: Kriesi

    Author URI: http://kriesi.at

    License: Themeforest Split Licence

    License URI: –

    Theme URI: kriesi.at/themes/enfold/

    Template: enfold

    */

    When I activate this child theme, my site no longer load, I just get a blank page, why?

    #114594

    I would like to see the feature of being able to re-arrange the table data in the pricing/regular table editor like just in the regular editor.

    I made a complete table but forgot one line and had to re-create the whole table to add the line.

    The ability to move a column left or right or a row up and down. The only option right now is X to delete.

    ===============

    Another addition that would be cool would be a specialty page for a site map.

    #114921

    Hi!

    Great thank you :)

    Best regards,

    Peter

    #117568

    It seems like you didn’t add the code into the quick css field – otherwise it would be at the end of this file: http://scadasymbols.net/wpnew/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    #117567

    OK, I found in Enfold. BUT this not solve the problema, the problema is still there.

    #22858
    Gambande
    Participant

    Hi,

    I have just bought Enfold. I have implemented ok, but the blogging form have a problema with the options that are included below the space to make comments. The option “yes add me to your mailing lists” and a check box are loosing alineation with the rest of the form.

    This problem appears in ALL the blog page options, small, big, etc.

    You can see it at my site in this simple page http://scadasymbols.net/essl-library-and-the-electric-scada/

    PLEASE, I need a way to correct this, I suppose that the problem is in CSS.

    Thank you in advance.

    #116567

    Hi,

    You got a lot of thread opened and I checked the link you provided, none of them show the enfold theme on the website. Just the default homepage for a blank website like Devin said. :D

    Regards,

    Ismael

    #116589

    In reply to: Mega menus

    Hi,

    @Devin: When you clicked on the link provided by @yardena, can you see the Enfold theme?

    Regards,

    Ismael

    #22851
    emv2013
    Participant

    Hi,

    Can somebody help me with this kind of problem?

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /public/sites/www.ellenmartineverkade.nl/wp-content/themes/enfold/includes/admin/register-dynamic-styles.php on line 121

    Regards

    #117496

    Ja, man kann diese Option auch recht leicht jetzt schon hinzufügen – in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php einfach folgende Zeile löschen:

    "required" 	=> array('style','not','big_thumb'),

    – man hat dann zwei Auswahlfelder. Das erste bezieht sich auf das große Thumbnail, das zweite auf die kleinen Thumbnails.

    #117493

    hallo peter… hatte 2 fenster offen, deshalb hat es den scheinbar nicht übernommen .. nun sollte er drin sein – bild stellt sich anders dar .. thumbs werden ganz komisch angezeigt und das grosse bild wäre eigentlich auch wesentlich größer im original. schaut definitiv anders aus als bei dem das ich auf eurer enfold seite unter der betreffenden galerie zu sehen bekomme.

    mal extrem positiv angemerkt – die reaktionszeiten hier im sup sind PERFEKT!

    wenn wir das nun auch noch lösen können, ja dann wäre das genial

    i got some problems with portfolio images if is vertical. For future update..its possible to crop images to have the same size ? the same for blog. – already added this feature to Enfold. Will be available in the next version.

    #117473

    Hi!

    The blog page is a special template. Go to Enfold > Sidebar and search for the “Sidebar on Blog Page” option. Select “No Sidebar”.

    Best regards,

    Peter

    #117381

    In reply to: Blog option

    1) Maybe you need to activate the option on the post editor screen. Click on “Screen options” in the right corner and check the excerpt checkbox: http://www.clipular.com/c?5393178=DWPIZfYn3Pt6vQ_8EL0lN6Pc9Js&f=.png

    2) The reason is that the portfolio thumbnail size is used which does not crop the image. We’ll include an option to select a different thumbnail size in the next version. For now you can change the thumbnail dimensions in functions.php – search for:

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)

    and set the height to a lower value. Afterwards regenerate the thumbnails http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Another option would be to upload bigger thumbnails with at least 495x400px.

    3) Probably a bug but I fixed it. Try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php

    and replace:

    $excerpt .= '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';

    with

    $excerpt .= '<div class="read-more-link"><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';

    #117457

    Hi,

    Now a short answer to a long post :)

    1) You can use the quick css field if you like. Since Replete the quick css code is saved within a css file and afaik there’re no drawbacks with this option. Older themes just added the quick css code as inline css to the head section which can be problematic (document size, other style sheets can overwrite the code, etc.).

    2) If you don’t want to use the quick css field add the code to enfold/css/custom.css – the only disadvantage is that you can’t modify the file with the wp editor and you need to use ftp to download/upload the file. The advantage is that you can edit the file on your pc/mac with a proper text editor.

    3) Last option would be a child theme where you can add your custom code to the child theme style.css. Imho the child theme makes only sense if you want to change theme php code too.

    #117439

    Maybe your hoster restricts outgoing mails – eg this user: https://kriesi.at/support/topic/change-the-from-parameter-on-choices-theme had the same problem. Enfold introduced a new filter which allows you to change the “from” address without hacking the core files. Add following code to the bottom of functions.php:

    add_filter('avf_form_from', 'avia_change_from', 10, 3);
    function avia_change_from($from,$new_post,$params){
    $from = ' (Email address hidden if logged out) ';
    return $from;
    }

    #114920

    I’m working on the Brazilian portuguese, should be done in 4 weeks

    Best,

    Andreano

    #116432

    In reply to: Blurred Thumbnails

    Please download v1.4 of Enfold. It allows you to select the thumbnail size for gallery images:

    Depending on the number of the columns select a smaller or bigger thumbnail size.

    #117184

    1) Unfortunately this is not supported. You can display a title or title + excerpt. An excerpt text with link is not supported and would require a major rewrite of the portfolio widget.

    2) For updating, you just download the theme files from your downloads on themeforest. The main package will have the theme docs, license and other files inside of it as well as the actual sentence.zip file that can be uploaded through the wordpress admin as the actual theme.

    You can just upload that zip using the wordpress admin unless your setup doesn’t allow writing over the files. In that case, you’ll need to upload the theme files via FTP.

    If you’ve made any changes to the actual theme files, make a backup of all those files locally. After you update, you can check the version.txt file that was in the main package you downloaded from themeforest and see if any of your modified files were changed in the updates. If so, you’ll need to re-add those changes individual instead of just writing over the entire file.

    #22842
    glen
    Participant

    Hi guys,

    I must say I’m thoroughly impressed with Enfold. I just purchased it and I’d go as far as to say this is the nicest theme I’ve ever seen and I’ve seen a lot of themes! Kudos team!!!

    I can tell you that your theme options panel is very easy to understand, I love the advanced layout editor, and the documentation.html file is nicely setup as well. The only place I’m completely lost is how to edit the Enfold .css files?

    I’ve read the documentation.html from top to bottom. I’ve gone into WP-Admin>Appearance>Editor and read the style.css that says “PLEASE DO NOT EDIT THIS FILE!” In the style.css, it says: “Instead use the custom.css file that is located in your themes /css/ folder to add your styles.”

    I’ve used nearly 30-40 themes in my day and I can’t for the life of me figure out how to edit your .css files, save them, then check my site to see the changes?

    In your documentation.html, this is all that’s mentioned regarding css:

    “The CSS for the theme is split into various files: one that holds the basic markup for layout which are base.css and grid.css. The layout.css holds theme specific css rules. The Shortcode css file holds all rules for the template builder file. Last but not least we got an empty custom.css file which should be used by you to add your own modifications. Since we never touch the custom.css file when making updates you can easily update to later theme versions without beeing in danger of loosing stylesheet modifications.”

    Ok… This all sounds great in theory but I’m sitting here smiling bc that doesn’t make sense to me. :) Let me explain:

    I downloaded and saved the Enfold theme from ThemeForest and saved it in my Finder on my Mac. If I open this folder, I can see all the contents of the theme including the enfold.zip file. If I double click to extract this folder, I can see all of the contents incluting the css folder which contains the base.css, custom.css, dynamic-css.php, grid.css, grid.less, layout.css, and shortcodes.css.

    Here’s where I’m lost… All of these files are now in two places, on my Mac in my Finder, and my server being used on my WordPress site. If I find the code I want to edit in the Finder on my Mac, no matter what I do to the custom.css file in here, this won’t reflect changes on my site. It would be impossible for this to happen and from what I’ve read in your instructions, this is what your instructions imply in my eyes…?

    The first way I learned to work with CSS was in the WP-Admin area under Appearance>Editor. In this location, a lot of theme companies will put their style.css file in the actual editor here. You can copy whatever snippet of code you want, paste it at the bottom, change it, save the changes, then refresh your site to see the results. This is the easiest way I’ve ever gone about working with CSS and every theme I’ve used from ThemeForest goes about this a different way…

    The second way I’ve learned to edit CSS is to check the actual theme folder that’s stored on my computer for the CSS files (live I described above). Usually I’ll find the all.css, or style.css in here, open the file with my browser or text editor so that I can see the CSS, find the snippet of code I’d like to edit, copy it, then paste that snippet into an area in the Theme Options for custom.css (Kind of like your Quick CSS editor under WP-Admin>Enfold>Styling). Once I click “Save all Changes,” I can then check my site and the changes have been made. This is a more difficult way about editing the CSS of a theme but it works just as well.

    With Enfold, I see the Quick CSS editor under WP-Admin>Enfold>Styling, but your documentation.html file and your style.css both say to use the custom.css file that is located in your themes /css/ folder to add your styles. I’m aware that I may be completely missing something here and to you, this seems like nothing to elaborate on bc you know exactly how to do this, but I simply can’t figure out how to edit the css of Enfold and I’ve been doing this for a pretty long time.

    Please help me here. Can you please give me somewhat of a guide from A-Z to accomplish this task? I know a lot of your customers haven’t had an issue with this but I’m sure that some out there are in the same boat as I am.

    Thank you so much for your time and kudos once again for such an amazing theme!!

    #117167

    Hi jcchavez,

    We will need to look at the site live to see what is causing the issue. If you can provide a link here, we can take a look.

    Regards,

    Devin

    #114593

    I found out that the blog style you choose applies to both the page where you display the blog and for single post. Why does it has to be like that? I would like to have the option to select individual style for the page and for single post. E.g. have Grid style for the page, but Single author big image preview.

    I know I can create a page and shortcuts to choose the style I want (and of course not select the page in “Where you want to display your blog”), but when doing this the breadcumb is not showing the right title, and the layout is not looking good either.

    Can you please add this function in the next update? Thanks!

    And would love to have the opportunity to have link in tables.

    #117357

    Nevermind, found the button in the backend :P, ahem.

    #22817
    eightpage
    Participant

    Hiho,

    I was wondering if it would be possible to get the demo content as XML format, so that I can setup the theme exactly as it is here: http://kriesi.at/themes/enfold/ ?

    If possible maybe till Sunday afternoon? If not no biggie.

    Thanks and cheers

    Constantin

    #117161

    1) Kriesi forgot to update the version number in style.css – so it’s still 1.3.1.

    2) No, please don’t re-import the dummy data.

    3) We have no influence on the themeforest notification system – maybe it takes some time and you’ll get the notification with the next update.

    4) For now you should be able to use the rss button to subscribe the rss feed. Kriesi will redesign the website when he comes back (he’s on a trip for a week) and then we’ll use the new bbpress forum plugin which also supports email notifications.

    Please watch the videos here: https://vimeo.com/channels/aviathemes – they’ll show you how to use the template builder (now called advanced layout builder/editor). Enfold introduced a new layout builder which is quite different from the Propulsion Template Builder.

    #115585

    In reply to: extra license

    Hi!

    Just purchase it on http://themeforest.net . You’ll get a second license certificate and they’ll add a second download of Enfold to your items list.

    Best regards,

    Peter

    #117268

    I think it may need to be connected to the domain to work.

    #22381

    Topic: extra license

    in forum Enfold
    yingfuli
    Participant

    Hi,

    The question never came up before but it might with your theme. How do I go about if another customer wants to use Enfold as website theme as well? How can I purchase a second license so I can install Enfold on a second domain?

    Thanks in advance,

    Ying-Fu

    #117135

    You can use the avf_google_heading_font and avf_google_content_font filter to add a new font. Insert following code at the bottom of functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans';
    return $fonts;
    }

    and replace “Open Sans” (on both sides) with your cyrillic font. If you want to add several weights use the write the font name like.

    $fonts['Open Sans'] = 'Open Sans:400,600';

    and Enfold will load the 400 & 600 font weight.

    Afterwards go to the theme options panel and select the new font. Then save the settings.

Viewing 30 results - 242,311 through 242,340 (of 242,623 total)