Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterOk, I will forward this issue to the theme author. Maybe we will get a solution from him
Regards,
June 11, 2021 at 7:32 am in reply to: Give me the CSS additional codes to curve, text-image space in the Footer, etc. #152427Psink
KeymasterPlease check this ticket.
https://themepalace.com/topic/i-want-my-sites-menu-bar-to-be-sticky/there is a solution for the menu sticky in above ticket
regards,
June 11, 2021 at 3:05 am in reply to: Give me the CSS additional codes to curve, text-image space in the Footer, etc. #152423Psink
KeymasterHello James
Please add this CSS
.popular-posts ul { padding-left: 0px; } .widget_smart_recent_entries img { border-radius: 10px; } .footer-widgets-area img.wpp-thumbnail { margin-right: 1rem; }
Regards,
Psink
KeymasterCurrently, 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,
Psink
KeymasterHello 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,
Psink
KeymasterHello
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,
Psink
KeymasterHello resmarthome
Can you please explain in more detail your issue?
Regards,
Psink
KeymasterCan 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 #152405Psink
KeymasterAlso, 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 #152403Psink
KeymasterPlease 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 #152389Psink
KeymasterHello James,
Please add this CSS in the additional CSS
.home #inner-content-wrapper{ display:none; }
Regards,
Psink
KeymasterHello
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,
Psink
KeymasterHello
Did you use any plugins to manage pdf files? Also, how did you manage to show pdf files in search results
Regards,
Psink
KeymasterCan 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,
Psink
KeymasterWe 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,
-
AuthorPosts