Forum Replies Created

Viewing 30 posts - 66,751 through 66,780 (of 67,463 total)
  • Author
    Posts
  • in reply to: Shadow on boxed layout #122558

    Hey,

    Thanks for the tip. :)

    Cheers,

    Ismael

    in reply to: Portfolio Driving me nuts…thumbnail #122512

    Hi,

    It is because they are inheriting the size of the columns. If you want to change the portfolio thumbnails, you can edit functions.php then find this code

    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    Change the size then regenerate the thumbnails. You need to edit the size of the columns via CSS. Can you give us a screenshot of what you are trying to accomplish? You can send an image using clipular, dropbox, mediafire etc.

    Regards,

    Ismael

    in reply to: Drop Caps for Icon Box Not Changing Color #119837

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Adding widgets to pages not just sidebars #122410

    Hey,

    Glad you found it. :)

    You can also create a new custom sidebar on Appearance > Widgets > Enfold Custom Widget Area, add a new widget area.

    Regards,

    Ismael

    in reply to: ** URGENT POSTS VANISH ** Since 1.5 update #122455

    Hi,

    Please switch your Avia Builder to debug mode. Place this code on your functions.php

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Go back to your Homepage, check at the bottom of the Advance Layout Builder if there is the actual shortcode.

    Regards,

    Ismael

    in reply to: Rogue Color Layer #122425

    Hi,

    I don’t know what you’re seeing but if you change the font color on Enfold > Styling, it does change. I don’t see any rogue layers interfering with the color that I set on the back end.

    Let me tag the rest of the support team.

    Regards,

    Ismael

    in reply to: Menu overlapping on the logo (ipad) #122248

    Hi,

    @Michael Oeser: Thanks for the tip. I think it is a good idea.

    @purstodio: You can use Media Queries to target the iPad view.

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive .main_menu ul > li > a {
    font-size: 11px;
    }
    }

    Add the code on your custom.css or Quick CSS.

    Regards,

    Ismael

    in reply to: adding transparency to layerslider wp #122406

    Hi,

    You can insert an image with semi transparent background.

    You can also create another layer, select h1, h2 etc. Insert the a text, go to Style. Insert top, bottom, left and right padding, say 50px each. On custom-style settings insert background-color: rgba(0,0,0,0.5). This is not going to work on IE8 or lower.

    Regards,

    Ismael

    in reply to: Multiple Issues in IE8 #122398

    Hi,

    Can you give us a link to your website?

    Regards,

    Ismael

    in reply to: the pages don't show up properly on internet explorer #120144

    Hi rynleigh,

    Can you give us a specific list of issues you have on IE8? Please include a link to your website.

    Regards,

    Ismael

    in reply to: Layer Slider and Secondary Menu #121230

    Hey,

    Glad it worrked. :)

    Cheers,

    Ismael

    in reply to: Menu doesn't show up on Mobile #120001

    Hi,

    Go to your wp dashboard, click Enfold > Theme Options > Header > Responsive Header Main Menu, select the SlideOut menu.

    Regards,

    Ismael

    in reply to: Background Image doesn't show up on Chrome with Mac #122395

    Hi abortolotti,

    Did the code work for your homepage? I hope it did because I tested it on my end and I can see the funny face of grandpa.

    This one is different, when I reload the page I can’t see the Color Section but when I scroll down it suddenly pops out. Let me tag this to Kriesi.

    For the meantime, please use this.

    .page-id-1548 #av_section_1 {
    z-index: 0;
    }

    Regards,

    Ismael

    in reply to: Can we move or expand the Search Bar? #122497

    Hi,

    This will get you started, just add this on your custom.css or Quick CSS.

    .avia-search-tooltip.avia-tt {
    display: block !important;
    opacity: 1 !important;
    top: 0 !important;
    box-shadow: none;
    border: none;
    width: 700px;
    left: -500px !important;
    }

    #top #searchsubmit, .ajax_load {
    right: -300px;
    }

    #top #s {
    width: 600px;
    padding: 11px 47px 11px 5px;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    max-width: 700px;
    }

    Regards,

    Ismael

    Hi,

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

    .avia-gallery-big.fakeLightbox.lightbox {
    width: 83%;
    float: left;
    height: auto !important;
    margin-right: 10px;
    }

    #top .avia-gallery .avia-gallery-thumb a {
    margin-bottom: 5px;
    }

    Regards,

    Ismael

    in reply to: remove date from Avia Postslider #122373

    Hi,

    Are you sure that you can see the date using a Post Slider?

    Can you please give us a link to your home page?

    Regards,

    Ismael

    in reply to: Contact Page not displaying correct sidebar #122058

    Hi,

    Go to Appearance > Widget, look for the Screen Option, enable accessibility mode. Delete the custom sidebar you created then recreate them. Sometimes the widget settings get stuck.

    Regards,

    Ismael

    in reply to: Portfolio breadcrumbs not working properly #122117

    Hi,

    Please give us a link to your website so that we can inspect it. Or at least give us a screenshot. You can post an image on clipcular or dropbox. I think we are not on the same page.

    Regards,

    Ismael

    in reply to: Change portfolio featured image size. #122491

    Hey,

    Glad you fixed it.

    Regards,

    Ismael

    in reply to: Conflict with Justified image grid plugin #122535

    Hi,

    It will deactivate the prettyPhoto plugin, or the lightbox.

    Regards,

    Ismael

    in reply to: Help using blog posts element #122544

    Hi,

    What does it do when you click the Read More button?

    Please download Enfold 1.5.

    Regards,

    Ismael

    in reply to: How to get Excerpt in loop_index.php #122519

    Hi,

    First, go to Enfold > Blog Style > Blog Style, select the “Single Author, big preview Pic (no author picture is displayed, feature image is big)”. You can specify the excerpt manually, just edit a post, look for the Screen Options (top right corner). Check the Excerpt option.

    Regards,

    Ismael

    in reply to: Table in sidebar breaking #122518

    Hi,

    Your sidebar looks good. I will mark this thread as resolved.

    Cheers,

    Ismael

    in reply to: edit front page #122517

    Hi,

    Please create a test site. Activate Enfold then Import the dummy data. It will give you a lot of ideas how the theme works. You can also watch these videos to learn more about the theme. https://vimeo.com/channels/aviathemes

    You can set the front page on Enfold > Theme Settings > Frontpage Settings, select the page.

    Regards,

    Ismael

    in reply to: Layer Slider and Secondary Menu #121228

    Hi,

    Add this one

    .fixed_header.social_header #main {
    padding-top: 120px;
    }

    Regards,

    Ismael

    in reply to: Why I can't change the color of the theme? #122221

    Hi,

    Yes, please create a new installation of WordPress, it should be 3.5 or higher. Download the latest version of the theme, Enfold 1.5.

    Regards,

    Ismael

    in reply to: Advanced editor inserting masses of blank lines #122331

    Hi,

    Where exactly in the Advance Layout Editor is this happening? Text Block?

    Please place this code on your functions.php

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    This will switch the editor to debug mode. You will see the actual shortcode at the bottom of your Avia Builder.

    Regards,

    Ismael

    in reply to: translate into spanish #122257

    Hi,

    As I said before, there are texts that can’t be translated using a plugin. You need to manually translate them by editing the theme files. That is why I want you to point me to the text that you want to translate.

    You can use WPML to translate the site for you but there are still some texts that will be left out.

    Example, if you want to change the word Search. Edit searchform.php then find this code

    placeholder='<?php _e('Search','avia_framework')?>

    Replace it with

    placeholder='<?php _e('Buscar','avia_framework')?>

    Regards,

    Ismael

    in reply to: Very basic question from a newbie #122300

    Hi,

    They will be deleted permanently after 30 days.

    Regards,

    Ismael

    in reply to: LayerSlider font colour #122101

    Hi,

    I don’t have this problem on my end. I can specify the color on LayerSlider WP correctly without the theme color overriding it. Can you give us a link to your website?

    Regards,

    Ismael

Viewing 30 posts - 66,751 through 66,780 (of 67,463 total)