ninsights
Forum Replies Created
-
Forum: Plugins
In reply to: [Ocean Extra] Ultimate Member + Ocean Extra = top bar menu issueI’m just going to assume this is all the support i’m going to get. You get what you pay for I suppose, but it doesn’t exactly make me confident in upgrading.
Forum: Plugins
In reply to: [Ocean Extra] Ultimate Member + Ocean Extra = top bar menu issueTop bar menu showing all pages in alphabetical order. The menu that should be hidden is showing this way.
One menu is hidden by Ultimate Member depending on logged in/logged out.This is the case when Ocean extra is activated in all conditions: scripts/styles all on/all off.
https://bback.us/Forum: Plugins
In reply to: [Ocean Extra] Ultimate Member + Ocean Extra = top bar menu issueThe other thing I don’t understand is how these scripts and styles work. If I disable all of these things, shouldn’t the customizer look dramatically different? I don’t see any settings removed.
Forum: Plugins
In reply to: [Ocean Extra] Ultimate Member + Ocean Extra = top bar menu issueYes the scripts and styles have been disabled since yesterday.
Disabling the script is actuallly what makes the footer search bar and “close Menu” link show. The menu with every page shows either way as long as the plugin is activated.
The parent theme is the same. I am not using a cache plugin and incognito windows to test. Logged in and out.
Forum: Plugins
In reply to: [Ocean Extra] Ultimate Member + Ocean Extra = top bar menu issueI am using a child theme with no CSS in the Stylesheet. Here is the Functions.php content before Ultimate Member specific code:
<?php
/**
* Child theme functions
*
* When using a child theme (see http://codex.ww.wp.xz.cn/Theme_Development
* and http://codex.ww.wp.xz.cn/Child_Themes), you can override certain
* functions (those wrapped in a function_exists() call) by defining them first
* in your child theme’s functions.php file. The child theme’s functions.php
* file is included before the parent theme’s file, so the child theme
* functions would be used.
*
* Text Domain: oceanwp
* @link http://codex.ww.wp.xz.cn/Plugin_API
*
*/
/**
* Load the parent style.css file
*
* @link http://codex.ww.wp.xz.cn/Child_Themes
*/
function oceanwp_child_enqueue_parent_style() {
// Dynamically get version number of the parent stylesheet (lets browsers re-cache your stylesheet when you update your theme)
$theme = wp_get_theme( ‘OceanWP’ );
$version = $theme->get( ‘Version’ );
// Load the stylesheet
wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array( ‘oceanwp-style’ ), $version );}
Forum: Plugins
In reply to: [Ocean Extra] Ultimate Member + Ocean Extra = top bar menu issueTo save time, I should tell you that I disabled all scripts and styles and loaded the page in an incognito window and in another browswer (Safari). I am not using a caching plugin currently on this build site.
Disabling all scripts also brings about another issue: Below the footer, there is an unformatted “To Top” link, as well as “Close Menu” which does nothing, and a Search field with a “submit” button with no text showing. I don’t want any of this and it wasn’t there before. At least it wasn’t showing. I think it was there because the WAVE ADA (Disability) compliance tool showed it on another site with this theme.
I really want to use this plugin, as I don’t use quite a few of the Theme features due to Elementor Pro. Please help.
I am happy to purchase a Premium version for this site for support alone, if I can be assured compatibility and support.
The Ultimate member requires a registration form to collect all data upon registration and profile form to show this data on the User page.
Please go to the Ultimate member -> Forms section where you can find registration and profile forms. In general, you should add similar fields to your profile and registration forms.
***If I should make similar fields, how do I make this information populate the profile form so user does not need to fill the same info twice?
Redirect after login/registration can be set in Ultimate member -> User roles -> your user role e.g. Member and in the Registration section – action to be taken after login/registration.
You can also use unique registration/ profile forms for different user roles.
***How do use unique forms if I don’t know the user roles until they register? Can there be different forms shown based on an initial question of what type of account user wants to register? Again, I thought I would use conditional logic via a single form, but this way sounds much cleaner and easier.
I understand you have documentation but at the risk of sounding too critical, I am finding this documentation lacking in many scenarios, like the one I find myself in and the questions that aren’t clear. Is there different documentation for the Premium version? Or just more personalized support?
Hello,
I am also deciding between BuddyPress and Ultimate Member as a solution. I will need a Member types plugin, either BuddyDev or BuddyBoss with this plugin. Can anyone verify that the solution provided here with either plugin has been successful?
I just saw a query whitelist after updating WP Cerber. Is this new? Can I use this to possibly solve my issue?
I am not a full developer and wouldn’t know how to find the query. Is there a place in your knowledge base to help me get at the relative queries?
Also, is using the antispam engine along with ReCaptcha redundant?
Thanks
Well the theme is Avada #1 Envato theme so I don’t think that is the issue. Ajax was allowed for a while since the first time this happened and that didn’t help.
The only thing I can do is disable the bot detection as I can’t have this issue, and have no other answers.
I thought you should be aware.
Forum: Plugins
In reply to: [WP eCommerce] Paypal payments no longer working correctlyI have a client who is having a similar if not the same problem. Purchasers have to re-enter their zip code several times before they get to the paypal page. They get an error: enter a valid zip code.
When do finally get the transaction done, it shows as an incomplete sale and they have to manually change it to complete.
Happening since last night 12/20/2015
Wordpress 4.4
latest plugin version (free version)Forum: Fixing WordPress
In reply to: Booking Engine Table Code Rendering Strangely in 2 Different ThemesNothing eh? Can someone look at the code and tell me if anything looks funny by modern code standards?
Point me in a direction?
Is at all safe to assume making a child theme and addign the header code to the head and the footer code to the footer would do any good? Or would that only be if I was putting this code on a page/post as opposed to HTML boxes/widgets?
I have lost so much time on this already I don’t have time to try something that very well won’t work.
Thanks again for any help at all
Forum: Reviews
In reply to: [CyberChimps] Overpriced, Limited compared to others. Support is bad.Apparently you can’t revise rating or reviews. Sorry Cyberchimps. They have made an effort to make things right. I am still not a huge fan of the themes for the prices, but support is coming around.
4 Stars for effort.Forum: Fixing WordPress
In reply to: Booking Engine Table Code Rendering Strangely in 2 Different ThemesI suppose I should mention that if you put that code into a browser as a .htm file, or even Windows Explorer preview pane, the cells adjust and it looks much more normal.
I am wondering if it has something to do with this code being outdated or not up to modern standards, or at leat the standards that WordPress uses? I don’t know enough about all this yet to diagnose. XHTML, HTML5, CSS3?
Forum: Requests and Feedback
In reply to: I can't Post in TroubleshootingOk, thank you. It gave me an error the first time so I thought it didn’t post. Also wasn’t showing in my topics. Maybe I was inpatient.