Ram Ratan Maurya
Forum Replies Created
-
Forum: Plugins
In reply to: [Stag Custom Sidebars] This plugin does NOT create a sidebar.Hello,
I know it can be frustrating when you download something and it doesn’t work, but this plugin does solely that and if doesn’t, there must be something going on in there. There are a couple of things I need you to do to check the issue.
- If you do not see the UI under Apperance → Widget as shown in screenshot here https://www.ads-software.com/plugins/stag-custom-sidebars/screenshots/ can you please try deactivating the third-party plugin and give it a try again, just to be sure there are no error preventing it work.
- If #1 didn’t make it work, can you try enabling debug mode to check for any possible errors?
Forum: Plugins
In reply to: [Stag Custom Sidebars] Future ReleasesThe image is not available. Suggestions are most welcomed, could you please open an issue on Github?
Forum: Plugins
In reply to: [Stag Custom Sidebars] Future ReleasesIt’s already there under widgets, what widget specifically you are referring to?
Forum: Plugins
In reply to: [Stag Custom Sidebars] custom sidebar to a sidebar of a specific page ?Hello,
As described on the description page, this plugin allows creation of custom sidebars only which can be used via shortcodes. It doesn’t offer any support for replacing or assigning to any specific page or post.
Forum: Plugins
In reply to: [StagTools] FATAL ERRORIt seems you’re using any of our old themes, please download the latest theme files and update your theme.
If you need further assistance, please go to our dedicated support forum for theme related issues. Thanks.
Forum: Plugins
In reply to: [Stag Custom Sidebars] Links DisabledHi,
I don’t see the custom sidebar inserted there, can you try using the same sidebar in all new page to make sure there is no problem with tags on your content?
Forum: Plugins
In reply to: [Stag Custom Sidebars] widget Style is gonestrips the css from the theme’s widgets
Am not sure how’s that supposed to happen. Since what all plugin does is create a custom sidebar area, it doesn’t modifies any widget, and neither it outputs any CSS.
Could you provide me with a URL along with more details about issue?
Forum: Plugins
In reply to: [StagTools] How can I change the colors of the buttonsNope, that’s not possible as per the current functionality. You must enter the css directly into your stylesheet or custom css box, if you’re using one of our themes.
You can use the following:
.stag-button--green { color: #00bc45 }
Forum: Plugins
In reply to: [StagTools] Problem installing StagTools plugin on WP 3.6Hi,
The issue not with the plugin but as it appears, on your server. I see that you have created the ticket also on our support forum. Let’s continue the conversation there.
Forum: Reviews
In reply to: [Stag Custom Sidebars] Great Plugin!Glad to know dcooney! Let me know if you any inputs ??
Forum: Plugins
In reply to: [StagTools] How can I change the colors of the buttonsJust target the button’s CSS class for the button color which you want to customize, in this case it should be
.stag-button--green
.Forum: Plugins
In reply to: [StagTools] Portfolio Not WorkingHi,
Sorry about the delay in response. Such 404 not found issues occur when working with custom post types. You just need to reset the permalinks to fix the issue.
To do so, go to Settings > Permalinks. Just change the permalink to something else and then revert back to original you had. That would fix the issue.
Let us know if you have any more questions.
Forum: Reviews
In reply to: [Stag Custom Sidebars] First Sidebar Plugin compatible with WP 3.8.Hi there,
Thanks for the kind words, truly appreciated!I’ll keep this in mind for future development
Forum: Plugins
In reply to: [StagTools] Additional post typesYes it should. I’ll need to take a look in your admin. Create a ticket on our dedicated support forum for Codestag themes and I’ll have a look.
Forum: Plugins
In reply to: [StagTools] Additional post typesHey Ricardo,
Sorry about the delay in response, I didn’t see any notification for this.Custom Post types are for Codestag Themes only. If you still want to enable it, you can use
add_theme_support('stag-portfolio')
to add the support. Same for other post types.Let me know if you have any doubts. Thanks.