deeekie
Forum Replies Created
-
Forum: Plugins
In reply to: [Asgaros Forum] Forums posting multiple timesThat’s great thanks, I didn’t even notice but almost immediately someone pointed it out to me. Some people just don’t like change unfortunately.
Forum: Plugins
In reply to: [Asgaros Forum] Forums posting multiple timesAlso is there no way to move latest activity to the top? Even though someone has replied to the topic it might be hidden away. As I said before this is kind of annoying for some of my older users who rely on easy access to current fixtures and results. Thanks
Forum: Plugins
In reply to: [Asgaros Forum] Forums posting multiple timesHi, Yes I guess we can work with this instead. Is there a way to speed replies up? Some users were suggesting that it would take almost 3 hours to appear on the homepage. My initial thought was it is there phone/computer and clearing cache etc will work. This did work for some but not all. Saying this my experience has been fine so not sure if this is an asgaros problem at all.
Forum: Plugins
In reply to: [Asgaros Forum] Forums posting multiple timesWhat do you mean fit my needs? Is there an option to have both? A lot of users look at posts for tournaments by clicking on the homepage rather than going into the forums. If it is filled up with posts on one topic then the tournaments gets pushed to the bottom unless I display 20-30 etc posts which is too much. Is there a way around this?
Thanks
Hi, sorry for the late response but only just seen a reply. To fix it I had to check the “use HTML” for emails box. This was making it only display the text rather than a link.
Thanks
Hi thanks for the response,
I have tried various maintenance mode plugins and removed them to try and fix this but it doesn’t seem to work. I have also tried what you suggested by clearing the cache. I use the w3 total cache plugin for this but it also didn’t work. Any ideas?
Thanks
- This reply was modified 6 years, 9 months ago by deeekie.
Sadly not, Tried looking everywhere online for solution as don’t appear to be getting a response here. Thought they would be quick to respond since the plugin is one of the most popular on WordPress.
Forum: Fixing WordPress
In reply to: Plugin errorThank you for your help, The reason I thought this was the case as my hosting company said I had been hacked but I take it they are trying to make a quick buck off of me then? Even still is this caused by out of date plugin or what was the reason? Just so I know for next time or will I need to by malware security removal anyway?
Thank you again
Forum: Plugins
In reply to: [Asgaros Forum] Latest forum posts to appear on homepageHi,
Any idea when you would be back? HTML and CSS is about my limit of coding. When it gets into PHP and JavaScript I start getting lost. Happy to leave it as it is now in the meantime as it actually looks ok on mobile devices but would probably need changed later on.
Thanks
Forum: Plugins
In reply to: [Asgaros Forum] Latest forum posts to appear on homepageHi,
Sorry be a pain, That is working very well but is there an easy way to style this so it looks like the one before. If you check out the link here https://aberdeensnooker.cmlwebdesign.com/ and scroll down a little you will see forum posts presented in a neat table. My styling is a bit all over shop. Is there an easy way to try style this like a table of the top 10 instead of each one just been separated by a line like mine currently is below?
Thanks again
Forum: Plugins
In reply to: [Asgaros Forum] Latest forum posts to appear on homepageHi,
I am not sure how to do this as it only gives me option to place it in the side bar. I want the top 10 forum posts to appear on the homepage just above the social media feed. When someone posts in the forums that topic will go to the top of the page. This is purely for easy access rather than going onto forums and clicking the topic you want to post in.
Thanks for help
Forum: Plugins
In reply to: [Asgaros Forum] guest spammer posted without permissionHi,
Thanks for that but the version I have installed is 1.5.9 and says this is the latest version already installed. Is this correct? and so far nothing new from spammers yet but will reply if it happens again. Thanks
Hi thats great thanks,
What about selecting an individual box to colour? if you look at this page
https://www.aberdeensnooker.com/hall-of-fame/ and scroll down looking at the right where is says “Ian Wallace Doubles”Would I then just add
.tablepress-id-7 thead th,
.column-7 {
background-color: yellow;
}Hi, That solved it thanks.
Im now trying to change each table as I want by adding the id like so
.tablepress-id-1,
.row-1 {
color: yellow;
}I want only the first row with rank, name, north of scotland etc as you can see below to be yellow and bold
https://www.aberdeensnooker.com/rankings/however it is making the whole table yellow on this page and on the rest of the pages it has my my first row yellow for some reason. See below for example
https://www.aberdeensnooker.com/hall-of-fame/
Although this is kind of what I want on the hall of fame page anyway but it seems the individual id is not only effecting that table or have I missed something in the code?
Thanks again for your help
Im fairly new to wordpress so trying to learn about the tables is even more confusing for me so apologies for not quite understanding. I know the css has worked as when I click preview it shows me what I have done however it is displaying this message
“This is a preview of your table. Because of CSS styling in your theme, the table might look different on your page! The features of the DataTables JavaScript library are also not available or visible in this preview!”
So on preview it shows it in each cell like I wanted however it is not taking effect on the website?