Alex H
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Logo and Site TitleSorry – using twenty sixteen. url is modburyremembers.org.uk I would like to make the logo that is there wider but not sure if it will affect anything else
Tks
AForum: Fixing WordPress
In reply to: 2016 Content Bottom Widgettks – great
It was me, well partly away. I had mis-understood the terminology, I needed to set the status to Replace category, rather than Remove Category. I had assumed that it would remove the existing category, but I needed to replace the category.
working perfectly now
Thanks – that worked a treat. Sorry I was referring to the facility icons – not really images of course.
Thanks for your great help
Forum: Plugins
In reply to: [The Events Calendar] Recurring events not workingApologies, I was getting very frustrated and not thinking.
I had copied an email that I had sent to the team as I am unable to post in the PRO support forum due to an earlier and expired Licence Key. I received a response advising me to post in this forum.
Thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Font Size and Email linksthanks for speedy response
Hi
I have been developing this locally, but I’ll upload to our server and send you a link if I may
Thanks
Hi Thanks for your response, I am now confused.
My understanding was that in Events > Settings> Pages >Event Page > Display Event As I had to select a theme template page to use for the Single Event page.
However, when I select a template, in this case Right Sidebar, The event is not being displayed on this template page, and i therefore have no means of selecting a widget to display in the page sidebar.
I have tried to user your USING THEME TEMPLATES FOR EVENT AND LOCATION PAGES document, but with no luck. I am not sure what Body Class to use. I have also tried to create a single-event.php page but I imagine thatI am not editing it correctly.
Alex
Forum: Themes and Templates
In reply to: Force Main MenuThanks for your response and that would be a good idea. I tried to follow the tutorial and the first part went Ok and indeed my theme’s message about not supporting menus disappears.
My problem is that I don’t seem to be able to get the right point in header.php for inserting the <?php wp_nav_menu( array( ‘theme_location’ => ‘header-menu’ ) ); ?> line.
I am summing that it should go in this area:
<div id="navbar"> <div id="navbarleft"> <strong><ul id="nav"> <li><a>">Home</a></li> <?php wp_list_pages('title_li=&depth=2&sort_column=menu_order&exclude=147,149,162'); ?> </strong> </div> <? include_once("style.php"); ?> <div id="navbarright"> <a>"><img style="vertical-align:middle" src="<?php bloginfo('template_url'); ?>/images/rss.gif" alt="Subscribe to <?php bloginfo('name'); ?>" /></a><a>">News Feed</a> </div> </div>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code has now been permanently damaged by the forum’s parser.]
I have put in in place of the lines I have highlighted, but when i view the page, the menu is just listed vertically.
Forum: Themes and Templates
In reply to: Force Main MenuUpdate:
I have just seen that my theme does not natively support menus. IS there anyway to create top level null links?