• I am trying to migrate Cubic from wordpress.com to self hosted. I am wondering if anyone can tell me what the full configuration is on wordpress.com I am trying to keep the same look and feel, for instance, what is the photo gallery configuration? And the featured images on the wordpress.com version fill the whole cube, but not on my install…

    justanolddog.wordpress.com
    justanolddog.originalsteves.com

    Any help would be GREATLY appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @steve949,

    Installing/activating the Jetpack plugin will bring some of the features that you enjoyed on WordPress.com to your new site.

    After installing the plugin, navigating to Jetpack > Settings in your admin area to enable certain modules/features. The Tiled Galleries module, for example, will enable you to create galleries in the same style that you did on WordPress.com.

    To resolve the issue with the sizes of your featured images, I recommend enabling Jetpack’s Photon module and then regenerating your thumbnails using a plugin like Regenerate Thumbnails.

    Lastly, if you’d like to replicate the same colour scheme that you had on WordPress.com, you can do so by first enabling Jetpack’s custom CSS module. From there, navigate to Appearance > Edit CSS and copy/paste the CSS in the following Pastebin:

    http://pastebin.com/eWgmcjQ0

    Hope that helps! Let me know how you get on or if any extra questions come up along the way.

    Thread Starter steve949

    (@steve949)

    I think I may give up on migrating the site because my cheap server is so slow. I may just upgrade on wordpress.com. Do you have any pros/cons to tell me?

    Other than that, your suggestions were spot on. Thank you.

    One question. In some of my posts the background color in the galleries is black, and in some it is white….I prefer the black. Do you know why the difference is happening?

    Steve

    Thread Starter steve949

    (@steve949)

    For instance, the page https://justanolddog.com/2016/09/15/day-1-part-2-bran-draculas-castle/ has a white background behind the gallery

    and the page https://justanolddog.com/2016/09/18/my-last-evening-in-bucuresti-2/ has a black background…

    and my next question is: Is there a way to create another page which will display posts in the same fashion as the current home page does? I have only been able to get it to create a “list” of posts rather than a graphic display like the current front page.

    For instance, the page https://justanolddog.com/romania-2016/ just lists the posts…I would like it to look like the front page.

    I’m sure I am just not configuring the shortcode correctly

    Thank you in advance.

    • This reply was modified 9 years, 8 months ago by steve949.
    • This reply was modified 9 years, 8 months ago by steve949.

    Hi Steve,

    I think I may give up on migrating the site because my cheap server is so slow. I may just upgrade on wordpress.com. Do you have any pros/cons to tell me?

    One of main advantages to hosting your site through a service like WordPress.com is that we take care of many of the more technical aspects of hosting a site on your behalf, for example security, backups, etc.

    Hosting your site elsewhere comes with more responsibility but also gives you greater flexibility. You can, for example, install third-party plugins and edit a site’s backend code if it’s running on the free software available here at ww.wp.xz.cn.

    You can read a little more about the key differences and pros/cons between WordPress.com vs. ww.wp.xz.cn here:

    https://en.support.wordpress.com/com-vs-org/

    One question. In some of my posts the background color in the galleries is black, and in some it is white….I prefer the black. Do you know why the difference is happening?

    The theme adds a white background to galleries that appear on posts that have the gallery post format assigned to them.

    You could also override this design choice and set the black background using the following custom CSS:

    .format-gallery .gallery, .format-gallery .gallery .gallery-item, .format-gallery .tiled-gallery, .site-content .format-gallery .slideshow-window, .site-content .slideshow-window {
        border-color: #000;
    }
    
    .format-gallery .gallery, .format-gallery .tiled-gallery, .site-content .format-gallery .slideshow-window, .site-content .format-gallery .tiled-gallery-caption {
        background-color: #000;
    }

    and my next question is: Is there a way to create another page which will display posts in the same fashion as the current home page does? I have only been able to get it to create a “list” of posts rather than a graphic display like the current front page.

    You can create category pages in order to display listings of your post in the same style as your home page. For example, all posts that have been categorised in introduction can be viewed via this link:

    https://justanolddog.com/category/introduction/

    You can find full steps for adding a link to your category page to your site’s menu here:

    https://en.support.wordpress.com/category-pages/view-all/

    As a heads up: If you choose to continue with WordPress.com then the best place for you to get help is via our contact form here:

    https://wordpress.com/help/contact

    If you’d prefer forum support over live chat (which is what’s offer via the above form) then you can post directly to the WordPress.com Themes forum:

    https://en.forums.wordpress.com/forum/themes

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Migrating Cubic’ is closed to new replies.