Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
If the theme license is active on the site, you will see the update option for the theme, in Dashboard >> Appearance >> Themes. Same as Twenty Twenty-Four in the screen shot
PsinkKeymaster@corinna, You can add the below CSS to adjust the font size of site title and site description
@media screen and (max-width: 567px) {
.site-identity .site-title{
font-size: 18px;
}.site-identity .site-description{
font-size: 12px;
}
}Please adjust the font size value as per your requirement
PsinkKeymaster@therastan666, just to inform you, we have released the update by adding tiktok social icon. You can update the theme, with the latest version you will be able to add the titok icon
PsinkKeymasterIn current version of theme, X icon is not available. We will release update by adding X icon soon
For now you can use this URL https://twitter.com/NumismaticCrime, this will show the old logo. However the URL has twitter.com it will redirect to X.com
PsinkKeymasterWe have released the update by fixing the issue. If you are unable to update theme from dashboard provide your email to us, we will share a link to latest version of theme. You can share email to prashant.themepalace@gmail.com
PsinkKeymaster@lindajerlamgmail-com, Hmm strange
As you can see in the below screen record, there is a update options for the theme
https://www.awesomescreenshot.com/video/31486451?key=4030de8972337470323be1eb3e7e49ffCould you please share your email address? We will provide you a latest zip of the theme so that you will be able to upload zip manually
PsinkKeymaster@iternetcz, We have released the update please update the theme. Now with the new update you will be able to sort the homepage sections
- This reply was modified 2 months ago by Psink.
September 12, 2024 at 11:17 pm in reply to: Activating Next Travel Pro breaks login and publishing #196717PsinkKeymasterYes, please share the temporary login at the same email as before. We will inspect form our side and let you know
PsinkKeymaster@lindajerlamgmail-com, We have released the update for the theme please update the theme.
Let us know if you are getting same issue even after the update
- This reply was modified 2 months ago by Psink.
PsinkKeymaster@lindajerlamgmail-com, Could you please let us know when you got this email? Is this a recent one or older email
PsinkKeymasterIn the current version, the WhatsApp icon is not available on the theme. We will add it and release a theme update soon
PsinkKeymaster@corinna, Yes the site title by default is hidden for smaller devices. You can add this CSS in the Additional CSS to show the site title on smaller devices
.wp-custom-logo .site-identity {
display: block !important;
}PsinkKeymaster@whimsmedia, While inspecting your site we have found that a piece of CSS code is responsible for the mobile burger menu not showing.
this is the code responsible for hiding the burger menu
@media only screen and (max-width: 1000px) {
#main-nav {
display: none;
}
}Reference screen record
https://www.awesomescreenshot.com/video/31441722?key=8a2d0572599a3a0f0f2d4f5e2a97198cYou can remove this code if you have added somewhere in the site or you can override that piece of code by adding this code in the Additional CSS
@media only screen and (max-width: 1000px) {
#main-nav {
display: block !important;
}
}PsinkKeymaster@iternetcz, Just a reminder to remind you about the theme update. The update for the theme will released within 48 hours. Once the Update is released update the theme, you will get the “Homepage Sortable” option inside “Theme Options”
Also for your ease here is the screen record of it
https://www.awesomescreenshot.com/video/31439205?key=66087241eb5a930cb63dd18cdd42e2c8September 11, 2024 at 11:51 pm in reply to: Activating Next Travel Pro breaks login and publishing #196676PsinkKeymaster@codyrhowe, We are here to help you, In the meantime could you share some reference screenshots or screen records covering the issue so we can figure out the actual problem? Without reference, we will not be able to fix the issue on your site
Also, it would be better if you shared a temporary login to your site. It would be easy for us to figure out the issue and give you a solution
-
AuthorPosts