Forum Replies Created
list of topics you have created till now.
-
-
Hi, I will fix it. Thanks for the feedback.
Hi, can you provide your URL?
Hi, that’s a nice idea. I will have that in mind for a next update. Thanks.
Hi, use this in your theme options > custom css field:
.single-post .share { display: none !important; }Thanks
Hi,
1. I will try to fix it. Thanks for the feedback. Now you can hide the next (») button with this css code:
– Use this in your theme options > custom css field:
.post-pagination .pagination-next { display: none; }– Use this to hide prev («) button:
.post-pagination .pagination-prev { display: none; }2. Can you provide your URL?
Hi, normally it loads only the post tile and reading time.
See image:

At live demo: http://themes.pixelwars.org/readme-wp/
Now it is normal on my side. If you see the issue, try to deactivate your plugins and check again.
Hi, there is a single.php file in this theme, but it calls another php file depending on theme options and post format.
The files:

Hi, it works on Sidebar and No-sidebar blogs, not compatible with the Masonry blog layout.
See: http://www.pixelwars.org/forums/topic/read-wp-infinite-scroll/
Thanks
Hi, you can use
syntax_prettifyshortcode.[syntax_prettify linenums=""]Text here.[/syntax_prettify]
linenums="linenums"… To show line numbers.See image:

At live demo: http://themes.pixelwars.org/read-wp/typography/
Hi, you can use this in the “Text” widget:
<a href="http://vk.com">VK</a>
Thanks
Hi, the theme documentation is in the package. You can download it from ThemeForest.
Thanks
Hi, the titles are already linked. See at http://themes.pixelwars.org/bookcard-wp/blog/
Thanks
You are welcome.
Hi, please update the theme to the latest version and check again. You can download it from ThemeForest.
Thanks
Hi, appearance section shows theme files. There is no editor.php file in this theme.
Thanks
Ok. Good luck.
Hi,
@acelina: Please update to the latest version and check again. You can download it from ThemeForest.
@kleshik: You can see it in the image:
New version is available on ThemeForest.
New version is available on ThemeForest.
Hi, you need to add
captcha="yes"parameter to your contact form shortcode.Example:
[contact_form captcha="yes" to="yourname@gmail.com" subject="Contact form message"]
subject=""… custom text or do not use for default text.subject="yes"… to display a subject input in the contact form.Thanks
Content editor is a field that contains your page content.
See image:

You are welcome.
Hi, it should be a min (152×152)px PNG image.
Thanks
Hi,
@yrwan: Please try to deactivate your plugins and check again.
@AlbertoBascones: You need to select the Post name option from permalink settings for the portfolio.See image:

Hi, your services wrapped with a link. Please check them in the content editor.
Thanks
Hi, you can use Custom CSS field in the theme options page for the css codes.
More info at http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
Hi, you can select your icons from this list at http://themes.pixelwars.org/readme/css/fonts/fontello/demo.html
– service shortcode:
[service icon="" title="" text=""]
icon=""… use icon name in this parameter.Example:
[section_title align="center" text="SERVICES I CAN PROVIDE"] [row] [column width="6"] [service icon="feather" title="Graphic Design" text="I design super cool websites. It is a long established fact that a reader will be distracted by the readable content."] [/column] [column width="6"] [service icon="camera-outline" title="Photography" text="I can design beautiful type faces for both digital and print media. It is a long established fact that a reader will be distracted."] [/column] [column width="6"] [service icon="android" title="Android Developer" text="I write about web design. It is a long established fact that a reader will be distracted by the readable content."] [/column] [column width="6"] [service icon="apple" title="iOS Developer" text="I have strong project management skills. It is a long established fact that a reader will be distracted."] [/column] [/row]
See image:

Please create new topics for your every different questions.
Thanks
You are welcome.
You are welcome.
You need to create a custom navigation menu with custom linking menu items for your pages. Please double check the “Menu” section in the theme documentation.
Example:
#/about-me #/resume #/portfolio #/contact
See image:

That’s a nice idea. I will have that in mind for a next update. Thanks.
It is weird. Please try to deactivate your all installed plugins and try again.
You are welcome.
New version is available on ThemeForest.
Hi, your WordPress installation is English (en-US). So, you must use US flag to change the translatable texts.
See image:

Hi, create a custom menu with custom url links to point your pages.
Example:
#/about-me #/resume #/portfolio #/contact
See image:


Hi, new version is available on ThemeForest.
http://themeforest.net/item/readme-a-readable-wordpress-theme/9167043
New version is available on ThemeForest.

You are welcome.
Hi, contact form uses php mail() function inside the send-mail.php file of the theme and working on our server. If that function doesn’t work on your server, alternatively you can try Contact Form 7 plugin.
Thanks
Hi, use media box to add audio to your post.
See image:

Hi,
1. Set a featured image for your post.
2. Use this custom css:
.single-post .share { display: none; }3. Use this custom css:
.single-post .read-time { display: none; }4. That’s a nice idea. I will have that in mind for a next update. Thanks.
Thanks
You are welcome.
Hi, select Alternate from Appearance > Theme Options > Blog > Blog Type.
See image:

Maybe a plugin related issue. You can try to deactivate your plugins to see changes.
Hi, use Text widget with this text:
<img class="author-image" alt="Johnny Doe" src="your-image-url-here"> Hello. I am a freelance writer. I live in a small town somewhere in the world. I write about design and biking.
Note: Upload your image to your Media Library and copy-paste its url.
Example:
<img class="author-image" alt="Johnny Doe" src="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/09/avatar2.jpg"> Hello. I am a freelance writer. I live in a small town somewhere in the world. I write about design and biking.
See image:


Hi, please unzip the package. You will find the theme under Theme folder.
Thanks
It is really weird. Can you please try:
– delete your portfolio page (also from Trash),
– create a new page with Portfolio template (e.g. portfolio2).