neocast
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods Conflict with Blog TitlesThis has apparently been resolved.
Edit Pod > Auto Theme Options… there was a new field post migration called: Custom List Template Filter that pre-populated with a value. I just cleared that, saved and ‘custom’ was the new value. Problem vanished.
Forum: Fixing WordPress
In reply to: Unable to Disable Parent Page RedirectDiscovered solution. Redirection plugin automatically created redirect in modified posts group. Just delete that record. So, if you have similar issue… this is the solution.
Happy to give you a review. Just trying to see if I can achieve what I want with this plugin. It’s very close.
Another thing I noticed is that the blog ‘Archives’ disappear when the plugin is activated… which is odd because all the other sidebar widgets remain.
Many thanks!
I see what you did. In Chrome inspection, I just unchecked:
.container {
/* width: 1170px; */
}.container {
/* width: 970px; */
}.container {
/* width: 750px; */
}… to get the result. Unfortunately, any override of that container class (e.g., width: 0px), completely breaks the site. I don’t want to edit bootstrap direct. Not sure how to change to another class. As mentioned, my skills are rudimentary.
Thanks for quick response. When active, the plugin appears to ONLY impact a header-bg and textwidget class in the footer. I was able to fix the former. In short, it is a background image with absolute positioning set to “left top” in the theme options. However, the plugin shifted the header-bg to the right 382px. All I did was add the ‘left:0’ property to a section of custom css for that class. So, that is fixed, but maybe something to look into on your side…. since it created a conflict.
Regarding textwidget, the theme I’m using has footer areas programmed to accept text widgets. With the plugin inactive, the site effectively has three boxes of text that go left to right, with the text word-wrapping and contained in a finite space. When I activate the plugin, however, the word wrap disappears and text overlaps on a single line. The starting position of each sentence in a widget stays the same, however.
Since I fixed the header issue, I’m leaving the plugin active for now… but will have to deactivate it if I can’t fix the footer widget issue. Thanks.
Forum: Plugins
In reply to: [WP Hide Post] Plugin not working on posts pageCode snippet worked for me as well.
Forum: Plugins
In reply to: [Redirection] Would like to be able to pass query variablesdsals – I think I’m having a similar issue, but I’m non-technical. Curious to hear your or someone else’s thoughts.
I use an email marketing tool that automatically appends UTMs to links in a campaign. Integration between this tool and google analytics is simple, but GA is not capturing any page view results. It appears the redirection plugin is removing the UTM variables before they can be captured and is redirecting to the landing page.
Is this in parallel with your query string issue? Has anyone found a method of preventing redirection from doing this? I performed a site migration from static to wordpress a few months ago, and need the redirection plugin for 301 redirects.