Forum Replies Created

Viewing 30 posts - 65,941 through 65,970 (of 67,463 total)
  • Author
    Posts
  • in reply to: enlarged logo in internet explorer #129906

    Hi,

    You can set a min-height for the box-content allowing the buttons to align properly.

    /*
    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 (min-width: 820px) and (max-width: 989px) {
    /* Add your Mobile Styles here */

    .home .av_one_third .iconbox_content {
    min-height: 220px;
    }

    }

    Regards,

    Ismael

    in reply to: remove Kriesi link from socket #130126

    Hi,

    This is the whole code for the copyright.

    //copyright
    $copyright = avia_get_option('copyright', "&copy; ".__('Copyright','avia_framework')." - <a href='".home_url('/')."'>".get_bloginfo('name')."</a>");

    // you can filter and remove the backlink with an add_filter function
    // from your themes (or child themes) functions.php file if you dont want to edit this file
    // you can also just keep that link. I really do appreciate it ;)
    $kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");

    You can change the values there then this code echo it out:

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

    Regards,

    Ismael

    in reply to: display pages in columns #130081

    Hi,

    You can’t insert a page but you can easily copy that. Insert an Image element then below add the text block element. Add an anchor tag linking to a page.

    Maybe you can add something like this on the text block:

    <h3>Randi’s Bio</h3>
    <p>SOME TEXT HERE</p>
    <a href="LINK TO A PAGE">Read More...</a>

    Regards,

    Ismael

    in reply to: Using Mega Menu #129948

    Hi,

    Remove the !important part to avoid affecting the mega menu.

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 90px;
    line-height: 90px;
    }

    Regards,

    Ismael

    in reply to: Center logo #130048

    Hi,

    You can move the left position of the logo.

    div .logo {
    float: left;
    position: absolute;
    left: 40%;
    }

    Adjust the left value.

    You can adjust the height of the logo on mobile view, this will also adjust the width automatically.

    @media only screen and (max-width: 767px) {
    .responsive .logo {
    height: 200px;
    }
    }

    Regards,

    Ismael

    in reply to: Layerslider Error #129770

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Customizing info and functionality on blog posts #129053

    Hi,

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

    .news-headline {
    font-size: 13px;
    }

    Regards,

    Ismael

    Hi,

    You can adjust the bottom position of the hover line.

    .avia-menu-fx {
    bottom: 20px;
    }

    Regards,

    Ismael

    Hi,

    Do you want to remove the Featured Image? The thread you provided is for “Abundance”. Please use this instead

    .big-preview.multi-big, .small-preview {
    display: none;
    }

    Regards,

    Ismael

    in reply to: [BUG] Custom Widget-Area and Plugins #130066

    Hi,

    I tested this on my end. I created a custom widget area with the woocommerce plugin turned on then save it. I go to Plugins then deactivated the woocommerce plugin, checked the custom widget area and the widgets are still intact. I activated the woocommerce again, the widgets are still there.

    Regards,

    Ismael

    in reply to: Portfolio Catogories #130059

    Hi,

    Open config-templatebuilder > avia-shortcodes > portfolio.php, find this code

    $output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework' )."</a>";

    Another is located on framework > php > class-breadcrumbs.php, find this code

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

    Regards,

    Ismael

    in reply to: www.website.com/homepage #128576

    Hi,

    You can get change the permalink manually.

    http://www.vivowebmatketing.com/ do not exist.

    Regards,

    Ismael

    in reply to: Ipad portrait view – overlapping logo and promo box #129072

    Hi,

    I’ll tag Kriesi. I think the issue occurs when you suddenly rotate the iPad on portrait view without refreshing the page.

    Regards,

    Ismael

    in reply to: Enfold Translation FR #130045

    Hi,

    Translation are ongoing here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold

    Regards,

    Ismael

    in reply to: sticky footer #129894

    Hi,

    Home, you mean the home menu? You can change the home menu background with CSS.

    #menu-item-755 {
    background: url('IMAGE OR ICON LINK HERE');
    width: 200px; /* Adjust this value */
    text-indent: -9999px; /* This is for hiding the "Home" text */
    }

    Inspect your home menu, look for the li id selector, mine is #menu-item-755.

    Regards,

    Ismael

    Hey,

    You just have to wait until the feature you requested gather sufficient votes.

    Regards,

    Ismael

    in reply to: Video shows link to video – no thumbnail #130147

    Hi,

    Use the Video element under Media Elements tab, insert the video url.

    You can also use the Image element, Set Link to Manually then insert the video url. This will open the video on a lightbox.

    Regards,

    Ismael

    in reply to: remove Kriesi link from socket #130122

    Hi,

    Two things you can do.

    1.) Add the “[nolink]” text on Enfold > Footer > Copyright field.

    2.) Edit footer.php, find this code:

    apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");

    Change this part

    - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>

    To something else:

    Regards,

    Ismael

    in reply to: Blog Stuff and other things #130139

    Hi,

    You can use the Advance Layout Editor. Go to Content Elements > insert the Blog Element.

    Where do you want to add the icon?

    Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes/

    Regards,

    Ismael

    in reply to: Logo blurred on Safari #128176

    Hi,

    I checked your site on safari and the logo looks fine, same with firefox.

    What is the dimension or size that you want for your logo?

    Regards,

    Ismael

    in reply to: Updating to 1.4 #117872

    Hi,

    I tested this multiple times on my end and the Enfold > Styling modifications that I made are not changed at all. Can you give us specific modifications that you made on Enfold Menu?

    Make sure that you don’t re-activate the theme again on Appearance tab. Leave that one alone.

    Regards,

    Ismael

    in reply to: Dynamically start slider #130134

    Hi,

    You can set the “Autorotation” to “No”.

    Regards,

    Ismael

    in reply to: How to stop youtube video from auto playing in slider #130068

    Hey,

    Glad you fixed it. :)

    Cheers,

    Ismael

    in reply to: Change text and Source only the logo bigger #130163

    Hi,

    You can change the font on Enfold > Styling. You can also something like this on your custom.css or Quick CSS

    body {
    font-size: 15px;
    font-family: Open Sans;
    }

    Upload a bigger logo then specify the height with this.

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

    Regards,

    Ismael

    Hi,

    I checked the website: EDITED**

    The videos are not going over the menu. Please remove browser cache the reload the page.

    Regards,

    Ismael

    Hi,

    Edit the Blog Post element, choose Multi Author for Blog Style.

    Or go to Enfold > General Settings > Blog Style, choose Multi Author.

    Regards,

    Ismael

    Hi,

    The script for the ajax search can be found on js > avia.js.

    //creates search tooltip
    new $.AviaTooltip({"class": 'avia-search-tooltip',data: 'avia-search-tooltip', event:'click', position:'bottom', scope: "body", attach:'element'});

    Did you change anything on the theme files? Maybe you have a plugin that is interfering with the theme. Please deactivate them.

    Regards,

    Ismael

    in reply to: Disable change in size logo #129670

    Hi,

    You can edit js > avia.js, find this code

    // decreases header size when user scrolls down
    avia_header_size();

    Replace it with:

    // decreases header size when user scrolls down
    //avia_header_size();

    Regards,

    Ismael

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

    Hi,

    You can use the Insert Shortcode wand for the post, they render the same output with the Advance Layout Editor.

    If you want to enable the ALE on posts. Please refer to this link

    https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts

    Look for Dude’s instruction.

    Regards,

    Ismael

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

    Hi,

    You change the Theme Color on Enfold > Styling.

    Regards,

    Ismael

Viewing 30 posts - 65,941 through 65,970 (of 67,463 total)