WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Need help for breadcrumbs

#30842
valond86
Participant

I have problems in section 2, no matter how I link the new collection, it is only linked with the #, can you please help me.
[newcollection subtitle="NEW COLLECTION 2017" title="For Mans" description="Nunc sed lorem pretium, volutpat tortor id, adipiscing sem. Sed bibendum quis augue nec porta." image="" link="https://eximtex.com/"][newcollection subtitle="NEW COLLECTION 2017" title="For Woman" description="Nunc sed lorem pretium, volutpat tortor id, adipiscing sem. Sed bibendum quis augue nec porta." image="" link="https://eximtex.com/" last="last"]
In the sourcecode i can see this:

<div class="newcollection last">
				<a href="#">
				<div class="newcollectiontitledes">
						<div class="newcollection-subtitle"><h6>NEW COLLECTION 2017</h6></div>
						<div class="newcollection-title"><h3>For Woman</h3></div>
						<div class="newcollection-description">Nunc sed lorem pretium, volutpat tortor id, adipiscing sem. Sed bibendum quis augue nec porta.</div>	
					</div>
					<div class="newcollection-thumb">
						<img src="">
					</div>
				</a>
				<div class="clear"></div>
			</div>