Video on Slider and Home Page Tagline Position

Discussion in 'Compass WordPress Theme' started by soul7bird, Jun 17, 2016.

  1. soul7bird

    soul7bird New Member

    Joined:
    Apr 21, 2015
    Messages:
    11
    Likes Received:
    2
    Hello,
    Are we able to add videos to the sliders?
    Can you confirm if I am on the latest version? I purchased the template last year.
    Lastly, Can you confirm if I am able to temporarily move the "Home Page Tagline" feature under the logo and menu bar? Then move it back in a couple months? We have a big event coming up and were trying to find a good way l to help promote it outside of using the slider OR can you tell me how to highlight "21016 National Convention" on the menu bar instead of "Home".
    baseballcardroadshows.com
    BCRS Front Page.JPG


     
    Last edited: Jun 17, 2016
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    To add video slider..

    Please follow the screenshot given below.

    video_slider.png
    You are using 1.0.1 version of the theme whereas version 1.1.1 is available in the members area, so you can install latest version from there..

    And regarding your last requirement, i.e. to move the "Home Page Tagline" feature under the logo and menu bar..

    Please follow the screenshots given below.

    tagline_move_under_menu1.png

    tagline_move_under_menu2.png
    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. soul7bird

    soul7bird New Member

    Joined:
    Apr 21, 2015
    Messages:
    11
    Likes Received:
    2
    Can you tell me how to highlight "21016 National Convention" on the menu bar instead of "Home"?
    baseballcardroadshows.com
    [​IMG]
     
  4. priya

    priya Guest

    Hi,

    I didn't get the concerned area as you have mentioned in your screenshot..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. soul7bird

    soul7bird New Member

    Joined:
    Apr 21, 2015
    Messages:
    11
    Likes Received:
    2
    I am sorry attached the wrong screen shot. Please just visit the website. http://baseballcardroadshows.com/
    Can you please tell me if there is a way to highlight the "2016 National Convention" on the Menu Bar? Similar to how "Home" is always highlighted.
     
  6. nitin

    nitin Guest

    Hi,

    I got your concern.

    To get the menu highlighted as per your requirement, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body.home li#menu-item-396{
    color:#444;
    background-color: #fff;
    border-bottom: #fff;
    }
    
    body.home li#menu-item-427{
    color: #fff;
    background-color: #dfbe84;
    border-bottom: 2px solid #c19d5e;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  7. soul7bird

    soul7bird New Member

    Joined:
    Apr 21, 2015
    Messages:
    11
    Likes Received:
    2
    Thank you it worked. Can you help make it the same height as the "Home" button height?
     
  8. nitin

    nitin Guest

    Hi,

    You can use the CSS code given below :-

    Code:
    body.home li#menu-item-427 {
         padding: 7px;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page