Manoz69
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Split Me] PHP error when you update the themePHP error and image fixed.
Forum: Themes and Templates
In reply to: [Split Me] problem images backgroundHi caravano,
I updated the theme and it should be ok now. I spotted the problem on Internet Explorer older than IE 10.
I’m working on a new update to fix the menu icon too. When the image is white, the icon is not displayed :/
I send an update tomorrow. Sorry for the inconvenience.
Forum: Themes and Templates
In reply to: [Split Me] Menu IconOh yes, you’re right. I never tested the theme with a white image and it’s a mistake ??
I removed the top gradient in the previous update.
I’ll work as soon as possible on the icon. I send a theme update tomorrow to the WP Repositories.Forum: Themes and Templates
In reply to: [Split Me] Not sure how to change font colorsActually, there is no option to change the font color.
If you want to change it, the best way is by modifying the .css files but if I update the theme, you’ll loose your changes.I’m working on the next theme update. I’ll remove the “Theme Options” page and use the default WordPress Theme Customizer. I ‘ll also add an option to change the font color (and all the theme colors).
About the header image, I tried with resolutions larger than 810*810 px but it depends of the image content. The menu looks fine on smaller screens but the bottom part need a little padding. I’ll fix this on the next update.
I’m glad you enjoying my theme, thank you ??
Forum: Themes and Templates
In reply to: [Split Me] Menu IconTrue but actually, non-smartphone/older generations can’t properly view this theme. There is too many css properties that older devices can’t read.
This theme support IE8. I’m pretty sure it’s enough :pI’ll think about an option in the futur. If you have ideas about the icons, feel free ton contact me ??
Forum: Hacks
In reply to: Clean theme menuI use a Custom Walker like this to clean my nav menu and and some classes like
.parent-menu
orsub-menu
/sub-item
.I’m not sure about Custom Walkers but I think both methods are good :/
Forum: Themes and Templates
In reply to: [Split Me] PHP error when you update the themeHi, I did not made this theme for versions before IE 10 but I know why it’s not working. It’s because I use a
linear-gradient
for the shadow. I will fix this for IE in the next update.Thx for the report
Forum: Themes and Templates
In reply to: [Split Me] Menu IconHi rauschke,
Actually, the menu icon is pure css. It contains one
<div>
(the middle bar) with:before
and:after
to generate the other bars.All the stuff about this icon is in
/css/main.css
line 240.
The icon animation is triggered with jQuery:$('.menu-icn-wrap').on('click', function()
on/js/scripts.js
and the animation is pure css tootransform: rotate(45deg);
.That’s why I think you can’t change the icon. You can modify the code if you want but you’ll loose your modifications if I update the theme.
Should I add an option to choose the menu icon inside the Theme Settings?
Forum: Themes and Templates
In reply to: [Split Me] Soundcloud playerI mark this topic as resolved. Version 2.0 is reviewing ??
Forum: Themes and Templates
In reply to: [Split Me] Great theme. Image alignment options not showingI mark this topic as resolved. Notify me if you have another problem with images alignments ??
Forum: Themes and Templates
In reply to: [Split Me] Soundcloud playerHello kurukin,
The homepage contents are generated with excerpts. By default, WordPress removes all html tags and do not display iframes in these excerpts.
I’ll add some
post format
to ensure that the soundcloud player appears. You will have to check theAudio
checkbox in the Format box when you write a post https://i.imgur.com/rNLJI6A.pngI make the changes in a few hours in the version 2.0 of this theme ??
Forum: Themes and Templates
In reply to: [Split Me] Header imageHi again Eresh,
I still have not been able to reproduce the problem. I know that there may be some issues on Safari 6 but the image should still be displayed.Would it be possible to talk to you on skype or gtalk or something like this about this issue?
EDIT : je vois que tu es fran?ais, ce sera peut-être plus facile pour corriger ?a si on peut s’en parler pour que je te fasse faire quelques tests très rapides et simples ??
Forum: Themes and Templates
In reply to: [Split Me] Great theme. Image alignment options not showingHi metwillem.
What do you mean? Image alignment in a post like this?You can do this when you write your post.
Just add a media and in the media uploader Window, you’ll find some Alignment options. See screenshot.Forum: Reviews
In reply to: [Split Me] A lovely themeWow thank you ?? I think you’re right. I published an post some time ago on my blog about this topic. About sliders, misused sidebars etc….
I don’t think the design of Split Me is perfect but it’s probably a path to explore.
Anyway, I see more and more similar websites. This is a good thing, I guess ??Thank you again for your review. The version 2 is coming soon \o/
Forum: Themes and Templates
In reply to: [Split Me] Header imageHello, I have not been able to reproduce the problem on my browser. I think it’s related to CSS prefixes. I fix it on the next update which will be released today or tomorrow.
Thank you for the issue.