Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterHello,
Is header means top bar? I get confused in this, can you please conform.
I see there you have not set social menu properly. That’s why there is so many same types of icon is displaying in header.
Please see this screen record for adding social menu in proper way
https://www.awesomescreenshot.com/video/2056794?key=981d07ba48b62944b647456bfbce9b2eHope this will helps you
If you have further more query, please share it with us
Regards,
Psink
KeymasterHello
We all are safe here. Hope you too staying safe
Regarding your query, i see there you have done little mistake during adding code in the theme. The way you have done to add font is not proper way. So we want you to send fonts name so that we could add it for you in the theme
If you decided to add code yourself you can do just by following my instruction
Add bellow code somewhere above line no. 324 in functions.php
if ( 'off' !== _x( 'on', 'Raleway font: on or off', 'travel-base-pro' ) ) { $fonts[] = 'Raleway'; }
As you can see, the above code is for Raleway font. Just replace Raleway font name to font name you are trying to integrate.
And also if you want to add font weight you can add weight as seen in below code
if ( 'off' !== _x( 'on', 'Raleway font: on or off', 'travel-base-pro' ) ) { $fonts[] = 'Raleway:400,500,600,700,800,900'; }
Regards,
Psink
KeymasterHello,
You can change background color and logo size with few css code. About testimonial, slide in testimonials is working well you just need to touch content of testimonial and slide right or left it will work.
Please add below css in theme to change color and logo size
change height and width of logo as per your needed, if you decide to change testimonial bg color just change color code per your need in background-color
div#testimonial-content-section { background-color: #000; } img.custom-logo { height: 40px; width: 40px; }
Follow my instruction to add above css Code
Go to Admin Panel >> Appearance >> Customizer >> Additional Css, Paste above code there and published then refresh you will see changes.
Hope this will helps for second and third issue
For first issue it will be more helpful if you share your site url with us. It will be more easy to further investigate.
Best regards
Psink
KeymasterHello
We are sorry to keep you in waiting. As your query you want to add Instagram in the theme but you did not mention where,so can you please give us clear description where do you wants to add.
and discord is that means remove ?
Please send your query in more brief it will be more helpful to investigate further
Regards,
December 13, 2020 at 12:29 am in reply to: colour overlay on the header images/ buttons not visible in different browsers #140681Psink
KeymasterHello @Melissa
For second issue please erase the read more label in Customizer and again fill the label and published. You will see read more button there.
For first issue can you please conform us that, did you added any additional css in the theme? It would be better if you send us your site url so that we could inspect your site directly as our senior developer has mentioned earlier.
Best Regards
Psink
KeymasterHello @users
Sorry for having you in trouble. We will come to you soon. For now i will contact plugin author for investigation of issue.
Best Regards
Psink
KeymasterHello @Maurice
We will release the theme by friday ( tomorrow ) evening. So i would like to request you to update the theme after its released
It may take some couples of minutes aprox 5 – 10 min to load updated resources, so please conform after 10 mins is menu working well in mobile display. Please let us know if there is any issue in the theme.
Best Regards
Psink
KeymasterHello @jonathan
Can you please make sure that php version in your local is up to date.
Is php version is above 7 ? Cause in our side theme is working well there is no such error as i see in screen record.Here is the screen record from our side
https://www.awesomescreenshot.com/video/2028289?key=1cb1c30a33375029fa11a0122f9b5a71Please re conform us WordPress and Php version of your local is up to date if not please make it up to date, if this issue still remain in theme after all updates. We will contact theme author for further investigation
Regards,
Psink
KeymasterHello
Try this, i hope this will help you. Please add this Css code in Additional Css.
.modern-design #masthead { opacity : 0.6; background-color : #000; } .modern-design #masthead container{ background : transparent; } .modern-design #header-image, .modern-design .has-banner-image#header-image{ padding-top: 0px; }
Just Go to Admin panel >> Appearance >> Customize >> Additional Css and paste above Css code then publish and refresh.
And if you want to change background just update color code in the above background-color css.
If you have any further queries please free to share with us, we are always here to help you
Best Regards
Psink
KeymasterHello,
can you please send us screenshot and site url. And Please mention clearly – do you mean section title or post title ?
Regards,
Psink
KeymasterHello,
Thank you for your query. We will work on it and notify you soon
Best Regards
Psink
KeymasterHello,
Can you please conform that the theme you are using is latest version. Also, can you let me know the PHP version that you are using.
Please explain issue in more details and if possible send us screenshot or screen record that cover issue parts of the theme. This will helps us to identify exact issue, and help you little quick.
Best Regards
Psink
KeymasterHello,
Sorry for having you in trouble. We will fixed this issue and notice you after we released update.
Please be patient for some couple of days we will update it as soon as possible.
And thank you for your information. It’s really appreciate to us
Best Regards,
Psink
KeymasterSounds hears great. It’s our pleasure …
Glad to help you
And thanks for your query
Psink
KeymasterHello,
We are really sorry for having you in trouble. Can you please conform all of images used for slider are of same size 1500×1000 . If images are all of same size, there’s a possible way to adjust image in featured slider.
Try this Css Code it may help you
#featured-slider article{ padding: 500px 0px; }
To add Css code Go to Admin Panel >> Appearance >> Customize >> Additional Css, paste here css code and published then refresh.
Hope this helps.
If have more further quires,
Please share your site url. It would be more helpful to us to find accurate solution.Thank You
Regards -
AuthorPosts