Forum Replies Created

Viewing 30 posts - 63,481 through 63,510 (of 66,017 total)
  • Author
    Posts
  • in reply to: Bigger logo #137286

    Hi,

    Upload your logo then insert the Full Size. Add this on your custom.css or Quick CSS:

    #header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }

    Change the height and the line-height according to the height of the logo.

    Regards,

    Ismael

    in reply to: Editor not Working #137112

    Hey,

    Please send the login details to ///.

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    in reply to: Icons in Enfold #136269

    Hey,

    Let us know if it works.

    Cheers,

    Ismael

    in reply to: Blog – hide author/date etc #134234

    Hey,

    Edit includes > loop-index.php, find this code and remove it:

    echo "<span class='date-container minor-meta'>".get_the_time('d M Y')."</span>";
    echo "<span class='text-sep'>/</span>";

    if ( get_comments_number() != "0" || comments_open() ){

    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>";
    }

    Regards,

    Ismael

    in reply to: Easy slider transition time – how to change? #137174

    Hi,

    Edit js > shortcodes.js, find this code:

    //transition speed when switching slide
    transitionSpeed:900,

    Replace it with:

    //transition speed when switching slide
    transitionSpeed:3000,

    Regards,

    Ismael

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

    in reply to: BUG in the Avia Layout builder: can't handle " right #137078

    Hi,

    That is why you need to add a unique css selector, something like this:

    <h2 class="unique-h2">NEWSLETTER</h2>

    Then you can style it on your custom.css or Quick CSS:

    h2.unique-h2 {
    text-align: center;
    display: block;
    width: 100%;
    color: white;
    }

    Regards,

    Ismael

    in reply to: Remove serch button from header #136923

    Hey,

    You can use this:

    .tagcloud a {
    color: black !important;
    }

    Regards,

    Ismael

    in reply to: Mobile menu tablet breakpoint #136709

    Hey,

    @InSightGraphic: Thanks for the tip. :)

    Cheers,

    Ismael

    in reply to: Hide Date in Recent Articles Element #137080

    Hey,

    Use this:

    .news-time {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Table shortcode: how to add colspan #137095

    Hey,

    I’m really not sure but I guess a good developer can add the functionality on less than 3 hours tops. :)

    Regards,

    Ismael

    in reply to: Layerslider WP is not loading my slides? #137128

    Hi,

    Did you recently update to WordPress 3.6? Please download the latest version of the theme, Enfold 2.0.1.

    A link to your website will be helpful.

    Cheers,

    Ismael

    in reply to: Video porfolios stopped working #136630

    Hi,

    Please download the latest version of Woocommerce then update the old: http://wordpress.org/plugins/woocommerce/

    Please give us a link to the website. Did you try to recreate the portfolio with videos?

    Regards,

    Ismael

    in reply to: Font Stack #137087

    Hi,

    I’m sure the filter is the best way to add fonts. You can edit includes > admin > 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',

    )));

    You can add or remove fonts.

    Regards,

    Ismael

    in reply to: Pictures in table #136309

    Hi,

    It works on my end. Again, please remove browser cache then load the page a few times to see the effect. Visited the site: http://web409.mis63.de/?page_id=2596

    This is what I see and I think it is fixed now:

    Cheers,

    Ismael

    in reply to: Blog page -> not really nice without sidebar #136591

    Hi,

    You’re still using the same plugin when I check http://tomuytterhoeven.be/blog/.

    Please try addthis and sharethis social plugins.

    Regards,

    Ismael

    in reply to: Not showing all menu entries #134548

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Custom CSS for your pleasure #127657

    Hey,

    This is awesome. Thanks @formateins. :)

    Cheers,

    Ismael

    in reply to: BUG in the Avia Layout builder: can't handle " right #137076

    Hey,

    Instead of the style attribute. Please add a unique css selector to the h2 tag. Then add the style on your custom.css or Quick CSS.

    Regards,

    Ismael

    in reply to: Enfold Main Product Image displays with Scroll Bar #136884

    Hey,

    I’m not sure where you get that scroll. Maybe a plugin is messing with the theme’s css. Please add this on your custom.css or Quick CSS:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }

    Regards,

    Ismael

    in reply to: Make Icon list icon clickable #136809

    Hey,

    I don’t see the text $output = “”; either. Please check your code.

    Glad we could help. :)

    Cheers,

    Ismael

    in reply to: Blog Pagination Not working in Grid view #135265

    Hi,

    I’ll tag Kriesi. He can shed more light on the topic at hand. :)

    Regards,

    Ismael

    in reply to: Shortcode doesn't render in promobox #135698

    Hey,

    Thanks for the tip. I’ll tag Kriesi then request an update. :)

    Cheers,

    Ismael

    in reply to: Updating Archive title(s) #136297

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

    Hey,

    1.) You can add this on your custom.css or Quick CSS:

    .blog .big-preview.single-big {
    display: none;
    }

    Please give us a link to the blog page. The page body id might be different so we have to inspect it.

    2.) It’s not happening on our end. Can you post a link to your blog? Please deactivate any plugins.

    Regards,

    Ismael

    in reply to: Editor not Working #137110

    Hey,

    Do you have the latest version of Enfold, 2.0.1? Please upgrade WordPress to 3.6. If you have any plugins installed, please deactivate them first. Go to the WordPress root folder, look for wp-config.php then add this code:

    define('WP_MEMORY_LIMIT', '128M');

    Regards,

    Ismael

    in reply to: ie10 Display Problem #137109

    Hi,

    It loads properly on IE10. Please disable “Compatibility View”.

    Regards,

    Ismael

    in reply to: Easy slider not working #137024

    Hey,

    Please upgrade your Enfold theme to version 2.0.1. This will fix the slider issues entirely.

    Cheers,

    Ismael

    in reply to: Disable lightbox effect #137104

    Hi,

    What type of Blog Style do you have? Are you using the big preview image or the small one?

    .single .big-preview.single-big a, .single .small-preview {
    pointer-events: none;
    }

    Regards,

    Ismael

    in reply to: Thumbnail Settings in Gallery #137103

    Hi,

    Modify the Gallery Element, look for “Gallery Preview Image Size” > select “No Scaling (Original Width X Original Height)”. Regenerate the thumbnails to reset them to the original image size from the time you uploaded them: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,

    Ismael

Viewing 30 posts - 63,481 through 63,510 (of 66,017 total)