Forum Replies Created

Viewing 30 posts - 64,081 through 64,110 (of 64,331 total)
  • Author
    Posts
  • in reply to: MAMP server transfer to webhost #118817

    Hey,

    @melonmelon: That is a huge help. I didn’t know there is a plugin like that. Do the images and configurations get exported after it’s done? :)

    Regards,

    Ismael

    in reply to: easy way to disable breadcrumbs #118967

    Hey,

    Thanks for the tip. It sure is much easier. :)

    Regards,

    Ismael

    in reply to: Fix css layout #118952

    Hi,

    Add this on your custom.css

    #easy_search_formular input {
    width: 100px !important;
    display: inline;
    }

    #easy_search_formular select {
    width: 220px;
    display: inline;
    }

    Regards,

    Ismael

    in reply to: Remove "In Category, By User" #118949

    Hi,

    Add this on your custom.css or Quick CSS

    .blog-categories.minor-meta, .blog-author.minor-meta {
    display: none;
    }

    To remove the separator, open includes > loop-index.php and find this code

    echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
    echo $cats;
    echo '</span><span class="text-sep">/</span>';

    Replace that with

    echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
    echo $cats;

    Again, find this code

    echo "<span class='comment-container minor-meta'>";
    comments_popup_link( "0 ".__('Comments','avia_framework'),
    "1 ".__('Comment' ,'avia_framework'),
    "% ".__('Comments','avia_framework'),'comments-link',
    "".__('Comments Disabled','avia_framework'));
    echo "</span>";
    echo "<span class='text-sep'>/</span>";

    Replace it with this

    echo "<span class='comment-container minor-meta'>";
    comments_popup_link( "0 ".__('Comments','avia_framework'),
    "1 ".__('Comment' ,'avia_framework'),
    "% ".__('Comments','avia_framework'),'comments-link',
    "".__('Comments Disabled','avia_framework'));
    echo "</span>";

    Regards,

    Ismael

    Hi,

    1.) Can you give us a link to the page?

    2.) Instead of video, insert the Image element. Edit it then set the Image Link? to Set Manually, insert the video URL.

    Regards,

    Ismael

    Hi,

    To remove the featured image, just add this on your custom.css

    .big-preview.multi-big {
    display: none;
    }

    Open includes > loop-index.php then find this code

    if(has_tag() && is_single())
    {
    echo '<span class="blog-tags minor-meta">';
    echo the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
    echo '</span></span>';
    }

    Replace that with

    if(has_tag() && is_single())
    {
    echo '<span class="blog-tags minor-meta">';
    echo the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
    echo '</span></span>';
    }

    edit_post_link();

    It will create a neat Edit this link at the bottom.

    Regards,

    Ismael

    in reply to: Enfold – FOOTER Fonts sizes & Flickr plugin #118606

    Hi,

    I haven’t tried using Flickr plugin within the theme but there are lots of plugins available. To name a few

    http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/

    http://wordpress.org/extend/plugins/slickr-flickr/

    http://wordpress.org/extend/plugins/flickr-api/

    You can change the widget title with this

    #footer .widgettitle {
    font-size: 21px;
    }

    And the content with these

    .widget {
    font-size: 14px;
    }

    .minitext {
    font-size: 14px;
    }

    Adjust the value.

    Regards,

    Ismael

    in reply to: Open Sans – Very Light Weight #119022
    in reply to: Installing Bebas Neue for Slab & Slider #119018

    Hi,

    What slider are you using?

    Regards,

    Ismael

    in reply to: how to install? #118783

    Hey,

    Good thing you managed to make it work. :)

    Regards,

    Ismael

    in reply to: Default sidebar? #119009

    Hi,

    Glad it is fixed.

    Regards,

    Ismael

    in reply to: Duplicate blog page #117504

    Hi,

    This seems to be working. Please add this on your custom.css

    .cases .entry-content.clearfix.standard-content {
    padding-left: 131px;
    }

    Regards,

    Ismael

    in reply to: Enfold Portfolio widget date #119006

    Hi,

    Add this on your custom.css

    .news-time {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Shop styling #118909

    Hi,

    Older version of Enfold doesn’t include the config-woocommerce folder. You need to have Enfold 1.4. :)

    Regards,

    Ismael

    in reply to: Enfold Editor disappeared #118997

    Hi,

    Click the Advance Layout Editor button. That is the blue button at the top of the Add Media. If you are experiencing any trouble, we suggest to download the theme again.

    Regards,

    Ismael

    in reply to: Portfolio design aspect #118986

    Hi,

    It is not missing. Please check again. Download the latest version on your themeforest account.

    Regards,

    Ismael

    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

Viewing 30 posts - 64,081 through 64,110 (of 64,331 total)