Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Reproduce the accommodation top background image

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 4 months ago #137503 by emperor
Hi , I want to reproduce the accommodation top image with text in another menu item but I can't
I did exactly what you've done on the accommodation menu item, adding another image as background etc.

Thanks,

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #137504 by Yiota
Hello,

Is it possible to provide us with a link to that page?

Note that the Page Heading option should be set to No.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 3 months ago #137505 by emperor
I send you an email regarding the link.

Page heading option is set to no.

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #137506 by Yiota
I'm sorry for this. Could you sent me an administrator access as well?

Thank you.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #137507 by Yiota
OK thank you for that.
We have disabled the page heading showing on an item page. You can enable it by changing this code snippet located in index.php
<?php if (!$isFrontpage && !empty($pageHeading) && $view!='item' && $view!='article'): ?>
        <div class="overlayedHeading<?php if (empty($pageBgImage)) echo ' overlayedHeadingSolid'; ?>">
          <div <?php if (!empty($pageBgImage)) echo 'style="background-image:url('.$pageBgImage.');"'; ?> class="overlayOpacity backgroundCover"></div>
          <div class="row">
            <h2 class="pageHeading"><?php echo $pageHeading; ?></h2>
          </div>
        </div>            
      <?php endif; ?>  

to
<?php if (!$isFrontpage && !empty($pageHeading)): ?>
        <div class="overlayedHeading<?php if (empty($pageBgImage)) echo ' overlayedHeadingSolid'; ?>">
          <div <?php if (!empty($pageBgImage)) echo 'style="background-image:url('.$pageBgImage.');"'; ?> class="overlayOpacity backgroundCover"></div>
          <div class="row">
            <h2 class="pageHeading"><?php echo $pageHeading; ?></h2>
          </div>
        </div>            
      <?php endif; ?>  

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum