Forum Replies Created
list of topics you have created till now.
-
-
Hi,
Yes, you can.
Sample Data
Go to: Tools > Import > WordPress.

WordPress might offer you to install the WordPress Importer plugin, if you haven’t installed it before do it now.
Install and activate the plugin.
Once you’ve installed WordPress Importer plugin, browse to the package folder, select XML data file and upload it.
Go to: Settings > Reading. Select homepage and blog page.
Go to: Appearance > Menus. Select theme location for the imported custom menu.
items=""parameter must be used with a value.Hi, you need to create your pages first under Pages > Add New menu.
Thanks
Hi, images come from Portfolio.
Add Portfolio Item
Go to: Portfolio > Add New:
Set featured image.
Select type from Details box.

Portfolio Item Types
Standard: You can add text, images and videos.
Photo Gallery: Add only images.
Click Add Media button above the content editor.

Choose “Create Gallery” and select multiple images.

Hi, at least 3 menu items required for the other one. Otherwise the menu switched to the classic view.
Thanks
It is the Homepage:
Hello. I am [rotate_words titles="a writer.,a journalist.,a freelancer.,an inventor.,a wordpress fan.,a coffee lover.,a problem solver."]
Hi,
– open format-standard.php,
– find:
<a <?php echo $hide_post_title_out; ?> rel="bookmark" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
– edit:
<a target="_blank" <?php echo $hide_post_title_out; ?> rel="bookmark" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
Thanks
I’m working on the update. Thanks for your patience.
Hi, I will try to add comments functionality for portfolio items for a next update.
Thanks for the feedback.
Hi, can you provide your url?
There is “Site Offline” message at the link.
Hi, create portfolio items under the Portfolio > Add New menu. They will work like the demo site.
Thanks
Hi, the reading time is generating automatically. Define number of posts to show.
Example:
[latest_from_the_blog items="10"]
Thanks
Hi, that’s a nice idea. I will have that in mind for a next update. Thanks.
Hi, that’s a nice idea. I will have that in mind for a next update. Thanks.
Hi, you can enable it from theme options > blog > About The Author Module > yes.
Thanks
You are welcome.
Hi, select “Page with Sidebar” template and “Page Sidebar” in the editing screen. Then, use Page Sidebar widget area.
See image:


Hi, it is easy.
– Import sample data,
– Set navigation menu,
– Adjust widgets.
That’s all.
Thanks
Hi, it is weird, can you provide some screenshots?
Hi, deactivate your plugins and check again please.
Thanks
Hi, it is not possible by default.
Thanks
Hi, the php mail() function is used to send emails. Please check your server configuration or you can ask this to your server people for the function is allowed.
Or you can try this plugin:
Ok. Good luck.
Hi, use [pf_lightbox_image] shortcode in your content.
[pf_lightbox_image first_image="" title="" url=""]
first_image=""… yes or do not use.url=""… Upload your image to your Media Library, then copy its url and use in this parameter.Example:
[pf_lightbox_image first_image="yes" url="image-1-url"] [pf_lightbox_image url="image-2-url"] [pf_lightbox_image url="image-3-url"]
Example:
[pf_lightbox_image first_image="yes" url="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/05/lightbox-02.jpg"] [pf_lightbox_image url="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/05/lightbox-04.jpg"] [pf_lightbox_image url="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/05/lightbox-03.jpg"]
You are welcome.
Hi, install and activate this plugin, then run it once:
Regenerate Thumbnails
https://wordpress.org/plugins/regenerate-thumbnails/Thanks
Modified files:
style.css
functions.php
theme-options.php
Checked your site, and the portfolio is working fine on my side.
You are welcome.
Mehmet S.
Keymaster6 January 2015 at 21:14Posted in : Bloggy – Contact Page – The Plugin Doesn't WorkHi, that’s a nice idea. I will have that in mind for a next update. Thanks.
Ok. Good luck.
Hi, create a list in your content editor.
See image:

Hi, use content editor and Details box.
See image:


Hi, can you provide your url?
Hi, it is weird. Try to, download the package from ThemeForest. You will find the theme under Theme folder, and install it via wp admin.
Thanks
Some part of the blog-nosidebar.php comes from format-standard.php.
You can create a portfolio page from “Pages > Add New” menu.
Featured images are auto resized to create portfolio grid. It is an automated process if you are having problems about this please provide your url.
I will make some tests on this issue and try to realize what causes the problem. I let you know when I come up with a solution. Thanks for the feedback.
Hi, point your image to linked its file.
See:

Hi, select post name option from settings > permalinks and check again.
Thanks
Ok. Good luck.
It is used by the theme for proper function!
Yes, you can. Use insert link button.
See image:

Hi, install a fresh copy of theme. You can download it from ThemeForest.
Thanks
Ok. Good luck.
content.php is a file name. File name is not important at this point. The important thing is the function name and it is the the_title().
I checked the url you provided above. It says:
– there is a content.php for blog page and content-single.php for post page in the theme of the author in the post.
– there are three files for blog page and two files for post page in the Bloggy theme:
Files for blog page:
– blog-sidebar.php
– blog-nosidebar.php
– blog-masonry.php
Files for post page:
– post-sidebar.php
– post-nosidebar.php
You need to edit these files. Open a file and find the the function the_title() then implement the changes in the tutorial in the link you provided.