Slider in Header

Hello Muffin and thank you again for that great theme, i love it ! :)

But, i have a question:

One of my customer asked me to put a banner in the header, i solved it by placing a large image to replace the Logo.

But, now, they want some parts of the banner to be clickable... I must make 3 links for the 3 images in the banner.

Can i put a slider in the header using CSS or another method ?

I tried to figure it ou by myself but can't find the right solution... May you could help me on that one !

Thanks ! :)

Here is a capture of the banner in place of the logo:
image

Comments

  • Hi,

    to make different images in header clickable, it is necessary to modify theme files because it couldn't be achieved with custom css only.

    Thanks!
  • Thank you for the reply.

    May i just ask you where i must start (files to modify...) and i'll try it.

    Thanks :)
  • You should start inside includes/header-top-area.php file.
  • Thank you for the reply.

    For now i tried to add this in page.php:

    <!-- .sections_group -->
    <div class="sections_group">
    <div class="entry-content" itemprop="mainContentOfPage">
    <?php putSliderRev("couleurs_faubourg") ?>
    <?php 
    while ( have_posts() ){
    the_post(); // Post Loop
    mfn_builder_print( get_the_ID() ); // Content Builder & WordPress Editor Content
    }
    ?>
  • I tried to add the following code in includes/header-top-area.php file:

    <div id="Top_bar" class="loading">

    <div class="container">
    <div class="column one">
    <div class="top_bar_left clearfix">
    <!-- Logo -->
    <?php putSliderRev("couleurs_faubourg") ?>
    <?php putRevSlider("couleurs_faubourg") ?>
    <?php get_template_part( 'includes/include', 'logo' ); ?>
    <div class="menu_wrapper">

    Guess my php code is wrong... still investigating ;)
  • I changed my php code to : <?php putRevSlider( 'couleurs_faubourg' ); ?>

    But still not showing... ;)


  • We are really sorry but what you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.
  • Hello Muffin,

    Well, as i am the "developper" of that website, i can only count on myself.

    Is there another solution if you can't answer clearly because of the Support Policy ? 

    Can i pay you to modify the files ? Can you suggest me a solution on private message ? 

    I'm still trying to resolve it using Google, forums and so on, but for now i can't find something useful...

    Maybe another user of the theme will see my message and will be able to help...

    Thank you anyway, you made a great theme, my customer just want some strange things...
  • We are sorry but we do not offer any customization. But if you are looking for a developer who will be able to help, please contact with http://customizationgeeks.com/ or http://rewrkz.com/ - these guys offer customization for BeTheme users.
  • Thank you for the links, i'll try again by myself and if i can't make it, i'll contact them.

    Have a nice day.
Sign In or Register to comment.