stevebrickle

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Events coming up as free #928636
    stevebrickle
    Participant

    Now I understand why you are having an issue on the individual page and I am not…..

    Mu client had requested a slightly different layout on the individual page and so I had set-up a tribe-events folder in my theme folder and modified the single-event.php that I put in there.

    These modifications had removed the “grey” area, leaving the real cost showing only in the ticket form below

    However there is a second batch of code above which should remove the free label on the single-event page

    	
    .tribe-events-schedule .tribe-events-divider,
    .tribe-events-schedule .tribe-events-cost {
    display: none;
    }

    Did you employ that?

    Steve

    in reply to: Events coming up as free #928512
    stevebrickle
    Participant

    It’s working perfectly for me.

    Did you copy all of the code from above, it’s formatted badly

    <span class=”para_break”><i class=”copy_only”>`
    </i></span>.tribe-events-list .tribe-events-event-cost span {
    display: none;
    }

    <span class=”para_break”><i class=”copy_only”>`
    </i></span>`

    Did you make sure that there were no @media sections above your placement of that code@

    It’s working fine for me on the listing and the single event

    They will be back tomorrow

    in reply to: Events coming up as free #927395
    stevebrickle
    Participant

    It worked for me…make sure you add it in the main section of the css rather than towards the end. Lots of style sheets these days have the @media sections at the end. Adding it in those sections will have no effect on a normal screen. I am speaking from experience here as I added it at the end and could see no difference. I moved it to the main section and all was well

    in reply to: Events coming up as free #921230
    stevebrickle
    Participant

    Hi Josh,

    If you can’t recreate it, you are more than welcome to take a look at the innards of the site that I am having an issue with

    in reply to: Events coming up as free #920772
    stevebrickle
    Participant

    As I am not alone having this issue…..a little love and attention would not go adrift on this topic, getting hassled by client now

    in reply to: Events coming up as free #919952
    stevebrickle
    Participant

    I too am having the same issue. Prices show as Free on Events page but with the correct price on the individual page

    in reply to: Moving the ticket Box #498078
    stevebrickle
    Participant

    Hi Bazza,
    Many thanks (almost as fast as Shopp!!!)
    As usually happens with this stuff, client is indecisive!!. I will utilise your suggestion while the procrastination continues.
    Small place this web
    Steve

Viewing 7 posts - 1 through 7 (of 7 total)