Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)
  • 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,
    Maxwell

    Thread Starter maxwellmill

    (@maxwellmill)

    I 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

    Thread Starter maxwellmill

    (@maxwellmill)

    HI 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

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi 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 work

    Cheers
    Maxwell

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi 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

    Thread Starter maxwellmill

    (@maxwellmill)

    Glad 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 widget

    I 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
    Maxwell

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi 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 6

    I 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 interferes

    One thing do you think 2 columns on an iPhone 6 in landscape will work??

    Cheers for now
    Maxwell

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi 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 Page

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi Again Stephen
    I found this code

    Where does it go in the frontend.js
    Remember I am a bit of a knob

    I 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
    Maxwell

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi 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

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi Stephen, what file am I looking to alter, could you point me in the right direction
    Cheers
    Maxwell

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi Stephen, is there a solution for the above design request from the owner???

    cheers
    Maxwell

    Thread Starter maxwellmill

    (@maxwellmill)

    Stephen, i figured out you could do this with a bit of Google Searching to align the Text to the top

    Cheers

    Maxwell

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi Stephen,
    I have achieved what I wanted at Events in side bar very nice

    Very 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 that

    Cheers

    Thread Starter maxwellmill

    (@maxwellmill)

    Hi 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

Viewing 15 replies - 1 through 15 (of 33 total)