Forum Replies Created

Viewing 30 posts - 9,061 through 9,090 (of 9,352 total)
  • Author
    Posts
  • in reply to: Edit Text Content Block #118266

    Hi!

    I tagged this thread for Kriesi.

    Best regards,

    Peter

    in reply to: Add/Edit Social Service or Icon Links #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

    in reply to: social icons in footer socket #118080

    Hi,

    insert following code into the quick css field to underline the menu item:

    .header_color .main_menu ul:first-child > li.current-menu-parent > a{
    font-weight: 600;
    color: #666666;
    }

    .current-menu-parent>a>.avia-menu-fx, li:hover .current-menu-parent>a>.avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }

    in reply to: Fatal error: …memory size exhausted! #118756

    Hi!

    1) I’d set the memory to 128M – then you’re on the save side.

    2) Yes, you can use a contact form plugin like: Formidable

    Regards,

    Peter

    in reply to: Portfolio categories #118732

    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).

    in reply to: Upgrading with future iterations? #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.

    in reply to: How to disable "You maight also like" #118324

    The problem is that you didn’t set a featured image for the post(s). However you can use following code to display the placeholder icon:

    .related-format-icon-inner {
    margin-top: 0px;
    }

    .related_posts a {
    width: 82px;
    height: 82px;
    }

    Insert the code into the quick css field.

    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.

    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.

    in reply to: Fixed background image and flexislider bug in chrome #118046

    Hey!

    I reported the issue to Kriesi – maybe we can find a fix.

    Regards,

    Peter

    in reply to: Mailchimp – No "successfully subscribed" message #116892

    Unfortunately this won’t work because prettyphoto won’t load the jquery script and can’t execute the js code. You can try to create a separate html file for the mailchimp form and then use the iframe feature (see prettyphoto demo page (external sites): http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ ) to display it.

    1) No, I’m not aware of an import feature atm but you can try to activate the debug mode – add following code to functions.php:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    It should help you to view/copy the shortcodes (you’ll see the shortcodes in the standard editor if you switch from the advanced editor to the standard editor).

    2) No, afaik there’re no limitations

    3) No, but you can save & re-use existing templates: http://www.screenr.com/ee97

    in reply to: Portfolio instructions #118726

    1) To create a gallery just add a gallery element to a page and select existing images or upload new ones: http://www.screenr.com/Ldj7

    2) For a portfolio you need to create portfolio entries and portfolio categories first.

    a) Go to Portfolio Entries > Portfolio Categories and create one or more categories.

    b) Go to Portfolio Entries > Add New and add a new portfolio entry. Assign it to a portfolio category.

    c) Go to a page and add the portfolio element to it. Select the category/ies you want to display.

    d) Save the page and the portfolio is ready.

    in reply to: Server Error after upgrade from 1.2 to 1.4 #118724

    Hi!

    Please give us more details – what’s the error message? If you don’t see any error messages please activate the debug mode: http://codex.wordpress.org/Editing_wp-config.php#Debug

    Best regards,

    Peter

    in reply to: Right Sidebar width #118282

    Unfortunately it’s not easily possible to shrink or expand the sidebar to a certain width – this would break the responsive layout. However you can change the grid units in functions.php – search for:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');

    If you want to expand the sidebar width replace “nine” with i.e. “eight” and “three” with “four”. This code change will expand the sidebar (+1 unit) and it will shrink the content area (-1 unit).

    in reply to: What is a socket? #118642

    Hey!

    Yes, nothing epic :)

    Regards,

    Peter

    Hi!

    Yes in theory this would be possible but unfortunately it requires some custom work and this customization is beyond the scope of our support forum. Depending on your skills you need to hire a php developer.

    Best regards,

    Peter

    in reply to: Can the social media icons be added to a widget? #118587

    Hey!

    You can check the source code (or use firebug) and copy the bookmarks code into a html text widget. There’s no other (direct way) to include the bookmarks in a text widget (shortcode, etc.).

    Regards,

    Peter

    You can use the avf_google_heading_font and avf_google_content_font filter to add a new font weight. 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:400,600,800';
    return $fonts;
    }

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

    Hey!

    Open up wp-contentthemesenfoldfunctions-enfold.php and replace:

    'breadcrumb'	=> true,

    with

    'breadcrumb'	=> false,

    Regards,

    Peter

    in reply to: Single Portfolio #118342

    Hi!

    You probably need to select this post type from the “Screen Options” tab on the Appearance > Menus option page:

    Regards,

    Peter

    in reply to: How to disable "You maight also like" #118322

    You don’t need to add space to it – the related posts script will expand the “related posts” section automatically. By default 8 items will be shown, but you can adjust this value in wp-contentthemesenfoldincludesrelated-posts.php – open up the file and increase decrease the value of the $columns variable:

    $columns 			= 8;

    in reply to: What is a socket? #118640

    Hi!

    The socket is the last content element underneath the footer widgets – it normally contains the copyright message.

    Regards,

    Peter

    in reply to: Content Elements Background Color #118643

    Yes you can do this but tbh it will probably look weird. However insert following code into the quick css field:

    .post-entry-734 .av_one_fourth{
    background: #333;
    }

    Replace the background color value and the page id (734 – use your contact form page id instead). If you just want to style one column use:

    .post-entry-734 .av_one_fourth:nth-child(2){
    background: #333;
    }

    This code would just apply the bg color to the secons column, with :nth-child(3) you can style the third column, etc.

    in reply to: Really basic question on fonts #118628

    Hi!

    Insert following code into the quick css field:

    #header, #footer{
    font-family: sans-serif !important;
    }

    Best regards,

    Peter

    in reply to: Add CTA button in the layer slider #118528

    See https://kriesi.at/support/topic/button-on-layerslider#post-107331 – however we noticed that the button is not responsive when it’s used with the slider and I’m not sure if Kriesi can make it responsive with a future update..

    in reply to: Pagination doesn't work for category and tag pages #118436

    Hey!

    We’ll fix this in the next version.

    Best regards,

    Peter

    in reply to: Can each page have its own unique background image? #118446

    Hey!

    I added your query to the wishlist: https://kriesi.at/support/topic/enfold-feature-requests/page/2?replies=50#post-110413

    Regards,

    Peter

    Hi!

    No, atm not. You can use the other layout editor elements which replace the shortcodes. However I’ll ask Kriesi if we can add some shortcodes to the text element.

    Regards,

    Peter

    Hi!

    It’s the id of the body tag :)

    Regards,

    Peter

Viewing 30 posts - 9,061 through 9,090 (of 9,352 total)