Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterPlease follow the screen record
https://www.awesomescreenshot.com/video/4114929?key=60b659ca0ce5412c3235a13d45a3dae2Regards,
Psink
KeymasterHello there
After the homepage, the next step is to set content for each section of homepage. For that, there is an option called Fornt Page inside customize.
Please follow the screen record it may be helpful to set you a homepage
https://www.awesomescreenshot.com/video/4114885?key=44f76722c56d495ce65f890f16a80e55Regards,
Psink
KeymasterHello Emily
Please go to Appearance >> Theme License
or follow the screen record
https://www.awesomescreenshot.com/video/4114796?key=99a48f2cff93648027539111b02bb15cRegards,
June 14, 2021 at 12:24 am in reply to: Error con plugin WP Travel, despues de contenido demo no funcionan las reservas #152531Psink
KeymasterTo have the products imported you will need to install and activate WooCommerce Plugin as well.
Let me know if this solves your issue.
Regards,
Psink
KeymasterHello Michaelkbmb
I guess you have not set the homepage in the theme. In order to show the slider and other sections on the homepage, you need to set the homepage first.
To set homepage, please follow the theme instruction
https://themepalace.com/instructions/themes/blog-diary/#doc-how-to-set-homepage-setting-4Regards,
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,
-
AuthorPosts