Forum Replies Created

Viewing 30 posts - 64,141 through 64,170 (of 66,453 total)
  • Author
    Posts
  • Hey,

    Please upgrade to Enfold 2.0 then upgrade WordPress to 3.6. Let me tag the rest of the support team.

    Regards,

    Ismael

    in reply to: Text boxes not showing in Fullwidth Easy Slider #136215

    Hi,

    I visited the website and I can see the text box on the slider. Can you give us a screenshot of what it should look like? Please upgrade to Enfold 2.0 and WordPress 3.6.

    Regards,

    Ismael

    in reply to: Social icons combined with main menu in Enfold #136209

    Hey,

    What type of header do you have? You can modify the codes on header.php. This is the code for the social icons:

    if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);

    And this is the main menu:

    echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";
    $args = array('theme_location'=>'avia', 'fallback_cb' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu());
    wp_nav_menu($args);

    Regards,

    Ismael

    in reply to: how content in the portolio grid? #136208

    Hi,

    Sorry but I can’t understand you clearly. First create a page then insert the Portfolio Grid element. Configure the options but don’t select a category this time. Publish the page then create some Portfolio Items, add a featured image for each items. All portfolio items will show up on that page.

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

    Regards,

    Ismael

    in reply to: Remove link to portfolio from ajax preview #136088

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: * Portfolio & Blog featured images cropping #135463

    Hey,

    Beer sounds good! Glad we could help. :)

    Cheers,

    Ismael

    in reply to: Easy slider HUD nav buttons change #133302

    Hey,

    If you want to remove the square or box, just use this:

    .avia-slideshow-arrows a::before {
    background: #000;
    background: transparent;
    }

    You can change the arrow color using this:

    #top .avia-slideshow-arrows a {
    color: red;
    }

    Regards,

    Ismael

    in reply to: Debug builder #136049

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

    in reply to: Highlight or marker or flat button #136035

    Hi,

    Can you give us a link to the page with the text that you want to get highlighted? Also, please add a screenshot of what you are trying to do.

    Regards,

    Ismael

    in reply to: Advanced Layer Slider shrinks too much when downsized #136016

    Hi,

    The layer slider looks fine on my end. What should be the height then?

    Regards,

    Ismael

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

    in reply to: Header/Nav/footer #135870

    Hey,

    Please give us a screenshot of what you are trying to do. You can post it using imgur, dropbox, mediafire, clipular etc.

    Thanks,

    Ismael

    in reply to: fullwidth page has wrong formatting #136003

    Hey,

    Can you please remove the code with max-width: 100%? Use this instead:

    #top .fullsize .template-blog .post .entry-content {
    max-width: 1024px;
    }

    Regards,

    Ismael

    in reply to: Additional custom 'No sidebar" layouts #136153

    Hey,

    Yes, that is possible. You can adjust the width of full width post using this:

    #top .fullsize .template-blog .post .entry-content {
    max-width: 950px;
    }

    Adjust the width value. If you want to target specific post, just view the source then look for the body class.

    #top.postid-1 .fullsize .template-blog .post .entry-content {
    max-width: 950px !important;
    }

    Regards,

    Ismael

    in reply to: Change Language #136134

    Hi,

    You can use this plugin:

    http://wordpress.org/plugins/codestyling-localization/

    You can also manually change them.

    Read more” and “in” category and “by” author

    Edit includes > loop-index.php, find this codes:

    $current_post['content'] 	= $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>') : get_the_excerpt();
    $current_post['content'] = $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> &rarr;</span></a></div>' :

    and this:

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

    echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
    the_author_posts_link();
    echo '</span>';

    The text “you are here” can be found on framework > php > class-breadcrumb.php

    echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';

    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',

    Regards,

    Ismael

    in reply to: shortcode in excerpt #136105

    Hey,

    The shortcode renders properly on the blog excerpt. In this screenshot, I added the button element shortcode and it the button show properly.

    Regards,

    Ismael

    in reply to: Portfolio quickly stops working #135830

    Hi,

    Please upgrade to Enfold 2.0 available on your themeforest account and deactivate the plugins, see if it fixes the issue.

    Regards,

    Ismael

    in reply to: Render issues in current version of IE #136130

    Hey,

    Please add this on your custom.css or Quick CSS

    .moonray-form-p2c10469f18 {
    display: block !important;
    position: relative;
    min-height: 348px;
    }

    Regards,

    Ismael

    in reply to: One Column Product Slider? #136127

    Hey,

    You can use the Easy Slider.

    Regards,

    Ismael

    Hey,

    Kriesi may be willing to share the theme to the plugin’s author. We just don’t have the authority for that. Let me tag Kriesi.

    Regards,

    Ismael

    Hey,

    @American Patriot: Thanks for the tip.

    @headbentde: You can do the instructions above.

    .image-overlay {
    position: absolute;
    background: black;
    z-index: 500;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    }

    Regards,

    Ismael

    in reply to: Small Click Area #136112

    Hey,

    Can you give us a link to the page?

    Regards,

    Ismael

    in reply to: Latest update #136031

    Hey,

    @zerozendesig: Thanks for the tip.

    Regards,

    Ismael

    in reply to: Turn off Author & Category under posts #136109

    Hey,

    You can use this on your custom.css or Quick CSS to hide the header and breadcrumb:

    .single-ai1ec_event #header, .single-ai1ec_event .stretch_full.container_wrap.alternate_color.dark_bg_color.title_container {
    display: none;
    }

    single-ai1ec_event .fixed_header.social_header #main {
    padding-top: 0;
    }

    Regards,

    Ismael

    in reply to: modify heading and body fonts with commercial fonts #135996

    Hi,

    This plugin will help.

    http://wordpress.org/plugins/font-uploader/

    You can use the Quick CSS to add the font-family property on the elements you want to change.

    Regards,

    Ismael

    in reply to: Blog Grid view option without picture / featured image? #136106

    Hey,

    You can add a request here: https://kriesi.at/support/topic/enfold-feature-requests

    You can hide the image using this on your Quick CSS:

    .avia-content-slider-inner .slide-image {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Google "Montserrat" – how can I add it? #136102

    Hey,

    Edit functions.php, find this code:

    global $avia_config;

    Below, add this:

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

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

    It is now available on the Heading and Body font dropdown.

    Regards,

    Ismael

    in reply to: No Layout Builder Showing #134920

    Hi,

    Enfold 2.0 and WordPress 3.6 works perfectly fine together now. The jQuery issue has been fixed on the 1.9.1 update. We’re not really sure what is causing the Layout Builder to not work on your end. I guess it has something to do with the hosting environment. We can’t provide you with the old version of the theme. Have you tried working with the Enfold theme on another host or your local server using WAMP OR XAMP? I’ll tag Kriesi.

    Regards,

    Ismael

    in reply to: How to change font sizes of menu, content, title, etc,etc #136089

    Hey,

    You can change font size using CSS:

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

    Menu color:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Active menu color:

    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: blue;
    }

    Please give a specific list of items you want to change, we’ll help you with it.

    Regards,

    Ismael

    in reply to: Remove link to portfolio from ajax preview #136084

    Hey,

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

    .grid-entry .grid-entry-title a {
    pointer-events: none;
    }

    Remove browser cache the reload the page.

    Regards,

    Ismael

Viewing 30 posts - 64,141 through 64,170 (of 66,453 total)