IamOne pro

Home Forums I Am One Support IamOne pro

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #192227
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hello Team,

    We are working on “I Am One Pro” theme & facing some issues listed below:

    – We need to decrease height of homepage slider image on desktop
    – Can we add video to homepage slider by any chance?
    – We need to change the color of “Our Skills” section’s yellow box in our orange theme color
    – We need to change the testimonial Quotation mark in our theme color

    Thankyou,
    Deepika (Net2web)

    #192252
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Okay, Kindly show us your website URL?

    Regards,
    Chris

    #192257
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hi Chris,
    Here’s the link : https://net2web.ca/

    #192334
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .video-img::after {background-color: #ffa10c;}
    .nivoSlider { height: 670px;}
    #testimonials .item::before { filter: hue-rotate(-26deg);}

    Q. Can we add video to homepage slider by any chance?

    Ans: Kindly use this plugin to add video on homepage slider: https://wordpress.org/plugins/smart-slider-3/

    Regards,
    Chris

    #192338
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hello Chris,

    Thankyou for the help, all the problems are fixed.

    Also, We have Installed the plugin Smart Slider 3.
    Can you please guide us with further steps.

    Thankyou,
    Deepika (Net2Web)

    #192393
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    kindly refer this documentation for more information.
    https://smartslider.helpscoutdocs.com/

    Regards,
    Chris

    #192399
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hello Chris,

    We are facing an issue on the header (Top left), The text is not vertically aligned.

    Please help.

    Thanks,
    Deepika (Net2Web)

    #192429
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    .head-info-area .left {
      line-height: 40px;
    }

    Regards,
    Chris

    #192449
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Thankyou Chris.

    Need to ask one question. When we are trying to add a SVG logo on the “Site Title & Logo” Image are, we are getting an error “Sorry, you are not allowed to upload this file type.”
    How can we add SVG logos in our websites?

    Regards,
    Deepika (Net2Web)

    #192472
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly add this function in function.php file and upload svg file in your media.

    function add_file_types_to_uploads($file_types){
    $new_filetypes = array();
    $new_filetypes['svg'] = 'image/svg+xml';
    $file_types = array_merge($file_types, $new_filetypes );
    return $file_types;
    }
    add_filter('upload_mimes', 'add_file_types_to_uploads');

    Regards,
    Chris

    #203773
    CeciliaCecilia
    Participant
    • Topics: 15
    • Replies: 20
    • Total: 35
    Member since: August 30, 2016

    I am having an issue with the theme “I am one pro”
    in the mobile version of slider the pagination dots are over the button
    this is the website https://beyondmediastudio.com/

    #203798
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Cecilia,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .nivo-caption { top:0 !important;}
    .theme-default .nivo-controlNav { bottom:-5px !important;}
    }

    Regards,
    Chris

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.