• Resolved marios11

    (@marios11)


    Hi
    Can anyone tell me from where can I add material to the virtue theme primary sidebar?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • hannah

    (@hannahritner)

    Hey,
    You can do this from Appearance > Widgets.

    Hannah

    Thread Starter marios11

    (@marios11)

    Ok thanks for your answer.

    I also don’t know if it is possible with virtue theme to add a left sidebar instead of right or even keep both??

    Thanks again

    hannah

    (@hannahritner)

    You can move your sidebar left with css like this:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    There ins’t an option for two sidebars, but you could trick the system by using Page Builder ( https://wordpress.org/plugins/siteorigin-panels/ ) and creating two columns on either side that resemble sidebars.
    Hope that helps!

    Hannah

    Thread Starter marios11

    (@marios11)

    Ok

    I will try that. I have another question. Is there a way to put a video player on a wordpress website without the possibility of someone downloading it?

    ie like a musical instrument video that you have to pay before you can watch the video and you can watch it only through the web page.

    Thanks again

    Marios

    Thread Starter marios11

    (@marios11)

    Also I want to ask how I can remove the word HOME from the homepage or any title of a page from the middle of each page.

    Hey Marios,
    The simple reality is if the video can be seen it can be downloaded or copied. If your just looking for a way to show it on your site Vimeo does a pretty good job of protecting your videos. Then you can use the embed code to play on your site.

    I don’t recommend self hosting videos.

    In your theme options > home layout. Move “page title” to disabled.

    Kadence Themes

    Thread Starter marios11

    (@marios11)

    Hi

    Is it possible to delete the title from the other pages? or even edit it?

    Thanks again

    Marios

    Hey,
    Every page you can edit the title. If you would like to remove the title you can add this css in your theme options > advanced settings:

    .page-header {
    display:none;
    }

    Kadence Themes

    Thread Starter marios11

    (@marios11)

    Hi

    Perfect

    Thanks
    Marios

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Virtue Sidebar’ is closed to new replies.