JLCollier2005
Forum Replies Created
-
Forum: Plugins
In reply to: [Divi Module Shortcode] Plugin needs an update…Hi Kleenex, I’m not the dev of this plugin, but what you’re talking about with the map module/circle counter/tabs is unfortunately a limitation of Divi, not this plugin. Some modules just refuse to work correctly within Tabs, Accordions, or Toggles.
I hope Divi can somehow fix this so that it works, but the simple fact they don’t have this feature built in makes me think it’s not going to happen.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Problem with new fieldsHello Harish, thanks for the reply.
The problem is still persisting. I’ll include screenshots of both mailchimp and the forum plugin page below, maybe I’m doing something wrong on one of the two.
As you can see, none of my List Fields nor groups are appearing in the plugin. I have tried to delete the api key and reestablish connection as well as uninstall the plugin and reinstall it with no luck.
Hello there, Cecilia
I had this same concern when I first installed the plugin, but found out these numbers represent the related score and are only displayed to those who are logged in.
In other words, if you’re not logged (i.e. all of your viewers) will not see the number.
Forum: Networking WordPress
In reply to: Copy/Duplicate websiteThanks again, everything is working great!
I will note that something weird is happening in that even new posts on aws.jeremycollier.com are appearing in the jetpack statistics for jeremycollier.com. The post itself isn’t on there, only the statistics! I’m guessing it has something to do with cloning the website, it’s not really an issue, Just thought I’d share.
Forum: Networking WordPress
In reply to: Copy/Duplicate websiteThank you so much! Between the links you’ve provided me and that plugin, I got things working. I still have a few pages to add, but almost all my pages except for the root are being redirected!
I actually think I learned enough to edit the htaccess manually, but I’ll probably stick to using the plugin.
The regex stuff is just…well crazy, but so powerful! Have you personally used that plugin?
One last question. The basic format for my redirects that I’m using is
/blog/(.*) => https://aws.jeremycollier.com/blog/$1
It seems to be working perfectly. Is there anything I should know about this? any potential dangers? I have included redirects for my other sub directories in the same format also, which leaves the single page at jeremycollier.com open.
Forum: Networking WordPress
In reply to: Copy/Duplicate websiteThanks again, Mika! It’ll probably be the weekend before I am able to look over that link and try it out. I’ll post on here with whatever I come up with.
Is there any other way than htaccess to forward a wordpress page? like a plugin or something? I found one that promises to do it all, but costs and I’m not really in the market to pay for anything right now.
Forum: Networking WordPress
In reply to: Copy/Duplicate websiteSince I can’t edit my last post, I’ll just update here.
I’ve been messing with the htaccess file and ran into a roadblock.
Question 1: Can I have multiple redirect lines within a htaccess? My webpage consists of 5 main pages (/, /blog, /writing-portfolio, /contact, and /podcast) and I need all but the root to redirect. So theoretically, can I add multiple Redirect 301’s for each of them?
Question 2: I tried to do “Redirect 301 /blog https://aws.jeremycollier.com/blog” but all of a sudden I could not access either of the /blog pages and they just redirected to the root. What am I doing wrong? It seems like edits for the htaccess doesn’t take effect right away, so each time I change the line, I have to wait a while to see how it changed things.
I currently commented out the redirect because it basically made my blog posts inaccessible because of what I mentioned above. If it makes a difference, I am using GoDaddy and the built in file manager.
Forum: Networking WordPress
In reply to: Copy/Duplicate websiteOK, so I’ve got the site transferred (currently untransferred it temporarily)
jeremycollier.com
to
aws.jeremycollier.comNow I have a question about editing the htaccess as I have no experience with this.
What I’d like most is to have jeremycollier.com/blog and all links after redirect to aws.jeremycollier.com/blog and all links after that, but not thje page located at jeremycollier.com.
Meaning that people who go to jeremycollier.com will get a different page than people who go to aws.jeremycollier.com. The current way I have the redirect (Redirect 301 / https://aws.jeremycollier.com/), it redirects jeremycollier.com to aws.jeremycollier.com/ and appears to be stuck that way. I deleted the line of code in htaccess and it kept redirecting. I’m guessing it may take time for it to update?
Anyway, thanks and any help is much appreciated!
Forum: Fixing WordPress
In reply to: Moving 1 site from main domain to subdomain in MultisiteThank you, blogjunkie!
If I disable multisite, my other sites will stay there, right? Nothing will be deleted?
Also, I heard there was a way to forward only existing URL’s (pages and posts) to the new website, is that true or am I mistaken? If so, how? If not, I think I’ll just leave a duplicate of the old stuff and on there and just break the links/forward links individually because I plan on having https://www.jeremycollier.com be more than just a forward to the subdomain.
Thanks again!