Forum Replies Created

Viewing 30 posts - 62,611 through 62,640 (of 63,457 total)
  • Author
    Posts
  • in reply to: Making the header larger #123876

    Hi,

    Open css > layout.css then find this code on line 56

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }

    Adjust the height and line-height.

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:140px; line-height: 140px; }

    Regards,

    Ismael

    in reply to: Easy slider Transparent example page #123865

    Hi,

    There is no example on the Dummy Data but you can easily achieve the effect. On the Advance Layout Editor > Media Elements, insert the Full width Easy Slider. Configure the slide options then insert a background image. Under “Background Attachment” choose “Fixed”.

    Regards,

    Ismael

    in reply to: Problem with ADVANCED LAYOUT EDITOR #123024

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Blog Layout Customization #122711

    Hi,

    Are you sure you selected “Display only the socket” for this page? If it doesn’t work, please add this on your custom.css

    .blog #footer {
    display: none;
    }

    You can disable the comments for posts on Screen Options, check “Discussions”. Look for Discussions, uncheck “Allow Comments”. You can also disable it entirely on Settings > Disccusion > Default article settings > Uncheck “Allow people to post comments on new articles”.

    Regards,

    Ismael

    in reply to: Optimize Enfold Responsive Theme (Speed) #123163

    Hi,

    Cloudfare is one of the many content delivery network or content distribution network around, or so they say but users observe otherwise. “Visitors will go to CloudFlare servers for the pages of your site rather than hitting your server. It acts like a proxy server for regular HTML pages”. Honestly, I haven’t tried any of them so I can’t give you an expert advice about it. According to the reviews it doesn’t do much on speeding up your site and it has some issues with adsense. Let me tag the rest of the support team to give us more info about this topic.

    Regards,

    Ismael

    in reply to: Optimize Enfold Responsive Theme (Speed) #123161

    Hi,

    MikehJPP: I don’t think it is possible via Media Queries. Media Queries can make it smaller on mobile view but the same images will be use thus the same file size. You really need to compress or shrink the images manually.

    Regards,

    Ismael

    in reply to: Logo huge in IE8 #122883

    Hi,

    Add this on your custom.css

    .avia-button. {
    background: #A6CE399;
    }

    .avia_iconbox_title {
    color: #3339;
    }

    IE 8 below doesn’t support background-color and rgba colors.

    Regards,

    Ismael

    in reply to: Page Lay-out #123381

    Hi,

    Maybe you can try this.

    @media screen and (max-width: 800px) {
    div. av_one_half{
    clear: left;
    }
    }

    It will affect all one half column size.

    Regards,

    Ismael

    in reply to: Problem installing enfold #123709

    Hi,

    Do you have Enfold 1.6? Please download the theme again. Maybe the files are corrupted.

    Please watch this video: https://vimeo.com/channels/aviathemes/64927356

    Regards,

    Ismael

    in reply to: LayerSlider gaps between slides #123531

    Hi,

    You can use the Show Until option then play around with the Transition In/Out Duration. For example red image will come have a Transition In/Out Duration of 1000ms then Show Until 1000ms, set the next blue image to have Transition in Duration of 2000ms then Show Until 1000ms and so on and so forth.

    Regards,

    Ismael

    Hi,

    If you are using the Advance Layout Editor, go to Media Elements, insert the Image element. Look for “Image Link?” option, select “Set Manually” then insert the video url.

    Regards,

    Ismael

    in reply to: Skinny White Line on between section (about 1 pixel) #122826

    Hi,

    I visited your page and I don’t see any white lines anymore.

    Regards,

    Ismael

    in reply to: Preview Image Size #123510

    Hi,

    The preview image or thumbnails depend on the number of columns you’re using. How many columns do you have on your portfolio page?

    Regards,

    Ismael

    Hey,

    Glad you found it. You can turn the Avia Builder on and off on the Screen Options. :)

    Regards,

    Ismael

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

    Hi,

    My bad. I thought I fixed it. I’ll tag Kriesi. I can’t make the tooltip appear on page load.

    Regards,

    Ismael

    in reply to: I am getting 2 scroll bars when I filter portfolio #123603

    Hi,

    Can you give us a link to your website? I can’t reproduce the issue on my end.

    Regards,

    Ismael

    in reply to: PHP Parse error: syntax error #123591

    Hi,

    You should probably download Enfold 1.6 then create a new installation using WP 3.5 or higher.

    Regards,

    Ismael

    in reply to: Blog Post Shortcode Media / Gallery #123350

    Hi,

    I totally don’t understand what you just said but the shortcode you provided totally works on my end.

    [av_gallery ids='' style='thumbnails' preview_size='portfolio' thumb_size='portfolio_small' columns='5' imagelink='lightbox']

    Regards,

    Ismael

    in reply to: Show comments in blog index #98179

    Hi,

    Open page.php, find this code

    $avia_config['size'] = 'page';
    get_template_part( 'includes/loop', 'page' );

    Replace it with:

    $avia_config['size'] = 'page';
    get_template_part( 'includes/loop', 'page' );

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

    You turn the comment box on and off. Edit the page, look for Screen Options and checked the Discussion. Check the “Allow Comments” option to enable comments.

    Regards,

    Ismael

    in reply to: Video position & Blockquote link #123294

    Hi,

    2.) You can use this instead.

    $current_post['title'] = "<a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'><h2>".$current_post['title']."</h2></a>";

    Regards,

    Ismael

    in reply to: megamenu not displaying properly on IE and FF #123552

    Hi,

    Kriesi said it will be fix on the next update.

    https://kriesi.at/support/topic/jumbo-menu-not-aligned

    Regards,

    Ismael

    Hi,

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

    .current-page-ancestor a > .avia-menu-fx {
    visibility: visible;
    opacity: 1;
    }

    .current-page-ancestor a > .avia-menu-fx .avia-arrow-wrap {
    overflow: hidden;
    display: block;
    }

    Regards,

    Ismael

    in reply to: Font size in single posts #123572

    Hi,

    Try this one.

    body p {
    font-size: 20px;
    }

    Regards,

    Ismael

    in reply to: Menu Location Theme #123390

    Hey,

    Glad you fixed it. :)

    Cheers,

    Ismael

    Hi,

    Use this to remove the circle.

    .image-overlay-inside {
    display: none;
    }

    Regards,

    Ismael

    Hi,

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

    .image-overlay {
    background: transparent;
    }

    If you want to remove the circle, use this instead.

    .image-overlay {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Delete Enfold Theme by Kriesi #123234

    Hi,

    Edit footer.php then find this code on line 85

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

    You can change the value:

    $kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://www.myawesomewebsite.com'>My Awesome Website</a>");

    Or you can remove it.

    Regards,

    Ismael

    Hi,

    No, not possible with the Theme Options but you can do it on your custom.css or Quick CSS. You need to find the body class id of a specific page. If you are using Chrome, right click then click Inspect Element.

    Then you can use this on your custom.css

    .page-id-734 .main_color {
    background-color: red;
    }

    .page-id-734 .alternate_color {
    background-color: pink;
    }

    The css above will only be applied on the page with the id .page-id-734.

    Regards,

    Ismael

    in reply to: Layer slider not saving #123325

    Hi,

    Edit config-layerslider/LayerSlider/js/admin.js. Remove everything then replace it with this http://pastebin.com/Jm8hcg1X

    Regards,

    Ismael

    in reply to: Enfold Post Slider #123356

    Hi,

    The minimum is 2 but you can modify config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 57

    "subtype" => array( __('1 Columns', 'avia_framework' )=>'2',

    Replace it with

    "subtype" => array( __('1 Columns', 'avia_framework' )=>'1',

    You need to recreate your post slider. Remove the existing one and create another.

    Regards,

    Ismael

Viewing 30 posts - 62,611 through 62,640 (of 63,457 total)