Forum Replies Created
-
Author
-
VanessaParticipant
Hmm, I don’t see anything in that page – it’s just empty when I go to the editor (backend/frontend or classic)
Can you send me a screenshot of what you see on your screen, and your OS/Browser?I’m quite mystified now.
VanessaParticipantI tried it in both Chrome and Firefox on the Mac, and I can’t get it to work.
When I try to edit an element I get something like the attached. You see the text box settings is blank, and there is no way to edit the text.Are you actually able to edit the contents of an element?
I’ve tried to with many different element types, from text block to others.
I’ve also tried it in an incognito window, and I’ve tried it with different admin users. All get the same result.Attachments:
You must be logged in to view attached files.VanessaParticipantHi, I’ve reassigned admin rights to user kleoadmin, please take a look.
I updated to Visual Composer 4.8 and it is still doing the same thing – editor doesn’t open anything and just shows an empty box.I’m on Kleo 3.1.
VanessaParticipantOh perfect! I didn’t think to look at PMP Pro documentation, I was looking for this somewhere on the Kleo Docs.
This is awesome, thanks.
Are you folks looking at updating the Kleo Docs? Might be worth adding a few links to the tools (RTMedia, PMP, …) that you include.
Thanks for your help Radu!
VanessaParticipantThanks, is there a way to have the same shortcode behavior for PMPRO membership levels?
[kleo_restrict type="Gold"]<h1>This text will be displayed only for gold users </h1>[/kleo_restrict]Also, for logged in users I’m using [kleo_restrict], but it seems to be missing an argument. What should I use for the argument?
VanessaParticipantHmm… I could’ve sworn I saw the same thing at one point.
Can you recommend any good plugins to turn on the author bio?VanessaParticipantRadu you are a magician! Thank you!
Is there a way to restrict based on user levels defined by paid memberships pro?My scenario is – I want to show an upsell prompt ‘get our more awesome plan’ to users at a lower tier, even though they are logged in.
VanessaParticipantok thanks, that would be awesome.
In the meantime I just deleted all the ‘animated’ styles that were assigned (e.g. in post-masonry.php) and it worked for most scenarios.VanessaParticipantThx, I’ll head over there. In the mean time a work around I used was to add the conversion tracking code to the member checkout page created by Paid Memeberships Pro.
It’s not exactly what I’m looking for, but gets me most of the way there.VanessaParticipantI deactivated all plugins except for Visual Composer and it still does the same thing.
I also reset all Kleo settings to the default to see if that was contributing, and I still get the same issues.I downgraded to 4.7.1 and it works (but with the security issues).
The jquery errors also disappear on 4.7.1. This is directly related to the visual composer 4.7.4 update of visual composer.
How can I get 4.7.4 visual composer working?
I do not have a license key for it, so am unable to request support on their forums.VanessaParticipantHey,
Where can I see these jquery errors that are being thrown?
I cleared both zencache and purged max cdn cache and tried again with the same result. Is there another cache I should clear?Visual Composer 4.7.1 works perfectly. The only change is that updating to 4.7.4 causes this error.
VanessaParticipantThanks, I’ve spent more time on this, the ad inserter plugin was conflicting. I’ve emailed the plugin author, for future reference a temporary fix is to comment out line 1035 in the ad-inserter.php file
So this:
if (!$query->is_main_query()) return;
becomes:
// if (!$query->is_main_query()) return;—
More detailsTurning on debug shows the following error:
BP_Groups_Group_Members_Template::is_main_query() in /home/cross/www/wp-content/plugins/ad-inserter/ad-inserter.php on line 1035For reference, here is the code around line 1035
In the short term I’ve just commented out line 1035, though would be best to get a full fix for thisif (!$query->is_main_query()) return;
// Process Before Title postion
function ai_loop_start_hook ($query){if (!$query->is_main_query()) return;
if (is_feed()) return;//get post published date
$publish_date = get_the_date (‘U’);VanessaParticipantOk, I figured out how to update to 3.0.10. I’m now on 3.0.10 and visual composer 4.7.4
Adding debug info gives me this error when I view a post in the editor:Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/cross/www/wp-includes/functions.php on line 3622
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/cross/www/wp-includes/functions.php on line 3622
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/cross/www/wp-includes/functions.php on line 3570
VanessaParticipantThx, I actually figured this out a different way, decided to create my own member table and just link to the member confirmation pages, rather than use the build in member table.
VanessaParticipantI’ve got 3.0.09 of Kleo.
I’ve entered my theme forest code into the theme update section, but it doesn’t update. Is there something else I need to do to get it to update?
I’d rather not delete the theme or futz with ftp.VanessaParticipantHi there,
Yes, it’s via the Kleo popup.
I discovered that there was something wrong with the mapping in the forums, running the bbPress forum cleanup tool to reassociate pages, etc. fixed it. What surprised me was that the whole site went down, I guess Kleo is trying to load something from bbPress on startup.VanessaParticipantThis works great for items that are longer, but items that don’t require wrapping now show the field on the next line as well.
Is there a way to only wrap to the next line if the text is long enough?
So fields like ‘Name’ and ‘Birth date’, etc. will still be vertically aligned with the answer?VanessaParticipantThanks Laura, this one is perfect!
I tested that it only shows up on registration form, and allows both the login and lost password forms to proceed without any interruptions. yah! 🙂VanessaParticipantOh, no worries, I think I figured it out.
I cleared my ZenCache cache, and dynamic.css loaded again.
I had to clear Cloudflare to get it to show the changes. I’m good, thanks! -
AuthorPosts