Viewing 8 reply threads
  • Author
    Posts
    • #7261
      adavis718
      Member

      Is it possible to get the “CONTACT” header show up on my contact page Like how is show up on other pages (About, Services). you can view my site at: dreali.com Thanks for your assistance.

    • #7267

      Hi

      If my understanding is correct, you can try to set header image for those pages in “page setting” section when you edit the page.

      Thanks!

    • #7528
      adavis718
      Member
      This reply has been marked as private.
    • #7529
      adavis718
      Member
      This reply has been marked as private.
    • #7537

      I see. Because the contact page is not include title, instead, it display google map.
      If you want to show the title, you need to change the page-contact.php file, insert the following codes into the right place where you want.

       <?php if($hide_title=="No" || $hide_title==""):?>
                 <div class="van_headline <?php echo $SSR_VAN['heading_pattern'];?>">
                      <h2><?php if($page_title<>''){echo $page_title;}else{the_title();}?></h2>
                      <?php if($page_tagline<>''):?>
                        <p><?php echo do_shortcode($page_tagline);?></p>
                      <?php endif;?>
                </div>
                <?php endif;?>
    • #7547
      adavis718
      Member
      This reply has been marked as private.
    • #7557

      Because you put those code to a wrong place, I changed it.Now fixed.

      You can set the tagline in page setting now.

    • #30745
      pramodnair
      Participant

      Hi I purchased the theme and registration is failing please help

    • #30763

      Hi, @pramodnair

      Sorry about this, please try again, it’s the Envato API connection issue, now it works.

Viewing 8 reply threads
  • You must be logged in to reply to this topic.