Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterYes, it will be fine
Psink
KeymasterYes, you can upgrade to php 8. There will be no issue with the theme
Psink
KeymasterPlease Simple JS and CSS plugin, and then follow the screen record
https://www.awesomescreenshot.com/video/17186080?key=cd56003782581bcb063ce0830c926c6d
You can change the youtube to your required URL
Psink
KeymasterWe are sorry, but it is not possible to add a date to the Event section. Although we can edit the theme file which is not the best practice as you update the theme all the custom code will be lost
Psink
KeymasterYes it is possible with the JavaScript. Could you please share your site URL and the reference screenshot with the mark in which post you want to link external URL
May 1, 2023 at 12:34 am in reply to: Grid/Block menu with pictures alignment problem and url links don’t work? #189515Psink
KeymasterActually, I did not get your query. Do you want to have subpages look like the homepage?
For example on this page https://peoplesguidesac.org/homeless-help/, do you want to show the subpages in a grid format with featured images?
Please explain in more detail
Psink
KeymasterRegarding the menu icon seems there is an issue with the CSS
as you can see you have added the CSS something like this
content: “\f11b”;
it should be like this check this screen record
https://www.awesomescreenshot.com/video/16982663?key=9e844739e70c301d7817f709914ec90bRegarding Header Space You can Add this CSS
.banner-wrapper{
top: 60px;
}#header-image.no-banner-image {
min-height: 400px;
}Regarding the homepage content, it is not possible to move the static page to the top
-
This reply was modified 2 years, 4 months ago by
Psink.
April 28, 2023 at 12:12 am in reply to: How can I re -arrange the order of different categories/trip type? #189490Psink
Keymaster@ELIANDYAO, Sorry, it is not possible to rearrange. As you show on the 1st screenshot the item will be listed as per alphabetical order and on the 2nd screenshot latest entered item will be listed at the bottom
Psink
KeymasterThere is an option for sorting the homepage sections please follow the theme instruction
here is the link https://themepalace.com/instructions/themes/wen-travel-pro/#doc-sections-sorter-38April 27, 2023 at 11:11 pm in reply to: Grid/Block menu with pictures alignment problem and url links don’t work? #189487Psink
Keymaster@JMWERNEKE, Could you please share your site URL?
Psink
Keymaster@DAMIAN, we apologize for the late follow-up.
It looks like that link needs a complete URL like this https://www.midlifechangecoach.com/#intro-call
Psink
KeymasterHello @KHARASANDOVALLITTLELIONSLEARN-COM
You can this CSS to get back icon on navigation bar
#masthead.is-sticky .fa-laptop:before{
content: “\f109”;
}#masthead.is-sticky .fa-film:before{
content: “\f008”;
}#masthead.is-sticky .fa-gamepad:before{
content: “\f11b”;
}#masthead.is-sticky .fa-paw:before{
content: “\f1b0”;
}#masthead.is-sticky .fa-shopping-cart:before{
content: “\f07a”;
}#info-text .entry-content{
padding: 4.9% 8%;
}#info-text .container{
padding-bottom: 30px;
}Regarding the header image could you please explain in more detail? and share some reference screenshot
April 26, 2023 at 11:40 pm in reply to: How to remove Author on blog page and also next and previous post? #189470Psink
KeymasterPlease Add this CSS
.single .cat-links{
display: none !important;
}April 25, 2023 at 8:09 am in reply to: How to remove Author on blog page and also next and previous post? #189445Psink
KeymasterPlease add this CSS in the Additional CSS
.single .post-navigation,
.blog #main .entry-meta .byline,
.blog #main .cat-links{
display: none;
}Psink
KeymasterPlease add this CSS in the Additional CSS
@media screen and (max-width: 600px) {
.custom-header .wrapper:before {
background-size: contain !important;
}
} -
This reply was modified 2 years, 4 months ago by
-
AuthorPosts