Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
Currently, there is 15px margin-right value for these lines of code in additional CSS
@media screen and (min-width: 1024px)
.main-navigation ul.nav-menu > li {
margin-right: 15px;
}can you please make it -10px so that it menu and logo will align on the same line
See the difference in screen record
https://www.awesomescreenshot.com/video/4090806?key=f944b2735b43a4cca8868f48b21f91caand add this CSS for menu item hover color – since current hover color did not match for gold background-color
.main-navigation ul#primary-menu li.current-menu-item > a, .main-navigation ul#primary-menu li:hover > a, .main-navigation ul#primary-menu li:focus > a {
opacity: 0.8;
color: #fff;
}Regards,
PsinkKeymasterHello James
Please follow the screen record
https://www.awesomescreenshot.com/video/4090806?key=f944b2735b43a4cca8868f48b21f91caand add this css to make background color gold transparency
@media screen and (min-width: 1024px){ .fixed-header #masthead.nav-shrink { background-color: #f3b01aad; padding: 10px 0; } }
Regards,
PsinkKeymasterHello
Since we are totally unfamiliar with Relevanssi plugins. We have no idea how its works. Can you please report this issue to the Relevanssi plugin author. Maybe they will help you
https://www.relevanssi.com/support/
Regards,
PsinkKeymasterHello resmarthome
Can you please explain in more detail your issue?
Regards,
PsinkKeymasterCan you please share your site URL?
Regards,
June 10, 2021 at 1:10 pm in reply to: I wasn’t able to remove the word from the Home page below #152405PsinkKeymasterAlso, add this CSS to align the menu and logo at the same line
@media screen and (min-width: 1024px){ .main-navigation ul.nav-menu > li { margin-right: 0px; } }
Regards,
June 10, 2021 at 12:57 pm in reply to: I wasn’t able to remove the word from the Home page below #152403PsinkKeymasterPlease remove the previous CSS and add this one
.home #inner-content-wrapper, .home.no-sidebar #inner-content-wrapper{ display:none; }
Regards,
June 10, 2021 at 4:56 am in reply to: I wasn’t able to remove the word from the Home page below #152389PsinkKeymasterHello James,
Please add this CSS in the additional CSS
.home #inner-content-wrapper{ display:none; }
Regards,
PsinkKeymasterHello
Really sorry, it’s been too late to reply. Anyway Please add this css in Additional CSS to delete food images form menu template
#todays-menu .page-decoration, #breakfast .page-decoration, #lunch .page-decoration, #lunch img.fruit, #lunch img.fruit-1 { display: none; }
Regards,
PsinkKeymasterHello
Did you use any plugins to manage pdf files? Also, how did you manage to show pdf files in search results
Regards,
PsinkKeymasterCan you please check the theme version on your site? If it’s less than the latest version 1.2.6, please update it to the latest version.
Regards,
PsinkKeymasterWe have check-in our demo sites there is no such issue in the theme, maybe it’s causing due to third parties plugins
Some plugins may cause a huge issue in the theme so, can you please disable all the third parties plugins except for the recommended one and check if these errors show again after disabling all other third parties plugins?
Regards,
PsinkKeymasterCan you please share your site URL?
Reagrds,
PsinkKeymasterHello There
It seems the issue is from WP Travel Plugin.
Please add this CSS in the additional CSS – this will solve the issue
.clearfix:before, .clearfix:after { clear: both; content: ""; display: table; }
Also can you please report this issue to the WP Travel support
https://wptravel.io/contact/Regards,
PsinkKeymasterHello
Can you please share your site URL and some of the reference screenshots of the issue?
Regards,
-
AuthorPosts