Forum Replies Created

Viewing 30 posts - 63,541 through 63,570 (of 66,092 total)
  • Author
    Posts
  • in reply to: Mobile/responsive main menu? #137219

    Hi,

    I’m not sure if this is easy to implement because the mobile menu is controlled by a jquery script. Let me tag the rest of the support team.

    Nice website. :)

    Regards,

    Ismael

    in reply to: Fullscreen easy slider in IE8 #137241

    Hey,

    Can you give us a screenshot of what you see on your end?

    Regards,

    Ismael

    Hey,

    Yep, the post meta info is fixed on Enfold 2.0.1.

    Don’t forget to remove browser cache then reload the page after the update.

    Cheers,

    Ismael

    in reply to: Trying to Get Image to Link to Website Page #135856

    Hey,

    You can use this on your Quick CSS field.

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

    Regards,

    Ismael

    in reply to: Adjusting padding on comments section #137032

    Hey,

    Glad you figured it out. :)

    Cheers,

    Ismael

    in reply to: Enfold: Font & Bullet Issues in Icon List Text #136857

    Hey,

    I really don’t see it. What browser are you using?

    Please add this on your custom.css or Quick CSS:

    .entry-content ul li.avia_start_animation {
    list-style: none;
    }

    .entry-content ul li.avia_start_animation {
    list-style: disc inside;
    }

    Regards,

    Ismael

    in reply to: Woocommerce crashes wordpress Enfold theme #137237

    Hey,

    Please try to manually upload the plugin on wp-content/plugins folder.

    If you have access to the .htaccess file, add this code:

    ########
    php_value upload_max_filesize 50M
    php_value post_max_size 50M
    php_value max_execution_time 500
    php_value max_input_time 500
    #########

    Regards,

    Ismael

    in reply to: LayerSlider: old jQuery issue #137235

    Hi,

    Your Layer Slider is working ok when I checked it.

    Regards,

    Ismael

    in reply to: Menu problem #137302

    Hi,

    Go to Appearance > Menus, look for Theme Location. Select a menu for the Main Menu.

    Regards,

    Ismael

    Hey,

    Please use the <!–more–> tag to specify the excerpt. You can also enable the Excerpt box by clicking Screen Options while editing a post. You can them manually add an excerpt. If you’re using the Blog Post element, make sure that you select “Excerpt” on Blog Content length.

    Regards,

    Ismael

    Hey,

    Please use this:

    #top .alternate_color.title_container .main-title a {
    color: red;
    }

    Regards,

    Ismael

    in reply to: Adding custom class to buttons #137295

    Hey,

    Please refer to this link: https://kriesi.at/support/topic/custom-css-class-input-field

    Regards,

    Ismael

    in reply to: Register a new account ++ #137290

    Hi,

    1.) Create a page then select from this bbpress shortcodes.

    [bbp-login]

    [bbp-register]

    [bbp-lost-pass]

    Get the URL of the page. Go to Appearance > Widgets, insert the bbPress login widget, add the URL to the Register URI: field.

    2.) Register your email on https://en.gravatar.com/

    3.) Add this on your custom.css or Quick CSS:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none
    }

    Regards,

    Ismael

    in reply to: How to change font colors in portfolio galleries #137280

    Hey,

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

    .grid-entry-excerpt {
    color: gray;
    }

    2.) Use this for the top level menus:

    .header_color .main_menu ul:first-child > li > a, .header_color .main_menu .menu ul li a {
    color: white;
    }

    Regards,

    Ismael

    in reply to: Contact form in side bar #137289

    Hey,

    Create a page with the Color Section element. Disable the header, footer and socket. Inside the Color Section insert two columns. One for the image and the other for the Sidebar element. Go to Appearance > Widget then create a custom widget area. Insert the widgets that you want to show on the Maintenance Mode page. Edit the page again then edit the Sidebar element, select the custom widget that you just created.

    Yes, you can work on the rest of the site while the site on “Maintenance Mode”. Just assign the Maintenance Mode page on Enfold > Theme Options > Frontpage display option for the meantime.

    To learn more about the theme, please watch this videos: https://vimeo.com/channels/aviathemes

    Regards,

    Ismael

    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

Viewing 30 posts - 63,541 through 63,570 (of 66,092 total)