Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterHello Becca
The video header is not displayed on small mobile devices because speed and bandwidth are usually considerations on phones. This is the default feature of WordPress.
Regards,
Psink
KeymasterHello
Can you please share reference screenshot, which images you want to remove from menu pages cause there is may food images in that page.
I have checked the demo of yummy pro and I did not see any burger picture in the reservation page.
It would be easy if you share your dashboard login details.
Please share through our contact form
https://themepalace.com/contact-usMay 24, 2021 at 12:57 am in reply to: permalinks for /tp-teams/ and /tp-course/ broken in KidsPress Pro #150975Psink
KeymasterHello Dustin
Please go to Admin Panel >> Settings >> Permalinks -> select plain, and click on save changes
Regards
Psink
KeymasterHello epn
Add this css to remove post navigation from the pages
.post-navigation { display: none; }
Regards,
Psink
KeymasterHello There
Can you check if the homepage is set or not. For that got to dashboard >> appearance >> customize >> Homepage setting
Check this screen record for reference
https://www.awesomescreenshot.com/video/3848755?key=c753195697a2673a133b17fb832a2adaRegards,
Psink
Keymasterhello there
Can you please share the URL of the page where you want to delete food pictures?
we will provide you some few lines of CSS to solve the issue
regards
Psink
KeymasterHello Thor
Can you please share some of the reference screenshots? it would be easy to figure out actual issue
regards,
Psink
KeymasterHello
Can you please check your site? I have fixed the issue
Regards,
Psink
KeymasterHello
can you please share your site login? To verify the issue behind the button not display
Please share through our contact form
https://themepalace.com/contact-usPsink
KeymasterHello Karine,
Yes, there is a way to show the latest articles from multiple categories on the homepage.
I have visited your site, you are using the custom page for the homepage. I would like to recommend using default homepage sections to build a homepage.
let us say, you want to show different categories for different sections. In this matter, there is an option called “Content Type” in each section, you can select “category” there. This will show the latest post of that category each time you add a post.
and also you can leave the category empty this will show the latest post of every category.
Please watch this short screen record may this will help you
Regards,
Psink
KeymasterHello
I guess “More Button Text” label is empty. Can you please the “More Button Text” label in the service section option for each service
regards
Psink
KeymasterHello
Add this css in additional css
.header-style-two .site-header .site-header-main .wrapper .site-identity { min-width: unset; }
Regards,
May 19, 2021 at 2:20 am in reply to: Submenu on hover unfolds on left side of the menu item. I need on right. #150610Psink
KeymasterHello
Try this css to align the menu sub-menu at the right side
@media only screen and (min-width: 75em){ .navigation-classic .main-navigation ul ul li:hover>ul, .navigation-classic .main-navigation ul ul li.focus>ul { left: 100%; right: auto; } .navigation-classic .main-navigation ul li:hover>ul, .navigation-classic .main-navigation ul li.focus>ul { left: 0; right: auto; } .navigation-classic .main-navigation ul ul .menu-item-has-children>a:after, .navigation-classic .main-navigation ul ul .page_item_has_children>a:after { -webkit-transform: rotate( 270deg ); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate( 270deg); } }
Add above css in the additional css
regards,
Psink
KeymasterHello
Please add this css in the additional css to show booking btn on mobile screen
@media (max-width: 991px){ .wp-travel-booking__panel-bottom{ display: block; } .wp-travel-booking__panel-bottom .left-info{ padding-right: 20px; } .wp-travel-booking__panel-bottom .right-info { padding: 20px 0 40px 0px; text-align: left; } }
After adding this you will get a booking button at the bottom of the page
Regards,
Psink
KeymasterHello There
Usually, the ‘directive’ error is shown when there is no access to the files or folders
Please see this link – this may help you to solve the issue
https://wordpress.org/support/topic/an-error-occurred-while-processing-this-directive-after-wordpress-4-8-update/Regards,
-
AuthorPosts