150 comments found.
Hello, i imported demo 2. in the page “shop front page” theres is an image with “we love basics” and a background image, how can I edit this?
nvm I found it 
ok great 
Hello,
I love the theme. I am sorry to ask you now, but my website was down all these months and I could not take advantage of the support. I finally fixed it, but cannot seem to activate the kirki plug in. It shoes a fatal error.
Fatal error: require_once(): Failed opening required ...("Web link to problem here") ...on line 34
Is there anyway you can help me, please?
Hey there!
I recommend you to temporarily deactivate all plugins that are not recommended by the theme and then try again to install the Kirki plugin.
Cheers!
I’ve purchased a lot of themes over the years, this is the easiest website I’ve ever used and the customer service is AMAZING! No regrets!
Hi, I have a problem regarding Youtube video embedder on Video post templates. I would like to have my own channel displayed. Like you suggested I added the rel=0 to my code. But if I do that no video at all appears. Even my own video…
My code is : <iframe width=”695” height=”390” src=”https://www.youtube.com/embed/0gB75pgfgq4?rel=0” frameborder=”0”></iframe>
Curiously this exact same code works with my old theme… Do you have any idea why u it does not work with the Video Page Template of Marni? Thanks in advance Kind regards
Hey there! I just replied to your email.
Hej,after the new wordpress update,I get a problem with a Marni plugin. The backend didn’t load anymore and the website is down. Can you help me?
Ein Fehler vom Typ E_PARSE wurde in der Zeile 207 der Datei /www/htdocs/w017b5e0/66latitudenorth.de/wp-content/themes/marni/inc/theme-functions.php verursacht. Fehlermeldung: syntax error, unexpected end of file####
www.66latitudenorth.de
Hey there!
This is probably a theme/plugin conflict. I recommend you to temporarily deactivate all your plugins via FTP. You can find the instructions on how to do that here: https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/Once you can access your site again, update all your plugins. Then activate them one by one to find out if any plugin is not compatible with the theme.
Cheers!
Hello, unfortunately this solution did not help. I was a little vague about my problem. I meant that I can’t get into Marni’s backend of the theme editor. Wordpress Admin works in recovery-mode and it tells me that there is a bug in the Marni theme. If I change the theme, everything is fine.
Hi, sorry for the late reply! Would you please get in touch via the support tab above and send me your link and login info so I can take a better look at the problem? Thank you!
Hi,
sorry to bother you here, but I’d like to get in touch with you for an offer I want to make to you. Let me know.
Bye 
Hey there! You can write to me via the contact form at www.red-sun-design.com Cheers!
This did not work. There widget looks different
Hi! I just replied to your email.
Thank you. Works great!
Hi – there is a problem with the Instagram Widget – it does not work anymore! Will you provide another plugin with your theme ? thanks!
The WP Instagram Widget plugin stopped working and was closed on August 9th.
I’ve tested other Instagram plugins and Marni since version 2.04 now recommends and supports the popular Smash Balloon Social Photo Feed plugin ( https://wordpress.org/plugins/instagram-feed/ ) to display the Instagram feed.
Instructions on how to set up the Instagram feed can be found in the documentation under Header/Footer > Footer > The Instagram Area: http://files.redsun.design/marni/documentation.html#themecustomizer_help
Cheers!
Thanks a lot, everything is perfect now 
Hello Gerda, quick question. The pictures in the articles still have a left space on mobile. https://www.onesecondjournal.com/destinations/cities/montreal/food-guide-montreal-one-of-the-best-places-for-food-lovers/ Do you have any idea, when this bug will be fixed? The rest looks good on mobile. Thanks in advance!
Hey there!
You can remove the space on the left by adding the following code into Appearance > Customize > Additional CSS:
@media only screen and (max-width: 600px) {
.no-sidebar .entry-content .alignwide img {
margin-left: -24px;
}
}
Cheers!
i cannot get it working.. what should i do?
Hi! I replied to your email.
Hello,
My name is Sajjad from RTL-Maker . net
Are you have some themes or plugins that have no RTL support yet?!
But you have some customers that have RTL language (like: Arabic, Persian, Hebrew, …) and need RTL support for using your themes or plugins.
We have a service for adding full RTL support to your themes or plugins. Just look at our website at rtl-maker . net
Best Regards - Sajjad
Hi. Does this theme offer support for the twitter logo? Thank you.
Hey there, thanks for your interest in Marni!
Yes, you can add the twitter logo in the header, footer and social widget to link to your twitter profile. Also you can add a twitter logo to each post to share the post on twitter.
Cheers!
Hello, How do I decrease the margin above the slider on the homepage for Marni? www.lovekief.com
Hey there!
The link that you provided doesn’t seem to work.
Also, for theme support please log into the account that you’ve used to purchase the theme before posting a comment or sending a message so that I can verify you as a valid customer.
Thank you!
Very Great Theme. But since few days Instagram Widget doesn’t seem to work. Do you have a issue ? “Instagram returned invalid data.” It’s working with #tag but not for account

The WP Instagram Widget plugin stopped working and was closed on August 9th.
I’ve tested other Instagram plugins and Marni version 2.04 now recommends and supports the popular Smash Balloon Social Photo Feed plugin ( https://wordpress.org/plugins/instagram-feed/ ) to display the Instagram feed.
Instructions on how to set up the Instagram feed can be found in the documentation under Header/Footer > Footer > The Instagram Area: http://files.redsun.design/marni/documentation.html#themecustomizer_help
Cheers!
I like the theme but I am wondering if there is a way to have the layout full width without the spaces and images on the side background
Hey there, thanks for your interest in Marni!
Yes, it would just require 1 line of CSS code to make the theme full width:
.site-content {
max-width: none;
}
Depending on what blog layout you are using, the images may not big big enough for very big screens then, but I could assist you with that if you wish.
Cheers! Gerda
Hi! Thanks for the great theme! Loving it! 
I have a following question – when using a Gallery Post Format the photo gallery appears at the bottom of the post by default. Is it possible to place the gallery somewhere in the middle of the post instead, so I can have a few text rows before and after the gallery?
Have a nice day! Anete
Hey Anete! So great to hear you love the theme 
Instead of using the Gallery Post Format, you can simply use the Standard format instead and then add the gallery via the Gutenberg gallery block (or if you don’t use Gutenberg, add the gallery via the “Add Media” button. That way you can have text before and after the gallery.
Cheers!
Hello ! How not to repeat the same post on featured box and on the blog bellow ? Thnx
Hey there, thanks for purchasing Marni!
The only way I can think of, would be to hide the post via CSS. You would have to find the post ID (you can find it in the browser bar when you edit a post) and then add the following code into Theme Options > General > Custom CSS (change 1234 to the post ID):
.home .container article#post-1234 {
display: none;
}
I hope this helps! Cheers!
Hi, I am interested in your theme for my site. I have two questions :
- Is it possible to “mix” several types of layouts for the home page (ex: two recent posts presented in list, and the following one presented in grid below).
- Can we change the fonts, and the colour of the fonts?
Thank you
Hey there, thanks for your interest in Marni!
For the fonts, you can chose any of the 900+ Google fonts: https://fonts.google.com/ separately for body text, headlines and any all other text elements. You can also select any color for any text element.
As for the homepage, I’m sorry but there is no option to mix the layout for posts.
Please let me know if you have any more questions!
Cheers!
Hello: We are interested in this theme, although we see you have not updated. How often do you update your themes??
thanks for your interest in Marni!
I am actually working on an update for the theme right now and will release it next week. There haven’t been any updates recently since there weren’t any issues with the theme. But I will keep updating the theme to keep the code up to date and to add new features. Also, here is a link to the changelog: http://www.files.red-sun-design.com/marni/readme/readme.html#filesinfo_help
Cheers!
Hi there.
Please could you let me know if the latest version of this theme is PHP 7.2 compatible?
Hello! Yes, the theme is compatible with PHP 7.2.