dswayze Posted December 21, 2023 Posted December 21, 2023 I'm using Paysite Theme 1 and was wondering how to add custom images to the "Get Premium" pop-up menu and the "Get Instant Access" banner? Quote
Tech Support Posted December 22, 2023 Posted December 22, 2023 This screen can be edited in Website UI -> Global blocks -> Signup Form Premium. Quote
dswayze Posted December 22, 2023 Author Posted December 22, 2023 20 minutes ago, Tech Support said: This screen can be edited in Website UI -> Global blocks -> Signup Form Premium. Could you please specify what part of the code I need to edit to add an image to the pop-up? I figured out how to replace the image for the "Get Instant Access" banner, however I'm having difficulty with figuring out how to ADD an image to the "Get Premium" pop-up menu. Quote
dswayze Posted December 22, 2023 Author Posted December 22, 2023 Disregard my last request, I figured it out. For anyone wondering, I replaced the "bg-modal-top-dark" JPG in the filesystem with my new image. The file is located in /var/www/fastuser/data/www/public_html/static/images. @Tech Support I did find a potential issue you might want to look into fixing. The stock background image for the pop-up is out of alignment and doesn't fill the pop-up window, please see attached screenshot. Quote
Tech Support Posted February 3 Posted February 3 1 hour ago, viper said: How do I get this in the default theme? "This" = what? Quote
Tech Support Posted February 4 Posted February 4 It is already part of every there, which has memberzone functionality. For example this on kvs-demo.com: You can rename it to "Get Premium" if needed in Website UI -> Texts section. Quote
Tech Support Posted February 4 Posted February 4 First you need to set up a billing in Memberzone -> Billings section. When the billing is set up and activated, you can switch theme to display signup popup which is designed with displaying payment options. This is done in .htaccess file in this rule: RewriteRule ^signup/$ index.php?mode=async&function=get_block&block_id=signup_signup_form_simple&global=true [L,QSA] You need to change signup_signup_form_simple to signup_signup_form_premium: RewriteRule ^signup/$ index.php?mode=async&function=get_block&block_id=signup_signup_form_premium&global=true [L,QSA] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.