Felynx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Felynx Forest] Submenu's not opening on mobile devicesHello bjornhermans,
If JavaScript is well-activated on your browsers maybe a conflict with a plugin?
Can you give your site url if you want me to check it?
Regards
Forum: Themes and Templates
In reply to: [Felynx Forest] MOBILE RESPONSIVE MENU NOT WORKINGThe update is now available and this bug fixed with Felynx Forest 2.5!
Forum: Themes and Templates
In reply to: [Felynx Forest] WordPress 4.5 javascript bugThis is now fixed is Felynx Forest 2.5 !
Forum: Themes and Templates
In reply to: [Felynx Forest] MOBILE RESPONSIVE MENU NOT WORKINGHello Shadb1,
This is linked to the new WordPress version, I’ll fix it in the next update.
Meanwhile, in the main.js file you have to replace in line 37
a[href*=#]:not([href=#])
by this (note the addition of quotes around #):
a[href*="#"]:not([href="#"])
Thanks
Forum: Reviews
In reply to: [Felynx Forest] like working the themeThanks to you for the review!
Forum: Reviews
In reply to: [Felynx Forest] Beautiful and ergonomicThanks to you for this warm review!
Forum: Themes and Templates
In reply to: [Felynx Forest] Gallery with "Uneven" images is bad formattedHello rotello,
First, thanks you for your review, very appreciated.
Concerning your issue, this is not supposed to happen, my test with a 4 images gallery does not reproduce this.
So, I can’t tell much more without seeing the code. Maybe a <div> not closed?
If you have access to the html of the following element Do you want to get emails. maybe you can try to add the clear class to it like this:class="clear"
Yoann
Forum: Themes and Templates
In reply to: [Felynx Forest] Error upon activationHello ThisJeffyGuy,
Been a long time, but have you still this error when activating this theme?
If so, try download the last version of the theme which is working fine!Forum: Themes and Templates
In reply to: [Felynx Forest] removing comment part from pagesThanks, mark as resolved!
Forum: Themes and Templates
In reply to: [Felynx Forest] Add meta to the postsHello Andrés,
Thanks you, I’m glad you like it!
You probably figured it out since the time but it can help others so, my advice:
You can put the function just before
the_content()
in the content.php file.PS: be sure to write correctly the function which is called
the_meta()
and not just meta().Hello Justinpease,
WordPress use gravatar for handling the avatar : https://gravatar.com
And if you want to get totally rid of the author section you can add this CSS rule:
#footer .author {
display: none;
}Forum: Themes and Templates
In reply to: [Felynx Forest] Resizing header image for mobileHello physdaddy,
It’s been a while since your message but this issue may still be topical.
The best tip I have for now is to try rotate your iPhone. In fact, the responsive design is too wide screen oriented for the moment.I’ll look forward to handling this in a better way for the next version.
Forum: Themes and Templates
In reply to: [Felynx Forest] notworksThe blank page screen has been fixed since the v2.0, thanks you for your report.
I mark this topic resolved.
Forum: Themes and Templates
In reply to: [Felynx Forest] PHP parse errorThe blank page screen has been fixed since the v2.0, thanks you for your report.
I mark this topic resolved.
Forum: Reviews
In reply to: [Felynx Forest] little bug on mobileOkay, it is probably not the smartphone but just the default browser which is probably outdated. Maybe you can install a fresh version of Chrome or Firefox to fix this.
Thanks you for the precision, I will test the theme on the new WordPress version.