Custom post showing unwanted text

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Fri Apr 04, 2014 4:27 pm
There is an extra text on my custom post an the bottom. They are:

course_price_billing_p3:
course_price_billing_t3:

Is there a way to remove these strings? The link to this post is: http://www.arika.co/courses/precalculus
There're also similar strings appearing in my blog post as well. Please see another post at: http://bit.ly/1l7l55s

Thank you for your help.
User avatar
Junior Boarder

GK User
Fri Apr 04, 2014 4:51 pm
User avatar
Moderator

GK User
Fri Apr 04, 2014 6:45 pm
Thank you for the documentation. There's one more issue of white space appearing underneath the social sharing buttons. Please see the image attached.

Very appreciate your help!
User avatar
Junior Boarder

GK User
Sat Apr 05, 2014 10:43 am
Could You please post an url to your site to a place where I can see this problem?
User avatar
Moderator

GK User
Sat Apr 05, 2014 12:11 pm
Yes, it's here: http://bit.ly/1lorcVN
User avatar
Junior Boarder

GK User
Sat Apr 05, 2014 2:23 pm
In your override.css you have this code:
Code: Select all
section#gk-mainbody article.post {
margin-bottom: 85px;
}

It is causing this behave.
Could you explain in what purpose it was putted there?
User avatar
Moderator

GK User
Sun Apr 06, 2014 6:19 pm
I added it there from this thread: https://www.gavick.com/forums/simplicit ... 33981.html

However, I've already removed the code but problem is still there.
User avatar
Junior Boarder

GK User
Mon Apr 07, 2014 4:43 pm
Please modify my css override:
Code: Select all
section#gk-mainbody article.post {margin-bottom: 85px;}


and change it to:
Code: Select all
.blog section#gk-mainbody article.post {margin-bottom: 85px;}
User avatar
Moderator


cron