Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterHello @KONUR ALP
Add this code in Additional Css to hide ‘From The Blog’
.archive-posts-wrapper .section-heading-wrapper { display: none; }
This css will help you to place site title next to logo in mobile display
@media screen and (max-width: 575px){ .site-title{ font-size: 24px; } .site-branding{ display: block; } .site-identity{ width: 47%; text-align: left; display: block !important; float: left; padding-left: 10px } img.custom-logo { max-width: -webkit-fill-available; } .custom-logo-link{ width: 45%; float: left; } .wp-custom-logo { display: block; } }
Add all these Css code in Additional Css
Hope this helps
I see there you have blocked inspect option. Please next time enable inspect it will be easy for us to inspect actual class and help you little quick
Regards
PsinkPsink
KeymasterHello @Esther
Try this Css Code
.single-product div.product { background: #fff; }
Please add this to Admin Panel >> Appearance >> Customize >> Additional Css, Here paste above Css code then published and refresh page. You will see the change
Hope this helps
Regards,
PsinkDecember 15, 2020 at 11:47 pm in reply to: colour overlay on the header images/ buttons not visible in different browsers #140878Psink
KeymasterHello @Melissa
According to your explanation – you wants to add pdf url to button to make download available for every one.
Try this it may help you. Here is the screen record on it
https://www.awesomescreenshot.com/video/2094396?key=8362b2fa11f92e0a6cb2bba68c8cc9ddIf it works please let us know
Regards
PsinkPsink
KeymasterHello @users,
We understand that you’re experiencing a license activation issue on your end. We apologize for the inconvenience this has caused.
While we’re migrating the licensing and subscription system for WP Travel and its addon from Theme Palace EDD platform to Freemius platform, it is expected that you would see this license error on your dashboard during this phase. This issue will be auto resolved after the license upgrade completes on 15th Dec. Your subscription is still expected to remain active even after migrating to the license platform.
Likewise, plugin functionality will still work regardless of license activation.
For further assistance and follow up, please contact directly to WP Travel support https://wptravel.io/contact/
Thank you.
PsinkDecember 15, 2020 at 2:23 am in reply to: colour overlay on the header images/ buttons not visible in different browsers #140820Psink
KeymasterHello @melissa
We are very much will to help you.
For issue no. 4 – add bellow css code just below the previous css in Additional Css
header#masthead { background: #000; opacity: 0.8; }
We have added slightly transparent background, its looks cool for your site. If you want permanent black you can remove opacity code form above css code
For issue no. 3
Here is the css code#call-to-action .btn { border-color: #f30f0f; color: #fff; border: none; background-color: #2471b5; }
Above css make button background likely blue with on border. In case if you are willing to change css. you can change all of css as per your need.
Here is little quick guide for it
if you want border to be exist in button – remove ‘border: none;’ from above css
if you want text color to be black – replace color code in ‘color: #fff;’, ‘#fff’ is a color code just replace with ‘#000’, ‘#000’ is a color code for black.
Similarly you can change border-color and background-color.Get color code form https://htmlcolorcodes.com/
For issue no. 2
Here is the css codea.wp-block-button__link.has-text-color.has-background, a.wp-block-button__link.has-background { padding: 11px 35px; border: 2px solid #f9a926; color: #ea5b0e !important; background-color: #eee !important; font-size: 1rem; border-radius: 0px; }
Above code will make inner pages buttons looks same like homepage buttons.
And this is for button hover
a.wp-block-button__link.has-text-color.has-background: hover, a.wp-block-button__link.has-background: hover { background-color: #ea5b0e !important; color: #fff !important; }
For issue no. 1 – Can you please explain more details on this issue
Regards,
PsinkPsink
KeymasterHello @maurice,
We are really sorry for keep you waiting. We apologize for it.
We would like to notify you that have send the latest version of theme to admin member and will be released to Themepalace within a couple of hours.
Please update the theme and let us know if there still exist same issue in the theme. It would be very mush appreciate to us to help you
Regards,
PsinkPsink
KeymasterHello @jonathan
Sorry for keep you in trouble with one of our themes for several days. Today there’s a good news for you. Our team found the issue and have fixed it.
I would like to request you to update theme to latest version 1.2.6.
Have a good day
Regards,
Psink
KeymasterHello @linda
We apologize for getting late back to you. I guess you have made mistake while uploading screen shots i see there is no screenshots in your reply.
Please use awesomescreen shot extension in chrome to share screenshot
here is the link
https://www.awesomescreenshot.com/here is screen shots of checkout page
Pc version : https://tinyurl.com/yy8ruqryi did not see others payment in pc version too. I guess you have not enable all payment options in woocommerce setting
Please first enable all payment options in woocommerce payment setings
For doing soo Go To Admin Panel >> WooCommerce >> Settings >> Payment there you find all payment enable/disable option please enable all the options.Hope this helps
Regards,
PsinkPsink
KeymasterHello @jonathan
We apologize for we are late to get back to you and sorry to hear you are in trouble even all the configuration is correct.But in our server there is no such issue.
I would like you to delete current signify theme and reinstall the theme. Some time reinstalling works
Regards,
PsinkDecember 14, 2020 at 3:55 am in reply to: colour overlay on the header images/ buttons not visible in different browsers #140751Psink
KeymasterHello @Melissa
Thanks for the site url. Now i’m clear about 1st issue. We can help you with this issue.
Please follow my instruction to remove color layer over the header image
Go to Admin Panel >>Appearance >> Customize >> Additional Css, Paste bellow Css Code there then published and refresh.
Here is the Css Code – this code will remove color overlay over header image
#page-site-header .overlay { display : none; }
Hope this will help you, Please let us know if there’s any further queries
Regards,
PsinkPsink
KeymasterHello @Mariusz
I would like to catch sight of you, we have released new update of the theme. I would like you to update the theme.
Now in new update you can sort homepage as per your requirement.If you have any quires related to theme. Please let us know, we are always here to help you
Regards,
PsinkPsink
KeymasterHello @Daniel
Try this Css Code. This will help you to make height of all posts image same size ( i.e 450px )
.blog-posts-wrapper .featured-image img { height: 450px; }
If you want to change height of image, you can change in above css as per your flavor.
Please follow my instruction to add above css in the theme
Go to Admin Panel >> Appearance >> Customize >> Additional Css, there paste the above Css code then published and refresh. You will see changesLet us know if you have any further confusion
Regards
PsinkPsink
KeymasterHello @sukron
There is no such setting in the theme to resize post title and date. But off course yes there is option available to do soo.
Please follow my instruction
Go to Admin Panel >> Appearance >> Customizer >> Additional Css, there you just add few css code then published and refresh, you will see the changes
Here is the Css Code
.custom-entry-date span.entry-day{ font-size: 24px; width: 50px } .custom-entry-date span.entry-month{ font-size: 14px; width: 50px; padding: 8px 12px; } .entry-title a{ font-size: 16px; }
You can change the title and date size as per your need from here.
Hope this helps
If you have any confusion please let us know, we are always here to help youThank you
PsinkPsink
KeymasterHello @alap
I have login to your site dashboard, there you have not assign menu in menu location so issue arise now i have assign menu to its specific location. Please check your site it’s all fine now
If you have any confusion on theme customizing. Please follow theme instructions.
here is the link
https://themepalace.com/instructions/themes/yummy-pro/If you have any confusion. Feel free to share with us.
You have mention earlier about your submission date. We are really sorry that we can’t help you in time. We apologize for it.Regards,
PsinkPsink
KeymasterHello
Off course yes, we all are here to help you. We appreciate all the queries form our users.
For footer parts please go to Admin Panel >> Appearance >> Customizer >> Theme Options >> Footer Options there you will find customization for footer.
Can you please conform header/box above logo means Top bar ?
Best Regards
-
AuthorPosts