• Resolved tarpon1

    (@tarpon1)


    hello;
    Sorry but I do not speak English the message is translated by Google!

    I fail to operate the slide with the theme graphene, the plugin works well and works on other themes that I try but I would like it to work on the theme graphene I did try some changes in the function.php file and the theme header.php file but I did not find the solution! one can help me would be helpful thank you in advance

    https://www.ads-software.com/extend/plugins/header-image-slider/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tarpon1

    (@tarpon1)

    up please

    Plugin Author shazdeh

    (@shazdeh)

    On line 98 you see this:
    <div id="header" style="background-image:url(<?php echo $header_img; ?>);">
    The header image is applied as a background image for the #header. Replace it with:

    <div id="header">
    	<?php boom_header_image() ?>

    and it works fine. One thing to note is that as of now the plugin does not support header text. So you might wanna add it directly to your markup.

    Thread Starter tarpon1

    (@tarpon1)

    thank you very much;
    it works perfectly

    Not exactly for me, changed my code from:
    <div id=”header” style=”background-image:url(<?php echo $header_img; ?>);”>
    <?php if ($graphene_settings[‘link_header_img’]) : ?>

    to

    <div id=”header” <?php boom_header_image() ?>);”>
    <?php if ($graphene_settings[‘link_header_img’]) : ?>

    and header got fixed but then forced my page to shift to the left,
    then tried

    <div id=”header” <?php boom_header_image() ?>
    <?php if ($graphene_settings[‘link_header_img’]) : ?>

    and still was not working, please help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Header Image Slider] Graphene theme’ is closed to new replies.