Fi Fi P
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Royal Sider editing css templatesYes
Forum: Themes and Templates
In reply to: Royal Sider editing css templatesI am using a child theme of twenty eleven
Forum: Fixing WordPress
In reply to: Faux ColumnsAs helpful as that suggestion is (being the first thing one does). I have managed to solve the problem and I will add my findings below for others who may find this useful:
Creating a full length Column
I wanted my sidebar menu on the left to fill the entire site from header to footer
1. – add a wrapper div just after the header and close just before the footer
.wrapper{
position: relative;
overflow: hidden;
}2. Make sure your sidebar is placed within the wrapper
.left-sidebar #secondary {
float: left;
margin-left: 0;
position: absolute;
left: 0;
top: 0px;
bottom: 0px;
}Thanks for that, I did have it set to no and updated to yes, but makes no difference
.jpg files but I want to set the sizes for the listing images and also the single event pics
Also, if I use the code below it does change the size but only the width, ignoring the height:
<img src=”#_EVENTIMAGEURL” width=”300″ height=”120″ border=”0″></br>
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] DuplicatingHi,
I remover Events Organiser to use Events Manager instead as I prefer the functionalityForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] DuplicatingHi,
I used Duplicator and removed a previous events module to be replaced with Events Manager but the single event won’t load at all and the image sizes #_EVENTIMAGE{145,90} doesn’t work as before. The image will appear if I remove the measurements but it just shows the text if left in.Yes
One of my events is a film called Ponyo and when I type that in the search it cannot find it?
Tags added to events? Is there a way around this as if you type in the name of an actor the search will find films so it must be searching through the text right?
Thanks for checking. My issue is that if you type in a tag for an event such as ‘Kids Shows’ nothing appears and I know that the event ‘Little Howard’s Big Show For Kids’ is tagged as a Kids Shows.
So it seems to only be searching in the categories?It should, I have double checked it on another machine, are you copying the Caps and spaces?
Hi Phil,
I am only searching words as the user would when using the site. We currently have a holding page up so I have added a link with a subscriber log in so you can take a look:https://www.eventssitesg.co.uk/wp-admin
Username: FionaP
Password: Test 123I just want users to be able to search for event tags, categories and also words in the events if possible like an actors name for example
Forum: Hacks
In reply to: JQuery TroubleI added:
function my_scripts_method() {
wp_enqueue_script(
‘custom-script’,
get_stylesheet_directory_uri() . ‘/js/tutorial.js’,
array( ‘jquery’ )
);
}but no change