jeston
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] FP width when location is 'before footer'Forgot to mark as resolved.
Forum: Themes and Templates
In reply to: [Customizr] FP width when location is 'before footer'works perfectly! Thanks.
Forum: Themes and Templates
In reply to: [Customizr] FP width when location is 'before footer'Customizr
Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesThanks for the link – hadn’t seen that one before. It’s still not a great solution as you’re essentially creating one huge menu and going to each page and ticking off what you don’t want to see. But as the website will have about 5 different sections, so 5 different menus, I think it would be difficult to manage, especially when I hand the site onto a regular user.
The perfect thing would be to make my 5 different menus and then have a plugin that, on each Page, allowed me to select which menu I wanted the Page to have. That was what the code in my OP apparently would allow me to achieve, although I never got it working.
Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesOriginal post is too old to edit so going to have to multipost again. Apologies.
Disregard bit about linking the FPs – Have figured that out.
Edit to my question about each sites child theme:
Added some CSS into the child theme stylesheet and the changes applied to all sites on the network. Not sure whether I’d want that or to have a seperate stylesheet for each site. Think I’d want to have something different about each site – so how could I make certain CSS apply to a particular site?Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesOne more thing – a question you may or may not be able to answer – This Featured Pages Plugin, if I purchase it, will the activation key allow me to use it on only one site or multiple?
Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesI’ve set up multisites on my own domain and am testing things out. Couple of questions..
You said each site will have it’s own child theme etc – where are these located? If connecting via FTP how can I see each sites stylesheet for example?
The Snippet you linked me to about linking the FPs, I’m not sure I fully understand it. If I’m linking to one of my other sites (so not a ‘page’ but the home page of that site) what does the ‘page id’ become?
//page id => 'Custom link' 2 => 'http://www.my-custom-url-one.com', 9 => 'http://www.my-custom-url-two.com'Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesOk.. I’m still leaning towards the subfolders style purely for aesthetic reasons. I think I’ll try multisites on a personal domain I own (is it (relatively) easy to reverse?) before trying for this project as it’s a new website for a Charity I work for.
Although as the site is homesite.org.uk/wordpress – will the subfolders be homesite.org.uk/site1 or homesite.org.uk/wordpress/site 1?
And once I replace the existing site and move the wordpress to homesite.org.uk – will the multi-sites automatically follow suit? Or is that something I’d have to change manually?By the way I appreciate you taking the time to help me with this. I understand you’re by no means an expert in multisites yourself so sorry for all the questions!
Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesThanks. I’ve read you can set up the sub-domains as homesite.com/site1, homesite.com/site 2 etc, which has swayed me to try multisites.
Now I’m wondering how the Featured Pages would work. I’ve got 4 FP’s on my homepage, each would be a link to one of the sub-domains. In the Customizr settings you can choose the FP’s to link to a Page.. how would I link to the sub-domain? Also the images.. they’re set by adding the featured image on a Page.. If it’s linking to a sub-domain, not a Page, how would I get images to show?
Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesA question: The wordpress site is currently located at homesite.org.uk/wordpress/ with another non-wordpress site at homesite.org.uk
When the wordpress site is complete I’ll move it to replace the existing site.
Will the multisite function work yet? Or should I wait until I’ve overwritten the existing site?
—
Either way I think I might look into trying what I was doing before..
RE the Snippet you’ve linked to.. I’ve found various similar ones but the main trouble I’m having (with my limited coding knowledge) is changing the code to my exact needs. I can register extra menus but I can’t find a way to use a certain menu only on certain pages. That’s where I’m stuck.
Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesThanks for the reply. I’ll look into the multisite. Sounds interesting and could be perfect for the website I need this for actually.
I’ll post back here should I need any other help. Thanks again.
Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesI’m still trying to do this..
If anybody could help it would be much appreciated..
Forum: Themes and Templates
In reply to: [Customizr] Different menus on different pagesThanks. Thought it was that.
Which brings me to the next question – Which bit am I replacing?
Following the step in the above link –
step 2,change where the menu is referenced:
<?php if( is_page() && get_post_meta( $post->ID, 'page_menu', true )!='' ){ global $post; $menu_id = get_post_meta( $post->ID, 'page_menu', true ); wp_nav_menu( array( 'container_class' => 'menu-header', 'menu' => $menu_id ) ); }else{ //default menu wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); } ?>That’s the code I need to input. What do I need that to replace?
Forum: Themes and Templates
In reply to: Read More tag in Pages not workingAh, I see.
Thanks.
Forum: Themes and Templates
In reply to: Read More tag in Pages not workingI’d like the rest of the text revealed on the same page. I’ve just used the default <!–more–> tag from the Page content editor but it’s not working.