maxwellmill
Forum Replies Created
-
My experience with the Team at Realtyna LLC is nothing but perfect. The plugin WPL is easily the best one I have purchased ever, and I have bought about 50 over the years I have been a developer of WordPress based websites. The support is brilliant and the follow up is great.
The plugin speed up the development time by a huge factor.
My client loves his new website I have build just using The Base theme that is bundled with the WPL Pro version.
Regards,
MaxwellForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Press major problemI will just add my 10 cents worth to this thread. You need all plugins and WordPress to be on the current versions. I had one of my sites hacked with Trojans because some of the plugins were older. The result is the site is completely ruined and I had to take it down. Even the not active theme had the malware injected into them.
cheers
Maxwell
Forum: Plugins
In reply to: [Event Organiser] Colors of events don't workHI Stephen, my bad!!
I put %cat_color% in there and it returned to the screen the hex code for the category color in the event listing.So I took it back out
I must be missing something.We have multi events, I call them gigs and they are colored for the days that they are on Gig Guide
Chhers
Maxwell
Forum: Plugins
In reply to: [Event Organiser] Colors of events don't workHi Stephen
I use
`<div align=”center”><h4>Gigs Coming Up</h4></div>
[eo_events numberposts=6 showpastevents=false ]<a href=”%event_url%”title=”CLICK FOR GIG INFO”>%event_thumbnail%<strong>%event_title%</a> </strong><br/><strong>%start{jS M}{ g:i:a}%</strong><br>
<hr class=”hrgigs”/>
[/eo_events]%cat_color%I don’t seem to be able to get this to workCheers
MaxwellForum: Plugins
In reply to: [Event Organiser] PosterboardHi Stephen, about the poster board
You are close to what this hotel has done in my city
I have not started with the selling of the tickets yet but my client has asked for that at the next upgrade so I don’t know if the buy now button will appear on the posterboard.
I suspect it would not be too had to add some features like the site below.
So an age group tickets and the ability to add little icons, maybe this could be done by the tweaker like myself.Looking at this is similar
I think a lot of hotels and venues would like a posterboard feature
Forum: Plugins
In reply to: [Event Organiser] singe featured event with imageGlad to help
It took a few days to figure it all out
You can control most things if you find the CSS.
I have the Tisson WP Theme
I made a side bar and just added a text widgetI have a declared class for the HR to constrain it and a declared class for the drop shadow in my theme CSS
<hr class="hrgigs"/> <dropshadow> <div align="center"><h4>Gigs Coming Up</h4></div> [eo_events numberposts=6 showpastevents=false ]<a href="%event_url%"title="CLICK FOR GIG INFO">%event_thumbnail%<strong>%event_title%</a></strong><br/><strong>%start{jS M}{ g:i:a}%</strong><br> <hr class="hrgigs"/> [/eo_events]</dropshadow>=====================================page or theme css==================
On the page CSS you need to add a white border and control the image size.ngg-singlepic { border: 5px solid #FFFFFF; margin: 0 2px 2px 0; padding: 0; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: #787878 3px 3px 3px; -moz-box-shadow: #787878 3px 3px 3px; box-shadow: #787878 3px 3px 3px; } .widget-area { background: #a1a1a1; } .widget img { float: left; vertical-align:top; border: 3px solid #FFFFFF; margin: 0 7px 35px 0; height: auto; padding:1px; width:20%; -moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px; -webkit-box-shadow: #787878 3px 3px 3px;-moz-box-shadow: #787878 3px 3px 3px; box-shadow: #787878 3px 3px 3px; text-align: left; clear: left; } hr { border: 0; width: 80%; color: #f00; background-color: #f00; height: 3px; }Cheers
MaxwellForum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] CSS for iphone 6Hi Nate, thanks for the reply
Late last night I fixed the problem by taking out MY own CSS!! that was causing the problem as was showing the client.
Problem is fixed for now!!
I had a go at getting 2 columns in landscape on a iphone 6I will do as you suggested with the CSS move on attempt 2
When I recreated your file in my custom CSS it did not format as I expected, maybe the theme interferesOne thing do you think 2 columns on an iPhone 6 in landscape will work??
Cheers for now
MaxwellForum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] CSS for iphone 6Hi Nate, I had a go at that but got on better by editing your css
One problem
Can you send me the css to stop the price from wrapping on a samsung phone
I have it working ok on the iphone but can not stop the price going onto a second line
Menu PageForum: Plugins
In reply to: [Event Organiser] Current Month in LH Corner —>Next Month in MiddleHi Again Stephen
I found this codeWhere does it go in the frontend.js
Remember I am a bit of a knobI can’t tell where the calendar is initialised
$('#calendar').fullCalendar({ theme: false, header: { left: 'prev,next today', center: 'title', right: 'prevYear, nextYear' }, buttonText: { prevYear: parseInt(new Date().getFullYear(), 10) - 1, nextYear: parseInt(new Date().getFullYear(), 10) + 1 }, viewDisplay: function(view) { var d = $('#calendar').fullCalendar('getDate'); $(".fc-button-prevYear .fc-button-content").text(parseInt(d.getFullYear(), 10) - 1); $(".fc-button-nextYear .fc-button-content").text(parseInt(d.getFullYear(), 10) + 1); } });Thanks for your patience
MaxwellForum: Plugins
In reply to: [Event Organiser] Current Month in LH Corner —>Next Month in MiddleHi Stephen,
thanks for the prompt reply
I have just discovered you can minify code, and I see it takes all the formatting out and makes it hard to edit.I will see if I can get to this code a bit later in the week
Cheers for now
Maxwell
Forum: Plugins
In reply to: [Event Organiser] Current Month in LH Corner —>Next Month in MiddleHi Stephen, what file am I looking to alter, could you point me in the right direction
Cheers
MaxwellForum: Plugins
In reply to: [Event Organiser] Current Month in LH Corner —>Next Month in MiddleHi Stephen, is there a solution for the above design request from the owner???
cheers
MaxwellForum: Plugins
In reply to: [Event Organiser] Align event title to imageStephen, i figured out you could do this with a bit of Google Searching to align the Text to the top
Cheers
Maxwell
Forum: Plugins
In reply to: [Event Organiser] singe featured event with imageHi Stephen,
I have achieved what I wanted at Events in side bar very niceVery pleased with how this has come up, thanks for your programming.
All that is left is the Prev Next month question for the main calendar, and the tool tip issue which i can’t solve.
There is another thread for thatCheers
Forum: Plugins
In reply to: [Event Organiser] Tool Tips not displayedHi Stephen, I upgraded the theme today to the latest version but still no tool tip. Could you have another look and advise if it is the same problem still and what I need to do if possible. Many thanks Regards Maxwell