Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/14/2020 :  00:58:41  
Hi there,

On my dwt file is the below text, there was no header text on this form saying what it was for, so I have added these <h2> tags for the text ([orange]<h2>Sign Up for 10% Off</h2>[/orange]), but its not appearing?


<div class="col-3 mid_left">
<div class="left_nav_wrap">
[orange]<h2>Sign Up for 10% Off</h2>[/orange]
<div class="left_nav">
<?php $minicssaction="minilogin"?>
<?php include "vsadmin/inc/incminicss.php" ?>
</div>
</div>
</div>


Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/15/2020 :  10:10:51  
How do I add some text above the news letter sign up?

Tried adding <h2>Sign Up for 10% Off</h2> as per below, but nothing showing.

Jason

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/17/2020 :  12:06:41  
Here is the left side of my page

[img]https://bagswithclass.co.uk/images/newsletter-image.jpg[/img]

How do I add text to say "Sign up to newsletter"

and "Recently Viewed"

I dont know if i deleted these by accident

Jason

1818charlie
ECT Moderator

United Kingdom
1194 Posts

Posted - 11/17/2020 :  12:32:45  
Hi Jason

In your code is this
<div class="col-3 mid_left">
<div class="left_nav_wrap">

<div class="left_nav">


What is missing is this <h2>Newsletter</h2> between the <div class="left_nav_wrap"> & <div class="left_nav"> lines, appears to have been deleted. You could add <h2>Newsletter Signup</h2>, that
should suffice

Regarding the Recently Viewed heading check the this line $GLOBALS['xxRecVie']='Recently Viewed'; is in your languagefile_en.php file

Steve
Egerton Village, Bolton, UK

Edited by - 1818charlie on 11/17/2020 12:57:03

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/18/2020 :  10:44:53  
Hi Steve,

Thank you for your help here.

How do I centralize the text, and when I put <H2> the text looks like a font size 18, so for now I have put <p>

[img]https://i.paste.pics/AQAG3.png[/img]

Jason

Edited by - Jolly-Martian on 11/18/2020 10:50:37

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/18/2020 :  10:59:29  
Steve, for the recently viewed, this $GLOBALS['xxRecVie']='Recently Viewed'; is definitely in my languagefile_en file

[img]https://i.paste.pics/AQAJ7.png[/img]

Jason

Edited by - Jolly-Martian on 11/18/2020 10:59:47

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/18/2020 :  11:07:15  
And my productdetail.php page has:

<!-- #BeginEditable "sidebar2" -->

<div class="col-3 mid_left">
<div class="left_nav_wrap">

<div class="left_nav">
<?php $minicssaction="recentview"?>
<?php include "vsadmin/inc/incminicss.php" ?>
</div>
</div>
</div>

<!-- #EndEditable -->

dbdave
ECT Moderator

USA
10410 Posts

Posted - 11/18/2020 :  11:11:41  
I would right click in the browser where the text should be, and select "inspect" and view the page source.
Perhaps it's being suppressed with css.

David

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/18/2020 :  11:31:04  
Hi Dave,

ive added it in manually

[img]https://i.paste.pics/AQAW8.png[/img]


<div class="col-3 mid_left">
<div class="left_nav_wrap" >
[red]<p>Signup to our news letter and<br> get 10% off your first order</p>[/red]
<div class="left_nav">

<?php $minicssaction="minisignup"?>
<?php include "vsadmin/inc/incminicss.php" ?>
</div>
</div>
</div>

<!-- #BeginEditable "sidebar2" -->

<div class="col-3 mid_left">
<div class="left_nav_wrap">
[red]<p>Recently Viewed</p>[/red]
<div class="left_nav">
<?php $minicssaction="recentview"?>
<?php include "vsadmin/inc/incminicss.php" ?>
</div>
</div>
</div>

<!-- #EndEditable -->
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000