Call_Me_Matthew
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] Incompatibility with CF7 version 4.2Having the same issue. Developers, when will you be coming out with an update to fix this?
Wow, I’m stupid. Your notes clearly say this:
“If this filter returns TRUE, Relevanssi will not index this post. You can use this filter to selectively prevent posts from being indexed.”
All I needed to do was change $index = false to $index = true, and it worked.
Thanks anyway!Forum: Hacks
In reply to: How to assign a Page Template to certain URL Patterns?Hey Matt. I ended up using a plugin called Pods Framework with an extension for it called Pods Pages.
Basically, You use Pods to create custom post types, and Pods Pages to create template files for those custom post types. Pods Pages will let you specify the url pattern to attach your template to.
Then in my template code, I used $post->post_name to get the slug of the current page, and created a loop that outputs the custom post type with that matching slug.
You can find plenty of tutorials/documentation on how it works on their site or by searching Google. I finished this project a year ago so I couldn’t tell you exactly what I did, but hope this helps!
No problem! Actually it was a theme we found on Themeforest.
Here’s the link:
https://themeforest.net/item/soho-clean-multipurpose-wordpress-theme/7940219Update!
I figured it out last night. I think it is related to the theme I’m using. I’m using a theme called Soho that uses a page builder, the kind where you can add columns, widgets, etc. to a page. I get the error whenever I paste the shortcode into a page that uses the page builder, but when I paste it into a normal page it seems to work fine.
I’m happy with that so I’m going to mark this as solved, but if it helps at all, the page builder basically generates shortcodes to create the layout. So we end up with something like this:
[column]Blah Blah [content_protector]…[/content_protector][/column]
The password shortcode seems to break when it’s put inside the column shortcode, which is odd because that column shortcode runs a “do_shortcode();” function to execute any shortcodes inside of it…
Not sure what to do about that but I hope it helps and thanks!
Forum: Hacks
In reply to: How to assign a Page Template to certain URL Patterns?I had already found an alternative but that may do the trick. I’ll look into it. For now I’ll mark this as closed.
It’s working! It actually was the theme styles that was doing it. I forgot that a bulk of my homepage is generated from my theme’s header.php file, so that’s what was messing it up. I set it to No and it works fine now.
Thank you!!!
Ok, I may have to buckle down and set up Multisite.
I’m just concerned how the transition will affect the other sites, because currently all of them are set up as independent installs. If I were to set up multisite and for now just import one of the sub-folder sites, will any of the other sites be affected in any way?
I’ve yet to find any plugins that do what I’m looking for, which is why I’m asking what my options are.
Unfortunately I can’t use Multisite, as that would require that all sites share the same plugins/themes. These sites need to function completely independently and be able to install/customize their own plugins and themes. Basically we just have too many sites already set up the current way, and it would take too much time at this point to migrate everything to a multisite network.
So is there any way of doing Domain Mapping without the need for a multisite?