Viewing 30 results - 243,961 through 243,990 (of 244,475 total)
  • Author
    Search Results
  • #118793

    Actually it’s much easier:

    1) use following code:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic';
    return $fonts;
    }

    2) Go to Enfold > Styling and select the PT Sans font from the dropdowns.

    Enfold will automatically load the right stylesheet and change the font family for you.

    #118290

    Hi,

    Add this on your custom.css

    .header_color .header_bg {
    background: white url(https://localhost/kriesi/enfold/wp-content/themes/enfold/images/background-images/dashed-cross-dark.png) top center repeat fixed;
    }

    Change the image url. This will render a white header when you scroll down.

    Regards,

    Ismael

    #118791

    I’m sorry but it seems like Ismael mixed something up. Enfold doesn’t support Cufon but only google fonts. You can use filters to add them to the font list – see: https://kriesi.at/support/topic/google-fonts-with-cyrilic-support

    Note that you can only use a font from the google font api: http://www.google.com/fonts/

    #118635

    Hi,

    1.) What do you mean by “info bubble content box”?

    2.) Add this on your custom.css

    .image-overlay .image-overlay-inside::before {
    background-color: green;
    }

    Regards,

    Ismael

    #118790

    Thanks for the fast reply, Ismael

    I’d like to use first way, without additional plugins.

    But it doesn’t work.

    What i did:

    1) Generate Cufon js font file here: http://cufon.shoqolate.com/generate/ and at the fifth input field from the top with the label: “Use the following value as the font-family of the generated font (optional)” enter the word “cufon” (without quotation marks).

    2) Then place the cufon file into the enfoldframeworkjsfonts folder

    3) Open up enfoldincludesadminregister-admin-options.php and add font to the font array. I put the font in 2 places:

    HERE:________________________________________________________________

    $avia_elements[] = array( “name” => “Heading Font”,

    “subtype” => apply_filters(‘avf_google_heading_font’, array(‘no custom font’=>”,

    ‘Kelson’=>’cufon_400-cufon_700.font.js’,

    AND HERE:____________________________________________________________

    $avia_elements[] = array( “name” => “Defines the Font for your body text”,

    “subtype” => apply_filters(‘avf_google_content_font’, array( ‘:: :: Web save fonts :: ::’=>”,

    ‘:: :: Google fonts :: ::’=>”,

    ‘Kelson’=>’cufon_400-cufon_700.font.js’,

    ______________________________________________________________

    I also tried to write file name without extension, like this:

    ‘Kelson’=>’cufon_400-cufon_700’,

    #118616

    If you want to use the form with WP-Mail-SMTP you need to replace the standard php mail() function with wp_mail(). Open up wp-contentthemesenfoldframeworkphpclass-form-generator.php and replace:

    mail($to, $subject, $message, $header);

    and

    mail($from, $this->form_params['autoresponder_subject'], $message, $header);

    with

    wp_mail($to, $subject, $message, $header);

    and

    wp_mail($from, $this->form_params['autoresponder_subject'], $message, $header);

    #118763

    Hey!

    @learningcurve – did you manage to install the theme?

    Best regards,

    Peter

    #118712

    In reply to: Demo Content

    Hi,

    Create a new installation of wp then import the dummy data. Most of the elements that you can see here http://kriesi.at/themes/enfold/?skin=Boxed%20Blue is included on the dummy data. Can you give us a specific list of features you want to implement from the demo?

    Regards,

    Ismael

    Simple and straightforward idea… good call.

    Thanks Dude.

    #118797

    Hi!

    Tbh this is not easily possible because the theme uses an icon font for the social icons. You’d need to rewrite the code in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesteam.php

    Regards,

    Peter

    #118762

    thx lounge35,

    and just found an article that talks about how to increase a limit upload on WP for those who dont want to use FTP here is a link http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress

    ~

    jasmine

    #118761

    It should have a 32MB limit. I would suggest using another host if you are having problems uploading it, and the host isn’t helping. I didn’t have any problems uploading it.

    #118545

    Hey,

    Glad it is fixed. Kriesi manages all the updates for the theme. You should probably post something here https://kriesi.at/support/topic/enfold-feature-requests.

    Regards,

    Ismael

    #118760

    Hi Melanie,

    not sure if you are trying to upload via WordPress Dashboard as WP has only 2MB limit and Enfold is much larger then that so you do need to do it manually via FTP.

    We personally use FileZilla and its very easy just drag and drop to the wp-themes folder.

    ^.^

    jasmine

    #118784

    Hi,

    First check Enfold > Theme Options > Footer > Default Footer Widgets & Socket Settings, select Display footer widgets and socket. Also, check or edit the page, look for Footer Settings (Display the footer widgets?), again, select Display footer widgets and socket. By default the socket should be displayed.

    Regards,

    Ismael

    #118758

    Hi,

    When you download the file on themeforest, first, extract it then open the folder. Look for enfold.zip file. That is the file you need to upload on your wordpress installation.

    Regards,

    Ismael

    #23177

    Topic: Issues with Site Logo

    in forum Enfold

    Hi – I just purchased this template and love it.

    But I have 1 problem and 1 question regarding the site logo.

    1) When you scroll down the page, and the logo resizes to a smaller size, the logo looks pixelated and it takes a couple of seconds before it suddenly smoothes out. This same thing is happening with the Enfold logo on your demo site: http://kriesi.at/themedemo/?theme=enfold

    I am not seeing this issue on this template for example on this template http://themenectar.com/demo/salient/

    (I am on Chrome on OSX).

    2) Is it possible to change the javascript somehow, so that the logo resize is more similar to this here: http://themenectar.com/demo/salient/ i.e. only two different sizes, rather than the logo scaling pixel by pixel as you scroll up/down?

    Thank you!

    #118815

    Hi,

    It is suggested you put the Enfold installation online. You will lose the theme options and the images when you try to work on MAMP then transfer the site online.

    Regards,

    Ismael

    #23162

    Topic: how to install?

    in forum Enfold
    duggal13
    Participant

    hi

    just purchased enfold wordpress theme, struggling to install, installation instructions in documentation has link to ‘demo’ video, but link not working? this is my first theme purchase/install, so unfamiliar with what to do. also why are there two downloable zip files, one of 20.7mb and one of 10.2mb? help!

    Kris

    #23158
    learningcurve
    Participant

    I have a wordpress.org site hosted by godaddy. I purchased the enfold theme and have been unable to download it. I don’t wish to upload it manually, but using the zip file and upload via wordpress themes upload function. The message that appears is

    “Are you sure you want to do this?” Which is displayed on my website page, then a link that says “Try again.” I have tried it over ten times. I have also downloaded the file several times from theme forest just to be sure it downloaded correctly. Please advise.

    Melanie

    #116456

    In reply to: Enfold Showcase

    I made not very much customizations for now, changed only some colours, other branding, used a lot of the avia-options and such stuff. for me websites – especially responsive websites doesn’t have to reinvent the wheel. so the template is fine as is. also i don’t have the time to make my own website that good as the template already is.

    but there are some changes planned in near feature. for example i will create a matte-painting background, which is getting more and more detailed over time. this is also getting close to the conceptional thinking of “living websites”, but not only in content also in design.

    #23156
    sunshineh
    Participant

    Hi,

    I have a new account with the enfold-theme and installed the following plugins:

    -WooCommerce

    -BackWPup

    -NextScripts: Social Networks Auto-Poster

    If I activate all plugins, I am getting the php memory limit message “Fatal error: …memory size exhausted!”

    and I can’t open the Dashboard!

    Now I put this command in my wp-config.php file

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    and it works again.

    I am a little frightened. Can I identify the memory cormorant ;-)

    Should I do the backup manually?

    Another question:

    Do you know a plugin, that saves the customer-datas from the contact form into a customer-database automatically?

    #23153
    xrisxal2000
    Participant

    enfold template.

    i cannot enter the link somewhere , or i don’t know where to change it…

    http://www.webex.gr/wpsitia you will see a portfolio with 6 items…i need to add alink in each one of them.

    Kind regards,

    xrisxal2000

    #118732

    In reply to: Portfolio categories

    Do you mean the category selection at the top: http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/ ? If yes just add all portfolio categories to the portfolio and deactivate pagination. If the pagination is activated it will only show the items/categories which are displayed on the current page because the other category links make no sense (the user would see an empty page/portfolio).

    #118594

    It depends on the update. Sometimes you need to replace all files (major updates) but very often you just need to replace some files. A list of all updated files can be found in version.txt (can be found in the themeforest zip file) and Kriesi also posts the change log here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 (i.e. the last update was a major update and you need to replace all files).

    Make a backup of your modified thee files first, then re-apply the changes to the updated files and upload them.

    Hallo,

    1) Ja, dieser Fehler ist uns bekannt (er tritt vereinzelt auch beim 1210px Layout auf) und wird im nächsten Update gefixt. Wir müssen hierbei auf Kriesi warten (welcher das Update absegnet & veröffentlicht) – er kehrt diesen Montag von Zypern zurück und dann werden wir versuchen schnellstmöglich das Update zu veröffentlichen. Einen “kleinen” temporären Fix gibt es hierzu leider nicht.

    2) Ich habe nun in das portfolio Element eine Option eingebaut, welche es erlaubt die Thumbnailgröße individuell zu wählen. Diese Funktion wird ebenfalls im nächsten Update enthalten sein. Ein temp. Lösung wäre die Thumbnail Größe in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php anzupassen – suche nach folgender Zeile:

    $image_size = 'portfolio';

    und ersetze “portfolio” mit einer anderen Thumbnailgröße – folgende Größen stehen zur Verfügung:

    entry_with_sidebar

    entry_without_sidebar

    square

    featured

    portfolio_small

    gallery

    3) Versuche folgendes – öffne wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php und ersetze:

    'lightbox_size' => 'large',

    durch

    'lightbox_size' => 'full',

    Bzgl alt/title Tags – da müssen wir uns ansehen ob bzw. wie wir diese am besten an die lightbox übergeben können. Ich kann hierzu aber nichts versprechen.

    #118711

    In reply to: Demo Content

    Actually I think I’m going to delete my WP and start over, however I noticed:

    http://kriesi.at/themes/enfold/?skin=Boxed%20Blue

    The demo there isn’t the same included, I really like some of the elements of the that page, how can I see the sample for it?

    No, unfortunately not. Because of the number of combinations & option values it’s nearly impossible to create a comprehensive list of all shortcodes. Personally I’d recommend to set up a test server where you can import the dummy data and then use it as a sandbox to test the shortcodes and to mess around with the elements.

    #23146

    Topic: Demo Content

    in forum Enfold
    astriss2
    Participant

    I made some changes to the demo homepage and LayerSliders, however, I’d like to default back to the old stuff. I tried to import demo/dummy info with no avail.

    How can I get the default/demo pages and LayerSliders (demo/enfold ones) back? I tried reuploading the enfold folder to no avai

    Thanks

    There’s no shortcodes page that demonstraits those specific elements on the sample site on Themeforest? I didn’t see one. I really don’t want to clutter up my site with pictures, posts comments etc. with an import. That’s a major hassle. Is there any other way I can explore the short codes? Is there a CSS file or something that has the codes listed in the theme files?

Viewing 30 results - 243,961 through 243,990 (of 244,475 total)