Mik
Forum Replies Created
-
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Possible Bug?Hey Ben,
For the first error, I discovered that if I’m a ‘guest’ (logged out), the error doesn’t appear. I also created a test user and logged in, and the error did not appear.
I do utilize W3 Total Cache but neither Database Cache or Object Cache are enabled.
If I send a test e-mail, it shows the same name of the donor linked to the e-mail address from the first error.
Forum: Themes and Templates
In reply to: [OceanWP] Disable Google Fonts / Font AwesomeI found the setting I needed in Customizer.
Forum: Themes and Templates
In reply to: [OceanWP] YouTube Videos Bottom Cut OffThe problem has been resolved using a YouTube Plugin on the WP Repository.
Forum: Themes and Templates
In reply to: [OceanWP] YouTube Videos Bottom Cut OffI just found that the videos look normal if the Content Width is reduced to about 35%. However, it makes the text look squished. Is there another way to solve this problem?
Forum: Themes and Templates
In reply to: [OceanWP] Ajax Search Placeholder Text ColorThanks! It worked.
Forum: Plugins
In reply to: [Sermon Manager] Sermons Stacked on Top of Each OtherSent via e-mail.
Forum: Fixing WordPress
In reply to: Some pages no longer loading after updateI was able to get the About, Blog, and Contact page to load with all content/images. I’m just not able to see the content on the Home page.
Does your theme utilize a Page Builder? If so, can you try disabling it and see what happens?
Forum: Fixing WordPress
In reply to: Think i got hackedHey Alan,
What you need to do is access phpMyAdmin via cPanel, edit the options table, create a new admin user from there and log into your site. After you’ve logged in, change your account passwords and install Wordfence.
You can reference this article for how to edit the options table in phPMyAdmin: https://www.inmotionhosting.com/support/edu/wordpress/333-add-admin-via-mysql
Let me know if that helps.
Forum: Fixing WordPress
In reply to: Help with restoring a non functioning websiteThe main website works for me and the WP Admin page worked. Were you still experiencing this issue?
If you are, I’d recommend re-uploading a fresh copy of the wp-includes folder from www.ads-software.com.
Forum: Fixing WordPress
In reply to: .htaccess file Help?What happens when you try to load your website with the new .htaccess?
Also, it may be related to a plugin, so I’d recommend going into your wp-content folder and renaming the plugins folder to .plugins (with a period). Then try loading your website.
Forum: Fixing WordPress
In reply to: Changed site url to https:// site instead of https://Great!
You can go ahead and mark the status as resolved. ??
Forum: Fixing WordPress
In reply to: Help with posting pleaseTry searching the WordPress Plugin directory for custom ordering plugins. That was just an example to try.
You can also try changing the timestamp of the date published for each individual post.
Forum: Fixing WordPress
In reply to: Help with posting pleaseTry this plugin that will allow you to order your posts.
Plugin Title: Post Types Order
Link: https://www.ads-software.com/plugins/post-types-order/Forum: Fixing WordPress
In reply to: style.css edits no longer affect siteAre you utilizing a caching plugin? If you are, try clearing the cache. Also, try clearing the cache for your browser.
Forum: Fixing WordPress
In reply to: .htaccess file Help?I wasn’t aware it was a local installation.
Try rebuilding your .htacess file.
1. Open Notepad
2. Enter these lines of code:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
3. Move the old htacess file into another directory on your computer
4. Save the new htacess to your WordPress root folder as .htaccess
5. Try loading your website