Forum Replies Created

Viewing 30 posts - 64,111 through 64,140 (of 64,835 total)
  • Author
    Posts
  • in reply to: stop videos from overlapping header #122228

    Hi,

    I don’t see the video on top of the menu, what I did notice is the big gap at the beginning of the posts. Also, the duplicated videos.

    Can you give us a screenshot of what you see on your end?

    Regards,

    Ismael

    in reply to: form styling #122475

    Hi,

    Open css > base.css, find the form styles. (#Forms)

    Regards,

    Ismael

    in reply to: How can I get rid of that heading? #122471

    Hi,

    You can hide it. Add this on your custom.css

    .single .main-title, .archive .main-title {
    display: none;
    }

    Regards,

    Ismael

    in reply to: coming soon and maintenances page #122461

    Hi,

    Create a test site then import the dummy data on Theme Options. Check the Pages, there is an example of Blank pages there.

    You can also watch videos here to learn more about the theme.

    Regards,

    Ismael

    in reply to: Issues with ' and ? #122456

    Hi,

    Kriesi is fixing the apostrophe translation issue.

    Please switch your Avia Builder to debug mode. Add 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";
    }

    You will have the actual shortcode at the bottom of your Advance Layout Editor.

    You should also increase the php memory limit, please refer to the link:

    http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,

    Ismael

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

    Hi,

    Try to use this plugin: http://wordpress.org/plugins/widgets-reset/

    See if the widgets start working.

    NOTE: This will reset your widget to factory settings. You will lose every widgets and all the custom widget areas that you created.

    Regards,

    Ismael

    in reply to: Subscription box inside LayerSlider #122592

    Hi,

    You can create a new layer, select Div / Video, then insert the Subscription form code. Style it.

    Regards,

    Ismael

    in reply to: Can I turn off the layer slider on mobile? #122386

    Hi,

    formateins code should work. Use this one

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .avia-layerslider {
    display: none !important;
    }
    }

    Remove browser cache then reload the page.

    Regards,

    Ismael

    in reply to: Color section #122562

    Hi,

    Color Section is meant to be full width. You can either use it at the very top or bottom of a page with sidebar or use on a full width page.

    Regards,

    Ismael

    in reply to: Slideshow Option doesn't appear #122578

    Hi,

    I’m sorry but I’m not clear on what you said. You can always use the Template Builder to create dynamic templates with different layout. You can insert different slideshows and content.

    Regards,

    Ismael

    Hi,

    Please your Avia Builder to debug mode. Add 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";
    }

    You will see the actual shortcode at the bottom of the Advance Layout Editor.

    Regards,

    Ismael

    in reply to: Shadow on boxed layout #122557

    Hey,

    Thanks for the tip. :)

    Cheers,

    Ismael

    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

Viewing 30 posts - 64,111 through 64,140 (of 64,835 total)