Tagged: x
-
AuthorPosts
-
February 14, 2017 at 3:51 pm #1371016
donnamosParticipantI have started learning Visual Composer (VC) and like it’s features and such. I tried Cornerstone and don’t like it so much. Especially since you can’t make any edits outside of it or even see the html code. I am having trouble seeing most of the components available in Visual Composer and many of them don’t work correctly. So, here are my questions:
1) How do I use X theme short codes in VC?
2) How do I perform the functions that are disabled in VC when I have X integration selected?
3) Do I need to have the X short codes plugin installed? And if so, how do I install it? I could not activate it so I removed it thinking that I would get a message that it’s needed with an opportunity to reinstall it but I didn’t.
4) How do I add a border and/or a background color to a text block or other components if I have VC X integration enabled?
5) How do I prevent even just trying to add a VC component from consuming all the memory and I/O usage from my entire cPanel account.I look forward to your help!
Thanks,
RobFebruary 14, 2017 at 3:55 pm #1371024
donnamosParticipant6) How do I add round corners to an area?
7) How do I change the color and thickness of a border?February 15, 2017 at 1:20 am #1371489
LelyModeratorHello Rob,
1.)You can put the shortcode inside a text element. Please check this link for the list of shortcodes:http://demo.theme.co/integrity-1/shortcodes/
2.)You can find the settings in Visual Composer > X integration tab. As long as you don’t Enable Remove Native Elements your VC will be fine. Just note that since X integration is active certain shortcodes are overwritten with customization.
3.)Note that Cornerstone plugin is a required for X theme even if you decide to use Visual Composer. As long as X theme is validated, it will be installed automatically. X shortcode plugin functionality is now embedded into Cornerstone.
4.) We can utilized style field for every element. For example, we can add
border:1px solid red; background-color:red;on the style field of text element. Other elements too, might have that option available already and no need to use style field.5.)We only customize some elements but not how VC handles usage of memory.
6.) & 7.) We can add something like this on the style field:
border-radius:5px;But of course it will only work if you have aborder: 1px solid red;1px is border thickness and red is border color.Hope this helps.
February 16, 2017 at 11:20 pm #1374562
donnamosParticipantThank you Lely, this is helpful. But one thing is still not clear.
Regarding
4, 6, & 7) Where is the Style field to put the code you referenced? I can’t seem to find it.
Thanks for your help!
RobFebruary 17, 2017 at 2:07 am #1374697
FriechModeratorFebruary 17, 2017 at 6:25 pm #1375698
donnamosParticipantOh no. I’m not using Cornerstone. I tried it. I created three pages using it and didn’t like it. I was starting to get used to it but when I thought more about how it locks you in to not being able to edit anything in html or any other method or everything is lost I decided forget that.
1) How can I achieve these edits using Visual Composer?
2) Also, when working on improving the drastically slow page load speed I ran the GoDaddy tool I learned that Cornerstone was consuming about 25% of the Plugins impact. See attached screenshot. Then I decided to recreate the pages I did do in Cornerstone so I could deactivate it. But in a recent support post, one of the support reps said that even if I don’t use Cornerstone, it must be kept active. This is terribly disappointing. Is there really no way I can disable it and remove its weighty overhead? Isn’t there something that can be done?
Thank you very much and appreciative for your support and assistance (but quite disappointed in the theme).
Sincerely,
RobFebruary 18, 2017 at 1:19 am #1376025
RadModeratorThis reply has been marked as private.February 19, 2017 at 12:46 am #1376780
donnamosParticipantThank you for the education on how much the Cornerstone plugin is affecting the page load speed.
Now back to the question at hand. How can I add a border and a background color to a text box? I can’t find where to enter class and Style fields. Should I add a different element to put text in?
February 19, 2017 at 12:54 am #1376783
donnamosParticipantI also tried using a Text Block. The green background shows but I can’t get the border I set to show up. See attached screenshot.
February 19, 2017 at 12:58 am #1376786
donnamosParticipantAnd I don’t see where I can enter a class or style setting using the Text Block.
Thank you for your help in figuring troubleshooting this issue.
February 19, 2017 at 1:25 am #1376797
donnamosParticipantHere’s another question. How do I get the Soliloquy slider to work in VC?
Thank you.
February 19, 2017 at 3:14 am #1376889
ChristopherModeratorHi there,
Please switch to text tab and wrap your text within a
<div>tag with specific class name.e.g:
<div class="custom-class">text goes here</div>Now insert following CSS in customizer :
.custom-class{ background-color:red; border:3px solid #000; padding:20px; }In regards with soliloquy, please add its shortcode in a text or raw content element.
If you need further assist, provide us with URL and login credentials in private replay.Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1371016 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

