jimmythet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] Mobile Menu on Desktophey that worked perfectly, thanks!
Forum: Fixing WordPress
In reply to: Survey plugin that displays all answers publiclyGoogle Surveys are getting better Google Surveys https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwilsMjh2JPSAhUCSSYKHXMtCnEQFggcMAA&url=https%3A%2F%2Fwww.google.com%2Fanalytics%2Fsurveys%2F&usg=AFQjCNFb7tQaASbtuDDc6N8wzNVZP5VfgQ
Or you can use contact form DB plugin to collect and post contents of custom form completions (ie FSContactForm).
stacking test achievements.
A user/member has to complete four tests for certification.
We display a list of tests and which is competed or not.
User can complete test 1, 2, 3, or 4 in any order.
If user completes test 2 & 4 how would I display this for that user?I’m working on a similar setup, with four different test levels with different views for each level. But no MailChimp.
So far so good. I’m wondering how to trigger a change in member level after completing a test correctly, and how to stack non-sequential tests into a member level of its own.
Are you doing this also?
Forum: Plugins
In reply to: [Testimonials Widget] widget not responsiveBoo-yah!
That functions.php deregister did it.Thanks man!
Forum: Fixing WordPress
In reply to: Changed functions.php and now can't log in or make any changesI think this is something more than a single theme’s functions.php
There’s nothing here at all:
https://arcturusastrology.com/wp-admin/Your whole WordPress installation is malfunctioning, which could be any number of things.
I recommend working with your host, or find a better one.
Forum: Fixing WordPress
In reply to: Changed functions.php and now can't log in or make any changesI agree – contact your host.
Do you know who is your host?
Forum: Fixing WordPress
In reply to: Changed functions.php and now can't log in or make any changesYou sure it’s the right functions.php file? There’s more than one.
Forum: Fixing WordPress
In reply to: Changed functions.php and now can't log in or make any changesDownload the theme to your desktop, unzip it and extract the original functions.php then upload it to your server to replace the messed up one.
Forum: Fixing WordPress
In reply to: Hide author page from search resultsCreate a robots.txt file, or use the Yoast SEO plugin to set “nocrawl,noindex” that specific page(s)
Also, register your site with Google Webmaster Tools and submit a sitemap, set crawl parameters, etc etc. (same with Bing Webmaster Tools)
Forum: Fixing WordPress
In reply to: Can't change permalink for love or moneyEmpty your posts Trash
Forum: Fixing WordPress
In reply to: Changed functions.php and now can't log in or make any changesDid you make a backup of functions.php before editing it? If so, did you restore it that way, or did you copy and paste?
Forum: Plugins
In reply to: [amr users] Hide Email Address for User Role?Hi Anmari – thanks for the help!
I also figured out (duh) that I could copy the list I wanted and omit the email field from that one! So I display one list with emails for the Administrators, and a separate list for the Contributors.
Excellent stuff!!!
Thanks again!
Forum: Fixing WordPress
In reply to: changed servers, now can't upload or editFigured this out. It was XSS security preventing admin edits because the site was in development at an IP address URL and not at the actual domain name of the site.
Forum: Fixing WordPress
In reply to: something keeps changing php file permissions to 600Figured this out. It was a server-side chron job.