Discussion on Marni – a WordPress Blog & Shop Theme

Discussion on Marni – a WordPress Blog & Shop Theme

By
Cart 986 sales
Well Documented

red_sun supports this item

Supported

150 comments found.

i love this theme does it come with slider revolution?

Hey there, thanks for your interest in Marni! The theme does not include Slider Revolution. It does include a built-in slider to display blog posts though. Cheers!

Hi there!

I have noticed that on my site every time I reference a Font Awesome icon, I now get the following text appear next to the icon “Font Awesome fontawesome.com—>”

It’s only visable on the front end in browser, I can’t see it in the web editor, so unable to remove it from the code. The icons look slightly different in design too, so I’m wondering if Font Awesome have made some updates.

How can I get this issue fixed?

Thanks.

Hey there! Have you added any new plugins recently? Try deactivating all plugins that are not recommended by the theme at the same time. If that fixes the problem, activate one by one to see which one is causing the issue. If that doesn’t help, please send me a link to your site so I can take a look at the problem. Cheers!

Thanks, that’s solved it! It’s working fine now.

How to place button in header at menu section with the following shortcode: [button window=”new” color=”#DEC7CD” link=”“]Click me![/button]

Hey there! Are you talking about the navigation menu? I’m not entirely sure what you are trying to do…

Yes i am referring to having a button with link in same line as the menu part.

Ok. Well you can’t use shortcodes in the navigation menu. What you can do is to add a CSS class to the menu button and then style the menu item:

1. Add the new menu item in Appearance > Menus
2. In the top right corner click Screen Options and check the CSS Classes checkbox
3. Click on the arrow next to your menu item and into the CSS classes field add the word: button

The menu item should now look like a button but the colors may not be what you want. You can change the color by adding the following code into Appearance > Customize > Additional CSS and changing the color values to whatever you like:

.menu-item.button {
    background-color: #101020;
    border: #101020;
}

.main-navigation ul li.button a, .main-navigation ul li.button a:link {
    color: #ffffff;
}

Cheers!

When I imported the Demo Content and then imported Style 1, only these pages were imported:

1. About 2. Cart 3. Checkout 4. Contact 5. My Account 6. Shop 7. Shop Frontpage 8. Shortcodes 9. Typography

The homepage nor the other pages import. Please help.

Thank you

Hey there, thanks for purchsing Marni!

You don’t have to add a page for the home page. You can find the instructions on how to set up the home page in the documentation at Pages > HOME Page: http://files.redsun.design/marni/documentation.html#homepage_help

Same goes for the archive pages (category, tag, author, ... pages). Please find the instructions in the documentation under Pages > ARCHIVE pages.

I hope this helps!

That does not help. It does not make my website look like your style 1 demo.. please have a look—> http://134.122.27.2/

Ignore my last comment, I figured it out how your theme works, slightly different but I like it!

Hi there! Is it possible to create Subcategories within the Categories in the dropdown menu at the top of the homepage? For example, one of our blog Categories is RECIPES – within that we would like to create, say, BREAKFAST, LUNCH & DINNER subcategories. I couldn’t see find where/how to do that in the CUSTOMIZING/MENUS/PRIMARY MENU section? Thanks.

Hi! Yes this is possible. I just replied to your email with instructions.

Does this theme work with Elementor?

Hey there! I know that other customers of Marni are using Elementor so I assume that it works ok. I’ve tested Elementor with Marni quickly and everything seemed to work and display ok, I only saw some minor styling issues with Icon Lists and Social Icons.

How can the template for homepage be set to full width?

Hey there!

You can set the site to fullwidth by adding the following CSS code into Appearance > Customize > Additional CSS:

.site-content {
    max-width: 100%;
}

If you want to only change the home page to full width, add the following code instead:

.home .site-content {
    max-width: 100%;
}

Hi Gerda – I emailed you this enquiry but it may have been missed. I attached a screenshot to my email so you can see what I’m seeing.

I am trying to customise the Widget/Sidebar Footer Right at the bottom of the page. It won’t allow me to display the categories in the menu in the order I’d like them – always defaults to alphabetical no matter what order I enter the Category ID’s in? I would like to be able to move the order of the categories as needed eg. to have them currently be (top to bottom) Wellness, Fashion, Beauty, At Home (this order will need to be able to be changed in the future too as we add more categories, we’ll need to constantly be able to re-order these as needed). How can I do that please?

The top nav menu allows you to choose the order that the menu categories appear in, however the Footer doesn’t allow that…. Please advise. Thanks!

Hi Larissa! I’ve already answered this question in your comment above. I’ve also replied to your email just now.

Hi Gerda, I emailed about a bulk post editor (to change the layout of a large number of posts on our blog) and you replied with a plugi suggestion and some instructions as to how to do it. Unfortunately this hasn’t worked… I’ve emailed details of what happened if you can please advise? Thanks so much!

Hi Larissa! I replied to your email.

Hi Gerda,

I sent this comment via email directly to you as well as I needed to attach a screenshot so you can see what I’m seeing. I am trying to customise the Widget/Sidebar Footer Right at the bottom of the page. It won’t allow me to display the categories in the menu in the order I’d like them – always defaults to alphabetical no matter what order I enter the Category ID’s in? I would like to be able to move/change the order of the categories as needed. How can I do that please?

The top nav menu allows you to choose the order that the menu categories appear in, however the Footer doesn’t seem allow that…. Thanks!

Hey there!

Make sure you’ve installed and activated the recommended “Intuitive Custom Post Order” plugin.

Go to Settings > Intuitive CPO, check the “Categories” checkbox and click Update.

Go to Posts > Categories and simply drag and drop items into a certain order.

Cheers!

Hi Gerda – have sent you an email regarding the post display intro text (needed to attach a screenshot to show you which part I’m unable to access/change). If you can please show me how I can change this that would be great. Thanks :)

