Forum Replies Created

Viewing 30 posts - 63,751 through 63,780 (of 63,979 total)
  • Author
    Posts
  • in reply to: Easy Slider size #117658

    Hi,

    I think you are not on the same page. @meanster99 is talking about the Easy Slider while @gianmarizzi is asking about LayerSlider. Anyway, you can change the height of the LayerSlider on Global Settings > Basic > Slider height, set the height in pixels.

    Regards,

    Ismael

    in reply to: Demo Content #118712

    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

    in reply to: How to add link to a portfolio item #118746

    Hi,

    It is automatically link to the single portfolio. You cannot add a link on them. You can only add links on the images.

    Regards,

    Ismael

    in reply to: Portfolio categories #118734

    Hi,

    Can you send me the login details on ///?

    Please include this thread on your email.

    Regards,
    Ismael

    in reply to: Homepage width formatting issue #118263

    Hi,

    Are you using the Advance Layout Editor? The socket is inside the twelve units container as if there is a div missing somewhere. I tested this on my end and the socket is displaying fine.

    Regards,

    Ismale

    in reply to: Same size feature images in Grid Blog? #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

    in reply to: Custom font with cyrillic symbols #118789

    Hi,

    Refer to this link https://kriesi.at/support/topic/how-to-use-cufon-font-on-abundance. The only difference is on the register-admin-options.php

    $avia_elements[] =		array(	"name" 	=> "Heading Font",
    "slug" => "styling",
    "desc" => "The Font heading utilizes google fonts and allows you to use a wide range of custom fonts for your headings",
    "id" => "google_webfont",
    "type" => "select",
    "no_first" => true,
    "class" => "av_2columns av_col_1",
    "onchange" => "avia_add_google_font",
    "std" => "Open Sans",
    "subtype" => apply_filters('avf_google_heading_font', array('no custom font'=>'',

    'Alice'=>'Alice',
    'Allerta'=>'Allerta',
    'Arvo'=>'Arvo',
    'Antic'=>'Antic',

    'Bangers'=>'Bangers',
    'Bitter'=>'Bitter',

    'Cabin'=>'Cabin',
    'Cardo'=>'Cardo',
    'Carme'=>'Carme',
    'Coda'=>'Coda',
    'Coustard'=>'Coustard',
    'Gruppo'=>'Gruppo',

    'Damion'=>'Damion',
    'Dancing Script'=>'Dancing Script',
    'Droid Sans'=>'Droid Sans',
    'Droid Serif'=>'Droid Serif',

    'EB Garamond'=>'EB Garamond',

    'Fjord One'=>'Fjord One',

    'Inconsolata'=>'Inconsolata',

    'Josefin Sans' => 'Josefin Sans',
    'Josefin Slab'=>'Josefin Slab',

    'Kameron'=>'Kameron',
    'Kreon'=>'Kreon',

    'Lobster'=>'Lobster',
    'League Script'=>'League Script',

    'Mate SC'=>'Mate SC',
    'Mako'=>'Mako',
    'Merriweather'=>'Merriweather',
    'Metrophobic'=>'Metrophobic',
    'Molengo'=>'Molengo',
    'Muli'=>'Muli',

    'Nobile'=>'Nobile',
    'News Cycle'=>'News Cycle',

    'Open Sans'=>'Open Sans:400,600',
    'Orbitron'=>'Orbitron',
    'Oswald'=>'Oswald',

    'Pacifico'=>'Pacifico',
    'Poly'=>'Poly',
    'Podkova'=>'Podkova',
    'PT Sans'=>'PT Sans',

    'Quattrocento'=>'Quattrocento',
    'Questrial'=>'Questrial',
    'Quicksand'=>'Quicksand',

    'Raleway'=>'Raleway',

    'Salsa'=>'Salsa',
    'Sunshiney'=>'Sunshiney',
    'Signika Negative'=>'Signika Negative',

    'Tangerine'=>'Tangerine',
    'Terminal Dosis'=>'Terminal Dosis',
    'Tenor Sans'=>'Tenor Sans',

    'Varela Round'=>'Varela Round',

    'Yellowtail'=>'Yellowtail',

    )));

    $avia_elements[] = array( "name" => "Defines the Font for your body text",
    "slug" => "styling",
    "desc" => "Choose between web save fonts (faster rendering) and google webkit fonts (more unqiue)",
    "id" => "default_font",
    "type" => "select",
    "no_first" => true,
    "class" => "av_2columns av_col_2",
    "onchange" => "avia_add_google_font",
    "std" => "Helvetica-Neue,Helvetica-websave",
    "subtype" => apply_filters('avf_google_content_font', array( ':: :: Web save fonts :: ::'=>'',
    'Arial'=>'Arial-websave',
    'Georgia'=>'Georgia-websave',
    'Verdana'=>'Verdana-websave',
    'Helvetica'=>'Helvetica-websave',
    'Helvetica Neue'=>'Helvetica-Neue,Helvetica-websave',
    'Lucida'=>'"Lucida-Sans",-"Lucida-Grande",-"Lucida-Sans-Unicode-websave"',
    ':: :: Google fonts :: ::'=>'',
    'Arimo'=>'Arimo',
    'Cardo'=>'Cardo',
    'Droid Sans'=>'Droid Sans',
    'Droid Serif'=>'Droid Serif',
    'Kameron'=>'Kameron',
    'Maven Pro'=>'Maven Pro',
    'Open Sans'=>'Open Sans:400,600',
    'Lora'=>'Lora',

    )));

    Another way is to use a this plugin http://wordpress.org/extend/plugins/wp-google-fonts/.

    Regards,

    Ismael

    in reply to: Renaming Layer slider sliders #118787

    Hi,

    Unfortunately, you can’t rename a slider.

    Regards,

    Ismael

    in reply to: Right Sidebar width #118284

    Hi,

    You will break the layout of the page. You have to increase the size of the sidebar then descrease the size of the main content. Best solution is to do the instructions above.

    Regards,

    Ismael

    in reply to: how to install? #118779

    Hey,

    @scheinbs: Thank you for the help. :)

    @duggal13: scheinbs is correct, the smaller size file is the one you want to upload on your wordpress installation. Just follow this simple instruction.

    – Dashboard of WP-Admin

    – Go to Appearance

    – Install Themes Tab

    – Upload Tab

    – Upload the theme file (.ZIP)

    – Manage Themes Tab

    – Activate It

    Regards,

    Ismael

    in reply to: Socket / Footer Not Showing up #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

    in reply to: Remove extra whitespace in the header area #118764

    Hi,

    Please add this on your custom.css

    #header {
    position: relative;
    max-height: 120px;
    }

    #header_main {
    border: none;
    }

    .main_menu .menu ul {
    top: 85%;
    }

    .avia-menu-fx {
    bottom: 25px;
    }

    Regards,

    Ismael

    in reply to: Enable to download the enfold theme to wordpress #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

    in reply to: footer with 3 column #118757

    Hi,

    Set Theme Options > Footer to 3 columns. Then add this on your custom.css exactly as it is.

    #footer .container .av_one_third {
    margin-left: 3%;
    width: 24% !important;
    }

    #footer .container .av_one_third.first {
    width: 44% !important;
    }

    Regards,

    Ismael

    in reply to: Content Elements Background Color #118646

    Hi,

    Yes, you can target a specific page. Inspect the page then look for the body class. Example should be like this

    .page-id-1411 fieldset{
    border:none;
    padding:20px 20px 20px 20px;
    background-color:#bdd3ee;
    }

    That is the unique page id of your Services page. The style above will only be applied on the Services page’s fieldset alone.

    Regards,

    Ismael

    in reply to: MAMP server transfer to webhost #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

    in reply to: logo right align ? – rochade ?! #118798

    Hi,

    What type of header are you using?

    This will probably work. Add this on your custom.css or Quick CSS

    div .logo {
    float: right;
    position: absolute;
    right: 0;
    }

    .main_menu {
    left: 0;
    }

    Regards,

    Ismael

    in reply to: Turn off Arrow on Linked Image Rollover #118807

    Hi,

    Edit custom.css or add this on the Quick CSS

    .image-overlay-inside {
    display: none !important;
    }

    Regards,

    Ismael

    in reply to: Shortcode problem #118812

    Hi,

    Try to insert the Simplemap Plugin shortcode on a Text Block element using the Advance Layout Editor then save the page.

    Regards,

    Ismael

    in reply to: Same size feature images in Grid Blog? #118543

    Hi,

    I want to suggest that you re-size every image before you upload them, WP will then create the same size out of them. Or you can add this on your custom.css

    .slide-entry.post-entry .slide-image {
    max-height: 170px;
    }

    Regards,

    Ismael

    in reply to: background shows when clicking on a post. #118310

    Hi,

    There’s no way to know until you test it online. Slow internet connection could be one of the culprit. Please let us know if you have it online.

    Regards,

    Ismael

    in reply to: how to change font color of Icon List #117674

    Hi,

    Use this instead.

    .avia-icon-list .iconlist_title {
    color: red;
    }

    .iconlist_content p {
    color: red;
    }

    If it still not working try this

    .avia-icon-list .iconlist_title {
    color: red !important;
    }

    .iconlist_content p {
    color: red !important;
    }

    Regards,

    Ismael

    Hi,

    If you import the dummy data, you can visit the Shortcode page. There are few text variations and layout that you can use on your own website.

    Regards,

    Ismael

    Hi,

    1.) Move or remove the menu underline.

    .avia-menu-fx {
    top: 50%;
    }

    Adjust the top position.

    or to remove it entirely

    .avia-menu-fx {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Visual Editor inserting random code #116861

    Hi,

    Please update us if the bug still persist.

    Regards,

    Ismael

    Hi,

    Please download the latest version of Enfold which 1.4. Maybe a file is corrupted. Try to switch on twentytwelve theme, see if the button works. Settings for the “mod_pagespeed” addon usually break the javascript code and cause scripts to go crazy. This can cause issues such as menus not being draggable, widgets not working, or the media screens disabled. You will need to disable mod_pagespeed, or adjust its settings to not take effect in the wp-admin directories. You may need to ask your hosting service for help on how to do this.

    Regards,

    Ismael

    Hey,

    Glad it is fixed. :)

    Regards,

    Ismael

    in reply to: Remove Feature Image in single portfolio entry #118705

    Hi,

    Just add this on your custom.css

    .single-portfolio .attachment-entry_with_sidebar.wp-post-image {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Need 2 sidebars #118710

    Hi,

    You can use the Advance template editor. Insert 1/4, 1/2, 1/4 columns. On each 1/4 sized column insert the Sidebar.

    Regards,

    Ismael

    in reply to: Child pages listed in sidebar #118588

    Hi,

    You can select which sidebar you want to use on pages. Just edit the page, go “Layout” > “Layout”, select right or left sidebar. On Sidebar Setting > select which widget area or sidebar you want to choose. You can edit the widgets on Apperance > Widgets. You can also create a custom widget and select it as your sidebar.

    Regards,

    Ismael

Viewing 30 posts - 63,751 through 63,780 (of 63,979 total)