jameshh93
Forum Replies Created
-
I ticked the option to add variable products and seems to be working now.
Forum: Plugins
In reply to: [Gutenberg] Show Gutenberg editor on frontend?@karmatosed Great! Hopefully in the future something will be added because the editor is a marvelous invention and hopefully one day it will be possible to have a simple to use medium, tumblr user generated site in combo with buddypress ??
Forum: Fixing WordPress
In reply to: Buddypress/bbpress remove rel=”nofollow” in links@danieltj thanks for the reply ?? unfortunately I did write the code above credit goes to Robin w here https://bbpress.org/forums/topic/remove-relnofollow-for-admin-only/
I tried adding just to see if I could turn off the nofollow for all users in buddypress but it didnt work.
remove_filter( 'bp_activity_post_update', 'bp_activity_make_nofollow_filter' );
- This reply was modified 7 years ago by jameshh93.
I see thought Im still a tad confused I think there is a slight bug in the way dokan handles delivery charge for example if you have 2 different sellers on your website and a customer comes along and puts items from both sellers into the cart instead of the customer being charged two seperate delivery charges like on ebay for example the customer only gets charged once which is a bit bad for sellers because that means someone isnt getting the money to send the items.
Need to be 100% sure this works prperly before investing lots of money in the pro version.
Is there also a lifetime licsense option?
Thank you for your reply!
How about if a customer has multiple things in his cart from different sellers on the lite version?
Very intrested in the pro version!
I also notice I have 2 options on checkout one for users shipping and another for the one set in woocommerce which kind of means the customer will always pick the cheaper one
Forum: Themes and Templates
In reply to: [Theme twentysixteen] How to reorder entry-meta entry-footerI managed to figure it out and posted about it here
Forum: Fixing WordPress
In reply to: Weird space on twentysixteen to right hand side on site-contentThank you so much! I hope you have a nice day ??
Forum: Fixing WordPress
In reply to: Weird space on twentysixteen to right hand side on site-contentThanks for the reply I really do appreciate it because this problem is driving me crazy as I simply cannot see what is happening. currently I am working on local host however the problem is really easy to replicate on the twentysixteen preview (happens on all themes I have tried) https://wp-themes.com/twentysixteen/
simply make site-main width auto and then add this code to .site-main > article and then you will find that space even though it shouldnt be there.
position: relative; float: left; font-size: 15px; line-height: 22px; background: #fff; border-radius: 4px; box-shadow: 0 4px 4px rgba(0,0,0,0.3); margin: 0 22px 22px 0; position: relative; width: 13%; padding-bottom: 0px; margin-right: 1%; margin-left: 1%;
all I want to do is make the posts in a nice grid row of 7 and then center it but that space is making things impossible to center.
??
Forum: Fixing WordPress
In reply to: Display create new post on a frontend page for logged in users?any functions like get footer which you can place in a page template that will fetch the forms and stuff (all with validation added) directly from the create new post dashboard editor??