I replied to your email.

Hi Gerda! Is there a way to make all of my 3000+ existing posts default to the Layout setting for “Right Sidebar below Title (use with Standard Image only)”? At the moment I am having to go in and change each post manually! Am hoping there’s a quicker way to do this. Any advice appreciated. Thanks

I just sent you an email with instructions.

Hi there, I emailed you an enquiry over a week ago on August 21st and haven’t received a reply yet. I had to email you as I’m unable to upload a screenshot here to show you exactly what I mean. On Single Posts, I have turned off the DISPLAY NUMBER OF VIEWS – but the views still show at the bottom of the actual post? How do I turn them off at the bottom please? I don’t want views to show at all – top or bottom or anywhere else on a post. Thank you.

Hi Larissa! Sorry for the late reply. I just sent you an email with instructions. Cheers!

Hi Gerda, unfortunately the code you sent didn’t fix the problem. But it’s okay I’ve worked it out now – it was actually a Wordpress setting I needed to change, not within the theme itself. Thanks :)

ok great!

Hi, is it possible for the Search button to search for pages and not just posts?

Hi! This would require a modification of the theme files. If you wish you can get in touch via the support tab above and I’ll send you the instructions on what changes to make.

Hi, Thank you very much. Can you send me instructions to my mail? eladbm6@gmail.com

Sorry for the delay! I just sent the instructions.

Hello, I sent you two “E-mail contact form” but you didnt answer me. How I add a phone number on Header layout (Where the social media icons and search icon) ? According to the “Customize” option, I only can add a cart icon, search icon and social media icons. Have a option for text \ phone number in the left side (the empty side)? Thank you.

Hi! Just replied to your email.

Hi there! I’ve installed Demo theme #2 and can’t seem to find the widget for the newsletter sign up box? Which menu should it be in – and if it’s not showing as an option, how do I get it to show up? FYI, we aren’t using Mailchimp as our email program, but we like the look of the box so want to add it to the homepage then our developer will link it to our email program in the back end. Thanks in advance, hope to hear back from you soon!

Hi! I replied to your email.

Hey there. Upgraded to WP 5.5 but the featured boxes have disappeared in front-end. And I get warnings I need to install plugin Marni Meta Box (though it is there) and the style sheet is missing (though it seems to be there).

Hey there!

It sounds like you’ve installed the wrong file. Please re-install the theme and either unzip the zip file that you’ve downloaded from Envato and look for the marni.zip file – or when you download the theme, simply make sure to click “Installable WordPress file only” and upload this zip file to your WordPress installation.

Cheers!

Thanks so much! Works like a charm again after re-installing the zip from Envato! <3

Great :)

Hi I just purchased the theme, which I love, but my images are not showing in posts, categories etc?Also no menu visible on mobile, any suggestions?

Sorry, it is working now. I don’t know what did the trick.

I’m glad you figured it out :)

small question: I trying add some custom text with link to the left of top bar. Can you suggest your option as there is no Top Bar widget in your setup. Thanks

Hey there! There is currently no option to add text to the top bar. I may add an option for this in a future update of the theme. So right now, it would require a little customisation in the theme files. If you know how to use a child theme, I can send you the instructions on how to add text to the top bar, simply send me a message via the support tab above. Cheers!

Hi, are you planning a recent update?

Hey there, thanks for your interest in Marni! I am planning on releasing an update in the next few weeks. Cheers!

Hi there, I have an issue. I used the categories to create the menu. When clicking an item (ie a category), it instantly redirects to home. It is different with pages in menu as page link opens upon clicking. Any thought? https.//www.jemefaislamalle.com. Thanks for the support!

Hey there, thanks for purchasing Marni!

I just looked at your site but I can’t see the issue. Would you please get in touch via the support tab above and send me screenshots so I can understand better what you mean?

Thank you!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey