VisTech Admin
Forum Replies Created
-
Still nothing. Yeah sure, here’s the link: https://photos.google.com/search/_tra_/photo/AF1QipPe-Mo9m1986wK2HqXSLfkEzb8EU-M33OMWwUPd
I’ll try the theme’s CSS section instead of Form Maker’s.
EDIT: Nope, just tried all possible solutions you’ve given in the theme’s CSS section and instead of removing anything it has no effect at all.
- This reply was modified 6 years, 11 months ago by VisTech Admin.
No, unfortunately it still removes everything else. The only thing that stays is the percentage bar.
Forum: Plugins
In reply to: [IgniteUp - Coming Soon and Maintenance Mode] Plugin isn't workingNope, still doesn’t work after that. I’ve tested it in multiple browsers and all don’t go to the plugin page.
Forum: Plugins
In reply to: [IgniteUp - Coming Soon and Maintenance Mode] Plugin isn't workingI just emailed you guys but I’m about to re install it. I remember the internet went little after it finished but that may have done something to it, not sure. I’ll check back.
Oh okay thank you. If the problem is still there within a day or two would there be anything you’d advise?
I don’t have WP Super Cache. If you type into google ‘vistech studios’ it still has ‘coming soon!’ with the information below it instead of the actual company name and info.
I’m still having trouble with it. I don’t know how to delete the cache for this plugin. I’ve tried deleting it, I’ve looked in wp-content, I can’t find anything that can help.
Forum: Fixing WordPress
In reply to: I can't get rid of commentsI’ve fixed the solution! I didn’t know it but for those who also have this problem in any theme. If you edit each page individually and at the top right there’s a drop down button called ‘Screen Options’. Click that, then click discussion. If you scroll down, a little menu will appear. Uncheck the ‘Allow comments’ button and the ‘Allow track back’. I don’t know what the last one does but I did it anyway. ??
Forum: Themes and Templates
In reply to: [Spacious] The words "page contents" show up & "My title" issueThanks for the tip. I always make sure I have the code I’ve changed in a folder with the location incase something does happen anyway. Thanks for the input though! Will look into this child theme method. ??
Forum: Themes and Templates
In reply to: [Spacious] The words "page contents" show up & "My title" issueNOTE: I have resolved the issues. For those who run into this problem here’s a solution. Go to Appearance>Editor>header.php – and locate the word “my title” or whatever it is showing up. You should see code like this:
<html <?php language_attributes(); ?>>
<head>
<html>
<head>
<title> My title </title>
</head>
<body>
page contents
</body>
</html>Just change where is says “My title” and get rid of “page contents” and it should work!