UrsulaD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why am I having to manually add my subscribersHi Avazquez1,
Thanks for your reply. I do get some that are able to register no problem at all. It’s also linked to my mailchimp.
The only reason I know that the users have not verified is when I login to my backend page and see a list of unverified users.
When setting up the register page I used the plugin register-plus-redux.php
Thanks for your help.
Ursula
Forum: Themes and Templates
In reply to: [Customizr] How to centre Add to Cart ButtonsAll sorted I had to use columns ??
Forum: Themes and Templates
In reply to: [Customizr] How to centre Add to Cart ButtonsHooray I got it to work when mobile is lengthways by putting 0% however when you turn the mobile sideways it still has the problem.
Also do you know how I can center my link buttons and you tube vids on the mobile view. PC is fine.
Thanks again for your patience.
Forum: Themes and Templates
In reply to: [Customizr] How to centre Add to Cart ButtonsSorry that’s because i removed it.
I have put back the following codes but still no change. I think I have done it wrong.
I just need your suggestion 599px as on tablet its fine. The difference is on table it shows the side panel but on phone it does not except i think its made the space for it on those 3 pages which is not what I want. I want all pages to be the same layout on phone.
Thanks for your patience.
In my css it looks like this
.page-id-165 .edd_purchase_submit_wrapper {
position: relative;
left: 42%; /* Adjust */
}.page-id-52 .edd_purchase_submit_wrapper {
position: relative;
left: 42%; /* Adjust */
}.page-id-162 .edd_purchase_submit_wrapper {
position: relative;
left: 42%; /* Adjust */
}@media all and (max-width:599px) {
.page-id-165 .edd_purchase_submit_wrapper {
position: relative;
left: 42%; /* Adjust */
}
}@media all and (max-width:599px) {
.page-id-162 .edd_purchase_submit_wrapper {
position: relative;
left: 42%; /* Adjust */
}
}@media all and (max-width:599px) {
.page-id-52 .edd_purchase_submit_wrapper {
position: relative;
left: 42%; /* Adjust */
}
}Forum: Themes and Templates
In reply to: [Customizr] How to centre Add to Cart ButtonsHi Rdell,
I placed the page ID # in the CSS and that has worked thanks so much for that but regards the 3 pages that I have done this for I have also tried with the @media all etc. to make the page fit nicely on the mobile device but its not working.
I am just having issues w the 3 pages I have adjusted accordingly.
https://www.foodandbeveragetrainer.com/job-descriptions/
https://www.foodandbeveragetrainer.com/food-and-beverage-forms/
https://www.foodandbeveragetrainer.com/training-packages/Thank
UrsForum: Themes and Templates
In reply to: [Customizr] How to centre Add to Cart ButtonsHi Rdell,
I have just had a look at my website on mobile phone and the pages I have the add to cart buttons are moved to one side (left side). Do you have a solution for this.
Thanks again.
UrsulaForum: Themes and Templates
In reply to: [Customizr] How to remove border above paypal bannerYes that worked I used the 1st suggestion.
tr:nth-child(2n+1) td, tr:nth-child(2n+1) th {
background-color: #fff; /* color was #f8f8f8; */
}
Yeah so happy thanks so much for your help. You have been great.Forum: Themes and Templates
In reply to: [Customizr] How to centre Add to Cart ButtonsActually I need help again. Its lines up nicely on the pages I don’t have columns but the 2 pages with columns its a little off center. On these pages can i adjust it so its more centered?
https://www.foodandbeveragetrainer.com/food-and-beverage/
https://www.foodandbeveragetrainer.com/guest-service/Forum: Themes and Templates
In reply to: [Customizr] How to remove border above paypal bannerYep but still there.
Forum: Themes and Templates
In reply to: [Customizr] How to centre Add to Cart ButtonsThat’s great thanks so much
Forum: Themes and Templates
In reply to: [Customizr] How to remove border above paypal bannerThis is the code I have. If you are able to have a look at how I can remove that border.
<table border=”0″ cellspacing=”0″ cellpadding=”10″ align=”center”>
<tbody>
<tr>
<td align=”center”></td>
</tr>
<tr>
<td align=”center”><img src=”https://www.paypalobjects.com/webstatic/mktg/logo/PP_AcceptanceMarkTray-NoDiscover_243x40.png” alt=”Buy now with PayPal” />
Terms and Conditions</td>
</tr>
</tbody>
</table>
<!– PayPal Logo –>Forum: Themes and Templates
In reply to: [Customizr] Change the font and padding for delightful downloadsYes that worked. Thanks a million ??
Forum: Themes and Templates
In reply to: [Customizr] Change the font and padding for delightful downloadsHi redell,
I just copied and pasted into my custom CSS but the changes didn’t take affect.
I also checked Delightful Downloads and they do not have Orange.
Maybe something wrong w my css codes. Also for the ecommerce cart to work I had to remove WP super cache as it was conflicting. In the mean time I am using F5 to clear it.
Forum: Themes and Templates
In reply to: [Customizr] How to remove border above paypal bannerI tried but still there ??
But thanks so much for the tip on how to clear cache with shift F5. That’s very handy.Urs
Forum: Themes and Templates
In reply to: [Customizr] How to remove border above paypal bannerHi Dave,
I tried the CCS you gave me but the line above the paypal is still showing. ??
Do you have another way.Thanks
Ursula.