Michael Kloepzig
Forum Replies Created
-
sorry if this is too much work, but could you remove your patch and provide a link to the corrupted page? i can’t reproduce that bug anywhere.
Forum: Themes and Templates
In reply to: [Fluxipress] Tagline not showingMake a child theme (https://codex.www.ads-software.com/Child_Themes), copy header.php and replace in line 29
<?php echo $blogTitle ?>
with
<?php echo $blogTitle . '<br />' . get_bloginfo('description'); ?>
can you provide some details about your setup? which operating system and browser appeared the bug on?
Forum: Themes and Templates
In reply to: [Fluxipress] Centering blog title, logo and navigation.add this to your child theme css:
.gt-800 #blog-title a:after { content: "" !important; }
Forum: Themes and Templates
In reply to: [Fluxipress] Centering blog title, logo and navigation.The child theme issue has been resolved, as stated in the other thread.
Centering the title and adding a logo might still be a bit tricky. The #block-title must leave space for the menu button on small screens (just resize your browser to less than 800px width). I guess there’s no easy way to center and not collide at some point, sorry.
Forum: Themes and Templates
In reply to: [Fluxipress] Changed version of FluxiPress, please give feedbackWow, that’s a lot of work ??
Feel free to give it another name and release it as your own theme!The sidebar on single post sidebar is a great idea, i’ll add it to Fluxipress as well.
Forum: Themes and Templates
In reply to: [Fluxipress] Child theme of Fluxipress not workingOk, gotcha. Changing the way the style.css is implemented did the trick:
<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_stylesheet_uri(); ?>" />
This has to be done in your child theme’s header.php, and i will change it in mine, too.
Forum: Themes and Templates
In reply to: [Fluxipress] How to change font using a child theme?As I said in the other thread, the typos are unlikely to affect your child theme. Please send a zip with your child theme so i can investigate what causes the problems.
Forum: Themes and Templates
In reply to: [Fluxipress] Child theme of Fluxipress not workingThe typos occur in relation to the translation functions, this should not affect child themes. It will be fixed soon.
Can you zip your child theme and upload it somewhere?
Forum: Themes and Templates
In reply to: [Fluxipress] Excepts in posts run together?can you please provide a link or a screenshot?
Forum: Themes and Templates
In reply to: [Fluxipress] Distribution of postsOk i see what you mean. The long first column is coincidence, caused by the long excerpts in combination with the thumbnail images. The columns are filled one by one, then the next row, and so on. The goal is to keep the latest posts on top of the page, which would not be the case if i filled the columns vertically.
As soon as you add another post, it should look alright.Forum: Themes and Templates
In reply to: [Fluxipress] Distribution of postsI’m not sure what you mean – the page looks fine to me. Can you provide a screenshot or specify what’s wrong exactly?
Forum: Themes and Templates
In reply to: [Fluxipress] how do i split the posts by date?Sorry, there’s no way to do this without significant changes to the theme.
Would it help if you could display the date in every post box on the home / category pages? Like, above the excerpt text?Forum: Themes and Templates
In reply to: [Fluxipress] Remove "Comments are Closed"zwaan, right now i’m just fixing bugs and adding minor feature requests. The theme got updated every couple of weeks but unless more bugs appear, this will slow down a bit. If you just changed that comment line, it would probably easier to do that again after an update.
However, child these are good practise, so you might check them out anyways.Forum: Themes and Templates
In reply to: [Fluxipress] Fluxipress Jwplayer not showing on mobile devicesCan you provide a link please?