Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1272628
    Ann
    Participant

    Hi there,

    Video Light box
    I have a couple of light box videos added to my site and for some reason when you open up one video the other videos kinda peak through on the side. I have attached a screen shot. It’s a bit confusing and gives a poor user experience. Is there a way to remove this so only the video associated with the CTA button pops up? Site: https://moveu.com/

    Navigation Menu:
    I have a hamburger menu added here https://moveu.com/, is there a way to right align all the menu items?

    Blog Author
    For my blog here https://moveu.com/category/blog/, can I add an author bio at the bottom like other stacks (Integrity) have?

    Contact Form 7
    I’ve tried every possible combination of code but can’t seem to figure out how to remove the text shadow from contact form 7 text button. Could you please tell me how? You have them on the sidebar here https://moveu.com/blog/

    Lightbox Button Hover Color
    I added a grey light box button on my homepage (https://moveu.com/) and customized using raw element to be a different color, is there a way to get a hover effect when doing so?

    Parallax Not Working on PC
    I have noticed that parallax doesn’t seem to work on PC, or at least not for any of my sites, is this something you guys are familiar with?

    Breadcrumb Disappear
    I have breadcrumb set as “on” and when accessing a site you can see the trail, however, when scrolling down the page the trail disappear and doesn’t come back when you scroll up again. Any idea why this might be happening?

    Sorry for ALL the questions! Thought I’d for once consolidate everything in to one thread and not completely kill ya’ll over there 🙂

    BIG thanks!!

    Ann

    #1272672
    Rue Nel
    Moderator

    Hello Ann,

    Thanks for writing in and the very detailed post information.

    1] Please edit your page and add a custom my-video class in your button. You can then use this class as a .my-video selector in the lightbox shortcode. The selector used to activate the lightbox. Best use comes from adding a class on the links of all images you want to use, for example, “my-video.” Next, you would simply write “.my-lightbox” in this field (the included period denotes a class selection). For more details, please check this out: http://demo.theme.co/integrity-1/shortcodes/responsive-lightbox/

    2] To align all the menu items to the right, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media (min-width: 980px){
      .x-nav-wrap.mobile.collapse.in, 
      .x-nav-wrap.mobile.collapse.in .x-nav {
        text-align: right;
      }
    }

    3] Regarding the Blog Author, this may not be possible if you are in a category/tag/date archive. Because any of the post may have different authors just like this: http://prntscr.com/dcm2rr. It can only be possible in an author page.

    4] There is no Contact Form 7 form in your sidebar. What you have is Email Forms. To remove the text shadow, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-subscribe-form input[type="submit"] {
        text-shadow: none;
    }

    5] If you are referring to the same button that triggers the lightbox in #1 question, then after adding the custom class, you can also use that class to style the button. Simply add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .my-video {
      // your styling here
    }
    
    .my-video:hover {
      // background-color: red;
    }

    6] Parallax is perfectly working from our end. You might be having a browser caching issue. Please clear your browser cache or use private browsing mode and test your site again.

    7] I do not see the breadcrumb in your site. It maybe turned OFF for the moment. To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    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.

    Thank you.

    #1272697
    Ann
    Participant
    This reply has been marked as private.
    #1272710
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates!

    1] You need to add the my-video in the button and not on the raw content element. You raw content element content should somehow be like this:

    [button class="my-video" type="real" shape="square" size="mini" href="#example" title="Example"]Square Button[/button]
    [lightbox selector=".my-video" deeplink="true" opacity="0.875" prev_scale="0.75" prev_opacity="0.75" next_scale="0.75" next_opacity="0.75" orientation="vertical" thumbnails="false"]

    2] As I have mentioned before, you can only add the author information in the author archive page or in each of the single blog posts. Perhaps you can check out these threads: https://community.theme.co/forums/topic/add-authors-meta-next-to-post-entrys-text/, https://community.theme.co/forums/topic/author-box-automatically-below-every-blog-post-child-template/

    3] Your breadcrumbs may not be showing because you have added this custom css.

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }

    Please try to remove this css and test your site again.

    #1272794
    Ann
    Participant

    Perfect!!

    All good now 🙂

    Thanks!

    #1272803
    Paul R
    Moderator

    You’re welcome! 🙂

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