Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
Hello @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
PsinkPsinkKeymasterHello @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
PsinkPsinkKeymasterHello @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,
PsinkPsinkKeymasterHello
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
PsinkKeymasterHello,
Sorry for having you trouble in homepage sortable. We will fix and release update with in 24 hrs.
Please update theme after release.
Best Regards
PsinkKeymasterHello,
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,
PsinkKeymasterHello
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,
PsinkKeymasterHello,
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
PsinkKeymasterHello
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 #140681PsinkKeymasterHello @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
PsinkKeymasterHello @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
PsinkKeymasterHello @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
PsinkKeymasterHello @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,
PsinkKeymasterHello
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
PsinkKeymasterHello,
can you please send us screenshot and site url. And Please mention clearly – do you mean section title or post title ?
Regards,
-
AuthorPosts