Forum Replies Created

Viewing 30 posts - 62,161 through 62,190 (of 64,054 total)
  • Author
    Posts
  • in reply to: gravity forms error in admin #133269

    Hey,

    Glad it is fixed. :)

    Thanks for the tip.

    Cheers,

    Ismael

    in reply to: Shortcodes in tabs and WP restore function #133181

    Hi,

    Kriesi will give you an answer sooner or later. :)

    Cheers,

    Ismael

    in reply to: Several questions re: Enfold and links (WP newbie) #131350

    Hi,

    @BizBuzzMedia:

    Edit 404.php, find this code:

    //get the sidebar
    $avia_config['currently_viewing'] = 'page';
    get_sidebar();

    Replace it with:

    //get the sidebar
    $avia_config['currently_viewing'] = 'page';
    echo '<div class="sidebar sidebar_right three alpha units"><div class="inner_sidebar extralight-border">';
    dynamic_sidebar( '404' );
    echo '</div></div>';

    Go to Appearance > Widgets, create a custom widget and name it “404”. Supply it with widgets.

    Next time, please create a new topic for your inquiry.

    Thanks,

    Ismael

    in reply to: Stop removing line breaks #133394

    Hi,

    You can insert a horizontal rule shortcode below the content, set it to Whitespace.

    [av_icon_box icon='1' position='left' title='IconBox Title' link='' linktarget='no' custom_class='']
    Click here to add your own text
    [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_class='']
    Wah
    [/av_icon_box]

    Regards,

    Ismael

    in reply to: Avia and ajax #133260

    Hi,

    Please upgrade to Enfold 1.9.1. The slider issues will be fix by then.

    Regards,

    Ismael

    in reply to: Help with an ageing question #133259

    Hi,

    Please add this on your functions.php, below line 3:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Allura'] = 'Allura';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Allura'] = 'Allura';
    return $fonts;
    }

    Edit header.php, then place this code on top of </head> tag.

    <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>

    You can now assign the Allura font using custom.css or Quick CSS. For example, we’ll change the iconbox title:

    h3.iconbox_content_title {
    font-family: 'Allura' !important;
    }

    This is the screenshot:

    Regards,

    Ismael

    in reply to: Multiple font embedding #132560

    Hi,

    Please add this on your functions.php, below line 3:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Allura'] = 'Allura';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Allura'] = 'Allura';
    return $fonts;
    }

    Edit header.php, then place this code on top of </head> tag.

    <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>

    You can now assign the Allura font using custom.css or Quick CSS. For example, we’ll change the iconbox title:

    h3.iconbox_content_title {
    font-family: 'Allura' !important;
    }

    This is the screenshot:

    Regards,

    Ismael

    in reply to: Remove background logo image from 3 header elements? #132718

    Hi,

    I don’t see the repeating background. This is the screenshot of your website:

    Please remove browser cache then reload the page.

    Regards,

    Ismael

    Hi,

    1.) The social icons use the entypo fontello font. Right now, there is no easy way of adding a social button. Please refer to this link and follow Nick’s or my instruction: https://kriesi.at/support/topic/youtube-icon

    2.) You can change the arrow on css > base.css, find this code:

    .image-overlay .image-overlay-inside::before{content:"E744"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}

    Change the content property with another icon from entypo fontello. Refer to link for the entypo character maps: http://www.entypo.com/characters/

    Example, we’ll use the phone icon(U+1F4DE):

    .image-overlay .image-overlay-inside::before{content:"1F4DE"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}

    You can combine different icons.

    Regards,

    Ismael

    in reply to: Using custom Google Font. #133244

    Hi,

    Have you tried this plugin? http://wordpress.org/plugins/wp-google-fonts/

    Regards,

    Ismael

    Hi,

    1.) My bad, please try this:

    add_filter('avf_title_tag','new_avf_title_tag');
    function new_avf_title_tag($title)
    {
    if ( is_front_page() ) {
    $title = get_bloginfo('name').'';
    return $title;
    } else {
    $title = get_bloginfo('name').' | ';
    $title .= (is_front_page()) ? get_bloginfo('description') : wp_title('', false);
    return $title;
    }
    }

    2.) Edit footer.php, find this code:

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    Below, add this code:

    <?php

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');

    echo avia_social_media_icons($social_args);

    ?>

    Edit custom.css or Quick CSS, add this code:

    #socket .social_bookmarks {
    float: right;
    }

    #header_meta .social_bookmarks {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Cufon Style to be responsive #133255

    Hi,

    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: move posts to portfolio? #127737

    Hi,

    I’m not sure if this is going to work but there are plugins that enable you to convert post types.

    http://wordpress.org/plugins/post-type-converter/

    http://wordpress.org/plugins/convert-post-types/

    Regards,

    Ismael

    in reply to: Using custom Google Font. #133242

    Hi,

    Open functions.php, find this code on line 2:

    global $avia_config;

    Below, add the this code:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Monda'] = 'Monda';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Monda'] = 'Monda';
    return $fonts;
    }

    You can now select the font on Enfold > Styling > Heading fonts and Body fonts.

    Regards,

    Ismael

    in reply to: Some help with a new install [formatting] #130895

    Hey,

    Sorry! My bad! I’m talking to Lemonpress. I forgot to address him properly.

    Regards,

    Ismael

    in reply to: Shortcodes in tabs and WP restore function #133179

    Hi,

    I’ll tag Kriesi about the revisions issue.

    Yes, you should see the shortcodes when switching to the default editor. Please upgrade to Enfold 1.8.4. If you switch the Advance Layout Editor to debug mode, you will be able to see the actual shortcode below the ALE.

    Regards,

    Ismael

    in reply to: Simplest way to embed Video or Audio URL's in Posts #133212

    Hi,

    You can directly add the video using the iframe code or the video shortcode.

    [av_video src='http://www.youtube.com/watch?v=G0k3kHtyoqc' format='16-9' width='16' height='9' custom_class='']

    For audio files, you can use the plugin haiku or compact wp player.

    Regards,

    Ismael

    in reply to: Several questions re: Enfold and links (WP newbie) #131348

    Hi,

    1.) You can use FTP or go to your cpanel to edit wp-config.php.

    2.) Please overwrite your wordpress installation with a new wordpress download, see if it fixes the menu. Override the whole site except the wp-content folder.

    Regards,

    Ismael

    in reply to: Page content missing or broken in browser tests #132371

    Hi,

    This code does work on my end. It will force the iconbox to have a minimum height aligning them properly.

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen (min-width: 800px) and (max-width: 1024px) {
    /* Add your Desktop Styles here */
    .page-id-9576 .iconbox_content {
    min-height: 540px;
    }
    }

    Please remove browser cache then reload the page. You need to experiment with Media Queries to align them properly on different browser width.

    Regards,

    Ismael

    in reply to: Menu Button directly to URL #132770

    Hi,

    They should not open on a new window by default. Go to Appearance > Menus, click Screen Options > Show advanced menu properties > enable Link Target. You will have the option to open a page menu to a new window and vice versa.

    Regards,

    Ismael

    Hi,

    Please try this:

    img:hover {
    display: block;
    }

    Regards,

    Ismael

    in reply to: All Easy Sliders not showing on site #132966

    Hi,

    This is a short video on how to properly downgrade wordpress http://www.youtube.com/watch?v=OwNR6NVhVFQ

    Regards,

    Ismael

    Hi,

    What do you mean by translate? Do you want to edit the template? You can edit includes > loop-search.php.

    Regards,

    Ismael

    in reply to: Enfold dashboard layout-builder #133066

    Hey,

    The idea is almost the same but no. :)

    Regards,

    Ismael

    in reply to: Mega Menu resizing #132973

    Hi,

    Go to Enfold > Styling > scroll at the bottom, look for the Quick CSS field. Add this code.

    .avia_mega_div {
    width: 1024px;
    }

    Save changes then remove browser cache and reload the page. Please give us a link to your website.

    Regards,

    Ismael

    in reply to: How to change layout of post category page #132589

    Hi,

    Go to Enfold > Sidebar > Sidebar on Archive Pages, choose left sidebar. Go to Appearance > Widgets panel, add the Latest News widget on the Sidebar Blog widget area.

    Regards,

    Ismael

    in reply to: Bullet Styles #132951

    Hi,

    You can actually do the same with fontello icons. Add a Text Block element, insert this on the text mode:

    <ul>
    <li><span class="entypo-fontello">✉</span>Click here to add your own text</li>
    <li><span class="entypo-fontello">✉</span>Click here to add your own text</li>
    <li><span class="entypo-fontello">✉</span>Click here to add your own text</li>
    <li><span class="entypo-fontello">✉</span>Click here to add your own text</li>
    </ul>

    ✉ is an email icon from http://www.entypo.com/characters/.

    Add this on your custom.css or Quick CSS

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

    .entry-content li span {
    margin-right: 5px;
    }

    Regards,

    Ismael

    in reply to: Increasing Nav Menu font sizes. #132733

    Hi,

    You can use this:

    .main_menu ul:first-child > li > a {
    font-size: 25px;
    }

    Regards,

    Ismael

    in reply to: BUG: background images not showing on ipad #120831

    Hi,

    I checked your website using this: http://responsinator.com/?url=http%3A%2F%2Fsmartlifehealthcoaching.com%2F

    It looks perfectly fine. It might be different on a native iOS environment. Let me tag Devin to check this out.

    Regards,

    Ismael

    in reply to: Help with css.style #132931

    Hi,

    On what element do you want to apply this changes? Please be specific.

    Regards,

    Ismael

Viewing 30 posts - 62,161 through 62,190 (of 64,054 total)