bodhi1970
Forum Replies Created
-
Forum: Plugins
In reply to: [Jeg Elementor Kit] Close Mobile Menu after clicking Anchor linkjust the Elementor menu widget, without extra plugin. ??
Forum: Plugins
In reply to: [Jeg Elementor Kit] Close Mobile Menu after clicking Anchor linkI have the same issue. I had originally an Elementor menu widget in use which also didn’t close, so I tried to make it with the standard WP menu.
Added this code from the link above to function.php but it does not work. So I switched back to the Elementor menu.
EDIT: I see now this is for a specific third party plugin which I am not using. Can’t delete my comment here.
- This reply was modified 7 months, 3 weeks ago by bodhi1970.
Forum: Themes and Templates
In reply to: [Neve] Disable “show hooks” link in admin barThank you, I am using the free version Neve. Not sure why this hooks are needed in the admin bar. I don’t want to hide the whole bar, as it is super helpful for everything else.
I disabled it with CSS.- This reply was modified 1 year, 5 months ago by bodhi1970.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] date field display in GermanThank you! Here tow links, the first where you see the dates from Pods under the events, and the second just showing dates with Elementor Post Info widget.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] date field display in GermanWhat is done? Adding the php code from that link? I don’t really get what I have to do?
Wordpress is installed in de_CH version and all seems well in German.Forum: Plugins
In reply to: [Elementor Custom Skin] Problem purchasing ProI tried with Chrome and that worked. Did not work with Firefox, also not downloading the invoice after purchase.
Forum: Plugins
In reply to: [Elementor Custom Skin] Problem purchasing ProAlso does not work with the Elementor Custom Skin Pro – Annual
Forum: Plugins
In reply to: [Contact Form DB - Elementor] Export CSV missingSame problem here, can we have a fixed update?
Forum: Themes and Templates
In reply to: [OceanWP] Drop Down Mobile JS script not secure on FirefoxNo sorry, that was not the issue it is still there.
Forum: Plugins
In reply to: [WC Custom Emails Per Product] Help! It is not working@alexmustin
Can you please update the plugin so it is safe to use with latest WP versions?Message says it is not tested with my WordPress version, which is 5.5.1
@champsupertramp
Don’t bother, I will change my membership plugin anyways. I really like ARmember and it’s working very well on another site. Had troubles with UM since the beginning. I hate the design and handling, and support is too slow.
Good luck!Hi Champ Camba
It still does not work.
I solved it so far by using WooCommerce products instead of directly selling from LearnDash, which is not my favorite way.I also have the same issue when deleting an item from the WooCommerce cart, than the page reloads and jumps back to homepage.
Best
- This reply was modified 4 years, 1 month ago by bodhi1970.
Yes, I couldn’t find that out neither. I might change to ARMembers anyways soon, so I don’t want to put too much work into it now.
Forum: Plugins
In reply to: [WP Crontrol] Deactivating Plugin After Setting Cron Job?It would be great if setting a cronjob could be part of core WP settings. The amount of plugins which has to be used for a bit more complex websites is crazy. One “lightweight” plugin her, another there and Google is telling you the site is too slow.
There are some developers out there they tell me keep the fingers from WordPress the sites are too slow even only with the basic version. So I rather want to keep the number of plugins as low as possible.Hi @kkriss
I am using this code maybe it serves you too:/* = UM-Members Directory Grid = */ .um-directory .um-members-wrapper .um-members.um-members-grid .um-member { width: 18% !important; } .um-directory .um-members-wrapper .um-members.um-members-grid .um-gutter-sizer { width: 2% !important; } /* = Media Queries = */ /* LG Big screens */ /* MD Tablet, ipad landscape */ @media only screen and (min-width : 768px) and (max-width: 1024px) and (orientation: landscape) { .um-directory .um-members-wrapper .um-members.um-members-grid .um-member { width: 18% !important; } .um-directory .um-members-wrapper .um-members.um-members-grid .um-gutter-sizer { ? width: 2% !important; } } /* SM Tablet, ipad portrait */ @media only screen and (min-width: 768px) and (max-width: 959px) { .um-directory .um-members-wrapper .um-members.um-members-grid .um-member { width: 30% !important; } .um-directory .um-members-wrapper .um-members.um-members-grid .um-gutter-sizer { ? width: 5% !important; } } /* XS Mobile portrait */ @media only screen and (max-width: 767px) { .um-directory .um-members-wrapper .um-members.um-members-grid .um-member { width: 47% !important; } .um-directory .um-members-wrapper .um-members.um-members-grid .um-gutter-sizer { width: 5% !important; } } /* XSL Mobile landscape */ @media only screen and (min-width: 480px) and (max-width: 767px) { .um-directory .um-members-wrapper .um-members.um-members-grid .um-member { width: 30% !important; } .um-directory .um-members-wrapper .um-members.um-members-grid .um-gutter-sizer { width: 5% !important; } }