Okay
  Public Ticket #2355956
Active
Closed

Comments

  • Bradley started the conversation

    Hello, does anyone know how to get rid of the page navigation as in the squares and arrows in the header and also the share button in the bottom right?

    There was a beautiful portfolio navigation in the freelance demo and it doesnt import what so ever.

    Thanks 


     

  •  3,021
    Andrew replied

    Hi Bradley,

    Use the following custom css in Saient > General settings > CSS/Script related:

    #portfolio-nav li {
        display: none;
    }
    .single-portfolio .project-sharing {
        display: none;
    }
    

    Hope this helps.

  • Bradley replied

    Thank you so much! You have no idea how long I've been trying.

    I also Have another problem if you interested (if not don't worry you've helped enough).


    I cant get rid of the down arrow on this?

    The page when in mobile shows a white tab at the bottom?

    Thank you!

  •  3,021
    Andrew replied

    Hi Bradley,

    The arrow shows when full screen is enabled on page. Try the following:

    .scroll-down-wrap {
        display: none;
    }
    

    Can you share link to your website we check on mobile.

    Kind regards.

  • Bradley replied

    You are a genius, Thank you for your help.

    Yes here is the link:

    http://kayodecreative.com/

  •  3,021
    Andrew replied

    Hi Bradley,

    It appears full width on mobile on our end. Could you try clearing cache and refresh the page.

    4645984519.png


    Thanks.

  • Bradley replied

    Hi Andrew, 

    Thats really odd. I have tried a few devices and its still got a white space on the bottom of all of them. I want it not to be scrollable.

    Thanks

  •  3,021
    Andrew replied

    Hi Bradley,

    Could you allow us to login to your website. We going to need username and password with admin privileges.

    Thanks.

  • Bradley replied

    Hello Andrew,

    Im sorry but I cant give you that information.

  •  3,021
    Andrew replied

    Hi Bradley,

    Not able to inspect elements on your website to see possible source of the space. Try creating a new test page with the video background without adding anything to the content area. If it shows without the space on mobile then you can narrow down the possible source.

    Thanks.

  • Bradley replied

    Hi, Sorry for being awkward, I cant breach my security.

     I have created a new page and the gap is still there, its there on the desktop version also.

    It actually was before but when I put and empty row beneath it, it vanished on the desktop version. It's so strange.

    Thanks again for all your help.

  •  3,021
    Andrew replied

    Hi Bradley,

    Could you investigate if the same issue happens with all other plugins deactivated. If it stopped then you can narrow the culprit by activating one after the other.

    Kind regards.

  • Bradley replied

    Hi,

    I have disabled all of them and random code appears under the original site but nothing under the draft.

    Also, it may be that video I am using a background rather than a page to create the video.(pngs attached)

    [vc_row type=”full_width_background” full_screen_row_position=”middle” column_margin=”none” scene_position=”center” text_color=”dark” text_align=”left” overlay_strength=”0.3″ shape_divider_position=”bottom” bg_image_animation=”none” shape_type=””][vc_column column_padding=”no-extra-padding” column_padding_position=”all” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_link_target=”_self” column_shadow=”none” column_border_radius=”none” width=”1/1″ tablet_width_inherit=”default” tablet_text_alignment=”default” phone_text_alignment=”default” overlay_strength=”0.3″ column_border_width=”none” column_border_style=”solid” bg_image_animation=”none”][/vc_column][/vc_row]


    Thanks

  • Bradley replied

    Hello,


    This has been sorted by another Ticket.


    Thank you so much for your help!

  •  3,021
    Andrew replied

    Hi Bradley,

    The code shows an empty row added to content area.

    1. Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ .
    2. If you are using WP Rocket use this guide :  https://docs.wp-rocket.me/article/108-render-blocking-javascript-and-css-pagespeed#critical-path-css .
    3. For Woocommerce caching issues see: https://docs.woocommerce.com/document/configuring-caching-plugins/ . 

    Hope this helps.

  • Bradley replied

    Thank you for all your help!