Forum Replies Created

Viewing 30 posts - 62,461 through 62,490 (of 63,457 total)
  • Author
    Posts
  • in reply to: Button Inconsistencies #124652

    Hi,

    The code works on my end.

    I cannot load your website. I want to check the buttons furthermore.

    Regards,

    Ismael

    Hi,

    Please add this on your custom.css or Quick CS

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 25%;
    max-height: 147px;
    height: 147px;
    }

    #top div .avia-gallery img {
    height: 100%;
    max-height: 100%;
    }

    Cheers,

    Ismael

    in reply to: Page-Based Pagination is Flawed #124664

    Hi,

    Sorry but we don’t support third party plugins like nimble-portfolio. Please install the plugin on a test site then give us the url. Maybe, we’ll be able to give you pointers on some css modifications and basic php plugin modification.

    Regards,

    Ismael

    in reply to: Theme wont install #125230

    Hi,

    I think you’re Enfold theme files are corrupted just like what Devin said. Please download the theme again on your theme forest account. functions.php can’t find the config-wpml directory.

    Regards,

    Ismael

    in reply to: Custom hosted font with the child theme: Instructions #123813

    Hi,

    What font are you using? It seems strange that you don’t want to post the name of the font that you’re using.

    Some fonts are not allowed to be embedded directly.

    This is an example of font that you can host yourself.

    http://www.fontsquirrel.com/fonts/source-sans-pro

    Regards,

    Ismael

    in reply to: How to add caption text in the Advanced Layerslider #124293

    Hi,

    Checked your website on IE9, and it looks the same with Chrome. I will have to assume that it will look better on IE 10.

    On LayerWP Slider > Slides > Global Options > Basic > Slider width, please make it 100%.

    Regards,

    Ismael

    in reply to: Advanced Layout Editor Will Not Respond #124459

    Hi,

    @benjaminrig: Please follow this link. Do the recommendations listed on the thread.

    https://kriesi.at/support/topic/no-texts-are-found-in-the-sample-pages

    Regards,

    Ismael

    in reply to: Change of Languages #125241

    Hi,

    You are here: // Home

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

    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
    'after' => false,
    'front_page' => true,
    'show_home' => __( 'Home', 'avia_framework' ),

    Leave a reply

    Edit includes > comments.php, find this code

    echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";

    and this one

    echo "<span class='minitext'>".__('Want to join the discussion? <br/>Feel free to contribute!','avia_framework')."</span>";

    Edit single.php and index.php, find this

    $title = __('Blog - Latest News', 'avia_framework'); //default blog title

    Regards,

    Ismael

    in reply to: Sample video gallery slider issue!!! #125091

    Hey,

    Glad Devin helped. :)

    Cheers,

    Ismael

    in reply to: change the background color of thumbnail #125216

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Change size of menu bar/field #124793

    Hi,

    I’m kind of not clear about menu bar/field element that you are talking about. Please add a screenshot using imgur or dropbox pointing to the area that you want to change. A link to your actual website would be great.

    Regards,

    Ismael

    in reply to: Multiple Issues in IE8 #122402

    Hi,

    Like Dude said IE8 doesn’t support css properties like background-color, gradients, box-shadows, css animation etc.

    Please add this on your custom.css or Quick CSS to fix elements without background colors.

    .alternate_color, main_color {
    background: red;
    }

    Change the color value.

    To fix the button, please use this

    .alternate_color .avia-color-theme-color-subtle {
    background: #122638;
    color: white;
    }

    Regards,

    Ismael

    in reply to: Advanced Layerslider – element limitations? #124375

    Hi,

    You should probably deactivate some of your plugins, see if the problem persist. Create a duplicate of the Slide, then recreate the 4th slide from scratch.

    OR go to your cpanel > phpmyadmin. Edit wp_layerslider table, delete the slide from there then start from scratch.

    We haven’t really tested the Slider so maybe it has something to do with the combination of Avia Elements. Remove some elements, see if the slider starts working bring the element back then remove another element.

    Regards,

    Ismael

    in reply to: Embedded uploaded video not displaying correctly #124805

    Hi,

    I checked the link on the different browsers but I don’t see the video displaying full size when played. Please add this on your custom.css or Quick CSS. Is this happening on MAC?

    div .mejs-container, div .mejs-container video {
    height: 100%!important;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    }

    Regards,

    Ismael

    in reply to: Icon Overlay Effect #125225

    Hi,

    Edit css > layout.css, find this code

    a:hover .image-overlay .image-overlay-inside{
    -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
    -moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
    -o-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
    animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */

    }

    Remove it.

    Regards,

    Ismael

    in reply to: How to Insert Slide Show with LayerSlider #123963

    Hi,

    On your Admin Dashboard > go to LayerSlider WP, select the slider. Go to Global Options > Basic > Slider width, make it 100%. If you want to center align the element, look for Layers Container, then specify the width in pixels. Please use images even for text to make the Layer Slider responsive.

    Regards,
    Ismael

    in reply to: How do I add a Page to a Category? #125145

    Hi,

    What do you mean by the parent doesn’t show on the Page Attributes?

    Go to Appearance > Menus, on Pages, click View All.

    Regards,

    Ismael

    in reply to: Advanced Layerslider – element limitations? #124373

    Hi,

    I’m not sure what is wrong with your 4th slide. Can you remake it?

    I added 6 slides on my end but the slider is not crashing. This is the screenshot.

     

    Let me tag Kriesi.

    Regards,

    Ismael

    Hi,

    1.) Edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes postslider.php then find this code on line 317

    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    {
    $link_add = $commentCount === "0" ? "#respond" : "#comments";
    $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );

    $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    }

    Replace it with:

    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    {
    $link_add = $commentCount === "0" ? "#respond" : "#comments";
    $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );

    //$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    }

    2.) If you want to disable the wp comment. Open single.php then find this code

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

    Replace it with:

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

    Cheers,

    Ismael

    in reply to: Slider Problem – Next Prev Arrows #124713

    Hi,

    The arrow should not scroll to “#next”. I tested the post slider and easy slider on my end but I can’t reproduce the one you’re having.

    Did you change anything on the theme files?

    Let me tag the rest of the support team.

    Regards,

    Ismael

    in reply to: CSS in uploads #125104

    Hi,

    It holds the css style that you specify on Enfold > Styling. Open the file wp-contentuploadsdynamic_aviaenfold.css then change something on Enfold > Styling, save changes. You will be prompt to reload the enfold.css file because something has change on the css.

    Please watch this video on how to create a child theme. https://vimeo.com/channels/aviathemes/67221517

    All the files you need on the child theme folder are

    functions.php

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    styles.php

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    and a screenshot if you want.

    This link might help: https://kriesi.at/support/topic/enfold-child-theme

    Regards,

    Ismael

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

    Hi,

    Install the theme on both domain then create the same menu for each site.

    Regards,

    Ismael

    Hi,

    Like I said, my page id might be different from your page id. Please change that. Try this code. This will remove the meta infos all over the site.

    .post-meta-infos {
    display: none;
    }

    Please give us a link to your site.

    Cheers,

    Ismael

    in reply to: My slideshow is not working #124911

    Hi,

    The Full Width Slider is working fine on my end. Can you give us a link to your website?

    Regards,

    Ismael

    in reply to: Facebook widget crawls under the main content area #124449

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Layer Slider Reponsive? #123643

    Hi,

    I did some changes on your slide Chop > Slide #1. Unfortunately, I don’t have the time to change all your slides. I also use the actual html code for avia buttons. I added a class selector to make it unique.

    NOTE: Images are much more responsive than text. Next time you create a slide, I suggest you use image text instead of actual text. To see an example, please Import the dummy data.

    I added this on your Quick CSS

    /* Advance Slider Style */
    .fsn2-title { font-family: League Gothic; letter-spacing:2px; font-size:68px; font-weight:500; color:#ffffff; }

    .fsn2-p { color: white; font-size: 15px; line-height:22px; margin-bottom:50px; }

    @media only screen and (max-width: 767px) {
    .ls-layer > span { top: -10px; left: -5px !important; padding: 0 10px !important; }

    .fsn2-title { font-family: League Gothic; letter-spacing:1px; font-size:20px; font-weight:500; color:#ffffff; line-height:10px; }

    .fsn2-p { color: white; font-size: 10px; line-height:12px;margin-bottom: 10px; }

    .ls-layer > span .avia-button.avia-size-large { padding: 3px 10px; font-size: 11px; min-width: 80px; top: 15px;
    }
    }

    Regards,

    Ismael

    in reply to: Renaming Duplicated LayerSliders #125023

    Hi,

    I asked this myself but I can’t find a way to rename the slide on LayerSlider admin. I was able to change the slide name on phpmyadmin panel. You need to visit your cpanel > phpmyadmin > go to your wordpress database then look for wp_layerslider table. Look for the slide that you want to edit,

    Let me tag the rest of the support team. Maybe they know a simpler way.

    Regards,

    Ismael

    in reply to: Content Overlapping #125057

    Hi,

    It is because you have an inline font-size of 50px and 30px. It is way too big for mobile devices. Give the <span> tag a unique css selector. Something like this:

    <p style="text-align: center;"><span class="paragraph-1A">Example Content</span></p>
    <p style="text-align: center;"><span class="paragraph-1B">Example Content More Content</span></p>

    Then style it on your custom.css or Quick CSS

    .paragraph-1A {
    color: #333; font-family: 'League Gothic', auto; font-size: 50px;
    }

    .paragraph-1B {
    color: #333; font-family: 'League Gothic', auto; font-size: 30px;
    }

    Then add Media Queries to target the span on mobile devices.

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    .paragraph-1A {
    color: #333; font-family: 'League Gothic', auto; font-size: 20px;
    }

    .paragraph-1B {
    color: #333; font-family: 'League Gothic', auto; font-size: 10px;
    }
    }

    Regards,

    Ismael

    in reply to: Special Heading Light Shortcode #124836

    Hi,

    Kriesi is working on the symbol translation. It gives an error when you use those symbols. It is working using the html codes.

    http://www.ascii.cl/htmlcodes.htm

    ! = & #33;
    ' = & #39;

    [av_heading heading='!Hello' tag='h3' color='' style='' padding='10']

    Regards,

    Ismael

    in reply to: Smaller padding around Images #124937

    Hi,

    The side images doesn’t shrink. Actually, the code increased the size of the one_half column then decrease the left margin, so technically the red shoes is much bigger.

    .page-id-1668 .av_one_half {
    margin-left: 0.0001%;
    margin-right: -3%;
    width: 50%;
    }

    This code decrease the left margin of one_fourth column, I will add the code to make them bigger.

    .page-id-1668 .av_one_fourth {
    margin-left: 3%;
    width: 23.5%;
    }

    This code makes sure that the first column has no left margin

    .page-id-1668 .av_one_fourth.first {
    margin-left: 0;
    }

    This code to decrease the top padding

    .page-id-1668 .template-page.content.twelve.alpha.units {
    padding-top: 10px;
    }

    Regards,

    Ismael

Viewing 30 posts - 62,461 through 62,490 (of 63,457 total)