caitnihaonghusa
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Change Menu Icon Colour of Specific PageThanks again, just something else. for the function.php code, did you mean I change the text to suit the page?
<?php
//Page Slug Body Classfunction add_slug_body_class( $classes ) {
global $post;
if ( isset( $post ) ) {
$classes[] = $post->post_type . ‘-‘ . $post->post_name;
}
return $classes;
}
add_filter( ‘body_class’, ‘add_slug_body_class’ );
?>Like add slug body class, do I change part of that code to suit me?
Forum: Everything else WordPress
In reply to: Change Menu Icon Colour of Specific PageThank you @tugbucket for your response!
Just wondering, where exactly do I put that function code? Does the code you provided there go in the CSS editor then or with the function code?
Sorry quite new to this!
Thanks again
Forum: Fixing WordPress
In reply to: Changing width of phone device screen?It happens when I change the theme to a default theme too, however.
Forum: Fixing WordPress
In reply to: Changing width of phone device screen?Hi sorry,
The website is katiehennessy.ieForum: Fixing WordPress
In reply to: Move Textbox to MiddleI’ve solved the above problem, but now I’m wondering how I can change the margins without affecting the tablet/phone size?
If I change them to
.crt-side-box-on .crt-container-sm { margin-left: 200px; margin-right: 200px; }
Then the screen look like this: https://imgur.com/0NIIRF4 and https://imgur.com/2aRdQQ9 when I want: https://imgur.com/xfcmgCE
I know there’s a special code that affects just the large screen as I changed the navigation bar separately on the different sized screens but I’m unable to find it!
Thanks again in advance
Forum: Fixing WordPress
In reply to: Hide Vertical Navigation Menu on One Page?Oh I see, is there any way to change that?
Also thank you, that worked!
Forum: Fixing WordPress
In reply to: Hide Vertical Navigation Menu on One Page?I’ve found that as I change the width of the window, the bar still remains, is there another id for that, I can’t seem to find it…
Forum: Fixing WordPress
In reply to: Move Textbox to MiddleI’ve found that as I change the width of the window, the bar still remains, is there another id for that, I can’t seem to find it…
Forum: Fixing WordPress
In reply to: Hide Vertical Navigation Menu on One Page?Thanks Howdy_McGee, worked like a charm!
Would you be able to help me in just one more thing? Can I implement this to change “margin-left” on just this page?
Thanks again!
- This reply was modified 6 years, 5 months ago by caitnihaonghusa.
Forum: Fixing WordPress
In reply to: Move Textbox to MiddleThank you so much for the replies, especially judgerookie!
I tried what you wrote but it actually changed the layout on all pages but there was response on another post to add in “body.page-id-2” in front of it and that just removed the sidebar from that page only. Can I implement this to change the margin-left on just this page?
Also can I remove the hamburger menu icon completely this way too?
Thanks again!
Forum: Plugins
In reply to: [Yoast SEO] Yoast Help with Meta Title and Description?Hi, the site is https://katiehennessy.ie/
I just searched it with site: in front of it and now it shows the default theme text. I changed the page data in each page, I couldn’t find the option in the settings. Is that right?
Forum: Fixing WordPress
In reply to: Hide Vertical Navigation Menu on One Page?Hi, thanks for the replies.
The link is katiehennessy.ie/hello
The theme developer wasn’t too sure how it was done so I said I’d try here!Forum: Fixing WordPress
In reply to: Help with Meta Title and Description?Okay thank you, I’ll try there ??
Forum: Fixing WordPress
In reply to: Help with Meta Title and Description?Hmm okay.. I tried that but still nothing? Am I doing it correctly? Changed every possible box to this: https://imgur.com/a/DMznszF
- This reply was modified 6 years, 5 months ago by caitnihaonghusa.
Forum: Fixing WordPress
In reply to: Help with Meta Title and Description?I have but I can’t afford the full version with that feature, I’m afraid