Forum Replies Created

Viewing 30 posts - 63,841 through 63,870 (of 67,023 total)
  • Author
    Posts
  • in reply to: Social Media Roll Over Icons #166396

    Hey!

    Go to Enfold > Header > Header Type. Select the headers with social icons.

    Cheers!
    Ismael

    in reply to: Enfold Image Overlay Opacity with CSS #166395

    Hey!

    What you’re asking is a bit complicated and I doubt if this can be done via CSS. Please hire someone to modify the overlay effect.

    Best regards,
    Ismael

    Hey kriru!

    Did you place the main theme files on wp-content/themes folder?

    You should have this code for the following files:

    1.) styles.css

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/

    2.) functions.php

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */

    3.) A screenshot.

    Best regards,
    Ismael

    in reply to: Reduce padding in menu and logo area. #166387

    Hi!

    Glad you fixed it. :)

    Cheers!
    Ismael

    in reply to: ALTER "MAIN COLOR" in the case of the MEMBERSHIP PAGE #166385

    Hey voicepro!

    1.) You can use this to alter the price table header background color:

    .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
    background-color: red;
    color: #ffffff;
    border-color: #ffff26;
    }
    
    .main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra {
    background-color: red;
    color: #ffffff;
    border-color: #ffff26;
    }

    2.) Change the color of the promobox text using this:

    .avia-promocontent p {
    color: blue;
    }

    Regards,
    Ismael

    in reply to: Styles tab not working child theme. #166373

    Hello!

    You can add the following on the Quick CSS or custom.css:

    1.) Header

    .header_color .header_bg {
    background: red;
    color: white;
    }

    2.) Main Content

    .main_color {
    background: gray;
    }

    3.) Alternate

    .alternate_color {
    background: blue;
    }

    Best regards,
    Ismael

    in reply to: Styling login window #166368

    Hello wvanderzee!

    Add this on your child theme’s function.php:

    
    function avia_login_stylesheet() { ?>
    	<?php $urlcss = get_stylesheet_directory_uri(); ?>
        <link rel="stylesheet" id="avia_wp_admin_css"  href="<?php echo $urlcss.'/style.css'; ?>" type="text/css" media="all" />
    <?php }
    add_action( 'login_enqueue_scripts', 'avia_login_stylesheet' );

    Cheers!
    Ismael

    in reply to: !URGENT! # in-page links on main menu not working #166367

    Hello!

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Add the Horizontal Rule element then scroll below. Add a unique css selector on “Custom Css Class” field. You can then use the selector to target the Horizontal Rule after every page sections that you want to scroll to.

    Cheers!
    Ismael

    in reply to: Flickering Header Logo and Nav Bar #166363

    Hey!

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

    .logo img {
    width: auto !important;
    }

    Best regards,
    Ismael

    in reply to: wpml not find rows #166360

    Hey!

    You need to manually modify all translatable strings.

    Regards,
    Ismael

    in reply to: Page titles not appearing #166359

    Hey Jentech!

    It should show automatically. You can use this plugin to modify page titles: http://wordpress.org/plugins/wordpress-seo/

    Regards,
    Ismael

    in reply to: Blog Layout #166357

    Hello serverlift!

    Are you sure you’re editing the correct page? Can you please switch it back? Let me check the “blog post on after the other” issue.

    Regards,
    Ismael

    in reply to: Site breaks in chrome #166356

    Hello Dmichel!

    I can’t reproduce the issue on my end. Maybe a slow internet connection?

    Cheers!
    Ismael

    Hey!

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

    .logo img {
    width: auto !important;
    }

    Best regards,
    Ismael

    in reply to: LayerSlider Issue #166351

    Hi ads-synergy!

    Can you give us a link to the website?

    Cheers!
    Ismael

    in reply to: WooCommerce Description Tab CSS Issue (Even on Demo) #166350

    Hi Reidable!

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

    #top div div.product .woocommerce-tabs ul.tabs li a {
    min-width: 100px;
    }

    Cheers!
    Ismael

    in reply to: Portfolio order #166348

    Hey!

    Glad you figured it out.

    Best regards,
    Ismael

    Hi!

    The sidebar nav text is aligned to the right. It is only logical for the indent to be on the right side. You modify the navigation using this:

    #top .widget_nav_menu ul ul li:before {
    content: "";
    }
    
    #top .sidebar_left .widget_nav_menu ul ul li {
    list-style: disc inside;
    margin-right: -10px;
    }

    Cheers!
    Ismael

    in reply to: Contact form redirection #166340

    Hi vadi4ek!

    Can you give us a link to the contact page? By native CF, you mean the theme’s own styling for contact forms?

    Cheers!
    Ismael

    in reply to: Yoost SEO plugin conflict #166339

    Hey cree8teevgrl!

    You’re using a very old version of Enfold. Please download version 2.2 on your themeforest account then update the theme. You can watch this video on how to update the theme via FTP: https://vimeo.com/channels/aviathemes/64927356

    Cheers!
    Ismael

    Hey MulderMind!

    1.) You can set the content background on Enfold > Styling. What do you mean by ” x%”? Can you give us a screenshot of what you’re trying to do?

    2.) You can add this on your custom.css to change the color of the image circle overlay:

    .main_color .image-overlay .image-overlay-inside::before {
    background: red;
    }

    3.) What type of header do you have right now? You can use this:

    #header_meta {
    box-shadow: none;
    }
    
    #header_main {
    border-top: none;
    }

    Regards,
    Ismael

    in reply to: Issues with the menu nav in IE8 #166330

    Hi!

    The menu looks fine on IE8 but the caption needs some adjustment.

    You can use this to adjust the caption position on IE8:

    .caption_right .slideshow_caption {
    top: 40%\9;
    }

    Regards,
    Ismael

    in reply to: Theme Update #166329

    Hello!

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

    .avia-fullscreen-slider .avia-slideshow > UL > LI {
    	max-width: 100%;
            min-width: 100%;
            background-repeat: no-repeat\9;
    }

    Regards,
    Ismael

    in reply to: Parent page breaks the link #166328

    Hey DavyE!

    That’s weird. Can you give us a link to the website please? Have you tried re-adding the menu item after you apply the parent page attribute?

    Best regards,
    Ismael

    in reply to: How to align post slider and aWeber form #166327

    Hey!

    Yigit’s code will raise the aWeber form. It doesn’t affect the post slider.

    Cheers!
    Ismael

    in reply to: Codestyling Localization display several errors #166326

    Hello!

    Looks like a plugin conflict. Please deactivate all plugins except for WPML and Codestyling.

    Cheers!
    Ismael

    in reply to: Enfold Latest Portfolio + WPML #166325

    Hi!

    You can use Widget Logic. Please refer to this link:

    http://wpml.org/2011/03/howto-display-different-widgets-per-language/

    Regards,
    Ismael

    in reply to: Columns within columns #166324

    Hi andreanapier1985!

    Insert 2 1/2 columns side by side. Place a text block on each columns then add this on the Text or HTML mode of each Text Blocks:

    <div class="flex_column av_one_half first">Content Here</div>
    <div class="flex_column av_one_half">Content Here</div>

    Best regards,
    Ismael

    in reply to: ISSUE: Icon List Renders Q as O or cuts off the Tail Page #166320

    Hey!

    You can add this on functions.php to add the Roboto font:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Roboto'] = 'Roboto:400,900italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Roboto'] = 'Roboto:400,900italic';
    return $fonts;
    }

    You can manually apply the font on a specific element:

    .avia-icon-list .iconlist_title {
    font-family: 'Roboto', sans-serif;
    }

    Best regards,
    Ismael

    in reply to: Menu Error #165483

    Hey!

    It will be included on the next update. I’ll tag Kriesi so that he’ll know.

    Best regards,
    Ismael

Viewing 30 posts - 63,841 through 63,870 (of 67,023 total)