Some options do not appear for me.

  • Unknown's avatar

    Hello

    I tried to put Ixion on my premium WordPress account, but it gets totally messed up there. I don’t know what I can do to change it, once the theme here in this free account is perfect.

    Options like “colours and backgrounds”, “content options” and “featured content” are not there (in the premium account) and I really need them. Do you know what’s wrong?

    The blog I need help with is: (visible only to logged in users)

  • It sounds like you may be referring to a self-hosted site, running the WordPress software on your own hosting, is that correct?

    If you’re running the WordPress software on your own hosting, you’ll need to activate the Jetpack plugin for Content Options and Featured Content:

    Jetpack – WP Security, Backup, Speed, & Growth

    Custom colours are a WordPress.com-only feature. On a self-hosted site, you can use custom CSS to get the same effect. I created a Gist for you, with the custom colour palette from testenovofadeufpe.wordpress.com – you can get it here:


    #infinite-handle span,.button,.comment-navigation .nav-next a,.comment-navigation .nav-previous a,.main-navigation .menu-toggle,.post-navigation .nav-next a,.post-navigation .nav-previous a,.posts-navigation .nav-next a,.posts-navigation .nav-previous a,button,input[type=button],input[type=reset],input[type=submit],#infinite-handle span:active,#infinite-handle span:focus,#infinite-handle span:hover,.button:active,.button:focus,.button:hover,.comment-navigation .nav-next a,.comment-navigation .nav-previous a,.main-navigation .menu-toggle,.post-navigation .nav-next a,.post-navigation .nav-previous a,.posts-navigation .nav-next a,.posts-navigation .nav-previous a,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover {
    color: #fff;
    }
    .site-description,.featured-content .hentry .entry-title a {
    color: #fff;
    }
    .comment-author,.footer-widgets .widget a,body,button,input,select,textarea {
    color: #192930;
    }
    #respond h3,.comments-title,.featured-content,.hentry,.page-header,.recent-posts-header,.singular .entry-title,.site-header,.utility-container,.recent-posts:after,.site-footer,.site-info,.site-header .search-form .search-field,.site-header .search-form-icon:before,.site-header .jetpack-social-navigation a:before {
    border-color: #eeece8;
    }
    #respond h3,.comments-title,.featured-content,.hentry,.page-header,.recent-posts-header,.singular .entry-title,.site-header,.utility-container,.recent-posts:after,.site-footer,.site-info,.site-header .search-form .search-field,.site-header .search-form-icon:before,.site-header .jetpack-social-navigation a:before {
    border-color: rgba(238,236,232,.3);
    }
    .comment-metadata,.entry-footer,.entry-meta,.footer-widgets .widget-title,.main-navigation ul>li.current-menu-item>a,.main-navigation ul>li.current_page_item>a,.more-recent-posts,.more-recent-posts:visited,.more-testimonials,.more-testimonials:visited,.search-form-icon:before,.site-header .jetpack-social-navigation a,.site-info,div#jp-relatedposts h3.jp-relatedposts-headline {
    color: #6f6d66;
    }
    .search-form-icon:before,.search-form .search-field {
    border-color: #a5a29d;
    }
    .search-form-icon:before,.search-form .search-field {
    border-color: rgba(165,162,157,.3);
    }
    body,ins,mark,.site-header .search-form-icon:before,.site-header .search-form .search-field,.footer-widgets .widget {
    background-color: #fcfcfc;
    }
    .entry-author,.widget,hr,.testimonials .hentry {
    background-color: #f4f4f4;
    }
    .featured-content .hentry,.header-overlay {
    background-color: #212121;
    }
    .header-overlay:before {
    background-color: #212121;
    }
    h1,h2,h3,h4,h5,h6,.entry-title a,.entry-title a:visited,.entry-title,.page-title,.widget-title,.widget a,.site-title,.comments-title,.site-title a,.site-title a:visited {
    color: #212121;
    }
    #infinite-handle span,.button,.comment-navigation .nav-next a,.comment-navigation .nav-previous a,.main-navigation .menu-toggle,.post-navigation .nav-next a,.post-navigation .nav-previous a,.posts-navigation .nav-next a,.posts-navigation .nav-previous a,button,input[type=button],input[type=reset],input[type=submit] {
    background-color: #b50c0c;
    }
    #infinite-handle span:active,#infinite-handle span:focus,#infinite-handle span:hover,.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover {
    background-color: #9e0a0a;
    }
    .main-navigation ul ul {
    border-top-color: #b50c0c;
    }
    .main-navigation ul ul:before {
    color: #b50c0c;
    }
    .comment-metadata .edit-link a,.site-header .jetpack-social-navigation a:hover,.jetpack_widget_social_icons a:hover,.jetpack_widget_social_icons a:focus,.widget_wpcom_social_media_icons_widget a:hover,.widget_wpcom_social_media_icons_widget a:focus,a,a:visited,.main-navigation .nav-menu>li>a,.testimonials .edit-link a,.testimonials .edit-link a:visited {
    color: #b50c0c;
    }
    a:hover,a:focus,a:active {
    color: #b50c0c;
    }
    .featured-content .hentry:hover .entry-title a {
    color: #f36262;
    }

    view raw

    ixion-red.css

    hosted with ❤ by GitHub

    Add this CSS to your self-hosted site’s Customizer, in the Additional CSS panel. That will replicate the colour palette you have here on WordPress.com

    Finally, these forums are for sites hosted on WordPress.com. Now that you’re running the WordPress software on your own hosting, you can get further help with the self-hosted version of Ixion in its forum at WordPress.org:

    https://wordpress.org/support/theme/ixion

    You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:

    https://wordpress.org/support/register.php

    Be sure to provide a link to your site when you post so people can help you more easily.

  • Unknown's avatar

    Kathryn,

    Thank you very much! It’s all solved, but can you help me with one more question?

    Even after Jetpack I can’t find “social menu” – that top menu with icons which links are made to social media. Is there a properly code to make it work on my .org site?

  • comunicacaofade – I’d be glad to help you troubleshoot further over at WordPress.org. Please post in the Ixion forum if that’s your theme:

    https://wordpress.org/support/theme/ixion

    You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:

    https://wordpress.org/support/register.php

    Be sure to provide a link to your site when you post so people can help you more easily.

  • The topic ‘Some options do not appear for me.’ is closed to new replies.