Forum Replies Created

Viewing 30 posts - 64,981 through 65,010 (of 66,033 total)
  • Author
    Posts
  • in reply to: Video Feed to Sidebar #125604

    Hi,

    You can create a Custom Widget on Appearance > Widget then use the Text Widget. Insert the HTML codes there. Apply the custom widget on all pages.

    Regards,

    Ismael

    in reply to: Using Advancer Editor #125064

    Hi,

    You can’t switch to the Standard editor when you are using the Advance Layout Editor, you will the content. When editing a post, go to Visual Editor then look for the Magic Wand or Insert Shortcode button.

    Regards,

    Ismael

    in reply to: Bug with the blog page? #125345

    Hi,

    Did you try this on other pages? Do they work?

    Regards,

    Ismael

    in reply to: Team members set up #125777

    Hi,

    Go to config-templatebuilderavia-shortcodes team.php, find this code

    if($name)
    {
    $output.= "<h3 class='team-member-name' property='v:name'>{$name}</h3>";
    }

    Replace it with:

    if($name)
    {
    $output.= "<h4 class='team-member-name' property='v:name'>{$name}</h4>";
    }

    Regards,

    Ismael

    in reply to: Replace social media icons #125768

    Hi,

    Please follow this link, look for Nick’s instruction.

    https://kriesi.at/support/topic/youtube-icon

    The process is a bit complicated right now.

    Kriesi said he will make it possible to add your own icons on future updates.

    Regards,

    Ismael

    in reply to: open URL in new Window – section 'icon list' #125763

    Hi,

    You need the target property.

    <a href="http://www.urlhere.com" target="_blank">Click here</a>

    Regards,

    Ismael

    in reply to: What have I done wrong? #125754

    Hi,

    Yes, I think it is the table press. It is not responsive. You might need to use Media Queries on custom.css.

    Why do you need the plugin? You can achieve the same layout with the Table element.

    Regards,

    Ismael

    in reply to: Blog / LayerSlider changes #125584

    Hi,

    It is a bit complicated. You should probably use the Full Width Slider.

    You can try this

    @media only screen and (max-width: 767px) {
    .ls-wp-fullwidth-container {
    height: 300px !important;
    }

    .ls-wp-container {
    height: 300px !important;
    width: 100% !important;
    }

    .ls-inner {
    width: 100% !important;
    height: 300px !important;
    }

    .ls-layer.ls-active > .ls-bg {
    height: 300px !important;
    margin-top: -150px !important;
    }
    }

    Regards,

    Ismael

    in reply to: How to add advanced layout manager to blog posts? #120969

    Hi,

    Yes, you still can’t use the template builder on posts.

    Regards,

    Ismael

    in reply to: translate filter options in woocommerce #125224

    Hi,

    Check if you have the proper file permission on cpanel.

    http://www.siteground.com/tutorials/cpanel/file_permissions.htm

    Edit framework > php > class-breadcrumb.php, find this code

    'show_home' => __( 'Home', $textdomain ),

    Regards,

    Ismael

    in reply to: Blog Post Featured Image Size #124914

    Hey,

    Glad Dude helped. :)

    Cheers,

    Ismael

    in reply to: AVIA NEWSBOX: remove current post fromm listing #125590

    Hey,

    Thanks for the tip. :)

    Cheers,

    Ismael

    in reply to: Error 404 – Page not found on all pages. #125396

    Hi,

    Please override the theme files via FTP. Maybe you accidentally remove something.

    Try to revert back to default permalink settings. You should read about permalink settings on http://codex.wordpress.org/Using_Permalinks, look for .htaccess.

    Regards,

    Ismael

    in reply to: Google Website Translator Plugin #124754

    Hi,

    Please add this on your custom.css or Quick CSS

    .goog-te-gadget-simple {
    background: none;
    }

    Regards,

    Ismael

    in reply to: Can't set feature image #125592

    Hi,

    You need WP 3.5 or higher for Enfold. :)

    Regards,

    Ismael

    in reply to: LEFT MENU LISTING PROBLEM #123181

    Hi,

    You can override the theme files via FTP. You will not lose the content. For security purposes, create a backup of your old theme files and your database. Take note of the files you modified.

    Enfold 1.7 has been released. Please download it on your themeforest account.

    Regards,

    Ismael

    in reply to: Blog / LayerSlider changes #125582

    Hi,

    1.) Edit loop-index.php, find this code

    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>";

    Replace it with:

    //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>";

    Find this code:

    echo $cats;
    echo '</span><span class="text-sep">/</span>';

    Replace it with:

    //echo $cats;
    //echo '</span><span class="text-sep">/</span>';

    2.) Which slider ? Full width Easy Slider ? or Advance Layer Slider?

    Regards,

    Ismael

    in reply to: ENFOLD: breadcrumbs for portfolio pages not right #125579

    Hi,

    Go to Pages, edit Home v5 : Portfolio Style, look for Page Attributes > Parent. Maybe it is set to Homepage.

    Regards,

    Ismael

    in reply to: Post with no sidbar only 600px wide #125569

    Hi,

    You can adjust the size. Add this on your custom.css or Quick CSS

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

    Regards,

    Ismael

    in reply to: BUG: Image with link jumps when hover #125564

    Hi,

    Can you give us a link to the actual site? I can’t seem to reproduce the issue on my end.

    Do you have Enfold 1.6?

    FYI, there is an Image element under Media elements Tab.

    Regards,

    Ismael

    in reply to: Portfolio Columns #125537

    Hi,

    Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 70:

    /* __('5 Columns', 'avia_framework' )=>'5', */

    Replace it with

    __('5 Columns', 'avia_framework' )=>'5',

    Regards,

    Ismael

    Hi,

    Thank you for the kinds words.

    I hope it works. :)

    Cheers,

    Ismael

    in reply to: How to Disable Image hover and Icon #125649

    Hi,

    Please add this on your custom.css or Quick CSS

    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Change of Languages #125244

    Hi,

    Open includes > loop-index.php. :)

    Comments

    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>";

    in

    echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";

    by

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

    Regards,

    Ismael

    in reply to: Navigation for Testimonial Slider #125422

    Hi,

    You should probably find a plugin.

    http://wordpress.org/plugins/testimonial-slider/

    Regards,

    Ismael

    in reply to: Use custom overlay image #124846

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Increase space between paragraphs – Enfold Theme #119722

    Hey,

    Glad it worked.

    Cheers,

    Ismael

    in reply to: Icon Font #125379

    Hey,

    @colorit2: Thanks for the tip but it is not easy to implement on Enfold. Like Dude said Kriesi is making some adjustments on controlling the icons.

    Regards,

    Ismael

    in reply to: Problem with sidebar on archive page #124872

    Hi,

    Did you try the instruction I gave you?

    Please use get_sidebar(‘archive’);

    Regards,

    Ismael

    in reply to: "house" a blog under same menu, but different domain? #124505

    Hi,

    Maybe you can setup the Enfold on a domain then copy the header html tag. You might need to edit the links.

    <div id="header" class=" header_color dark_bg_color mobile_drop_down">

    <div id="header_main" class="container_wrap container_wrap_logo">

    <ul class="cart_dropdown visible_cart" data-success="was added to the cart"><li class="cart_dropdown_first"><a class="cart_dropdown_link" href="http://localhost/kriesi/enfold/?page_id=1422"><span class="avia-font-entypo-fontello"></span></a><!--<span class='cart_subtotal'><span class="amount">&pound;9.99</span></span>--><div class="dropdown_widget dropdown_widget_cart" style="display: none; opacity: 0;"><div class="avia-arrow"></div><div class="widget_shopping_cart_content">

    <ul class="cart_list product_list_widget ">

    <li>
    <a href="http://localhost/kriesi/enfold/?product=single-product">

    <img width="120" height="120" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21-120x120.jpg" class="attachment-shop_thumbnail wp-post-image" alt="2">
    Single Product
    </a>

    <span class="quantity">1 × <span class="amount">£9.99</span></span> </li>

    </ul><!-- end product list -->

    <p class="total"><strong>Subtotal:</strong> <span class="amount">£9.99</span></p>

    <p class="buttons">
    <a href="http://localhost/kriesi/enfold/?page_id=1422" class="button">View Cart →</a>
    <a href="http://localhost/kriesi/enfold/?page_id=1423" class="button checkout">Checkout →</a>
    </p>

    </div></div></li></ul>
    <div class="container" style="height: 88px; line-height: 88px;">

    <strong class="logo bg-logo"><a href="http://localhost/kriesi/enfold/"><img src="http://localhost/kriesi/enfold/wp-content/themes/enfold/images/layout/logo.png" alt="" title="Enfold"></a></strong><div class="main_menu" data-selectname="Select a page"><div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-755" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent active-parent-item dropdown_ul_available"><a href="http://kriesi.at/themes/enfold/" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Home<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1351" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-734 current_page_item"><a href="http://localhost/kriesi/enfold/"><span class="avia-bullet"></span>Home v1: Landing Page Style</a></li>
    <li id="menu-item-1356" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1108"><span class="avia-bullet"></span>Home v2: 3 Col + Contact</a></li>
    <li id="menu-item-1352" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1040"><span class="avia-bullet"></span>Home v3: 3 Column with Blog</a></li>
    <li id="menu-item-1355" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1070"><span class="avia-bullet"></span>Home v4: Small Slider</a></li>
    <li id="menu-item-1354" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1097"><span class="avia-bullet"></span>Home v5: Portfolio Style</a></li>
    <li id="menu-item-1353" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1023"><span class="avia-bullet"></span>Home v6: Classic 4 Column</a></li>
    </ul>
    </li>
    <li id="menu-item-1338" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=756" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Portfolio<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1339" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=987"><span class="avia-bullet"></span>Portfolio 2 Column</a></li>
    <li id="menu-item-1340" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=992"><span class="avia-bullet"></span>Portfolio 3 Column</a></li>
    <li id="menu-item-1342" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=756"><span class="avia-bullet"></span>Portfolio 4 Column</a></li>
    <li id="menu-item-1343" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=slider-two-third"><span class="avia-bullet"></span>Single Portfolio: 2/3 Slider</a></li>
    <li id="menu-item-1344" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=lorem-ipsum"><span class="avia-bullet"></span>Single Portfolio: 2/3 Gallery</a></li>
    <li id="menu-item-1345" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=portfolio-big"><span class="avia-bullet"></span>Single Portfolio: Big Slider</a></li>
    <li id="menu-item-1346" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=vimeo-video"><span class="avia-bullet"></span>Single Portfolio: Fullscreen Slider</a></li>
    </ul>
    </li>
    <li id="menu-item-1337" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=731" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Blog<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1370" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1336"><span class="avia-bullet"></span>Blog Grid</a></li>
    <li id="menu-item-1350" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1010"><span class="avia-bullet"></span>Blog Multi Author</a></li>
    <li id="menu-item-1349" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1012"><span class="avia-bullet"></span>Blog Single Author Small</a></li>
    <li id="menu-item-1348" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1014"><span class="avia-bullet"></span>Blog Single Author Big</a></li>
    <li id="menu-item-1347" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1016"><span class="avia-bullet"></span>Blog Single Author Fullwidth</a></li>
    </ul>
    </li>
    <li id="menu-item-1357" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=1122" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Pages<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1359" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1195"><span class="avia-bullet"></span>About Us</a></li>
    <li id="menu-item-1363" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>Blank Pages</a>
    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1366" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>What is a Blank Page?</a></li>
    <li id="menu-item-1364" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1261"><span class="avia-bullet"></span>Maintenance Mode</a></li>
    <li id="menu-item-1365" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1248"><span class="avia-bullet"></span>Coming Soon</a></li>
    </ul>
    </li>
    <li id="menu-item-1361" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1167"><span class="avia-bullet"></span>Contact</a></li>
    <li id="menu-item-1367" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1277"><span class="avia-bullet"></span>FAQ</a></li>
    <li id="menu-item-1362" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1224"><span class="avia-bullet"></span>Help</a></li>
    <li id="menu-item-1369" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1324"><span class="avia-bullet"></span>Landing Page</a>
    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1358" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1212"><span class="avia-bullet"></span>Meet the Team</a></li>
    </ul>
    </li>
    <li id="menu-item-1360" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1176"><span class="avia-bullet"></span>Pricing</a></li>
    <li id="menu-item-1368" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1302"><span class="avia-bullet"></span>Services</a></li>
    </ul>
    </li>
    <li id="menu-item-1341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-mega-parent dropdown_ul_available" style="overflow: hidden;"><a href="http://localhost/kriesi/enfold/?page_id=750" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Shortcodes<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
    <div class="avia_mega_div avia_mega1 three units" style="opacity: 0; display: none; right: -109px;">

    <ul class="sub-menu">
    <li id="menu-item-1378" class="menu-item menu-item-type-post_type menu-item-object-page avia_mega_menu_columns_1 three units avia_mega_menu_columns_last avia_mega_menu_columns_first"><h4 class="mega_menu_title"><a href="http://localhost/kriesi/enfold/?page_id=821">Animated Image</a></h4>
    <ul class="sub-menu">
    <li id="menu-item-1379" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=761"><span class="avia-bullet"></span>Blog Elements</a></li>
    </ul>
    </li>
    </ul>

    </div>
    </li>
    <li id="menu-item-1433" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=1421" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>Shop<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>

    <ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
    <li id="menu-item-1434" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1422"><span class="avia-bullet"></span>Cart</a></li>
    <li id="menu-item-1435" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1430"><span class="avia-bullet"></span>Checkout → Pay</a></li>
    </ul>
    </li>
    <li id="menu-item-1463" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1373" style="height: 88px; line-height: 88px;"><span class="avia-bullet"></span>A.Test<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="<form role=&quot;search&quot; method=&quot;get&quot; id=&quot;searchform&quot; action=&quot;http://localhost/kriesi/enfold/&quot; >
    <div><label class=&quot;screen-reader-text&quot; for=&quot;s&quot;>Search for:</label>
    <input type=&quot;text&quot; value=&quot;&quot; name=&quot;s&quot; id=&quot;s&quot; />
    <input type=&quot;submit&quot; id=&quot;searchsubmit&quot; value=&quot;Search&quot; />
    </div>
    </form>" style="height: 88px; line-height: 88px;">
Viewing 30 posts - 64,981 through 65,010 (of 66,033 total)