Forum Replies Created
-
AuthorPosts
-
Psink
Keymaster@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;
}
}Psink
Keymaster@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 #196676Psink
Keymaster@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
Psink
Keymaster@iternetcz, The current version does not have a Frontpage sections sortable feature. We will release the update soon by adding this feature
Psink
KeymasterAppreciate for sharing the error log. It seems the issue arose during the theme-updating process. Sometimes for various reasons, the server fails to load an Ajax request.
Don’t worry about it it won’t happen regularly. This part of the code only runs while updating the theme and it won’t affect the site’s performance
Psink
KeymasterHello,
We have visit your site, there is no such issue. Seems you have managed to fix the issue
here you can check this screenshot
https://www.awesomescreenshot.com/image/50406237?key=99a563a60c115c88ac1e7bdc3ddbb010Psink
Keymaster@lindajerlamgmail-com, Could you please share us fatal error messages so that we could figure out the actual cause of the issue? We will inspect the issue and will release the update by fixing the issue
Psink
KeymasterHello,
Did you made any changes on the site before the issue actually happens on the site? May be updating plugins or themes
Does it happens on posts or trips or on entire site?
Also is it possible to share you site URL?
Psink
KeymasterSure here is the CSS for both options
For hiding a whole section, you can add this CSS
#primary {
margin-top: 60px;
}#separator-title{
display: none;
}For hiding page title only, you can add this CSS
#primary {
margin-top: 60px;
}#separator-title .single-post-meta {
padding-top: 10px;
}#separator-title .entry-title{
display: none;
}And here is the screen record how you can add the CSS
https://www.awesomescreenshot.com/video/30963879?key=aac818edca8cb02bf5b829db27dc2c35Psink
Keymaster@STYLE-TRAVEL-BG, Thanks for the login details. We are able to figure out the main cause of the issue.
The issue is due to the conflict with WP Travel Blocks plugin. For now, we have disabled the plugin.
We will release the update by fixing the problem in next update
Psink
Keymaster@CODYRHOWE, We have released the update, please update theme
Psink
Keymaster@STYLE-TRAVEL-BG, We have tested with the same version and there is no such issue in the theme.
Maybe the issue is with the child theme. Is it possible to share the site login details so that we can inspect from our side?
You can send login details to prashant.themepalace@gmail.com
Psink
Keymaster@STYLE-TRAVEL-BG, I’m unable to visit your site.
In the meantime could you please let us know about the parent theme is it Travel Ultimate Free or Pro? And the version of the theme. So that it would be easy to track the issue and provide you with a solution
Psink
Keymaster@CODYRHOWE, We will release the update by replacing the Twitter logo with the current one in a couple of days.
We will let you know once the update released
Psink
Keymaster@STYLE-TRAVEL-BG, We are unable to replicate the same issue on our side, Could you please let us know the version of the theme currently active on the site and the URL of the side? We will inspect from our side and figure out the actual cause of the issue. At the same time could you please troubleshoot your site by using the “Health Check” plugin? While troubleshooting the site please deactivate all the third-party plugins expect for the recommended one
-
AuthorPosts