hikertommy
Forum Replies Created
-
Self inflicted. Dived into the code and noticed the error gets thrown if unclosed calculation. Went to front end form, calculations and noticed there was an empty calculation saved which was triggering the error. Deleted it and all good.
+1 Getting this error with a URL redirect
Forum: Plugins
In reply to: [Participants Database] Improve SEO for single record pageGetting to grips with it now. Is there anyway to hide some of the columns for mobile viewing? I tried via CSS but could only remove the column header and not the content:
Database is at: https://basedaq.com/smart-technology-databases/smart-home-database-basedaq-smarthome/
So basically when the screen is small and it starts to cut off, whats the CSS code to hide some of the columns?
I tried the responsive version but its very messy in my theme so editing the full version seems a potentially easier route for me.
Forum: Plugins
In reply to: [Participants Database] Improve SEO for single record pageI was unaware of that Xanu.
Its because I have an instance of the plugin from an old project which is still active. I pasted a direct record URL into google but it yielded 0 results. The site has been active for over a year. I suppose the records don’t show in a XML sitemap?
Forum: Plugins
In reply to: [Participants Database] Improve SEO for single record pageFirst off, thank you Xnau for a brilliant plugin.
I am currently using the Participants database to build a product based database.
In this instance, I’m under the impression that the information is simply displayed upon request to the user and that there are no “record pages” which are actually created.
Is there a way of getting the single records to become actual linkable pages so that they could be indexed by the search engines?
Kind Regards.
Forum: Themes and Templates
In reply to: What is going on with this CSS?Yup all sorted now ??
Much appreciated.
Forum: Themes and Templates
In reply to: What is going on with this CSS?I actually don’t believe this but I set the CSS colour myself. Its an option for my theme. I can’t believe I have been going mental for the last few hours.
Anyway, much appreciated for the help and the custom css pointer.
Forum: Themes and Templates
In reply to: What is going on with this CSS?Managed to sort the image url css using the custom css module so much appreciated for that.
The css color issue on the twitter module isn’t as easy.
The code is
a { color: #2e2e2e; } a:hover { color: #2e2e2e; }
However putting that into the custom css module and setting it to #ffffff changes the colour of links in the actual wordpress admin area however no change on the twitter module. Would love to know what file its obtaining the matched css from.
Forum: Themes and Templates
In reply to: What is going on with this CSS?Yup I knew that was the part. I was trying to gather where its actually calling the CSS from, I can’t find the actual file in my directory.
Thanks for the custom plugin, I shall give that a go and hopefully override it.
Forum: Themes and Templates
In reply to: What is going on with this CSS?At the bottom, the twitter module. The links are coming up #2e2e2e which clashes with footer colour so going to make it a web safe gray.
The second part is where the Brands module is. Along the line to right you can see its cut off just before the end. This is because there is actually a slider with nav buttons but for some reason its calling no url for the background image.
Forum: Themes and Templates
In reply to: What is going on with this CSS?Did you get it ok?
Forum: Themes and Templates
In reply to: What is going on with this CSS?I have sent it to you through the contact page on your website.
Forum: Themes and Templates
In reply to: What is going on with this CSS?Thats what I am using and what the images are generated from.
Viewing source and the line related shows me exactly what I am trying to change
a { color: #2e2e2e; } a:hover { color: #2e2e2e; }
The only problem is, there is absolutly no reference anywhere above or below that as to where its actually coming from.
Forum: Themes and Templates
In reply to: What is going on with this CSS?Ah ok. So the CSS is called from another file which is loaded on the page when generated. The inspector see’s what is generated and not the original CSS file.
In that case, is there a regular place in wordpress file structure that plugin CSS are kept? I went through this the other day but had no avail.
Also, is it possible the CSS is being called externally if its a twitter plugin for example? Does that ever happen in wordpress?
Dan
Forum: Themes and Templates
In reply to: What is going on with this CSS?Ok.
I was just wondering if there would be some sort of answer to the images attached regarding the CSS sheet it would be using?
i.e if the CSS is reading as coming from example.com:287 (so line 287 on example.com) it must be coming from a location on my server. Im after any pointers in where to look so I can just change the color and put an image in for a background. Would have thought it could be overidden somehow or something.
Dan