Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1333072
    rfbarr
    Participant

    Hello, 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?

    #1333137
    Friech
    Moderator

    Hi 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!

    #1333807
    rfbarr
    Participant

    I 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.

    #1333837
    Jade
    Moderator

    Hi there,

    Please provide the link to your site so that we could check it.

    Thank you.

    #1333846
    rfbarr
    Participant
    This reply has been marked as private.
    #1333893
    Joao
    Moderator

    Hi 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

    #1334678
    rfbarr
    Participant

    I 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.

    #1334688
    Christopher
    Moderator

    Hi 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.

    #1334693
    rfbarr
    Participant
    @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.

    #1334705
    Christopher
    Moderator

    Hi 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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1334714
    rfbarr
    Participant
    This reply has been marked as private.
    #1334736
    Christopher
    Moderator

    Please check provided credentials, they didn’t work.

    Thanks.

    #1334756
    rfbarr
    Participant
    This reply has been marked as private.
    #1334827
    Christopher
    Moderator

    Hi 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.

    #1334866
    rfbarr
    Participant

    Cleared 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.

  • <script> jQuery(function($){ $("#no-reply-1333072 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>