Forum Replies Created
-
AuthorPosts
-
Anita SmythParticipant
Brilliant, thank you!
Anita SmythParticipantI’ve just about finished customising a EcoNaturePro for our non-profit.
I wish to change 3 behaviors.Website page hyperlink to replace a mailto: hyperlink
——————————————————
1. Home page>>Top header>>business email. I would like to change the hyperlink from “mailto:” to the Contact Us page permalink and not open a new business email pop-up. I wish to redirect all inquiries to our If I give you the hyperlink can you change the html?
2. Footer pager>>Middle footer>>Contact details>>business email. I’d again like to change the business email hyperlink to the Contact Us page hyperlink.Remove navigation text on inner page banner
——————————————-
3. How do I remove the navigation string for each inner page banner?
Each page has the innerpage-title and below that is showing the navigation(“crumb” string text that steps back to the Home page on the inner page.
The html is:
<div id=”crumbs”>
Home
>>
<span class=”current”>page name</span>
</div>
thank youAnita SmythParticipantHi
I’ve accidentally stuffed the html code for section 1 of EcoNature Pro.
I’ve a duplicate “What we offer” and stuffed up the column separation for the dotpoints. Here’s a copy of the Inspect element:<section class=” menu_page “>
<div class=”container”>
<div class=”wow fadeInUp” data-wow-duration=”1s” style=”visibility: visible; animation-duration: 1s; animation-name: fadeInUp;”><div class=”section_head”>
<h2 class=”section_title”>What we offer</h2>
</div><div class=”one_half “><figure></figure><div class=”one_half “></div>
<div class=”section_head”>
<h2 class=”section_title”>What We Offer</h2>
</div>
<p>Pellentesque lacinia lobortis metus vel dapibus. Praesent lobort tincidunt nunc lobortis elementum. Maecenas ornare ligula ac nisi lobortis.<br>
</p><div class=”offer”>
<div class=”offer-icon”><i class=”fa fa-globe”></i></div>
<div class=”offer-cont”>
<h3>Ecology Today</h3>
<p>Commercial Solar Energy Storage</p>
</div><div class=”clear”></div>
</div><div class=”offer”>
<div class=”offer-icon”><i class=”fa fa-home”></i></div>
<div class=”offer-cont”>
<h3>Environment Saving Technology</h3>
<p>Residentail Energy Storage</p>
</div><div class=”clear”></div>
</div><div class=”offer”>
<div class=”offer-icon”><i class=”fa fa-leaf”></i></div>
<div class=”offer-cont”>
<h3>Plant Ecology</h3>
<p>Other Energy Sources</p>
</div><div class=”clear”></div>
</div></div><div class=”one_half last_column”></div>/column_content]<div class=”clear”></div></div><!– .end section class –><div class=”clear”></div>
</div><!– container –>
</section>How can I fix it? I’m not an experienced HTMLer.
Thanks -
AuthorPosts