Forum Replies Created

Viewing 30 posts - 65,221 through 65,250 (of 66,702 total)
  • Author
    Posts
  • in reply to: Images inside Tabs #129497

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: LayerSlider not loading, shows shortcode as text #129714

    Hi,

    The shortcode for the layerslider is not working. Please use the Advance Layout Editor, go to Media Elements tab then insert the Layer Slider.

    Regards,

    Ismael

    in reply to: Problem migrating from Windows to Linux #129721

    Hi,

    Edit wp-contentthemesenfoldframeworkphp function-set-avia-frontend.php, find this code on line 128:

    $post = get_post();

    Replace it with:

    $post = get_post( $id );

    I’m honestly not sure if this is the proper way to fix it but it works.I already asked this question myself to Kriesi and the rest of the support team. Let me tag them.

    Regards,

    Ismael

    in reply to: Enfold Main Menu Underline on Sub Pages #129617

    Hi,

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

    #header_main {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-color: red;
    }

    Change the border color.

    Regards,

    Ismael

    in reply to: Custom Logo for Specific Page #129431

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: Resize Feature Image on Portfolio Item Page #129825

    Hi,

    Can you give us a link to your portfolio page? There are lots of ways to create the portfolio item because of the Advance Layout Editor, mine might be different from yours.

    Regards,

    Ismael

    in reply to: Make Content Elements appear in the LayerSlider WP? #129416

    Hi,

    You can actually copy the actual html code of the progress bar then enclose it on a unique div. Something like this

    <div class="layerslider-progressbar"><div class="avia-progress-bar-container avia_animate_when_almost_visible avia-builder-el-0 avia-builder-el-no-sibling avia_start_animation"><div class="avia-progress-bar theme-color-bar icon-bar-no"><div class="progressbar-title-wrap"><div class="progressbar-icon avia-font-entypo-fontello"><span class="progressbar-char">⚒</span></div><div class="progressbar-title">Skill or Task</div></div><div class="progress avia_start_animation"><div class="bar-outer"><div class="bar" style="width: 100%" data-progress="100"></div></div></div></div></div></div></div>

    Then add this on your custom.css or Quick CSS.

    .layerslider-progressbar {
    width: 600px;
    height: 50px;
    }

    We specify the width of the layerslider-progressbar div because the progress bar needs to inherit the size the parent element.

    Regards,

    Ismael

    in reply to: Max Entries in Mega Menu #129814

    Hi,

    You need to contact your host. Ask them to set some values on php.ini

    suhosin.post.max_vars = 5000
    suhosin.request.max_vars = 5000

    Regards,

    Ismael

    in reply to: Why don´t my blog look like Enfold demo? #129818

    Hi,

    Go to Appearance > Widgets, look for Sidebar Blog then supply it with widgets. You can also create a custom widget area then assign it on a page or post.

    Regards,

    Ismael

    in reply to: grid blog no alternating #129811

    Hi,

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

    @media only screen and (max-width: 1024px) {
    .responsive #top .slide-entry {
    width: 99%;
    margin-left: 0;
    }
    }

    Regards,

    Ismael

    Hi,

    Can you give us a link to the page with the FB Comment plugin?

    Regards,

    Ismael

    in reply to: CSS Conflict #129785

    Hi,

    This will only affect the current page: http://thecaloriemythbook.com/?page_id=2330

    .page-id-2330 .post-entry.post-entry-type-page.post-entry-2330 .entry-content.clearfix br {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Styling options not working on Enfold #129408

    Hey,

    Glad you figured it out. :)

    Cheers,

    Ismael

    in reply to: How to display featured images inside the posts? #129019

    Hi,

    Undo the steps we did. Please follow this one. Edit includes > loop-index.php, find this code:

    //on single page replace the link with a fullscreen image
    if(is_singular())
    {
    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
    }

    Below, add this code:

    if(strpos($blog_style, 'grid') !== false)
    {
    echo '<a href="'.$link.'"><img src="'.$link.'" title="" alt="" class="blog-grid-preview"></a>';
    }

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

    .blog-grid-preview {
    width: 95%;
    border-radius: 10px;
    }

    Regards,

    Ismael

    in reply to: Qoate Scroll Triggered Box #128502

    Hi,

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

    #qoate_social_bookmark {
    z-index: 999;
    }

    Regards,

    Ismael

    in reply to: Single image with Lightbox inside Tab #129363

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: WooCommerce Nested Category Plugin #129581

    Hi,

    The plugin is somehow nested outside the sidebar. Is there any shortcode that we can use to embed it manually on a template?

    Regards,

    Ismael

    in reply to: Enfold Showcase #116488

    Hi,

    @dsgnerfw: Awesome site! The slider is very creative.

    NOTE: If you are planning to use the theme again, you should probably buy the Extended License. :)

    Cheers,

    Ismael

    in reply to: Enfold and Ubermenu #129580

    Hi,

    If you search ubermenu on the forum, you can see that many users installed it.

    https://kriesi.at/support/search.php?q=ubermenu

    There may be some css modifications required.

    Regards,

    Ismael

    in reply to: how to change the color of icon #129272

    Hi,

    You can use this for the icon box

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: red;
    }

    Then change the icon list background and border with this

    .avia-icon-list .iconlist_icon {
    background-color: red;
    border: 3px solid black;
    }

    Regards,

    Ismael

    Hi,

    You can also, manipulate the style of the menu to disable the active menu styling.

    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: gray;
    font-weight: normal;
    }

    Glad you fixed it.

    Regards,

    Ismael

    in reply to: How to add Commends to pages loge posts #128553

    Hi,

    If you are creating a normal page without using the Advance Layout Editor, edit page.php then find this code

    $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
    get_template_part( 'includes/loop', 'page' );

    Below, add this code:

    //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');

    If you are using the Advance Layout Editor to create pages, edit template-builder.php, look for this code:

    //only close divs if the user didnt add fullwidth slider elements at the end. also skip sidebar if the last element is a slider
    if(!$last_el || !in_array($last_el['tag'], array('av_layerslider','av_slideshow_full', 'av_fullscreen') ) )
    {

    Below, add this code:

    //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');

    Make sure that you enable the Discussion on the Screen Options, then check “Allow Comments”.

    Regards,

    Ismael

    in reply to: Breadcrumbs location #129569

    Hi,

    Yes, it is possible.

    Edit footer.php, find this code:

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

    Below, add this code:

    <?php echo avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true)); ?>

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

    #socket .breadcrumb.breadcrumbs.avia-breadcrumbs {
    float: right;
    }

    Regards,

    Ismael

    in reply to: Image title /alt #129568

    Hi,

    Go to Media > Library, select an image then fill up the title and alt fields.

    Regards,

    Ismael

    in reply to: FB comments count 0 #128738

    Hi,

    You can find that on wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > postslider.php.

    Regards,

    Ismael

    in reply to: Problems displaying website #129506

    Hi,

    I checked your website on IE, Firefox and Chrome and they all look the same.

    Let me tag the rest of the support team to check this out.

    Regards,

    Ismael

    in reply to: Customize Logo Size #129487

    Hi,

    Please remove your code first. Then try this one

    Upload your logo with the 300×200 px. Then add this on your custom.css.

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 200px; }

    Please give us a link to your website.

    Regards,

    Ismael

    in reply to: Icon Box titles disappeared + headers changed #126689

    Hi,

    Edit a post, look for Screen Options > enable the Avia Layout Builder then enable the “Discussions” for comments.

    You can enable the comments by default on Settings > Default article settings.

    Regards,

    Ismael

    in reply to: HOW TO – CHANGE CSS STYLE PER PAGE #129553

    Hi,

    You can use the unique page body class. If you’re using Chrome, right click the page, Inspect Element. Look for the body class.

    Use it to change a certain element on that page only. Example:

    .page-id-2251 #header_main {
    background: red;
    }

    Regards,

    Ismael

    in reply to: Advanced Layout Builder – not working #126966

    Hey,

    Glad you found it. :D

    Regards,

    Ismael

Viewing 30 posts - 65,221 through 65,250 (of 66,702 total)