Frenchtastic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Coeur] How to show sidebar on mobile deviceHi,
Sorry this function is not yet available. I’ll make sure to include it in the next theme update which should be out in a couple of weeks.
Thanks for your feedback and patience.
Cheers!Forum: Themes and Templates
In reply to: [Coeur] Mobile Menu Not Displaying, Error in CSSMy bad that’s not an actual issue the option works just fine.
However this is why the menu is not showing up on mobile devices:add this in your blog.css stylesheet (line 1113)
it somehow got deleted in your install..mobile-menu{ display: block !important; }
PS: also this following rule should not be in this @media section.
.blog-header { margin-bottom: 20px; border-bottom: 1px solid #ececec; }
Forum: Themes and Templates
In reply to: [Coeur] Mobile Menu Not Displaying, Error in CSSHi,
This one is on my part, there’s a little bug which will prevent the mobile menu from displaying if a certain option is not set to true.Here is a quick fix:
Appearances > Customize > Menu and set “Display menu on single post pages” to yes.I’ll fix this in the next theme update.
Forum: Themes and Templates
In reply to: [Coeur] Mobile Menu Not Displaying, Error in CSSHappy to help anytime ??
All your photos look really good by the way.
Also feel free to remove my credits in the footer area.Forum: Themes and Templates
In reply to: [Coeur] Fixed background image not working in mobile viewHi,
I tried to recreate this bug on 3 different web browsers sized down to mobile size and safari for iOS as well.
My install does not seem to get this issue. Could you please give me a link to your website?Forum: Themes and Templates
In reply to: [Coeur] Mobile Menu Not Displaying, Error in CSSOh ok I see what’s the problem there.
Did you edit your css files at all? Maybe tweaked coeur a little bit? Your stylesheet is somehow missing this following part:.mobile-menu{ display: none; } .mobile-search{ margin-top: 8px; float: left; } .mobile-toggle .navbar-header{ display: inline-block; }
You can either:
– reinstall coeur which shouldn’t take too long (Which I recommend)
or
– edit your css files to add this part. (line 321 – blog.css in framework/css)Forum: Themes and Templates
In reply to: [Coeur] Mobile Menu Not Displaying, Error in CSSHi,
That’s probably because of your web browser.
Please try to empty your cache.Let me know if it works.
ThanksForum: Themes and Templates
In reply to: [Coeur] Mobile Menu Not Displaying, Error in CSSHi,
A new update is now available, it includes a new menu for mobile devices. It is a different one than the one displayed on desktops in case you do not want to have the same menu on both devices.
Simply set it up from menu options in appearances > menuForum: Themes and Templates
In reply to: [Coeur] Blog Post MetaHere you are, update is now live.
Look for meta options in customizer.
You are now able to:
– change “posted on” to whatever you’d like.
– show/hide categories
– show/hide post authorOnce again I really appreciate your feedback, thanks
Cheers!Forum: Themes and Templates
In reply to: [Coeur] Blog Post MetaHi,
you could change the theme files but I do not recommend it because as soon as you update your theme all the changes will disappear.
I’ll add an option to change the “posted on” text.
I’ll also add one to hide categories and one to display the post author instead.All coming up in the next theme update, it should be out in a few days
Cheers!
Forum: Themes and Templates
In reply to: [Coeur] Mobile Menu Not Displaying, Error in CSSHi,
Hiding the menu on mobile devices was actually intended as it seems to me that mobile websites do not need all functionalities available on desktop version since mobile users won’t wonder around but will only read the posts.
I realize it is NOT always true, I’ll fix this issue in the next theme update menu will be shown and there will be a new option allowing people to hide menu on mobile devices.Thanks for your feedback.
Cheers!Forum: Themes and Templates
In reply to: [Coeur] Remove: Posted on…Hi,
My pleasure.
Thanks I’m glad you appreciate it.
I’ll definitely do so as soon as I get some down time, I’ve been really busy with work lately. Sorry about that..
If I ever happen to figure out what’s wrong I’ll definitely do my best to fix it in the next theme update.
Thanks for your feedback!
Cheers!Forum: Themes and Templates
In reply to: [Coeur] Remove: Posted on…Hi,
You could go to Appearance > Editor from your dashboard.
Then simply select the content.php file on the right hand side. (make sure coeur theme is selected).
and if you want to remove “posted on” + “the date” simply take this line out:
<p class="post-meta"><?php echo __('Posted on', 'coeur'); ?> <a href="<?php echo get_day_link(get_the_time('Y'), get_the_time('m'), get_the_time('d')); ?>" title="<?php the_title(); ?>"><?php echo get_the_date(); ?></a></p>
or just:
<?php echo __('Posted on', 'coeur'); ?>
to only remove the text.Forum: Themes and Templates
In reply to: [Coeur] Custom logoCoeur was just updated, the update allows you to upload a picture and use it as your website’s logo.
Forum: Reviews
In reply to: [Coeur] Nice themeThe new theme update is undergoing review at the moment, it should be out in a few days. All requests have been included except for “show menu/column in the case of smartphone”, this last one will require some more work.