Michael Kracke
Forum Replies Created
-
@champsupertramp If I deactivate UM then, I would be defeating the purpose of using UM to create custom roles
Here is a short video and screenshot of the capabilities assigned
Forum: Fixing WordPress
In reply to: Would like to change landing page: No front page display optionsAnytime a weird issue like this arises it is usually an update to a plugin/theme that is the culprit. On a side note, are you running the most current version of WordPress?
One thing to do is to deactivate your plugins 1-by-1 and see if the issue is resolved. This way if a plugin is causing the issue, you will immediately know which one and can begin troubleshooting from there.
Forum: Fixing WordPress
In reply to: Would like to change landing page: No front page display optionsAre you using a custom theme or any custom plugins? If so, try installing them on a blank site and see if the same issue arises.
Forum: Fixing WordPress
In reply to: Changing Widget Titile ColourAt the most basic level, those would probably be found under the CSS class of “widget-title”. So you could start with something like
.widget-title, .ilovewp-post .more-link, .ilovewp-post .more-link:hover { background-color: #ffffff; color: #000000; }.ilovewp-post .more-link:hover { text-decoration: underline; }This should turn the box with and the text black. You may need to do more styling to make it look how you want. As far as the Continue Reading button goes, make sure you watch out for that hover.
Hopefully this helps
PS I found the CSS class by using Google Chrome, right clicking the object and clicking Inspect….
Ah.. you beat me
- This reply was modified 8 years, 10 months ago by Michael Kracke.
Forum: Fixing WordPress
In reply to: Can’t change permalink in wordpress pagesThe main reason this is happening is because WordPress thinks that those URLs already exist. You need to make sure that the previous pages are not using that permalink. It could potentially live in drafts, or trash. Once you have confirmed the previous page no longer exists, I would reset your permalinks. You can do this by changing Permalinks back to plain, and save, then change back again to Post Name and finally save a 2nd time.
If you’re still having this issue then there is most likely and issue where the copy of the page lives in the databases, but isn’t showing on the site. Usually a quick search through PHPMyAdmin helps with that.
Forum: Fixing WordPress
In reply to: Would like to change landing page: No front page display optionsIn order to change the front page, you need to go to the Customizer -> Static Front Page. Here you can create or set an already created page to be your front page.
Unless there is any specific reason otherwise, I would set your Permalinks to Post Name. It is just an easier URL for both you and your users.
Forum: Fixing WordPress
In reply to: restrict menu admin area by users loggedYou can do this with the Nav Menu Roles Plugin.
Of course there are other ways, this is just my recommendation
Forum: Fixing WordPress
In reply to: Admin panelWhat kind of user are we talking about? Do you mean a specific person, then you can do it by going to that users profile.
If you mean for a group of users, than you can do so with either a plugin like Remove Dashboard Access or by adding code to your functions.php.
In any case here is a good overall walk through on the various ways to disable the Dashboard https://premium.wpmudev.org/blog/limit-access-to-your-wordpress-dashboard/
Forum: Fixing WordPress
In reply to: Page not refreshing properlyThis does sound like a caching issue. Even with w3 Cache installed, you still need to tell it to clear the cache as well as clearing the browser cache. One thing to do is go to Google Chrome and try (CTR + SHIFT + R) this will force Google to do a hard reset, and will flush the cache for that page. If the problem still exists then you know it is most likely a server cache issue (w3 Cache).
Forum: Fixing WordPress
In reply to: Error Upload imagesNext set would be to turn on debugging in your wp-config.php file. By default this is set to false.
This can be found towards the bottom of the file just change define(‘WP_DEBUG’, false); to true.
Then try to upload a photo. This should give you a more descriptive error message
Forum: Fixing WordPress
In reply to: Error Upload imagesOnce logged in to FileZilla, find the root of your web directory and right click on wp-content. There at the bottom of the popup you will be able to edit the file permissions. They should be 755 for directories and 644 for files (sometimes you will see 775,664, but not likely)
Here is what WordPress has to say about file permissions
https://codex.wordpress.org/Hardening_WordPress- This reply was modified 9 years, 3 months ago by Michael Kracke. Reason: speeling
Forum: Fixing WordPress
In reply to: Error Upload imagesDo you have FTP access? What about cPanel?
Forum: Fixing WordPress
In reply to: Error Upload imagesHave you checked the permissions of the wp-content and/or the wp-content/uploads folders? It could be that WordPress doesn’t have permission to save the file there.
Forum: Fixing WordPress
In reply to: Error when deactivating pluginMy apologies, I miss-read your post. That does make is tricky if you are gambling with losing a licence key.
Have you tried to contact support for the Revolution Slider? https://www.themepunch.com/support-center/