Forum Replies Created
-
AuthorPosts
-
buysuccessMember
OK all sorted now!
I looked a little more and found the link to request the latest builds:
Not sure why a new customer would have to request a latest build right after purchasing. After purchasing I downloaded my files from the Thank You page.. NOT the email that I was sent. Might want to confirm that those links are correct.
I just installed the latest v5.2.3 of WP Affiliate. At first I got an error:
“The plugin generated 236 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
But my internet seemed to hang. So I uninstalled.. and tried again and it seemed to install just fine…
So I’ll be diving deep into this today and will look for any difficulties. BUT this is the great thing about having a support Forum… gives us just enough information to solve issues on our own!… Thanks guys.
buysuccessMemberBy default my Buy Now button images were displaying much smaller than I expected them to.
I plan to use multiple different styles of Buy Now Buttons.. some may vary in size so I added the following to my css file to overwrite what ever the existing code was and this seemed to solve my issue.
.eStore_buy_now_button {
width:auto !important;
height:auto !important;
opacity:1 !important;
border:0px !important;
}
However, I would prefer to attach a CSS class to each individual button instead. I don’t happen to see a place to do that yet… But this looks like it will work for me for now.
-
AuthorPosts