Whether you're brand new to WordPress or would just like a quick lesson on basic Breena theme features, you're in the right place! Below, we'll go through a number of how-tos regarding standard theme functions, from installing the theme to setting up your sidebar, recipe card, and more.
Version 1.3 – 18 March 2021:
Version 1.2.1 – 18 April 2018:
Version 1.2 – 6 March 2018:
Version 1.1 – 16 January 2018:
Version 1.0.9 – 15 October 2017:
Version 1.0.8 – 3 August 2017:
Version 1.0.7 – 23 March 2017:
Version 1.0.6 – 16 February 2017:
Version 1.0.5.1 – 25 December 2016:
Version 1.0.5 – 7 December 2016:
Version 1.0.4 – 13 October 2016:
Version 1.0.3 – 22 September 2016:
Version 1.0.2 – 08 September 2016:
Version 1.0.1 – 31 August 2016:
Version 1.0 – 22 August 2016:
Applique’s theme is written in English, though you are of course welcome to translate them to your language. It’s possible to go through each theme file and manually the appropriate text elements using the program Poedit, or using WPML.
Inside the Applique main theme files you will find default.po and default.mo files. This .po file is basically a list of all the text strings used in the theme files in English language, and .mo file is just the compiled export from .po file and is used by WordPress to translate the theme. Unfortunately, you need to translate the files manually, and then you need to save the translation file with your language code,
For example: fr_FR.po or nl_NL.po
You can find the right naming on this page, just search for your language and then lookup the WordPress Locale column.
So this is the full steps of translating the theme using Poedit:
You will need to do this when new strings included after theme’s update. By doing this the Poedit will register new strings to your previously translated .po file, so you don’t need to do it again from scratch.
After you updated the theme on the new version, go to your theme files installation and navigate to Wp-Content > Themes > Breena > Languages. Open your file default.po (example fr_FR.po) using Poedit. Find update button on the top of the software windows and save your file after you translated the new strings.
We’ve worked directly with the WPML team to make Applique compatible with the popular WPML plugin. Below you will find documentation their team created for using WPML plugin with our theme. If you’ve purchased WPML and have any questions or issues, please check the links below.
http://wpml.org/documentation/wpml-core-and-add-on-plugins/
http://wpml.org/forums/forum/english-support/
http://wpml.org/documentation/getting-started-guide/
To translate a page/posts you need to go to your WordPress Admin Panel –> Pages/Posts and in the list you will see columns for each active language, with a pencil icon (for ‘edit translation’) or a ‘+’ icon (for ‘add translation’) next to each page. Go ahead and edit or add the translated page for one of your page. if you want to use your existing page settings in the translated one you can duplicate the page by following this guide
More guides:
http://wpml.org/documentation/getting-started-guide/string-translation/
http://wpml.org/documentation/getting-started-guide/translating-page-slugs/
http://wpml.org/documentation/getting-started-guide/theme-localization/
http://wpml.org/documentation/translating-your-contents/using-the-translation-editor/
WPML can synchronize menus for you. This means that if some entries, for example some pages, posts or categories, are in the English menu, WPML can generate and keep in synch menus for other languages pointing to the translated versions of these pages, posts or categories.
From WordPress Appearance->Menus you can see your existing menus and add menu translations and synchronize menus across translations.
1 -. Ensure you have installed & activated the plugin called "WP Instagram Widget"
Once you activate the Breena theme, there will be a notification banner across the top recommending you install & activate particular plugins for the theme. One of which is the WP Instagram Widget plugin we've included stylings for in the theme. Be sure to install & activate this plugin.
2 -. Navigate to WP Dashboard > Appearance > Widgets
3 -. Drag the Instagram widget into the "Instagram Footer" widget area on the right.
4 -. Customize your Instagram Footer widget.
We recommend setting the "Number of photos" to be "6". And choosing "Large" for the "Photo size".
Breena includes custom stylings for the "MailChimp for WordPress" plugin which allows you to display a beautiful newsletter sign-up form. You can insert this form within the Sidebar area, in a special widget area beneath the Featured Area element, or in a special widget area beneath a Post on its singular post page.
For steps on setting your newsletter form up, please check out this article: How to setup Breena's newsletter widget
In the Dasboard -> Apparence -> Customize -> Custom CSS
Add the following code (replacing XXXXXX by the code of the color you want):
.post-comments {background-color:#XXXXXX;}
By default, your homepage will also display your post feed, listing all of your latest posts for visitors to see. If you would like to instead have your homepage be a static page and your post feed display on a separate page, you can follow these instructions.
First, create your new homepage and blog pages within WP Dashboard > Pages > Add New. For this tutorial, we will be naming our static homepage "Home" and our post feed page "Blog".
Next, navigate to Settings > Reading. At the top of this screen, you'll see a section titled "Front page displays". Click the little bubble next to the "A static page" option.
From this option's "Front page" drop-down menu, select your newly created "Home" page.
From the "Post page" drop-down menu, select your newly created "Blog" page.
Be sure to save changes when you're finished.
The last step involves adding your "Home" and "Blog" pages to your navigation menu. To do so, go to Appearance > Menus. Click the "Pages" drop-down menu on the left, check the boxes next to your "Home" and "Blog" pages, and add them to the menu. Drag and drop them to wherever you'd like them to be positioned in your menu. Be sure to save when finished.
Now, when you refresh your site, your homepage will display your newly created "Home" page and your "Blog" page will now display your post feed.
You may find that you'd like to create additional WordPress Users which can log into your WordPress Dashboard for a variety of reasons. For example, to contribute in writing posts or to troubleshoot technical issues you're experiencing.
Creating a new WP User and adjusting their permissions (or "Role") can allow you to not only ensure your own personal login details are kept safe, but help control what sort of changes the secondary user can make within your dashboard.
1 ) Navigate to WP Dashboard > Users
2 ) To create a new user, click the "Add New" button at the top of the page.
3 ) Enter the new Username and Email Address (required).
4 ) Fill in the user's personal details like Name and Website, if wanted (not required).
5 ) Click the "Show Password" button.
This will automatically generate a random password. If you are creating a password for a colleague, you can change it to whatever you wish. If you are creating a new WP User for a technical support representative to log in and troubleshoot an issue, it's fine to leave the temporary password as-is.
6 ) Choose if you'd like to email this person a notification (not required).
7 ) Select the user's Role.
There are 5 different WordPress User roles to choose from. Each role will affect what areas of the dashboard this person can access or control.
If you are creating a new WP User for a technical support representative, you will want to provide them with an "Administrator" role.
8 ) When finished, click the "Add New User" button.
You can always navigate back to the WP Dashboard > Users screen and select the user you would like to manage. Here, you can change a variety of personal details about the user, including their name, adding biographical author text, social media usernames, change passwords, and more.
WordPress child theme allows you to apply custom code changes to your site. Using a child theme ensures that all your customizations will not be overwritten even when you update the parent theme. Continue reading below to learn how to setup your own child theme.
A child theme is a theme that has all the functionality and styling of another theme called the parent theme, which in our case, is Breena. Child themes are the recommended way of modifying the code of an existing theme because a child theme preserves all custom code changes and modifications even after a theme update. If you modify code directly from a parent theme, then update the parent theme, your changes will be lost. Always use a child theme if you are modifying core code. Child themes can also be used for a number of things, such as custom CSS applications, template file modifications, and custom PHP functions and/or hooks. There are a couple of methods to modify a child theme. Child themes don’t guarantee that an update of custom code on the parent theme will not require further maintenance. This is especially true if you copy files from the parent theme to your child theme.
If you’d like to learn and read even more about child themes, please follow the links below.
In order to paginate your blog post, in the Write panel in your WordPress admin, switch to the TEXT view (if you are using the Visual view) and then enter the following code to wherever you want to break the post up into a new page:
<!--nextpage-->
Our Theme uses wordpress built-in menus feature which can be found in your wordpress Dashboard > Appearance > Menus. To setup a new menu, please follow the steps below. Its best to already have your pages created, even if they are blank pages.
For more information on menus in WordPress, check out:
First, please be sure that you have installed and activated the Contact Form 7 plugin.
Along the top of the contact form's settings box, there are 4 tabs: Form, Mail, Messages, and AdditionalSettings.
"Form" tab: you can choose how your contact form will display with some simple HTML code.
"Mail" tab: you can set up who your messages are sent to and how they will be displayed.
IMPORTANT! Please be sure to navigate to the "Mail" tab and insert your own email address within the "To:" form. "Messages" tab: Adjust default messages visitors will receive in various situations. "Additional Settings" tab: Option to add custom code snippets if desired.
A theme's demo content XML file can be found in the theme package you downloaded from ThemeForest or Creative Market. It will be in a folder titled "Dummy Content".
You will be redirected to this screen, where you can upload the demo xml to start the import process
In the new screen you can assign user(s) from your site to “receive” the demo content from us.
IMPORTANT: you need to click the “Download and import file attachments” option to import all the images from our demo.
click on Submit Button
Wait until you get this “All done. Have Fun” notice
By default, Elletta doesn't have a newsletter sign-up form included in the theme, however it is possible to add this functionality with the help of the Mailchimp for WordPress plugin.
In order to add a MailChimp newsletter sign-up form widget to your sidebar, you can follow the instructions below. We'll need to create a MailChimp Account, install the necessary plugin, and then set up your newsletter widget.
First, please ensure you have signed up and created an account with MailChimp. Once you have done so, your account will be given a unique "API Key" number. This API Key is used to link your MailChimp account to your WordPress.
To find your MailChimp API Key: Log into your MailChimp account > Your Account Page > Extras > API Keys > Create a key.
Next, you'll need to install the MailChimp for WordPress plugin onto your WordPress.
Installing the Mailchimp for WordPress plugin: Log into your WordPress Dashboard > Plugins > Add New > Search for term "MailChimp for WordPress" > Install Now > Activate Plugin.
Once installed, navigate to the plugin's Settings page. Here, you'll want to copy and paste your MailChimp account's API Key into the form and click "Save changes".
To customize your newsletter form, you can navigate to WP Dashboard > MailChimp for WP > Forms. On this screen, you can determine just how your newsletter form displays.
Copy and paste the following HTML code into the box on this page:
<p> <label>Subscribe to my Newsletter</label> /* this line is optional */ <input type="email" id="mc4wp_email" name="EMAIL" placeholder="Your email address" required=""> </p> <p> <input type="submit" value="Subscribe"> </p
This will have your widget display a heading of "Subscribe to my Newsletter", an email input field, and a submit button. Save changes when finished.
Lastly, navigate to WP Dashboard > Appearance > Widgets.
A new widget titled "MailChimp Sign-Up Form" will have appeared. Drag and drop this widget into your Sidebar or Footer area.
If you'd like help changing the colors or styling of the newsletter widget, feel free to open up a new support ticket and let us know!
I will install your WordPress Theme the RIGHT WAY!
Promotion: purchases to 31 December 2016
My service includes:
It can be done with the custom css. In your Dashboard: Apparence -> Customize -> Custom CSS
Use this code for a background image
body { background-image: url('url-image'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }
Use this code for a background pattern
body { background-image: url('url-image'); background-repeat: repeat; }
A common issue that can occur when installing a WordPress themes is “The package could not be installed. The theme is missing the style.css stylesheet.” error message being displayed when uploading or activating the theme.
More information:
A Featured Image is a representative picture for your post which is used in a number of areas & functions, like on the homepage, post page, related post areas, recent post widgets, featured area sliders, etc..
To assign a Featured Image to a post, navigate to your post's create/edit screen and look to the bottom-right. Here, you'll see a box titled "Featured Image" where you can add your desired image. Be sure to update your post when you're finished.
IMPORTANT! It is possible that after theme activation are images wrongly cropped and look ugly!
In this case use this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/ to regenerate old thumbnails from previous theme. After plugin installation start regeneration in Tools > Regen. Thumbnails This process can take a while and you cannot close tab/window until regeneration is done.
Images and thumbnails are generated automatically.
To display thumbnails correctly upload images via WP interface using "Set featured image" button. After image upload set featured image.