forgotrafe
Forum Replies Created
-
Deleting my administrator account and recreating it fixed the problem.
Thanks @mihaiimagely
I am an administrator on the site.
Forum: Themes and Templates
In reply to: [Customizr] Remove slider from homepage on mobile deviceThanks, the second link taught me about @media which I didn’t know about.
The following did the trick:
@media (max-width: 1024px) { .section-slider { display: none; } }Thanks again.
Forum: Fixing WordPress
In reply to: Stop comments being left with same name as userCheers Chip.
Option 1 would work but only if people get the concept of Gravatars.
Seems a significant omission or error in the way comments are left. Thinking it through, you may also want a list of words that people can’t use as names such as “webmaster, site owner, administrator” etc. Otherwise it’s easy to leave a comment that the casual reader will think came from someone with some association with the site when actually it didn’t.
Agree with your comment re feedback, but the message could easily say “that name is not available, please chose another”.
Forum: Fixing WordPress
In reply to: Stop comments being left with same name as userWP can tell the difference because our Phil can log in.
So if you wanted to leave a message as “Phil” then you’d either have to log in or else WP would say “Sorry ‘Phil’ is the name of a registered user, either log-in and leave a comment or enter a different name”
Hope that makes sense.
Thanks!
I’m using
'dt_options' =>'"bJQueryUI": true, "bPaginate": false'but it still doesn’t work.
I’ve checked the page source generated but can’t see anything wrong in the way the settings are output
Maybe I’m not including a library?
Hi,
Thanks for the reply. That sort of works, but I don’t get the sortable columns?
Thanks again.