Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Zuckerman

    (@zuckerman)

    M last post unless someone comes up with another solution or Daniel responds…

    I have a temporary fix. I’m going to remove the static setting and categorize every blog post under the category BLOG. This will get me the CSS I’m looking for. Although I won’t have a Mysite/Blog but a MySite/Category/Blog. “But them’s the breaks.”

    I really hope you get a chance to look at the theme Daniel. I hope I’m wrong that there’s something amiss in the code that’s preventing a smooth static transition. Again I have not seen a single Minimatica themed site that has a static front page with properly CSSed blog page — unless the blog is hosted on a subdomain. In fact there’s even a couple user made tutorials about Minematica where they expressly say to put the blog on a subdomain.

    If it really is that simple perhaps you could demonstrate. Because i really do love this theme.

    Thank you everyone who contributed and gave this a shot.

    Thread Starter Zuckerman

    (@zuckerman)

    Part of the mystery here is that PAGES don’t carry the same CSS as POSTS. And since we’ve made the site static and associated posts with a PAGE the blog doesn’t have the original POSTS CSS.

    Thread Starter Zuckerman

    (@zuckerman)

    So you keep saying. But it doesn’t. I’ve just created a completely fresh install of WordPress and installed and activated Minimatica.

    I created a Blog Page and a Front Page. I then went to reading settings, ticked “a static page”, made “Front Page” the front page and “Blog” where the posts go. I also created one post in Posts with a featured image attached to it.

    Under Theme Options I chose Gallery for Home Page View.

    I did nothing else. This is what it looks like it without any modifications.

    Front Page:
    https://baldissimo.com/

    Blog Page
    https://baldissimo.com/?page_id=5

    Now, I also tried Home Page View as Blog. And it caused the Blog Page to display the loop without any of the original CSS.

    So, Daniel, I beg of you, if you have the chance, please, look into the matter.

    Again, No one who uses Minimatica with a static front page has a blog on the same domain. That should tell you something.

    EDIT: to be clear my original install is still at https://bartmidwood.com/

    Thread Starter Zuckerman

    (@zuckerman)

    Daniel,

    Would you be willing to test this out on your end? It should be very simple with a fresh install of your theme to:

    1) Make a Welcome Page (or Front Page) and a Blog Page

    2) Go to reading Settings and make the site static

    Then, perhaps, you could see quite clearly what is amiss.

    I have read many posts of others wanting to do what I want to do with with Minimatica. However, every site I’ve seen utilizing Minimatica is hosting their blog on a subdomain. Obviosuly, there’s a common problem that no one yet seems to have figured out.

    Thread Starter Zuckerman

    (@zuckerman)

    @ Chip. Followed your suggestion to the letter. It is pretty much one of the methods I’d already tried — but I tried it again. Still, no dice.

    It did remove the need for the custom template attributed to the Front Page page.

    Also changing -1 to 4 had no immediate visible effect.

    EDIT: This is how the blog should be styled — sans the striped background. Although this is actually a categories pages. https://www.janjaapvanassen.com/?cat=4

    @ Daniel Hey, Daniel. Minimatica is your theme, yes? Have you been able to get this to work on your end?

    Thread Starter Zuckerman

    (@zuckerman)

    @ Daniel Yes. You must have viewed the page when I was trying out different combinations. But, yes, absolutely.

    @ Chip Thank you so much for your reply. I tried everything you suggested. I removed all my own personal custom php files, ensured I had Blog and Front Page pages, configured the static settings, and went to appearance and changed the home page view to blog.

    This didn’t ultimately achieve what I was looking for. And having blog set on the homepage view doesn’t display the slider which is the reason I’m using this theme.

    If I set the homepage view to gallery and I have the Front Page page with a custom page template (which has the code from the theme’s original home.php code). Then the site looks and behaves as it should… except, once again, for the blog CSS. If I don’t have the template then the page just says “Front Page” on the header and displays no loop.

    The only hacks I’ve made to the code is on the loop-slider.php by replacing

    <?php query_posts( $args ); ?>

    with this:

    <?php
    if ( is_front_page() ) {
    query_posts( array ( ‘category_name’ => ‘featured’, ‘posts_per_page’ => -1 ) );
    }?>

    All this does is forces the pics in the slideshow to only pull from a specific category.

    But if I put this back to normal it doesn’t seem to change the problem at hand.

    You can view the site now at bartmidwood.com and I won’t mess with it until I get another suggestion.

    I’m more than happy to post all of my settings as well as ay php files.. as the theme comes with a quite a few custom phps.

    Thread Starter Zuckerman

    (@zuckerman)

    no that didn’t work. i also tried inserting the code of several other relevant php files.

    i then toyed with reversing the static page setting, making a blog_template — which i attributed to the blog page– and tried several variations of code– home, index, page etc. that didn’t work either.

    maybe we could just add the css to a blog_template? Or something like that? i dunno i feel it’s so close.

    Thread Starter Zuckerman

    (@zuckerman)

    Hey Daniel. Thanks for replying. I created a front-page.php and inserted the home code — was that what you were suggesting? I tried keeping both that and the home.php up and I tried it without the home.php. It still has the same effect. Were there other steps? If not, any other ideas?

    Thread Starter Zuckerman

    (@zuckerman)

    I had to create a page called welcome and change home.php to welcome.php which i attributed to the welcome page to do the static switch with this theme.

    So, I tried sticking the home.php back in, just to test — knowing it would conflict.

    What happened is the minor home page Css problems were fixed. However, as I suspected there would be a conflict and when I click on blog it takes me back to the home page.

    The site is obviously defaulting to the the index.php when I change home to welcome. So I tried replacing the index code with the home code. Didn’t make a difference. And it doesn’t mater what template I attribute to the welcome page nothing changes. Something, somewhere must be calling up the home.php to apply the correct CSS and if it doesn’t find it it goes to index and for some reason things get strange. I just don’t know where. Does this make sense? Do you agree? Any more thought?

    EDIT: on second thought it doesn’t make sense ’cause if it then defaulted to index and i had the home code inserted in there that should do the trick. it does seem to have something to do with the home.php though.

    Thread Starter Zuckerman

    (@zuckerman)

    2 things:

    1) didn’t solve the CSS problem
    2) totally answered why the bleep I kept getting a blog-2 page! thank you.

    Here’s the code again but on pastebin:

    INDEX
    https://pastebin.com/6cYxaAbw

    LOOP
    https://pastebin.com/2uLu9P1A

    Thread Starter Zuckerman

    (@zuckerman)

    I did in the 1st post ??

    https://bartmidwood.com/ then click on blog

    Thread Starter Zuckerman

    (@zuckerman)

    That’s exactly what I did.

    EDIT: But I also created a blog.php which I attributed to the Blog Page in an attempt to override the index. I’ve tried it with the blog.php and without. But always have had the blog Reading Settings pointing to my blank Blog Page.

    Thread Starter Zuckerman

    (@zuckerman)

    Hey Samuel,

    Thank you for the quick response. I did indeed. However, I’ve read in a couple places that index would override this. It’s true as far as I can see because no matter what I put in the blog.php which is attributed to the blog page.. nothing changes. But when i mess around with the index or the loop things start happening — just not what I want.

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