MartinDuricky Posted April 18, 2017 Share Posted April 18, 2017 Hello guys ,please could you tell me how or what exactly i have to do so i can add content on this page: http://testwebsites.9e.cz/clients.html if you scroll little lower you can see reviews with flags etc. I have couchCMS on website but i dont know how to make this that i can add review thru administration. Quote Link to comment Share on other sites More sharing options...
ginerjm Posted April 18, 2017 Share Posted April 18, 2017 Is it your web page, ie, your code? Perhaps you could just paste in here what code you want to alter? Quote Link to comment Share on other sites More sharing options...
MartinDuricky Posted April 18, 2017 Author Share Posted April 18, 2017 yes it is my page. Sure i need to do that i can add review on my page thru admin panel. This is HTML code of review https://pastebin.com/Xiac7kqJ so basically i need to make admin panel where i can add that review. I have admin panel (couchCMS) but i dont know what to next Quote Link to comment Share on other sites More sharing options...
ginerjm Posted April 18, 2017 Share Posted April 18, 2017 I have no idea what you just said. Quote Link to comment Share on other sites More sharing options...
MartinDuricky Posted April 18, 2017 Author Share Posted April 18, 2017 Sorry i suck in english. If you open this page http://testwebsites.9e.cz/clients.html You can see reviews under CLIENTS and TESTIMONIALS There is a flag and review. So i need to be able add review like that thru admin panel Quote Link to comment Share on other sites More sharing options...
ginerjm Posted April 18, 2017 Share Posted April 18, 2017 1 - I generally do not click on links in the forums. IF it needs to be seen, users post the pertinent parts right here. 2 - Are you asking us to write your code? Generally people write code and ask for help with it when it doesn't work as expected. I think it is time for you to decide on something and write it and then let us help you. Quote Link to comment Share on other sites More sharing options...
MartinDuricky Posted April 18, 2017 Author Share Posted April 18, 2017 No i am not asking to write code , just little help , i ask to summarize me everything i need to do Quote Link to comment Share on other sites More sharing options...
ginerjm Posted April 18, 2017 Share Posted April 18, 2017 What do you think needs to be done? Afterall you wrote this code, so think about it and do something. Quote Link to comment Share on other sites More sharing options...
MartinDuricky Posted April 18, 2017 Author Share Posted April 18, 2017 this the code of review <div class="row flow-offset-1"> <div class="col-xs-12 col-sm-4 col-lg-3 offset-top-0"> <div class="thumbnail thumbnail-mod-1"><img src="images/american.png" alt=""> <div class="caption-mod-1"> <h6>Fortune 100 Corporation</h6> </div> </div> </div> <div class="col-xs-12 col-sm-8 col-lg-4 text-sm-left offset-top-0"> <p>" My organization engaged Beata Bukranova during the discovery phase of a strategic acquisition of a key technology market leader. The acquisition, valued at $70 Million, was dependant on the ability to secure and protect the intellectual property of the company for a certain number of years to gain entry into a new marketplace. A Law Team provided a critical assessment of the acquisition and helped develop a strategy around core and non-core assets to focus on when negotiating the corporate sale. "</p> </div> <div class="col-xs-12 col-sm-8 col-sm-offset-2 col-lg-5 col-lg-offset-0 text-sm-left"> <blockquote class="quote-1 bg-white"> <div class="media"> <div class="media-left"> <div class="media-body"> <p> <q>A Law Team's guidance was critical in the ability to quickly execute on a market opportunity that will drive our growth for years to come.</q> </p> <p> <cite class="text-primary">Business Development Director</cite> </p> </div> </div> </blockquote> </div> </div> </div> What if i would make PHP variables of that flag image , review text and etc . And that variables would be used in code for adding content in administration? Would it work like that? Quote Link to comment Share on other sites More sharing options...
ginerjm Posted April 18, 2017 Share Posted April 18, 2017 An awful lot of CSS for a couple lines of text and an img tag. My question is: Would WHAT work? You really haven't explained what you can't seem to figure out. Quote Link to comment Share on other sites More sharing options...
mlukac89 Posted April 18, 2017 Share Posted April 18, 2017 (edited) If you are using a CMS why you simple don't read a documentation first how things do ? Here you have a plain html code and you need php. http://docs.couchcms.com/tutorials.html Edited April 18, 2017 by mlukac89 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.