Tagged: x
-
AuthorPosts
-
January 17, 2017 at 12:03 am #1333072
rfbarrParticipantHello, I am trying to figure out how to have a link hover at the bottom of the page. I would like there to be a Book Now link/button that will stay at the bottom.
Currently I have a footer with some info, social links, and a menue. I would like the book now link/button to hover at the bottom of the page. I am kind of at a loss any suggestions?
January 17, 2017 at 1:24 am #1333137
FriechModeratorHi There,
Thanks for writing in! You can utilise the Content Dock Extension. You can install the content dock from the Addons panel on your dashboard.
And then place a Button shortcode on your content dock widget (Appearance > Widgets).
Hope it helps, Cheers!
January 17, 2017 at 11:45 am #1333807
rfbarrParticipantI got it working… I think. I am just wondering if it works for mobile devices like the iPhone? I can’t seem to get it to work on those types of devices.
January 17, 2017 at 12:02 pm #1333837
JadeModeratorHi there,
Please provide the link to your site so that we could check it.
Thank you.
January 17, 2017 at 12:15 pm #1333846
rfbarrParticipantThis reply has been marked as private.January 17, 2017 at 12:56 pm #1333893
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
@media (max-width: 767px) { .x-content-dock { left: 13% !Important; } }To make it transparent and whitout border:
.x-content-dock { background: none; border: none; }Hope that helps
Joao
January 18, 2017 at 2:05 am #1334678
rfbarrParticipantI have configured most of what I wanted, but now I am having problems closing the content dock. When I click the X on the corner nothing happens.
January 18, 2017 at 2:21 am #1334688
ChristopherModeratorHi there,
You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Hope it helps.
January 18, 2017 at 2:25 am #1334693
rfbarrParticipant@media (max-width: 767px) { .x-content-dock { display: block !important; } } .x-content-dock.left { margin: 0.4em auto; left: 0!important; right: 0!important; background-color: black; padding: 0.4em !important; }This is the code I used to format the content dock. Turning off all plugins but leaving that code does not fix the problem. When I remove all that code the X button works. When I add it back it does not work again.
January 18, 2017 at 2:40 am #1334705
ChristopherModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
January 18, 2017 at 2:49 am #1334714
rfbarrParticipantThis reply has been marked as private.January 18, 2017 at 3:15 am #1334736
ChristopherModeratorPlease check provided credentials, they didn’t work.
Thanks.
January 18, 2017 at 3:41 am #1334756
rfbarrParticipantThis reply has been marked as private.January 18, 2017 at 4:55 am #1334827
ChristopherModeratorHi there,
Hovering over left sidebar menus on WP dashboard doesn’t work. Also clicking on widget areas don’t expand the widgets.
I don’t know if the issue is coming from one of your plugins or maybe it’s related to culprit wordpress files.
So please disable all plugins except those come with x, clear cache and check WP functionality.Hope it helps.
January 18, 2017 at 5:29 am #1334866
rfbarrParticipantCleared the cache and turned off and on widgets. It did not change anything. The X only seems to work when I delete the custom CSS. Do you know why it could be doing that.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1333072 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
