kosatka Posted September 28, 2014 Share Posted September 28, 2014 Could you help, please. I was overwriting the page About us (Preferences-CMS-About us), and have messed up the code. The text in quotes (in Testimonials) appears only in back office Page content, but is invisible in front office. Then I have noticed that there is a tab Tools that shows Source code. If I knew, I would replace the Lorem Ipsum text in the </>Source code. I do not write code so I cannot find my mistake. I tried to Reset, Uninstall and Delete the CMS block and install it again, but it's coming back with my messed up code. If you could send me the whole Testimonial code source sample (the Lorem Ipsum or whatever is there version), I would replace it for my broken and correct the text in the </>Source code view. Thanks Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2014 Share Posted September 28, 2014 original code: <h1 class="page-heading bottom-indent">About us</h1> <div class="row"> <div class="col-xs-12 col-sm-4"> <div class="cms-block"> <h3 class="page-subheading">Our company</h3> <p><strong class="dark">Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.</strong></p> <p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.</p> <ul class="list-1"> <li><em class="icon-ok"></em>Top quality products</li> <li><em class="icon-ok"></em>Best customer service</li> <li><em class="icon-ok"></em>30-days money back guarantee</li> </ul> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="cms-box"> <h3 class="page-subheading">Our team</h3> <img title="cms-img" src="../img/cms/cms-img.jpg" alt="cms-img" width="370" height="192" /> <p><strong class="dark">Lorem set sint occaecat cupidatat non </strong></p> <p>Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.</p> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="cms-box"> <h3 class="page-subheading">Testimonials</h3> <div class="testimonials"> <div class="inner"><span class="before">“</span>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.<span class="after">”</span></div> </div> <p><strong class="dark">Lorem ipsum dolor sit</strong></p> <div class="testimonials"> <div class="inner"><span class="before">“</span>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.<span class="after">”</span></div> </div> <p><strong class="dark">Ipsum dolor sit</strong></p> </div> </div> </div> Link to comment Share on other sites More sharing options...
kosatka Posted September 28, 2014 Author Share Posted September 28, 2014 Operation was successful! Thank you very much for quick help. Link to comment Share on other sites More sharing options...
vekia Posted September 29, 2014 Share Posted September 29, 2014 you're welcome :-) glad to hear that i could help a little i marked topic title as solved with regards, Milos 1 Link to comment Share on other sites More sharing options...
Recommended Posts