Forum Replies Created

Viewing 20 posts - 241 through 260 (of 1,154 total)
  • Author
    Posts
  • in reply to: Catch Fullscreen Video header not showing on mobile? #176578
    sapana
    Participant

    @udosl: Hello udosl we are looking into issue and will let you know as soon as the update is available.

    Kind Regards,
    Sapana

    in reply to: Catch Fullscreen Video header not showing on mobile? #176577
    sapana
    Participant

    @northwinds:
    step 1: Go to Plugins > Add New
    step 2: Type in the Header Enhancement in Search Plugins box
    step 3: Click Install Now to install the plugin
    step 4: After Installation click activate to start using the Header Enhancement
    step 5: Go to Header Enhancement from Dashboard menu
    which will automatically enable the header video in mobile along with sound.let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: space between text-lines #176406
    sapana
    Participant

    @bertus: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #primary, #secondary, .recent-blog-content-wrapper{
    line-height:1.3;
    }

    You can change the value of line height as per your requirement.let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: Missing images on Mac #176402
    sapana
    Participant

    @zat311: Please post in your site url so that I can look into that issue.

    Kind Regards,
    Sapana

    in reply to: Remove recent posts from static front page? #176401
    sapana
    Participant

    @arouthwaite:you can add the following css code to remove the recent post section from the home page
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .home .archive-posts-wrapper.section {
        display: none;
    }

    To display the recent post in only one row, you need to create the child theme and do a bit customization let me know if you are familiar with child theme customization or not?

    Kind Regards,
    Sapana

    in reply to: Catch Fullscreen Video header not showing on mobile? #176394
    sapana
    Participant

    @udosl: Hello udsol, there seems to be issue, I will forward this issue to the development team, it might take few days to fix this issue. I will let you know as soon as the issue is fixed.

    Kind Regards,
    Sapana

    in reply to: Catch Fullscreen Video header not showing on mobile? #176392
    sapana
    Participant

    @udosl: Can you please attach me a screenshot of how your site is showing up in your Iphone and Ipad, It is seems to fine in my end, I have attached screenshot can you please take a look.

    Kind Regards,
    Sapana

    in reply to: Can't see clearly how to solve the homepage title? #176387
    sapana
    Participant

    @juny: Go to=> Appearance=> Customize=> Colors=> Header Text Color With Header Media=> change the color
    If you change this color into white then you need to change the background color of the drop down menu too so you can add this code

    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .navigation-classic .main-navigation ul ul {
        background-color:#000000;
    }

    You can change the color as per your requirement.let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Catch Fullscreen Video header not showing on mobile? #176382
    sapana
    Participant

    @udosl: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .custom-header-media .wp-custom-header-video-button {
        bottom: 240px;
        left: 50%;
        transform: translateX(-50%);
    }

    let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Header image is replicating #176374
    sapana
    Participant

    @zoltarspeaks:It is showing fine in my end please check this screenshot, can you please clear your browser cache. Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: Can't see clearly how to solve the homepage title? #176373
    sapana
    Participant

    @juny: Please post in your site url so that I can look into that issue

    Kind Regards,
    Sapana

    sapana
    Participant

    @sharijs: Hello sharijs, It is because of the text section appearing on other pages which is making the header image size different can you put some text in home page header media section, You can follow this steps: Go to=> Appearance=> Customize=> Header Media=> Header Media Title=> put some text

    Also you have to disable the summary section div in home page in order to make the header image same size as other pages. Please follow this steps and insert this code
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .home .custom-header-content .entry-summary{
        display: none;
    }

    let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Catch Fullscreen Video header not showing on mobile? #176261
    sapana
    Participant

    @northwinds: You can use our plugin called Header Enhancement you can easily add the video you want in your header and that too with sound effects also it will enable video in mobile device.let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: Centre a heading #176260
    sapana
    Participant

    @elliottrae: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #youtube_responsive-21 {
        text-align: center;
    }

    let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: I also need demo data #176254
    sapana
    Participant

    @sunbirdconsulting: I have send the demo file in your mail.Please check your mail. Let me know if you find any difficulty importing demo files.

    Kind Regards,
    Sapana

    in reply to: How is the "In The News" section on the demo made? #176212
    sapana
    Participant

    @smoothygroove: Yes, that one is done using the testimonials section,please follow this steps:
    Step1: Go to=> Dashboard=>Testimonials=> Add a new testimonial=> Put all the required information along with featured image
    Step 2: Go to=> Appearance=> Customize=> Testimonials=> Select the testimonials you have created.
    Step 3: Save/Publish it

    Let me know if this help you out!

    Kind Regards,
    Sapana

    in reply to: Header image is replicating #176211
    sapana
    Participant

    @zoltarspeaks: Can you please provide me your site url so that I can look into that issue.

    Kind Regards,
    Sapana

    in reply to: Big block of black (say that fast five times) #176209
    sapana
    Participant

    @smoothygroove:Hello,smoothygroove,I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?https://wordpress.org/support/theme/audioman/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    in reply to: Big block of black (say that fast five times) #176134
    sapana
    Participant

    @smoothygroove: Go to=> Appearance=> Customize=> Additional CSS and add the following css code

    .playlist-content-wrapper .entry-container.full-width {
    padding: 20px 40px !important;
    }

    let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: Dark page editor bg #176133
    sapana
    Participant

    @w1ck: For that you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization or not?

    Kind Regards,
    Sapana

Viewing 20 posts - 241 through 260 (of 1,154 total)