Allen Moore
Forum Replies Created
-
Forum: Plugins
In reply to: Changing Permalinks for Default Post type to reflect navigationHey unwrittendevin,
To do this Navigate to Settings>Permalinks from the Dashboard. The choose “Custom Structure”. Enter /news-events/current-events/ in the blank field next to the option. Then click “Save Changes”.
This should work. If this does work, please mark this post as resolved.
Forum: Plugins
In reply to: Save new thumbnails / Crop thumnailsHey dothedance,
Are you utilizing utilizing theme support for post-thumbnails in your theme? You could create multiple thumbnail sizes and then call theme in the proper location.
Check out the Codex for more info: https://codex.www.ads-software.com/Post_Thumbnails
WPLift.com has a great tutorial on this also: https://wplift.com/different-size-post-thumbnails-in-your-wordpress-themes
Forum: Plugins
In reply to: [Theme My Login] Theme My Login and Minify – css and js loaded twiceHey iltdevunit,
I was able to reproduce your error partially. Javascript links were being reproduced only on the wp-login.php page. I did not see any CSS replication. This issue was not occurring on other pages.
Here was my process:
- Activated the “Theme My Login” plugin
- Logged out and checked source of wp-login.php. No replication was found.
- Logged back in.
- Activated “Better WordPress Minify.
- Logged out and checked source of wp-login.php. Replication of JS was found
- Logged back in. Deactivated “Better WordPress Minify”
- Logged out again and checked source of wp-login.php. No replication was found
So this seems to be an issue with Better WordPress Minify.
The developer of this plugin seems to be pretty good about responding to posts on https://www.ads-software.com/support/plugin/bwp-minify. I would post there. I would also reference this post so that the developer can see the progress so far.
Forum: Plugins
In reply to: [Theme My Login] Theme My Login and Minify – css and js loaded twiceHey iltdevunit,
I’ll try these two plugins out in my local dev environment and see what the outcome is. I’ll post back.
Forum: Plugins
In reply to: [Theme My Login] Theme My Login and Minify – css and js loaded twiceHey iltdevunit,
It would be hard to see exactly what is happening without seeing what is happening with the code. This theme is also a premium theme, so that makes it even harder.
Can you paste the code you are seeing on the live site from <head> to </head> so we can see the outcome?
Also, check your them in the <head> to see if
<?php wp_head(); ?>
is listed more than once.Forum: Plugins
In reply to: Automated Plugin to Pin Blog PostsHey YogitaAggarwal
When you say “pinned”, are you asking about having them pinned to Pinterest?
Forum: Themes and Templates
In reply to: ThemesHey brubenne,
Is this an error you receive with all themes or just one in particular? If this is all themes, that would seem to be an issue with your computer. Have you tried this on another computer?
Forum: Plugins
In reply to: [Theme My Login] Theme My Login and Minify – css and js loaded twiceHey iltdevunit,
Can you provide a link to your site?
Forum: Plugins
In reply to: Best plugin for social media sharing?Hey TinRoof,
Could you mark this as resolved?
Thank you!
Forum: Fixing WordPress
In reply to: Changing URL from the databaseHey Stanley9191,
Do you have phpMyAdmin access through a hosting Admin Panel?
If so, I would make an attempt to change these in the database.
To do so, locate your database, then follow the directions on https://codex.www.ads-software.com/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database
I would remove the options you changed in the wp-config.php file also.
Forum: Fixing WordPress
In reply to: Changing URL from the databaseHey Stanley9191,
FTP is not available? Changing those two particular options in the database should not cause issues with your FTP access.
What is the url?
Forum: Fixing WordPress
In reply to: Sitenot showing on Google or AskHey Raykoko,
Are you using any type of plugin for SEO on your site?
If not, maybe look into All In One SEO Pack by SemperFi or WordPress SEO by Yoast.
Forum: Themes and Templates
In reply to: Changing the font color of whole websiteHey paknot,
If you have access to edit your theme, you will need to add the following code style.css file:
body { color: #000; }
Forum: Networking WordPress
In reply to: Restrict access to sub-sites based on user roleHey Ebrithil,
By default, all users are given subscriber access to all sites. Check out the codex for this in regards to Multisite User Permissions: https://codex.www.ads-software.com/Multisite_Network_Administration. Particularly “User Access”.
This should shine some light for you.
Forum: Everything else WordPress
In reply to: ASP site and WPHey jlockerd,
As long as your hosting environment is able to run php, then you will have issues with either option.