youtube video instead of slide

Hi,

Great theme but I need the following to use it:

  1. A video from youtube with text and a action button.

  2. breadcrumbs

  3. testimonial

  4. 3 serviceboxes / packages with text and picture

I am using sparkling.

something like zorbas.dk.

how would that be ppossible?

Hi @lech07,

I hope you are well today and thank you for your questions.

1. A video from youtube with text and a action button.

You can try achieving this using the following plugins.

2. breadcrumbs

Use any of the following plugins to achieve this.

3. testimonial

Use any of the following plugins to achieve this.

https://wordpress.org/plugins/tags/testimonials

4. 3 serviceboxes / packages with text and picture

Try using below plugins to achieve this.

https://wordpress.org/plugins/tags/services

Best Regards,
Movin

Hi, thanks.

Will all those plugins not slow down the website?

hi again

i tried to put breadcrumbs that yoast is writing about on his site.
After i got this error:
Parse error: syntax error, unexpected ‘<’, expecting end of file in /home/zorbas76/public_html/new-website/wp-content/themes/sparkling/inc/custom-header.php on line 129

i tried to remove the code but it didnt work and after i tried ti overwrite the php file but i still get the error. What is the issue and where should i insert the breadcrumb code?

Will all those plugins not slow down the website?

As these plugins provide additional functionality by executing more code so it will affect the performance a little bit.

i tried to remove the code but it didnt work and after i tried ti overwrite the php file but i still get the error. What is the issue and where should i insert the breadcrumb code?

You should add the code in the header.php file. You can try achieving this by using the attached custom child theme of Sparkling theme that contains the custom code.

Make sure that you have activated on your site the following Yoast plugin.

thanks alot.

I have used the alot of the plugins you have send to me and it looks more like something now.
I have inserted youtube video and using the plugin youtube free and tried to make a a jumbotron around in blue to make it somehow similar to www.zorbas.dk.

  1. How can i make it like zorbas.dk were there is a background that are streched and the video is on the background? Can i strecth inner content to stretch video with background? what is more easy?

  2. i have used image effects shortcode to make a testimonial. the pictures are on the left. how can I move in center? https://www.zorbas.se/new-website/

  3. How can I in this theme use a left navigation menu? just like zorbas.dk. for instance here: http://www.zorbas.dk/graesk-buffet

thanks.

2. i have used image effects shortcode to make a testimonial. the pictures are on the left. how can I move in center? https://www.zorbas.se/new-website/

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


.entry-content .row img.img-circle {
    text-align: center;
    margin: 0 auto;
    display: table;
}
1. How can i make it like zorbas.dk were there is a background that are streched and the video is on the background? Can i strecth inner content to stretch video with background? what is more easy?
  1. How can I in this theme use a left navigation menu? just like zorbas.dk. for instance here: Græsk buffet | Græsk catering | Græsk mad ud af huset

To achieve this we have to develop custom code.

Developing custom code for custom functionality is beyond the scope of support that we provide here.

If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Colorlib recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5 http://freewptp.com/contact

thanks alot for the css code.

As i understand it I need custom code to change the width of the jumbotron and to make left navigation.

How do i make the topbar appear with social icons and text? Like on this site.

You are most welcome here :slight_smile:

How do i make the topbar appear with social icons and text? Like on this site.

The theme used on this site is different custom theme than sparkling theme but you can try achieving this functionality in Sparkling theme by using any of the following plugins.

great.

  1. I can see there is html and css errors. howcome are there so much errors?
    http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=https://www.zorbas.se/new-website/

  2. what css can i use to move my video a little but up to be in the center of the jumbotron height?

2. what css can i use to move my video a little but up to be in the center of the jumbotron height?

I am not sure what you meant by jumbotron so could you please share the screenshot of it?

1. I can see there is html and css errors. howcome are there so much errors? http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=https://www.zorbas.se/new-website/

To help us keep support thread separates could you please create separate thread for your new question here Sparkling - Colorlib Support Forum instead of replying on your existing thread as it makes the thread messy and hard to read.