TABLET VIEW PROBLEMS and inefficient technical support

22 views
Skip to first unread message

Daniel Fernández Longueira

unread,
Feb 11, 2014, 5:57:24 PM2/11/14
to myev...@googlegroups.com
The full calendar widget of my home fails when you see it from a tablet. Events don´t display correctly, events appear cut and months have less days than they should.

When, in a computer, I shrink the window of my browser to a "tablet size" it happens the same. Chrome, safari. The appearance with firefox seems right in my computer (I haven´t tryed this browser in a tablet). I attach screenshot.

I have tryed throw several inter mail (paid support) to fix it, however most of the time what I have was silence, and when I had replies, not within 24h, it seemmed the other person aboided the issue, several times.

It´s a pitty that the good work made with the pluging goes to the bin for a lack of attention. I would had been happy with a "ok, I´m aware of that and I´ll work on it", but not silence.

I don´t know if other users have the same problem. Check the view in our tablet.

Thanks, and I hope the provider help us to solve the problem.
Captura de pantalla 2014-02-11 a la(s) 23.33.30.png
Message has been deleted

Daniel Fernández Longueira

unread,
Feb 11, 2014, 6:06:04 PM2/11/14
to myev...@googlegroups.com
I also have lot of problems with the social buttons view
Captura de pantalla 2014-02-12 a la(s) 00.01.17.png

Daniel Fernández Longueira

unread,
Feb 12, 2014, 5:44:37 AM2/12/14
to myev...@googlegroups.com
My page is not open to the public yet and I have an htcacces pasword to see the web. Although this codes only give acces to the public view, i would prefer send them by a non public channel.

Please, ask me the codes throw my email, for example.

You had already had acces to it several times throw intern comunication, however yesterday I couldn´t contact with u anymore and I hadn´t cancel de paypal payment. Don´t know what was the reason. At the moment I feel like I have paid one week premium support but any advise/support was provided.

Thanks.


El martes, 11 de febrero de 2014 23:57:24 UTC+1, Daniel Fernández Longueira escribió:

Michael Gamble

unread,
Feb 12, 2014, 9:36:10 AM2/12/14
to myev...@googlegroups.com
Daniel,

I see the issue.

Your theme is giving the sidebar that the Eventon Calendar in a Column-Count of "2" columns, so it is trying to split the eventon widget into (2) columns, which it should not be doing.

I changed the value of the Column count to "1" as seen below: in your "style.css on line # 2764 from:

.sidebar {
  1. width640px;
  2. -moz-column-count2;
  3. -moz-column-gap20px;
  4. -webkit-column-count2;
  5. -webkit-column-gap20px;
  6. column-count2;
  7. column-gap20px;
}

to give the column counts a value of "1" like below:


.sidebar {
  1. -moz-column-count1;
  2. -moz-column-gap20px;
  3. -webkit-column-count1;
  4. -webkit-column-gap20px;
  5. column-count1;
}

Now please understand, if you cahnge this CSS to what i edited, the other columns in your sidebar may show full width when viewing the site in this size too.

Please try to alter your stylesheet and see if this helps.

This should display the eventon calendar perfectly,

Regards,
Mike

Michael Gamble

unread,
Feb 13, 2014, 11:39:57 AM2/13/14
to myev...@googlegroups.com
Hey Dani,

Let's try to get this knocked out for you:


Line #3021 in your style.css change to:

#footer .footer-widgets.sidebar {
  1. width100%;
  2. -moz-column-count1;
  3. -moz-column-gap10px;
  4. -webkit-column-count1;
  5. -webkit-column-gap10px;
  6. column-count1;
  7. column-gap10px;
}



Then, line #3032 change to:

#footer .widget.sidebar .widget {
  1. max-width100%;
}



Then ADD THIS right after line #3032:

.eventon_fullcal {
  1. padding10px 0;
  2. overflowhidden;
  3. width100% !important;
  4. positionrelative;
}




Hope this makes sense.



To make the Little calendar tool tip show, make the change to your style.css to line # 1788 to: (overflow:visible)

.sidebar .widget {
  1. margin-bottom30px;
  2. overflowvisible;
}



Let me know if you need anything else!

Cheers,
Mike




--
You received this message because you are subscribed to the Google Groups "myEventON" group.
To unsubscribe from this group and stop receiving emails from it, send an email to myeventon+...@googlegroups.com.
To post to this group, send email to myev...@googlegroups.com.
Visit this group at http://groups.google.com/group/myeventon.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages