aceall
Forum Replies Created
-
Paid Memberships Pro shortcode with Gutenberg:
For anybody that want a perfect shortcode render in html you should check “Disable the visual editor when writing” in your user profile. Also here is the code example that works good (every use of enter/return) is important and can change the render of html code):
[membership]Will show up for all members.[/membership][membership level=”0″]Will show up for all non-members:
[pmpro_checkout_button level=”1″ text=”Membership”][/membership]Final conclusion:
Classic editor – working good
Gutenberg – missing <p> = causing problems depending on theme used“buy a membership for someone without creating an account”
someone = id = account
You can’t be a member if you haven’t account.If you want to give your membership to someone for free you can add a regular wordpress user and then assign any membership level to it.
(I am plugin user, not admin)
Some new info, I believe it is problem with wodrepss/gutenberg, with additional testings I experienced all possible scenarios:
– shortcodes not working
– [membership level=”0″] visible to memebers
– [membership] and [membership level=”0″] visible at the same time to members
– [membership] aligned left, [membership level=”0″] aligned correctlyI am running this on localhost with EasyPHP. I believe the plugin is not the problem here. Need to test the same thing on regular hosting.
Hello,
I received an email about success login which is normal, one minute later I got another email with:
Event: Post Update
Website: https://www.b.com
IP Address: 1.1.1.1
Date/Time: July 4, 2017 10:57 pm
User: b(a)Message: Post status has been changed; details: ID: 1270,Old status: new,New status: auto-draft,Title: Auto Draft
But, I didn’t updated anything. Also nothing as ID 1270 doesn’t exist in the database.
What is going on?
Thanks,
BorisForum: Themes and Templates
In reply to: [Storefront] Remove space around Master Header in ThemeEdit Style.css line 429
Change padding-top: 2.618em; to a lower amount.
Forum: Themes and Templates
In reply to: [Storefront] How to move Secondary Menu to the RightEdit style.css and update:
.woocommerce-active .site-header .secondary-navigation {
float: left;
margin-right: 4.34783%;
width: 47.8261%;
}to
.woocommerce-active .site-header .secondary-navigation {
float: right;
margin-right: 4.34783%;
width: 56%;
}Forum: Themes and Templates
In reply to: [Storefront] DELI theme – I need a wider side-barYou might need to disable caching plugin first, then edit css for
.left-sidebar .widget-area – width: 21.7391%;
.left-sidebar .content-area – width: 82.6087%;on multiple lines, and enter new wanted values.
Forum: Themes and Templates
In reply to: [Storefront] Storefront category pagination now showingThanks for letting me know that it’s OK for you.
It was confusing that wordpress/settings/reading/Blog pages show at most – is controlling number of woocommerce products with default theme. But it was not working for products with Storefront theme.
I fixed it by adding a simple code to functions.php found here
https://docs.woothemes.com/document/change-number-of-products-displayed-per-page/It was probably working already but since I had a very few products there was not quota reached for page 2.
Thanks
Actually I checked you documentation (I will read it again), but there is not answer to my question.
Yes I know that your plugin “automatically detect and use information”, but I was thinking why these information are not imported to GHPSEO fields and is it just me or it is normal.
Keywords and description are not visible in admin so it is not editable.
Can you include something like import to GHPSEO fields option?Thanks
Sorry I meant don’t copy AIOSEO data to GHPSEO fields.
Yes I absolutely agree with you.
Hi Michael,
Don’t copy AIOSEO data to AIOSEO fields, I tested it and got duplicate keywords. So you will get it repeated twice in front end page, one time from AIOSEO and one more time from AIOSEO. Didn’t get duplicate description, weird.
Forgot to mention “Enable Legacy Plugin Titles?” is selected and can see description and keywords in post (in source).
To reset it just empty the wordpress table in your database, with phpmyadmin.