Forum Replies Created

Viewing 30 posts - 64,381 through 64,410 (of 66,702 total)
  • Author
    Posts
  • in reply to: Only 2 slides working on LayerSlider / Blank slides #134967

    Hey,

    Glad you figured out. :)

    Regards,

    Ismael

    in reply to: Entypo Font Update #135575

    Hey,

    It looks even better in my opinion except for the missing icon. Let me tag the rest of the support team to help us out.

    Regards,

    Ismael

    in reply to: Enfold is the only theme that doesn't work ! #134615

    Hi,

    Please download the latest version of the theme, Enfold 2.0. Install the latest version of WordPress, 3.6. Make sure you extract the correct theme file or upload via FTP. Watch this video: https://vimeo.com/channels/aviathemes/67209750

    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: Change Language #136137

    Hey,

    “Read More” text is located on includes > loop-index.php, find this code:

    $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>' :

    Regards,

    Ismael

    Hi,

    Can you give us a link to the actual website? It doesn’t look like that at all on our end when viewing on IE browser.

    Regards,

    Ismael

    in reply to: Leave reply section not shown.How can i display it? #136224

    Hi,

    Did you enable “Allow Comments” for that particular post? Click Screen Options > enable Discussions.

    Regards,

    Ismael

    in reply to: Blog Posts #136034

    Hey,

    You can remove the big preview image using this on your Quick CSS

    .page-id-731 .big-preview.multi-big {
    display: none;
    }

    or this:

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

    Regards,

    Ismael

    in reply to: Layer Slider problem #136218

    Hi,

    Please go to the page with the Layer Slider element, remove the slider then update the page. Create a new slide then insert it on the page that you want.

    Regards,

    Ismael

    in reply to: Header/Nav/footer #135872

    Hi,

    Like I said, please give us a screenshot.

    Thanks,

    Ismael

    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

Viewing 30 posts - 64,381 through 64,410 (of 66,702 total)