Forum Replies Created

Viewing 30 posts - 63,421 through 63,450 (of 63,991 total)
  • Author
    Posts
  • in reply to: Disable responsive tabs #121540

    Hi,

    Open css > shortcodes.css then find this code

    @media only screen and (max-width: 767px)  {
    .responsive .tabcontainer{border-width: 1px; border-style: solid; border-top:none;}
    .responsive .tabcontainer .tab_titles{display:none;}
    .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab
    {width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;}
    .responsive .tabcontainer .tab_content{border-bottom:none; padding:15px 30px; clear: both; }
    .responsive .tabcontainer .tab.fullsize-tab{ display:block; margin-bottom:-1px;}
    .responsive .top_tab .tab.fullsize-tab{ margin-bottom:0px;}

    }

    Remove it. Although it does look better when viewing on mobile device.

    Regards,

    Ismael

    in reply to: Open image hyperlink in new tab or window #121537

    Hi,

    You have a lot of options to open an image to a new window.

    1.) Insert a text block then add an html tag. Something like this

    <a target="_blank" href="YOURURLHERE"><img src="YOURIMAGEHERE" /></a>

    2.) You can edit config-templatebuilder > avia-shortcodes > image.php then find this code

    $output.= "<a href='{$link}' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='' /></a>";

    Replace it with

    $output.= "<a target='_blank' href='{$link}' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='' /></a>";

    3.) This is the rendered html tag when using the Image shortcode via AviaBuilder. You can copy and paste it manually. Change the anchor tag link and the image url.

    <a href="http://www.yourlinkhere.com" class="avia_image avia-builder-el-49 el_after_av_slideshow_full avia-builder-el-no-sibling avia-align-center "><img class="avia_image avia_animated_image avia_animate_when_almost_visible right-to-left avia_start_animation" src="http://localhost/kriesi/enfold/wp-content/uploads/2011/12/imac_big_demo-300x180.png" alt=""><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 180px; width: 300px;"><span class="image-overlay-inside"></span></span></a>

    Regards,

    Ismael

    in reply to: sidebar showing in blog page #121519

    Hi,

    Please do the following to create a blog page with slideshow.

    1.) Edit the page, go to Advance Layout Editor. Under Media Element > Insert a Slideshow. You have three options EasySlider, Fullwidth ES and LayerSlider.

    2.) Go Content Element tab, insert the Blog Post element. Configure the options.

    3.) To remove the sidebar on that particular page, look for Layout > Layout, select No Sidebar.

    If you want to understand how the theme works, please Import the dummy data and watch these videos.

    https://vimeo.com/channels/aviathemes

    Regards,

    Ismael

    in reply to: change default blog layout #121247

    Hi,

    If you want full control over the archive page. Please edit archive.php.

    Cheers,

    Ismael

    in reply to: Slickr Flickr JS script #121335

    Hi,

    Try to add it on js > avia.js, under this code

    (function($)
    {
    "use strict";

    $(document).ready(function()
    {

    Regards,

    Ismael

    in reply to: Portfolio navigation #121071

    Hi,

    What Dude meant is you can disable the sort function. Edit your Portfolio Grid, look for Sortable? > Select “No”. Under “Pagination” select Yes.

    Regards,

    Ismael

    in reply to: Facebook Like button #117637

    Hi,

    Add this on your custom.css

    #socket {
    z-index: 0;
    }

    Regards,

    Ismael

    in reply to: Original Slider Import #121263

    Hi,

    Copy the images from the test site. enfoldconfig-layersliderLayerSlideravia-samples.

    Regards,

    Ismael

    Hey,

    You can probably fix the alignment using this

    .size-full .image-overlay-inside {
    left: 160px;
    }

    Regards,

    Ismael

    in reply to: Background problem… #121300

    Hi,

    Try to add this on your custom.css or Quick CSS

    .single .main_color .big-preview {
    background-color: none;
    }

    Regards,

    Ismael

    in reply to: change default blog layout #121245

    Hi,

    You can set it on Enfold > General Settings > Blog Style.

    Regards,

    Ismael

    in reply to: Header area #120569

    Hey,

    Glad it is fixed. :)

    Regards,

    Ismael

    in reply to: Rollover disc arrow replacement – PART 2 #121208

    Hi,

    Yes, create a backup of your css modifications when updating.

    Regards,

    Ismael

    in reply to: Enfold – Footer Title FONT CHANGE #120309

    Hi,

    Try this on your custom.css

    #footer .widgettitle {
    font-family: "BebasNeueRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    Regards,

    Ismael

    in reply to: Layer Slider and Secondary Menu #121217

    Hi,

    I’m sorry but I don’t see your secondary menu.

    This code should hide it.

    #header_meta .sub_menu {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Enfold Showcase #116463

    Hi,

    @jthehijinx,. That is a long stream of company logo on a single image. I think jwferne duplicated the layers a few times to make it seamless. Nice work. :)

    Regards,

    Ismael

    in reply to: Change Top Menu Colors #121269

    Hi,

    I will probably do this.

    .current-menu-item > a .avia-menu-fx {
    background: black;
    }

    .current-menu-item > a .avia-menu-fx .avia-arrow-wrap .avia-arrow {
    background: black !important;
    border-color: black;
    }

    .avia-menu-fx {
    bottom: 0;
    }

    This will make the arrow black on the current page.

    Regards,

    Ismael

    in reply to: Header Border (bottom) #121305

    Hi,

    I’m sorry but can you give us a screenshot of what you are trying to do?

    Regards,

    Ismael

    in reply to: Header Logo squished in Internet Explorer 8 #121177

    Hello,

    Can you give us a link to your website?

    Adjust the max-width property.

    Regards,

    Ismael

    in reply to: Left Sidebar Menu & Footer #120853

    Hi,

    Please check the page. http://bilgin-group.com/blgn-grp-test/?page_id=1456

    I took the liberty to specify the parent page.

    http://www.mediafire.com/convkey/e12c/8eqqqyi8s0pmncjfg.jpg

    And this is the Displayed Everywhere widget area. I place a text widget with blank content.

    http://www.mediafire.com/view/wh95y4c730a70iq/widgetdisplay.jpg

    Regards,

    Ismael

    Hi,

    Maybe this will work.

    #header_main_alternate .container {
    padding-left: 19%;
    }

    Use Media Queries to target specific screen sizes.

    Regards,

    Ismael

    in reply to: Lightbox on preview images… #121336

    Hi,

    Just insert a Featured Image, it will automatically add lightbox effect when click.

    Regards,

    Ismael

    in reply to: how to clone an existing page within the Enfold theme #121410

    Hi,

    You can Import the Dummy data again.

    Or

    You use this plugin http://wordpress.org/plugins/duplicate-post/.

    Or

    Using the Advance Layout Editor, you can save a template and reuse it. Look for Avia Layout Builder, at the bottom right click Templates.

    Regards,

    Ismael

    in reply to: Adding meta tag #121409

    Hi,

    Edit header.php or use this plugin http://wordpress.org/plugins/meta-tag-manager/.

    Regards,

    Ismael

    in reply to: Retina Display Issues #120240

    Hi,

    Let me tag Kriesi.

    Regards,

    Ismael

    in reply to: Problem showing products WooCommerce #121005

    Hi,

    Can you give us a link to the actual website?

    Regards,

    Ismael

    in reply to: How to remove featured image inside single post? #117989

    Hi,

    I’m sorry but I didn’t get your email. Although you can hide featured images via CSS.

    This is for the single blog post.

    .single .big-preview.single-big {
    display: none;
    }

    And this is for the portfolio items. This will only work if you set the featured image using the default wordpress Set Featured Image feature.

    .single-portfolio .page-thumb {
    display: none;
    }

    Regards,

    Ismael

    in reply to: How to change background color of promo box? #121080

    Hey,

    Thanks for the instruction. :)

    Cheers,

    Ismael

    in reply to: customs CSS Iconlist #121329

    Hi,

    You can place them on your Quick CSS. You need to target the exact element. We need to use !important because there are declarations that are more specific than the one we use on custom.css. One rule of CSS is based on specificity, with the more specific selector “winning” over more general ones. The theme contains thousands of declarations from different style sheets. Even us cannot know for sure which exact selectors should be use on a specific case.

    Cheers,

    Ismael

    in reply to: Delete horizontal bar below header on home page #121260

    Hey,

    Glad you like Enfold. Enjoy the theme! :)

    Cheers,

    Ismael

Viewing 30 posts - 63,421 through 63,450 (of 63,991 total)