Webb7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: turn off – Your comment is awaiting moderation.It should be here where you can change it > Dashboard – settings – discussion and then untick the “An administrator must always approve the comment” option. But beware spam may be posted on your blogs by doing this.
Forum: Fixing WordPress
In reply to: 'featured image' does not show the correct pictureChange the “/mms-600×240.jpg” to “/mss.jpg”?
Forum: Fixing WordPress
In reply to: Nice Code blocksAppearance – Background and change it there?
Or am I thinking this is too simple?Forum: Fixing WordPress
In reply to: Error in custom-header.php has broken my siteIf you re-upload it before you changed the code that should sort it.
Forum: Fixing WordPress
In reply to: Images are being uploaded – errorFor now I’d say try to use the img scr html code for it. It’s pretty simple to use.
Forum: Fixing WordPress
In reply to: Move the blog posts over on the Main navChange the page order number. It’s usually on the right hand side when you go to edit a page. There will be “Order” in bold and the menu will display 0 at the first of the list and work it’s way down. For you change the number on news&events to 5 and that should solve it.
In short: Edit news&events page and change the number under “order” to 5
Forum: Fixing WordPress
In reply to: How to add custom link on every pageYou could add a custom div tag in your footer and add the logos in there.
Forum: Fixing WordPress
In reply to: Move the blog posts over on the Main navAre you using a custom menu for this?
Forum: Fixing WordPress
In reply to: Images are being uploaded – errorDid you try and import the images like this:
<img src=”INSERT IMAG URL”>
Forum: Themes and Templates
In reply to: Sub-menu issueSolved by adding this to my CSS instead
ul.children {display: none;} .current_page_item ul.children, .current_page_parent ul.children {display: block;}
Forum: Fixing WordPress
In reply to: Hiding sub-menus unless parent is clickedI’m using a custom CSS.
Forum: Fixing WordPress
In reply to: Hiding sub-menus unless parent is clickedSolved all I had to do was add this:
.sub-menu { display: none; } .current_page_item .sub-menu, .current_page_parent .sub-menu { display: block; }
at the end of my CSS
Forum: Fixing WordPress
In reply to: Hiding sub-menus unless parent is clickedYeah I can do that however the page is still visible in the menu. I want it so that IP TV (and other sub pages) only appear when their parent page is clicked.
This is pretty much what I want:
Audio Visual Solutions
Meeting rooms and boardrooms
Digital signage
Collaborative Solutions
etc….But when I click onto digital signage then it will display the sub pages too such as:
Digital Signage
– IP TV
– Video Wall
– Common Space
Collaborative SolutionsForum: Fixing WordPress
In reply to: Hiding sub-menus unless parent is clickedYes, the IP TV is the one which I want to appear when digital signage is clicked and I haven’t tried it in the default theme.
Forum: Fixing WordPress
In reply to: Hiding sub-menus unless parent is clickedThe IP TV is the one I currently have visible but I want it to not be visible until you click on its parents page.