page-loader

Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Customize theme #2737
    Abileweb
    Keymaster

    Hi,

    Please email to us with requirement: info@abileweb.com

    Thanks

    in reply to: blog meniu set up #2733
    Abileweb
    Keymaster

    Hi

    If you want your site like our demo, theme comes with demo installation please check the documentation for demo installation. It will create posts on your site. you can edit existing post as your wish from WordPress Admin > Posts > All Post.
    Or
    please check the article. it will help you to create new post from WordPress Dashboard: Post Article

    Thanks

    Abileweb
    Keymaster

    Hi Willy,

    Please send your requirement to us(info@abileweb.com) with your site details.

    Thanks

    in reply to: Youtube icon for the theme #2728
    Abileweb
    Keymaster

    Yes, unfortunately, there is no option for that. but sure, we can add youtube link in the footer by code. please contact us to info@abileweb.com.

    Thanks

    in reply to: Text automatically indented #2635
    Abileweb
    Keymaster

    Hi,

    You don’t want text indent to content of pages means you need to write css code in style.css file.

    find the code in style file and set text-indent to 0.

    .type-page .entry-content p {
    line-height: 1.8;
    margin-bottom: 0;
    text-indent: 45px;
    }
    or replace the code
    .type-page .entry-content p {
    line-height: 1.8;
    margin-bottom: 0;
    text-indent: 0px;
    }

    Thanks

    in reply to: Post header background image #2590
    Abileweb
    Keymaster

    Hi,

    You can disable page title for page not for post. we will update the option in future release. Now you can disable page title for single post by css code.

    .single-post .page-header {
    display: none;
    }

    This is the code for hide page title in single post.

    in reply to: Slider Not Auto Rotating #2287
    Abileweb
    Keymaster

    Hi,

    Sorry for delay, we have updated the slider auto rotating in builderio theme version 1.0.7. please upgrade it.
    For Testimonial Navigation, Admin > Appearance > Widgets > Testimonial – Builderio. please active the option Activate Navigation.

    Thanks.

Viewing 7 posts - 16 through 22 (of 22 total)