Bam Bam
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Karuna] Menu colours on mobileTo change your mobile colours use the @media class for the screen sizes you want, so it would look something like this:
@media only screen and (max-width: 768px) { .whatever-class-you-want-to-change { color: #ea5f40; }
You could also try killing a few birds with one stone with a min-max like this.
@media only screen and (max-width: 1024px) and (min-width: 400px)
Common Page Widths
320px.
480px.
600px.
768px.
900px.
1024px.
1200px.Bam Bam
Forum: Themes and Templates
In reply to: [Karuna] Delete Title Page in Main Navigation MenuJust remove it from the menu, do you have “Automatically add new top-level pages to this menu” turned on ??
If you didn’t add it to the menu then that is the only way it got into the menu in the first place.
Go to Appearance – Menus and look down the very bottom and see if “Automatically add new top-level pages to this menu” is checked, if it is then uncheck it and remove the page from the menu.
Bam Bam
You’re welcome
Why don’t you just select the Full Width Page option for your page, that has no sidebar, instead of doing it the hard way.
Bam Bam
Forum: Plugins
In reply to: [Block Lab] Adding exclusions to a block@lukecarbis Thanks for your help with this, but I messed about with it for ages and couldn’t get it working, so I just made a duplication of the original block and made a couple of changes to it and I got exactly what I was after.
Great plugin.
Kindest Regards
Bam BamForum: Plugins
In reply to: [Block Lab] Adding exclusions to a blockOk thanks I’ll give it a whirl
Forum: Themes and Templates
In reply to: [Karuna] Customize header for each pageIt’s actually very easy, add a featured image to each page and the control the size of it with some CSS.
.site-header .size-karuna-hero, .custom-header { max-width: 1000px !important; }
Just set the max-width to what ever size you would prefer.
I find this feature actually rather annoying.
Regards
Bam BamForum: Plugins
In reply to: [Block Lab] Adding exclusions to a blockMany thanks, worked a treat, I tried all sorts of things and nothing worked.
I did manage to hide it using some CSS but I’d rather do it this way.
If it’s not too much to ask, how can I now show that post we just excluded, immediately above the grid on it’s own, it is a Welcome post and I was trying to make it prominent, it is tagged as a Sticky post if that helps.
Like it displays on the Blog page that is already there.
https://healthut.com/blog-posts/
Many thanks for your help on this.
Kindest Regards
Bam BamForum: Plugins
In reply to: [Block Lab] Adding exclusions to a blockThanks for the prompt reply, I’m using all of the code from one of your tutorial pages.
PHP and Javascript does my head in, just where and exactly in that query should I add post id ??
The post ID is 438.
Also just where should I place the code in the file ??
Sorry to be such a numpty, but I’m getting old and have my head around HTML and CSS but the rest is like Hieroglyphics to me.
- This reply was modified 4 years, 8 months ago by Bam Bam.
Forum: Themes and Templates
In reply to: [Karuna] Limit Header Image/Page WidthYour Welcome
Forum: Themes and Templates
In reply to: [Karuna] Limit Header Image/Page WidthGood News, for some strange reason Jetpack allowed me to activate it this morning and I have just remembered to add the code from Github to the functions.php file and that fixed it.
Many thanks for you help
Kindest Regards
Bam BamI have a Child Theme, thanks for nothing
I have to get to activate first or perhaps go down the do it with code path.
Thanks for your assistance.
I tacked that code onto the bottom so not much chance I deleted something I shouldn’t have.
The latest error message is: Unable to insert blog. Please try again or contact support.
I googled it and it seems that was a problem a year or so ago, but mostly only for people using Cloud Servers.
I did make some changes to the structure of this site today as it’s a strange breed of html pages and WordPress, WP was only added so the owner could blog, but he has gotten a little emboldened and is now getting way over his pay grade on what he wants to do.
Not sure if that is having any effect on this problem or not, everything is still in the same sub-folder that it was in, I just copied the index.php and moved it up one level and deleted the index.html file.
If this becomes too much of an issue I will just find a sharing plugin to use and leave it at that, even though Jetpack has a lot to offer.