Forum Replies Created

Viewing 30 posts - 62,341 through 62,370 (of 62,575 total)
  • Author
    Posts
  • in reply to: Can I use the Demo-Pictures? #118982

    Hi,

    After installing and activating the Enfold theme, just Import the Dummy Data.

    Regards,

    Ismael

    in reply to: header background image + fixed header. #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

    Hi,

    What code did you use to increase the size of the log?

    This is what I did, I uploaded a fairly large logo 300x200px then I add this on my custom.css

    .logo a {
    height: 200px;
    }

    .logo {
    width: 300px;
    height: 200px;
    }

    .fixed_header #header {
    position: fixed;
    height: 200px;
    }

    #header_main {
    border: none;
    }

    Adjust the width height depending on your logo. I’m not sure if you will like how it looks when you scroll down.

    Regards,

    Ismael

    in reply to: Easy slider size. I don't get it… #118514

    Hi,

    You should probably insert the Easy Slider inside a column. Insert 1/4 column then insert the Easy Slider inside.

    Regards,

    Ismael

    in reply to: Enfold Google Maps Widget: Info Bubble not showing #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

    Hi,

    Use the selector .avia-menu-fx to move it up or down.

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

    Regards,

    Ismael

    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

Viewing 30 posts - 62,341 through 62,370 (of 62,575 total)