Home › Forums › I Am One Support › IamOne pro
- This topic has 11 replies, 3 voices, and was last updated 1 year, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
April 7, 2022 at 12:17 am #192227
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 colorThankyou,
Deepika (Net2web)April 7, 2022 at 4:25 pm #192252Hi,
Okay, Kindly show us your website URL?
Regards,
ChrisApril 7, 2022 at 7:00 pm #192257Hi Chris,
Here’s the link : https://net2web.ca/April 8, 2022 at 4:34 pm #192334Hi,
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,
ChrisApril 8, 2022 at 10:04 pm #192338Hello 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)April 11, 2022 at 4:48 pm #192393Hi,
kindly refer this documentation for more information.
https://smartslider.helpscoutdocs.com/Regards,
ChrisApril 11, 2022 at 8:45 pm #192399Hello Chris,
We are facing an issue on the header (Top left), The text is not vertically aligned.
Please help.
Thanks,
Deepika (Net2Web)April 12, 2022 at 4:07 pm #192429Hi,
Kindly use this CSS.
.head-info-area .left { line-height: 40px; }
Regards,
ChrisApril 12, 2022 at 8:55 pm #192449Thankyou 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)April 13, 2022 at 4:16 pm #192472Hi,
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,
ChrisFebruary 21, 2023 at 9:29 pm #203773I 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/February 22, 2023 at 11:27 am #203798Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.