maritk
Forum Replies Created
-
Ok. Thank you very much, but I need a few more tip from you ??
– How do I turn the filter false (not all that into coding..)? And do I do this in my checkout.php, which I have now put in my active theme-folder?
– When it comes to switching the zip code-field and the city-field. Do I have to create a new page template in my active theme or can I just edit the already existing checkout-template? If it is the last alternative, which lines do I switch?
– I have actually removed the Pmpro international address-plugin, but I still have the dropdown country field showing in mye checkout-form. Is there a way of editing the default country in the plugin “PMPro address for free Levels”
Thank you very much for replying ??
Yes, using Notepad instead of Word worked ??
So changing the html-files translated most of the emails-text. But some of the sentences remained in English (e.g. subject-field). These I used the plugin “Codestyling localization” to translate.
Yes, sorry that was just a spelling mistake. The folders names are paid-memberships-pro/emails.
I will try to edit the files in Notepad, and see if I have any more luck. Thank you for that tip! I will let you know how I am doing ??
And no, I haven’t found any other way to test if the emails are working, other than actually doing the purchase and checkout-process.
Thank you very much!
The plugin “PMPro address for free levels” did the trick ??But now of course I am wondering if there is anyway to change the different fields this plugin has added to adjust it to my country? I would like to remove the State-field, have the Zip-code field before the City-field. In the country dropdown-menu, I would also like to have another country than the United States as the default country. Is this possible?
I am still struggling with this. What I am trying to achieve is to get members to register with full name, email and address. I am not sure if PMPro International Addresses is the right addon or if there is another way to do this?
Forum: Fixing WordPress
In reply to: Increasing font size for numbers in ordered listsI have tried to insert the following code in my style.css:
ol {
padding-top: 200px;
}
ol li {
color: black;
font-size: 35px;
font-weight: bold;
font-style: italic;
margin-top: 5px;
line-height: 1;}
ol li p {
font-size: 11px;
color: black;
font-weight: normal;
font-style: normal;
line-height: 1.7em;
}This code is in a way working, but it is making all the fonts in the ordered list 35 px(both the numbers and the text) 35 px.
Anyone who knows how to get around this?
Forum: Fixing WordPress
In reply to: Increasing font size for numbers in ordered listsThank you very much for your reply!
I would like to do this globally, on all of my pages.
But where in my style.css do I insert the code you gave me?