Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to contact me via Profile page. Thanks so much!
Then find superblog.zip file on your computer and press Install Now,
After that activate theme,
Go to SuperBlog Theme Options and setup theme.
Installation via FTP:
Unzip the Main downloaded file,
Upload 'seperblog' folder into Themes folder in your WordPress installation (/wp-content/themes) via FTP,
Go to Appearance >Themes, find SuperBlog theme and activate it,
Go to SuperBlog Theme Options and setup theme.
NOTE! It is possible that after theme activating are images wrong cropped and looks 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.
In Pages section create new page called 'Home' and use for it Homepage template,
Go into Settings > Reading and set created Home page as Static page - Front page,
Empty homepage is created now! In next steps we'll create homepage content using 'Page Builder'.
Page Builder
Go to Apperance > Page Builder
Create new Template with e.g. 'Homepage content' name
You can build you own template using Drag & Drop. Just drag 'Available Blocks' into template section (more in 'Builder Blocks' chapter, in 'Blocks Screenshots' capter are screenshots of these blocks)
If you are finished click on "Save Template" button!
Go to 'Home' page created in previous steps, using 'Add Template' button insert created template:
Save page!
Builder Blocks
'Column' blocks are important blocks to create basic page layout:
You can create few columns combination:
'Column' blocks combination is empty skeleton of the page. You need to use other 'blocks' to manage page content.
Drag some 'Posts', 'Slider' and/or 'Ads' blocks into Columns to add content
Important!
'XXX - for 2/3 Column' blocks are best suited for 2/3 column (or smaller). Don't use this block as full width!
'XXX - for 1/3 Column' blocks are best suited for 1/3 column. Don't use this block in 2/3 column and as full width!
Blocks Screenshots
Masonry block - can be used as full width and/or in 2/3 column:
Flex Carousel block - can be used as full width and/or in 2/3 column:
Posts - for 1/3 Column block - only for 1/3 column:
Posts - for 2/3 Column (Small Images) block - for 2/3 and/or 1/3 column block:
Posts - for 2/3 Column (Big Images) block - for 2/3 and/or 1/3 column block:
- Video posts display video,
- in this block can be set URL link to blog page (+ button label).
Posts - for 2/3 Column block - for 2/3 and/or 1/3 column block:
Flex Slider - for 2/3 Column block - for 2/3 and/or 1/3 column block:
- Video posts display video,
Blog Template
If you want to create 'Blog' page create empty page (Default template) - name it Blog and in Settings > Reading set this page as Post page
If you want to use 'Blog' on the front page use default setting in Settings > Reading
NOTE! It is possible that after theme activating are images wrong cropped and looks 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.
Featured Images:
It is easy! Images and thumbnails are generating automatically. To display thumbnails correctly upload images via WP interface,
then use "Use as featured image"
button to set featured image.
Featured Images - Minimal Sizes
700x500px - with this resolution is possible to crop all image thumbs,
Images in 'Post without sidebar' and 'Full-Width' template needs to be at least 1040px wide.
Galleries - Native (grid) vs Slider gallery:
If you want to create post with gallery, you need to create classic wp gallery
Classic wp gallery is in grid layout with lightbox image preview (if 'link to media file' is selected).
You can enable Gallery slider in SuperBlog admin panel > General layout.
Visit https://dev.twitter.com/apps , sign in with your twitter account, click on Create a new application and create your own keys in case you don't have already,
Install it and in this software translate themnific.po file (line by line) screens,
Once you have translated all the strings, you can save this as your .po file.
The filename of your .po is crucial. Gettext uses the ISO 639 standard for language abbreviations and ISO 3166 for locales. If your translation is written in American English for example, your file name will look like en_US.po. Capitalization is also important here. For a full list of language and country codes, check out these two links:
Once you save, POEdit by default automatically creates a .mo file alongside your .po file. Put these files into 'lang' folder.
Access your wp-config.php file found in your WordPress' root folder. Your file should already contain define('WPLANG', ''); but if it does not, you can add it in. You simply need to add your language and locale code into the define. If you were to translate your theme into German, you would have this:
define('WPLANG', 'de_DE');
Your internationalization is complete!
Once again, thank you so much for purchasing this theme.