Home › Forums › Weaver Xtreme Theme › Message to John (merlojh)
- This topic has 27 replies, 2 voices, and was last updated 2 years, 3 months ago by
scrambler.
-
AuthorPosts
-
January 29, 2021 at 18:34 UTC - Views: 42 #67188
merlojh
ParticipantAnother problem is that the PayPal button does not work on mobile does not show up at all on my phone and on tablet covers logo can that be solved? John
January 29, 2021 at 19:24 UTC - Views: 40 #67189merlojh
ParticipantLooks good on tablet now but on phone it is over the logo. John
January 29, 2021 at 19:42 UTC - Views: 46 #67190scrambler
ModeratorI am sorry John, but this is just not working this way as there is an interference between the site logo and the buttons that cannot be resolved.
You will need to go back to my first suggestion, and we will have to see what we can do about your menu alignment issue. Take the time to complete each step below!
- Remove the Button HTMl from the Advanced options > HTML Insertion > pre wrapper area
- Put it back inside Main options > Menus > Primary menu bar > Menu Right HTML box
- Put the menu BG colr back in instead of transparent.
- Replace all the CSS by the original one below and we will take it from there.
.wvrx-menu-right {position:absolute;top:0;right:0;margin-top:0;}
#nav-primary ul.wvrx-menu {padding-top: 2em;}
ul.wvrx-menu {margin-left:0;}
.menu-primary .custom-logo-on-menu {margin-right:0;}
.is-phone .wvrx-menu-right {position:relative;}January 29, 2021 at 21:03 UTC - Views: 34 #67192merlojh
ParticipantOn phone the PayPal button is over the logo name OK on tablet John
January 29, 2021 at 21:44 UTC - Views: 31 #67193scrambler
ModeratorIf you moved the button HTML back inside the Menu right HTML box instead of the pre wrapper box, then can you clear all your caches, because I am still seeing the paypal button inside the pre wrapper area instead of the Menu Right HTML
January 30, 2021 at 02:02 UTC - Views: 28 #67200merlojh
ParticipantNot working on phone covering logo fine on tablet John
January 30, 2021 at 02:10 UTC - Views: 27 #67201merlojh
ParticipantThe button does not work at all now cannot click on it? Not working on phone is over the logo? Not sure what is wrong or what I did wrong. John
January 30, 2021 at 02:19 UTC - Views: 25 #67202merlojh
ParticipantForm action is not working any more? Are you getting my messages? John
January 30, 2021 at 02:33 UTC - Views: 37 #67203scrambler
ModeratorJohn, please confirm if you have seen my message (6th above your last) with the reference below
January 29, 2021 at 19:42 UTC – Views: 13#67190
It had my instructions, which you clearly have not followed!
Below are these instructions again
I am sorry John, but this is just not working this way as there is an interference between the site logo and the buttons that cannot be resolved.
You will need to go back to my first suggestion, and we will have to see what we can do about your menu alignment issue. Take the time to complete each step below!
- Remove the Button HTMl from the Advanced options > HTML Insertion > pre wrapper area
- Put it back inside Main options > Menus > Primary menu bar > Menu Right HTML box
- Put the menu BG colr back in instead of transparent.
- Replace all the CSS by the original one below and we will take it from there.
.wvrx-menu-right {position:absolute;top:0;right:0;margin-top:0;} #nav-primary ul.wvrx-menu {padding-top: 2em;} ul.wvrx-menu {margin-left:0;} .menu-primary .custom-logo-on-menu {margin-right:0;} .is-phone .wvrx-menu-right {position:relative;}
January 30, 2021 at 02:46 UTC - Views: 19 #67204scrambler
ModeratorAre you seeing my message just above this one with the number #67203 , from January 30, 2021 at 02:33 UTC ?
January 30, 2021 at 18:43 UTC - Views: 11 #67210merlojh
ParticipantYes thanks so much for the help on this everything looks good now.
So sorry about the time it toke and all the confusion. Not sure why not getting your responses?
Thanks again John
January 30, 2021 at 21:26 UTC - Views: 11 #67211scrambler
ModeratorThere is extra space on desktop that needs to be removed by deleting the rule below
#nav-primary ul.wvrx-menu {padding-top: 2em;}And add the rule below to avoid extra space when the menu stacks under the logo
@media (max-width:1006px) {.menu-primary ul {margin-top:0px;}}
-
AuthorPosts
- You must be logged in to reply to this topic.