Tagged: cornerstone
-
AuthorPosts
-
September 20, 2016 at 12:17 pm #1183408
Hello,
I just purchased X Theme two days ago and using the Renew Stack with the latest version of WordPress and Cornerstone.
I’ve searched the forum but wasn’t able to find the answers to these questions:
1-Automatic Element Padding needs to be removed. (Elements like Text and MailChimp). How can I do this?
2-Text Editor. I saw on the forum that TinyMCE does not work with cornerstone. Is there another options or plugin that will work? For example, I want to easily change the font size and style.
3- How do you set the row height? I’ve tried the “max-height” mentioned in the form, but when in mobile view, the elements in different columns is not showing.
4- How can you hide elements from mobile video? (I see how you can hide rows, but not sure how to hide specific elements or columns.)
5- For testimonial using the block quote element, is there a way to make the quote sign (“) larger?
Thanks,
September 20, 2016 at 12:18 pm #1183409This reply has been marked as private.September 20, 2016 at 3:38 pm #1183685Hi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
September 20, 2016 at 3:57 pm #1183710This reply has been marked as private.September 20, 2016 at 7:40 pm #1183886Hi There,
Thank you for the credentials, #1 You can remove the paddings of an element by applying a class pan to it. See this post: https://community.theme.co/kb/css-class-index/ for more info about Spacing Helpers classes.
#2 All elements has STYLE and CLASS field which you can utilise to style your element. For example adjust the text size and color of the text in the text element, you can write the CSS below on the element’s style field.
font-size: 18px; color: red;
#3 You can utilise the
height
CSS property instead. max-height is to limit the height of your ROW, you should consider first how much space the content of that ROW will take up before defining this max-height, because it will cut off your other content if its exceed from the limit.#4 You can apply this classes to hide an specific element on a define screen width.
cs-hide-xl = 1200px and up cs-hide-lg = 980px – 1199px cs-hide-md = 768px – 979px cs-hide-sm = 481px – 767px cs-hide-xs = 480px & Smaller
#5 Would you mind pointing us to your quote? So we can take a closer look.
Thanks.
September 21, 2016 at 4:05 am #1184330This reply has been marked as private.September 21, 2016 at 5:21 am #1184392Hi there,
#1 Update h5 tag to :
<h5 class="mtn"><span style="color: #ffffff;">Short and Long term live-in personal growth programs</span></h5>
Add
pan
to section #3 class field to remove padding from top and bottom sides of mailchimp form.#2 You should add style in text style field or use inline CSS.
e.g :
<span style="font-size:12px">text</span>
Or you can add specific class name to text element, like
my-class
and then insert following code under Customize -> Custom -> CSS:.my-class{ font-size:12px; }
#3 Please add padding to adjust row/section height. Using height property breaks CS layout.
#5 Please update your code to :
<span style="font-size:50px;">"</span>Input your quotation here. Also, you can cite your quotes if you would like.<span style="font-size:50px;">"</span>
Hope it helps.
September 21, 2016 at 9:39 am #1184714Hello,
Regarding #2
I need an easy non code way to change text design from New Times, Ariel, Georgia, etc..
Is there a plugin or something that will allow me to add to this to the Visual Editor in cornerstone?
September 21, 2016 at 10:48 am #1184853Hi There,
We cannot recommend any third party plugins, but we can help you creating helper classes, that way, once you have added the CSS of the CLASS on Appereance > Customizer > Custom > CSS you will be able to change the font of a text box by adding class to it.
Please let us know more details about your goals and we will help you find a handy solution,
Thanks,
Joao
September 21, 2016 at 12:15 pm #1185012I do not want to deal with any code changing the font size and font style. Is there any plugin that will work with cornerstone that is similar to TinyMCE?
September 21, 2016 at 1:25 pm #1185152Hi There,
Unfortunately we cannot recommend any third party plugins, you have to install and test yourself.
Another alternative is to go to our facebook group X Theme Users which counts with almost 10.000 users and ask if anyone has a suggestion, the group is really pro-active and a lot of people there are always willing to help.
If you make-up your mind regarding the “code” and just tell us what you want to achieve our solution will be for you even easier than installing a plugin itself.
Thanks
Joao
-
AuthorPosts