Forum Replies Created
-
Author
-
mtgame21Participant
Hi,
Was looking through Theme Options -> Styling Options -> Main and I set a background color and a background image,(Repeat and Cover or Contain option)
Then I go to Theme Options -> Styling Options -> Side and I set a different background color and a different background image,(Repeat and Cover or Contain option). Is it correct that this should customize my sidebars for site wide?
After I try this, nothing changes on the sidebars. It seems like the “Main” setting override anything I change in “Side”. Any suggestion on why this happens?
mtgame21ParticipantI guess I just have static pictures and thats why I dont see a difference.
Can you provide me a link to one of the KLEO demos that shows an example of using the Animation feature. thanks
mtgame21ParticipantThanks Laura
Can we have a different color for left and right sidebar. Or more importantly an image.
How about for individual pages and not site wide? Would that require a function?
mtgame21ParticipantPlease take a look at this question, as I am using your code (from another thread) to move some of the items on this Single Product Page. Thanks
mtgame21ParticipantIm still confused. When editing a rev slide, I see I can click on ADD LAYER, and that gives me some options like text, image, object…etc, but I dont see any k elements as an option
mtgame21ParticipantIn case anyone else needs this, I just found these instructions on how to add a function to do this and it works:
https://shopplugins.com/custom-woocommerce-placeholder-image/
mtgame21ParticipantI was just interested in having one default image for everyone. I will try overwriting that file.
But now that I think of it, it might get overwritten with the woocommerce default pic if it gets updated in the future.
mtgame21ParticipantI got it to work, I reposted the api key again in the theme options setting and it took. Thanks
mtgame21ParticipantHi, I tried that and it did put the right number of products in each row. However, is there a solution where I can create space of 4px or so between the products?
When I tried to add to add padding, then it kicks down the last product to next row.
mtgame21ParticipantWow, you are a busy busy. Good luck in school.
I just sent an email to ask for a quote from dev@seventhqueen.com as you suggested above. If that doesnt workout, do you have friend/contact that you would recommend I contact that is familiar with KLEO, PMPRO and WC Vendors.
mtgame21ParticipantHi sharmstr,
I tried to contact you on your website? Do you have time for some additional work?
mtgame21ParticipantHi sharmstr,
I went through steps one and two and had no luck. Then before I started disabling plugins, I found this site with another idea
I ended up copying a blank functions.php file from the last KLEO child theme update. It appears to be working. Then I opened up my original custom functions.php file in notepad and copied all of my custom functions and pasted into my new functions.php file.
Still seems to be working back to normal for now. I’ll post again in this thread if my problem returns. Thanks.
mtgame21ParticipantSharmstr,
I went to your website at http://sharmstr.com/product/plugin-integration/ to request a quote for small integration request regarding KLEO, PMPRO and WC Vendors. Probably take you less than an hour. Can you point me to your email or how can I request a quote. I did not see the quote request form referenced in the description of your services. Thanks, Mark
mtgame21ParticipantThanks tonyw for sharing and this gives me a headstart in knowing what direction to go. I want to try to implement the technique you described above.
I have the premium support package with PMPro. Do they have a “how to” article that gives more detail and can you could post the links to the codes snippets that you believe I will need. Which user role editor would you recommend? Once again, thanks.
mtgame21ParticipantHi mchausse, I would be interested in having WC Vendors pro integrated with buddypress. After I follow the link, should I post on new thread or is there one already devoted to making this request.
I’m still reading about the plugin and learning how it works, but this might work for my idea. My goal is for each of my buddypress members to be able to collect a payment for consulting services and then I can take a commission from each transaction. With WC Vendors, would each buddypress member configure their own products/price or can the Admin set the product list from a Global perspective? Does it work with Paypal or other payment gateway?
They other revenue stream I was considering immplementing, you can join my site for free but you would have to pay for a premium PMPro level membership in order to have access to you setup a store on your Buddypress profile subtab. In this concept, if member “Y” was looking at member “X” buddypress profile page, then member “Y” would only see (my store : 1st subtab (my products – public) for member “x”, if member “x” was a premium member. Do you think either of these scenarios is possible with this plugin?
I would appreciate any guidance or thoughts you might have since you have already been using the product. Thanks.
October 23, 2015 at 19:20 in reply to: General question, hide member's info depending on membership level #83892mtgame21ParticipantCorrected typos for Scenario 1:
Scenario 1. A buddypress member “X” fills out a profile field. However, I only want that field to be visible to member “Y”, who is viewing member “X” profile page, if member “X” is at a certain PMPro membership level. It doesn’t matter what level member “Y” is.mtgame21ParticipantAfter more research, I found a plugin that makes it easier to style your bbpress pages without diving deep into code. It is called BBP Style Pack.
October 21, 2015 at 19:16 in reply to: Blocking access to viewing others navigation icon fields (some) #83583mtgame21ParticipantI kept researching and was able to figure out how to hide “Following” and “Followers” navigation icons from showing up when viewing other members profile, but note that it does not Block it.
#members-following-personal-li, #members-followers-personal-li {display:none;}
body.my-account #members-following-personal-li, body.my-account #members-followers-personal-li {display:inline !important;}I haven’t tried yet, but could probably modify slightly to hide Groups and Forums navigation icons also.
October 21, 2015 at 19:11 in reply to: Blocking access to others members "Following" wall stream #83582mtgame21ParticipantI kept researching and was able to figure out how to hide “Following” from showing up under the Activity/Wall navigation icon with the following CSS, but still have not figured out how to BLOCK it.
#activity-following-personal-li{display:none;}
body.my-account #activity-following-personal-li {display:inline !important;}October 21, 2015 at 16:21 in reply to: Size of Nav Icons buddypress different in diff browsers #83542mtgame21ParticipantOk that worked. I had used em instead of px before because that was what I had copied from an earlier thread by someone else. I always try to search old threads before posting a question. This can be marked as resolved. thanks
October 21, 2015 at 15:34 in reply to: Blocking access to others members "Following" wall stream #83529mtgame21ParticipantHi Laura, in this instance, I was asking about a different item, but let me know if the answer is the same.
In the other post, I was talking about the Navigation Icons Following and Followers, which when you click on them, you see the list of members displayed. And I was asking about hiding those “Icons” when viewing other members profiles.
In this instance, I was talking about when you click the “Wall” Navigation Icon, and then underneath you see “Wall” and “Following” sub menus. See pic above. When you click on the word “Following” you actually see all of the posts, not a member list, from the members you are Following. That is why I thought I should have created a second post.
-
AuthorPosts