Creatrix
Forum Replies Created
-
I though i’d found a way to do this, then it didn’t work.
I’ve made a single form that sits on the bottom of any post via the template function.
In the form I have a text field that, under Advanced Settings, i’ve selected the Post/Page Title as the default value.
On the front end I can see the form and see can also see that my text field has been pre-populated with the post title as the value.
Problem is, when I fill out the rest of the form and hit submit all the data i’ve manually submitted comes through but the field that is pre-populated with the value is blank.
Any one have any ideas why that may be happening?
Forum: Fixing WordPress
In reply to: I upgraded to Premium, but I can't contact supportWhat was upgraded to premium? The hosting?
You need to elaborate on what you mean by premium.
Forum: Themes and Templates
In reply to: submit theme 5 weeks without responseForum: Themes and Templates
In reply to: I want to remove month, date and year on postThere is no specific ID or class given to the date, so you’ll need to make a child theme, copy and edit single.php either adding a class manually so you can hide it via css or just deleting the code that is generating the date entirely.
If you just changed the domain, then you will still need to update all the links in the database as well, as they will still be set to your old domain.
You need to download this tool, upload it onto your server, then visit wherever you uploaded it e.g. mydomain.com/replace, then put in the old and new domains and hit live run. It will then replace all the old links in your database with the new domain name.
Forum: Fixing WordPress
In reply to: My pages are not showing upHave you tried editing the menu under Appearances > Menu?
Forum: Fixing WordPress
In reply to: Front-End Navigation IssuesForum: Fixing WordPress
In reply to: New site admin doesn't look correct in ChromeAh, that’s great. Thanks!
Forum: Fixing WordPress
In reply to: How long to wait for reply here?That doesn’t sound like something that WordPress does out of the box, so it is more likely to be specific to your site. Do you have a site URL so we can take a look?
Forum: Fixing WordPress
In reply to: blocking commentsDid you turn off comments from the settings panel?
If so you will need to go and disable comments for all you previous posts and pages, as comments will not have been turned of for these.
I think there’s a plugin that can do this for you though. Give it a Google.
Forum: Fixing WordPress
In reply to: Unable to log in to wp-adminWhat is the error message that she’s getting? Or is it just blank?
What is the site url?
Forum: Fixing WordPress
In reply to: Editing a theme (not footer)Have a look under Appearances > Widgets for a footer widget, where inside may be a recent pages widget or similar.
Forum: Fixing WordPress
In reply to: White screen of Death – tried everything possibleAlso are you using a caching plugin?
The file located at
/home/pphsfcom/public_html/demo/wp-content/advanced-cache.php)
isn’t bundled in with WordPress so i’d delete this as it seems to be causing problems.
Forum: Fixing WordPress
In reply to: White screen of Death – tried everything possibleI see you have re-uploaded the wp-admin folder, but have you tried doing this for wp-includes as well?
And also all of the files apart from wp-config.php that are in the root directory.
Get them from a fresh copy of wordpress then upload them.