Forum Replies Created
list of topics you have created till now.
-
-
You are welcome.
Hi, that’s a nice idea. I will have that in mind for a next update. Thanks.
Hi, new version is available on ThemeForest. Just download package and unzip. It is under “Theme” folder in the package. And for the updating ways, there is section “How To Update The Theme” under Installation section in the theme documentation.
Thanks
Hi, can you provide your url?
Hi,
– You can see the sender name and email when you to reply.
– You can change the texts to your language easily. Please check out the localization section in the theme documentation.
– This is not possible by default and not recommended.
Thanks
Hi, you need to assign your blog page from settings > reading > posts page. And you can select layout from theme options > blog > blog type.
Thanks
Mehmet S.
Keymaster15 February 2015 at 02:09Posted in : Where can i wrote the texte on the photo-wall?Hi, first, update your theme. Photo wall images come from your portfolio items.
For your homepage, create a new page and select homepage template for it and use photo wall shortcode with rotate words shortcode.
Shortcodes from the demo site:
[photo_wall animation="random" interval="1600" max_step="3"] [intro] Hi. I am a photographer I capture [rotate_words titles="life.,moments.,happiness.,emotions.,action.,impression.,beauty."] [/intro]
Hi, the work page is your portfolio page and it shows created portfolio items. Please check out the portfolio section in the theme documentation.
Thanks
Hi, you can try the plugin, it is here.
Thanks
Hi everybody,
A new version is available for the theme on ThemeForest.
@teeohkay: You need to use rotate_words shortcode.Shortcodes: intro & rotate_words
[intro] [rotate_words interval="" titles=""] [/intro]
titles=”” … Seperate with commas.
interval=”” … 3000 (millisecond)
Example:
[intro] Hello. I am a [rotate_words titles="writer,freelancer"] [/intro]
Hi, improved the photo gallery functionality. New version is available on ThemeForest.
Thanks
Hi, please update to the latest version. You can download it from ThemeForest.
Thanks
@bentham403: Please update the theme to the latest version. You can download it from ThemeForest.
@johnnykrueger: Pleas check out the section Installation > Sample Data in the theme documentation.
Thanks
Hi, you can change your site language from settings > general > Site Language.
Thanks
Hi, not tested with that plugin but the wp_footer() function is in the footer of all pages in this theme. The shortcodes work in the text widget also.
Thanks
Hi, can you provide your url?
Hi, not tested with that plugin. Also you can try this one:
Hi, please check out the section portfolio > multiple portfolios in the theme documentation.
Thanks
Hi, please check out the localization section in the theme documentation.
Thanks
Hi, upload a png image that’s size is 152px width.
Thanks
You are welcome.
Hi, create a page and assign it as a posts page from settings > reading.
Thanks
Hi, use keyword based content in your page.
Thanks
Hi,
– you can try this plugin: https://wordpress.org/plugins/advanced-category-excluder/
– activate excerpt from theme options > blog > excerpt.
Thanks
You are welcome.
Hi, you can import the sample data with WordPress Importer plugin. Also, there is another plugin WP Advanced Importer, but not tested with this one.
Thanks
You are welcome.
Hi, place your email to
to=""parameter of the shortcode.Example:
[contact_form to="yourname@gmail.com" subject="New Message from my Site"]
Hi, PHP mail() function must be enabled on your server.
Here is:

That’s a nice idea. I will have that in mind for a next update. Thanks.
Hi, you can select level deep of the nested comments from settings > discussion.
Thanks
Mehmet S.
Keymaster11 February 2015 at 16:55Posted in : [Bug] Undefined Index issue in send-mail.phpOk. Good luck.
Hi, it might be a permission related issue on your server. Permissions must be 755 for folders and 644 for files when uploading via FTP. Try to install your theme via uploading wp admin.
Thanks
Hi, you need to select post name option from settings > permalinks.
Thanks
Hi, it is weird. You can try this:
– update your theme to the latest version. You can download it from ThemeForest.
– deactivate your plugins and check again.
Thanks
Hi, just click the Visual Composer button in the editing screen.
See:

Note: We will release a new version of the theme with the latest version of the visual composer in a week.
Hi, fixed the issue. New version is available on ThemeForest.
Thanks
Hi, new version is available on ThemeForest.
Example 1: Show Category Info
[latest_from_the_blog meta="category"]
Example 1: Show Date Info
[latest_from_the_blog meta="date"]
Thanks
Hi, fixed the issue. New version is available on ThemeForest.
Thanks
Mehmet S.
Keymaster9 February 2015 at 16:04Posted in : [Bug] Undefined Index issue in send-mail.phpdon’t know, it is not something that breaks the functionality, it is a notice not an error, you may change the code as you wish if you don’t like it.
Hi, the file size of this theme is over 9 MB. Some hosts don’t allow to upload a file over 8 MB by default. It is their server configuration. But it can be increase manually from your host’s control panel.
OTHER WAYS TO INSTALL A THEME
Thanks
You are welcome.
You are welcome.
They are both allowed.
Hi, turn on the “Paste as text” option first in your content editor.
See:

Mehmet S.
Keymaster9 February 2015 at 13:52Posted in : [Bug] Undefined Index issue in send-mail.phpHi, there is no problem. They both work.
Thanks
Hi,
Create a new page. Select “Homepage” template from Page Attributes box.
Use
[photo_wall]shortcode. (Use shortcode generator to add shortcodes. Click the “Insert Shortcode” button from the content editor.)[photo_wall animation="random" interval="1600" max_step="3"]
max_step=""… 3interval=""… 1600 (millisecond)animation=""… random,showHide, fadeInOut, slideLeft,
slideRight, slideTop, slideBottom,
rotateLeft, rotateRight, rotateTop,
rotateBottom, scale, rotate3d,
rotateLeftScale, rotateRightScale,
rotateTopScale, rotateBottomScaleHi, use
image_link=""parameter.Example:
[testimonial_group] [testimonial image_url="" image_link="" image_alt="" name="" position=""]Description here.[/testimonial] [testimonial image_url="" image_link="" image_alt="" name="" position=""]Description here.[/testimonial] [testimonial image_url="" image_link="" image_alt="" name="" position=""]Description here.[/testimonial] [/testimonial_group]
image_url=""… Upload your image to your Media Library, then copy its url and use in this parameter.image_link=""… A target link for the testimonial image. (Optional).Thanks