-
Author
Tagged: signup button link
-
May 25, 2015 at 17:53 #60076PirooParticipant
I changed the signup procedure to Membership Pro so that people choose a membership level and sign up in one go.
But now I want the signup button on top just link to the memberships levels page, instead of the Sweetdate signup form. Where to do that button editing? Thanks!May 26, 2015 at 15:38 #60155LauraModeratorHello, you can edit the modal of the homepage to link to the page, in your php files, then paste to child theme.
I can do this for you but will need ftp and the website link 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 30, 2015 at 17:09 #60590PirooParticipantThanks Laura. The site is not online yet. And also I would like to know exactly how it is done for later reference.
Did you mean to create a edited copy of general-register-modal.php in the child theme /page-parts folder? In that case I just would like to know where to change what.
Is it possible to explain?
Thanks a lot.June 2, 2015 at 04:12 #60734LauraModeratorHello, the best would be to edit header.php to link the sign up button directly to your pmpro registration page
Go to header.php and findCOPY CODE<?php if(get_option('users_can_register')) { ?> <li class="header-register-button"><a href="#" data-reveal-id="register_panel"
Now is very easy just delete data-reveal-id=”register_panel” and in href=”#” delete the # and replace it for your url, like for example href=”http://mydomain.com/pmpro-my-registration-page”
So it would look like
COPY CODE<?php if(get_option('users_can_register')) { ?> <li class="header-register-button"><a href="http://mydomain.com/pmpro-my-registration-page"
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 3, 2015 at 22:02 #60948PirooParticipantJust perfect Laura.
That works like a charm.
Thank you.Since I have now a header.php in the child theme folder, that means that with each update I have to check if something changed in the theme’s code, right? Or is there a better way?
June 6, 2015 at 15:05 #61333LauraModeratorHello, well if you check the changelog maybe you can see if its something related to the header, you can always compare both codes as header is not so heavy 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 8, 2015 at 19:50 #76623FwboxParticipantHello,
I make this method (the link for the page is good) but the size of button subscrition (Or padding) change ?
Thanks
September 10, 2015 at 10:19 #76876LauraModeratorHello, can you share a link? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 28, 2015 at 03:31 #79701FwboxParticipantHello, it’s Ok, i have just make a error with the translate (with a space).
ThanksSeptember 28, 2015 at 04:15 #79705FwboxParticipantHello,
I would like to make a same configuration for the button “subscription” in panel (see screen) to go to another page
Attachments:
You must be logged in to view attached files.September 29, 2015 at 18:04 #79881FwboxParticipantHello, Are you available to see my link ?
Thanks
October 1, 2015 at 08:35 #80235LauraModeratorHello, you can change that button padding using this css
COPY CODE#login_panel a.radius.secondary.small.button { padding: 10px; }
In style.css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.