Stefan Brechbuehl
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Penguin] Magazin Layout ist verschwundenDas Layout ist abhängig von der Bildschirm-/Fenstergrösse. Vermutlich hast du unterwegs einen kleineren Bildschirm zur Verfügung.
Forum: Themes and Templates
In reply to: [Penguin] ErrorHi Nik,
I guess a plugin you installed is looking for
wp_head()the wrong way. It would not pass the theme review if such an elementary part is lacking. As you can see in header-head.php in the subfolder template-parts,wp_head()exists in Penguin. https://themes.svn.ww.wp.xz.cn/penguin/0.3.2/template-parts/header-head.phpI suggest you find out which plugin it is and report it to the developer of the plugin as well. The best way to find that out is deactivate all plugins and activate one by one until the error appears.
Cheers
StefanForum: Themes and Templates
In reply to: [Penguin] Nach Update, logo verändertHallo reinerr16
Die vertikale Position des Logos und der Strich wird im nächsten Update korrigiert. Das Grössenproblem sollte behoben sein wenn du dein Logo im Customizer entfernst und neu einfügst.Forum: Themes and Templates
In reply to: [Penguin] bannerHi,
if you know how to edit the code, you could do so and create a child theme. If you want help for that, please consider pay for the gold version.
Otherwise you can manually turn of the header image for each post or page. This is possible using the custom fields. Enter a new field with the name header-img and the value no.
Cheers,
StefanForum: Themes and Templates
In reply to: [Penguin] Two Column PostsHi,
the layout will change as soon as you publish your second post.
Cheers,
StefanForum: Themes and Templates
In reply to: [Penguin] Increase width of sidebarHi cbpayne
If you want to restyle your theme, please check the actual code first. There is no id #sidebar used in Penguin. Like Michael said, you have to edit the content section as well. https://ww.wp.xz.cn/support/topic/increase-width-of-sidebar?replies=2
There is a Gold version you can pay for and you’ll get better support. We’ll help with smaller css customizations as well.
Cheers,
StefanForum: Themes and Templates
In reply to: [AlbinoMouse] Problem nach AktualisierungHi nhecker68,
An update is on its way to fix this issue. You’ll be able to use your child theme like it’s described in our documentation.
Cheers Stefan
Forum: Themes and Templates
In reply to: [Penguin] bannerHi malicorne
You get a header image if you add a featured image to your post. What is wrong with that?
StefanForum: Themes and Templates
In reply to: [Penguin] Hot wo remove category titleHi choku2009,
The title you describe is not optional. You need to customize your theme with the help of html or css. The best way to do this is using a child theme. We provide a sample child theme on our site called Penguin Chick.
The permalink structure is core and not theme area. You might change the name in Settings > Permalinks. You could check if the page format is more suitable in this case as well.
Forum: Reviews
In reply to: [Penguin] Junk comment keep comingHi miaojiang111,
Awesome, you changed your rating. You made my day 🙂If you don’t mind, I’d like to know where your issue came from and if you were able to solve it yet?
Regards,
StefanForum: Reviews
In reply to: [Penguin] Junk comment keep comingHi miaojiang111,
Ok, let me know about the result of your testing.Penguin supports some additional hooks, which allow developers to interact on more than the standard points. This might be the reason why the problem was “solved” after switching the theme.
If you change your mind, I would be happy you edit your rating
Forum: Themes and Templates
In reply to: [Penguin] Pengui 2.0, how to remove home label from menùAwesome! You might want to give us a good rating.
Take care, StefanForum: Reviews
In reply to: [Penguin] Junk comment keep comingThis review is not fair. Before give a bad review, you could ask in the support forum first. The theme only writes theme options in the database and does not add comments or any other kind of content.
- Did you download Penguin from the official ww.wp.xz.cn website or installed it in the backend?
- Have tried to turn off all of your plugins to see if the issue still exists?
Forum: Themes and Templates
In reply to: [Penguin] Pengui 2.0, how to remove home label from menùHi choku2009,
If you are using the latest WordPress version 4.5, you’ll find an option called “Display Site Title and Tagline” in the section “Site Identity” of the theme customizer. If you uncheck this option the site title will disappear.Forum: Themes and Templates
In reply to: [AlbinoMouse] next_posts_link() and previous_posts_link()- Create an empty php file and call it functions.php
- Copy the function
albinomouse_content_nav()from line 13-56 - Customize the function how you like it
The parent functions.php will be loaded after the child functions.php. However, it wont be overwritten because of the condition in line 9.
More informations about child themes: https://codex.ww.wp.xz.cn/Child_Themes