1)When creating a page using the text box. To quote format used Quote box center. But it shows her in a completely different form http://ibcm.biz/?p=2243. What is the problem?
2) On page http://ibcm.biz/?p=2175 use contactform7. Data from field textarea arrive in the mail, and the data from the field [select * tema1-a include_blank “car”, “body”, “stream”] did not come. What could be the reason?
Hi
1. I’ve checked your site and and the quotes are displayed fine on my side: http://screencast.com/t/y0CWooKsGPs3
If you still need assistance in this please provide more specific details about what you’re trying to do so I can inspect this closer and get back to you with a more accurate answer.
2. The theme does not control the dates sent by contact form plugin. Make sure you setup the form according with plugin’s documentation, also try to deactivate all plugins except Visual Composer and Contact Form, then test again. You can also test this on a default wp-theme and check the rezult.
Thanks!
1. It is not Fine. Quote “Quote box center” should look like this page http://ibcm.biz/?p=2203
Hi
Checking your site again I’ve noticed that you’re using the quotes on a page that’s why the style does not apply. The quotes weren’t intent to work on pages, only on posts, however you can use this css to replicate the style: http://screencast.com/t/iBa2fAeX5wEN
.page .td_quote_box p{
font-family: 'Open Sans', arial, sans-serif;
color: #777;
font-size: 13px;
line-height: 21px;
text-align: left;
padding-bottom: 16px;
margin: 0;
text-transform: none;
}
.page .td_quote_box{
border-color: #0a9e01;
border-left-style: solid;
padding: 15px 23px 0 23px;
margin: 0 0 29px 0;
}
Thanks!
Hi
The code must be added in theme panel > custom code > custom css: http://screencast.com/t/HZPGkhBRXFUn Make sure you clear the cache memory after the code it’s added then test again.
Thanks!