Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1255538
    ggoudey
    Participant

    After being away from developing my site for about a year, I want to start all over with a new design. I have deleted the posts and pages, but when I start a fresh new page it has most of the styling of my previous efforts. Is there some sort of cache that can be cleared so that I have a completely blank slate?

    #1255838
    Rupok
    Member

    Hi there,

    It would be better if you do a fresh WordPress installation to get rid of unwanted files and data.

    Cheers!

    #1257411
    ggoudey
    Participant
    This reply has been marked as private.
    #1257577
    Rupok
    Member

    Hi there,

    I can help you with this.
    You can add this under Custom > CSS in the Customizer.

    .ubermenu-main {
      float: right;
      margin-top: -50px;
    }
    .x-brand.text {
      margin-top: 30px;
    }
    .menu-item.x-menu-item.x-menu-item-search {
      display: inline-block;
    }
    .x-btn-navbar-search {
      line-height: 70px;
    }
    
    .x-topbar .p-info {
      color: #fff;
    }
    
    .x-colophon.bottom .x-colophon-content, .x-colophon.bottom .x-colophon-content a {
      color: #fff;
    }
    
    .x-colophon.bottom .x-nav li a {
      color: #fff;
    }

    Let’s adjust the CSS with your preferred color code.

    Cheers!

    #1262022
    ggoudey
    Participant

    Hi Rupok.

    Thanx the header text is aligned! The colors are fine, and if i’m not mistaken I can change the colors in the Customizer… correct?

    The next issue with the header as viewed in the different screen resolutions in the Customizer is that at the tablet and phone resolutions the logo text and menu are squished together with no space between. Even at the phone resolution size there seems to be enough space to separate them.

    Also at the lower resolutions the word “Menu” appears. Is there a way to exclude this?

    Thanx… Andrew

    #1262137
    Rupok
    Member

    Hi Andrew,

    Yes you can control most of the color through Customizer. And you can move the menu toggle button to right with the below CSS :

    .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
      float: right;
    }

    Cheers!

    #1263831
    ggoudey
    Participant

    Thanx again. I’ve made some minor spacing edits to the css you provided. Now it seems the navigation looks good at all levels of resolution.

    Working with shortcodes. I only know some basic html. Is there a good plugin that works with Cornerstone to integrate the Xtheme shortcodes? I managed to figure out the Dropcap shortcode as you can see on the Home page, but I need a plugin to manage other shortcodes for me and streamline the development of this site.

    #1264098
    Christopher
    Moderator

    Hi there,

    All shortcodes are available as cornerstone elements, please check this page to learn more about cornerstone https://community.theme.co/kb/

    Is there a good plugin that works with Cornerstone to integrate the Xtheme shortcodes?

    Please clarify, are you trying to convert a page which was created by shortcodes to cornerstone template? if so it’s not possible, you have to recreate the page.

    Hope it helps.

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