Ramon Ahnert
Forum Replies Created
-
Forum: Reviews
In reply to: [Require Login for WooCommerce] Simple and EffectiveThe goal of this plugin is to be simple and effective π .
Thanks @kavanaghroofing for your feedback.
Forum: Reviews
In reply to: [Require Login for WooCommerce] Great PluginThanks @markcanada for your feedback π .
- This reply was modified 7 years, 3 months ago by Ramon Ahnert.
Forum: Reviews
In reply to: [Require Login for WooCommerce] Works great!I’m glad to hear that π
Thanks @3arlgr3y for your feedback.
Forum: Plugins
In reply to: [Require Login for WooCommerce] Redirect to shop page?Now it’s possible π . Update to version 1.1
- This reply was modified 7 years, 5 months ago by Ramon Ahnert.
Forum: Plugins
In reply to: [Require Login for WooCommerce] Redirect to shop page?Hi @strandcreative.
It’s no possible yet but it’s a good feature to be implemented. So a I’ve created a issue on Github: https://github.com/Rahmon/woo-for-logged-users/issues/2
Forum: Fixing WordPress
In reply to: Done an install but the wp admin page does not come upHi @missydawnx.
What’s URL do you accessed? Try http://www.yourdomain.com/wp-admin
Forum: Fixing WordPress
In reply to: Contact form issueHi @kasr.
I can’t see the image that you posted.
Forum: Fixing WordPress
In reply to: URL structureHi @desabydesign.
Go to Settings > Permalinks, select the “Custom Structure” option and set to “/%category%/%postname%/”.
References:
https://codex.wordpress.org/Using_Permalinks#Category_base_and_Tag_baseForum: Fixing WordPress
In reply to: Can’t Login to WordPress after deactivate woocommerceHi @tolearn.
What happen when you try access http://www.yoursite.com/wp-admin ? Some error message? I am asking because only deactivate a plugin doesn’t cause this kind of problem.
- This reply was modified 9 years, 5 months ago by Ramon Ahnert.
Forum: Fixing WordPress
In reply to: How to let menu link Red when is AttiveHi @forum84pmempoli.
Try that:
a:visited { color: red }References:
https://www.w3schools.com/css/css_link.aspForum: Fixing WordPress
In reply to: ShortcodeIt depends what the shortcode output on browser. For example, if it’s a div element, you may it center this way: div { margin: 0 auto; }.
Forum: Everything else WordPress
In reply to: Translation of themesDo not post email addresses, ask others to post their email or solicit contacting people off of the forums.
References:
https://make.wordpress.org/support/handbook/forum-welcome/#the-bad-stuffForum: Fixing WordPress
In reply to: Header changes and banding appearingHi @irafusha.
Avada is a premium theme. Maybe it’s better get support with who developed.
- This reply was modified 9 years, 6 months ago by Ramon Ahnert.
Forum: Fixing WordPress
In reply to: Need an email subscription pluginForum: Fixing WordPress
In reply to: Reducing White Space Between Text Widget and TitleHi @thebudgetbabes.
In Menu > Appearance > Customize, click on Additional CSS and add the code below:
.widget_text h3.widget-title { margin-bottom: 0 !important; } .widget_text .ck_form { margin-top: 0 !important; }