Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1014000
    AK49 Logan 907
    Participant

    Hi there, just purchased another X-theme! So with another them comes more questions.

    1. How do I set up a development site for my new site?
    Website: http://jumpoffroad.us/

    2. How do I add a development theme to my other (current) site? I have been editing everything live so I think it might be a good idea to finally set something up so I can do tests first. 😉 Also check the image below. My site 212 Studios is my main site but it’s showing up as the development site. All I did was change the URL from BoxTurtleNation.com to my current 212 Studios.
    Website: http://212studios.online/

    Thanks you guys are awesome!

    #1014094
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    1] To better understand how to setup a development or staging site, please check out this article:
    https://maintainn.com/2015/02/how-to-create-a-staging-site-for-wordpress/

    2] You need to revoke or unassign the url to your license. Once done, you need to reassign the url to your license code again. But this time around, the first url you assign is the production site. And then you can assign the development url when you click on the “Add Development Environment” link under the url

    Hope this helps.

    #1014226
    AK49 Logan 907
    Participant
    This reply has been marked as private.
    #1014269
    Christopher
    Moderator

    Hi there,

    #1 Please remove blue pattern from your section in cornerstone.

    #2 Add color: red; in button’s style field.

    #3 You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    #4 Blog page content generates automatically, so you can’t edit it with cornerstone. You can manage posts under ‘posts’ menu in WP dashboard. Please check this link https://community.theme.co/kb/customizer-blog/ to learn how to manage blog layout in customizer.

    Hope it helps.

    #1014672
    AK49 Logan 907
    Participant

    Thanks Christopher. Some problems though.

    1. Can’t select the blue pattern in cornerstone. I was able to change every other pattern but that main on the home page.

    2. Style changes the text color but not the button color. Class seems to change the color of the button but I was only able to change it to black when removing the code “x-btn-alt”. How do I turn it green?

    3. Not any plugins really just using the stock template “Agency”. So I don’t think that’s an issue. Can click them in cornerstone but no color option is there.

    #1014913
    Rad
    Moderator

    Hi there,

    1. Click on the Rev. Slider and it will inspect it, then on the left sidebar and under Revolution Slider title, you’ll see this.

    SECTION > ROW > COLUMN > REVOLUSION S....

    Click on SECTION and you’ll able to change the background pattern. I just tried that, but I’ll let you do it 🙂

    You can also directly click that section through Skeleton Mode.

    2. Changing button’s color and button’s text color are different thing. Instead of color, you’ll use background-color.

    Example, background-color: green;

    Class base styling is okay too, example, add this CSS to your customizer’s custom CSS.

    .green_button {
    background-color: green;
    }

    Then simply add green_button to your button’s class input. More information here https://community.theme.co/kb/implementing-additional-button-colors/

    3. Those blue icons has this inline style (style input).

    display: inline-block; width: 3em; height: 3em; border: 4px solid; font-size: 2.5em; line-height: 2.75em; text-align: center; color: #02aed6; border-radius: 100em;

    As you can see, there is color styling that overrides your color selection. Remove it and it should work.

    Cheers!

    #1014971
    AK49 Logan 907
    Participant

    All of it worked perfectly and you were really thorough thank you! Is there slider templates already made you guys have? Anyways thanks again!

    #1014972
    Christopher
    Moderator

    Hi there,

    Our expanded demo content imports slider template and we don’t have any other slider templates.

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1014000 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>