Forum Replies Created
list of topics you have created till now.
-
-
You are welcome!
Hi,
– Select Text Logo,
– Use this in your custom css field to add an image logo next to the text logo:
.site-title a { padding-right: 100px; background-position: right; background-repeat: no-repeat; background-image: url( 'paste-your-image-url-here' ); }Note: Upload your image logo to the Media Library and copy the image file url.
Hi, I will improve the theme customizer in a week. Thanks for the feedback.
Mehmet S.
Keymaster20 September 2013 at 19:21Posted in : Portfolio title not showing up after update.Hi, in the new version, the portfolio title comes from an existing page. So please create a new page and select it from Theme Options > Pages > Portfolio page.
Thanks
Hi, please update to the latest version.
Thanks
Hi, add this to your custom css field:
@media (min-width: 2000px) { .footer-text { padding-bottom: 35px; }}Thanks
– Default grey color:
.social li a { background-color: grey; }– Hover color:
.social li a.facebook:hover { background-color: #3C5FAC; }You are welcome!
You are welcome!
Tried to activate the theme, but browser says a server error. So please contact your host.
Thanks
You are welcome!
Hi, select No Sidebar layout option for your blog page.
– Theme Options > Blog > Blog Type
Thanks
You are welcome!
Hi, it is because of the masonry layout future. You need to edit your main.js file. That file is in the js folder of your theme.
– Open the main.js file,
– Find the line:
layoutMode : 'masonry',
– Change it to:
layoutMode : 'fitRows',
Thanks
Hi,
– Paste this to Theme Options > Style > Custom CSS:
.footer-text { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; padding-bottom: 15px; }– Paste this to Theme Options > Style > External JS:
<script> jQuery(document).ready(function($) { $('#rm-container').append('<div class="footer-text">Created by Pixelwars</div>'); }); </script>You can use http://droplr.com
You are welcome!
Hi, please re-select and save your menu after updating.
Thanks
Hi, use this in your custom css field:
body.home .comments-link, body.home .by-author { display: none; }Thanks
Hi,
Please read the documentation.
Thanks
Sorry, not tested with that plugin.
I will assign this thread to developer, he will respond to you.
It is normal:

Hi,
There is invalid code character in the plain text. Please copy this code line:
$args_portfolio = array( 'post_type' => 'portfolio', 'posts_per_page' => -1, 'orderby' => 'title', 'order' => 'ASC' );
Thanks
This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.
Hi, please download the main files from ThemeForest.
Thanks
Hi,
I think you have bought the HTML version of Bloggy. Please make sure you have WordPress version.
WordPress version (Bloggy WP): http://themeforest.net/item/bloggy-wp-responsive-minimalist-theme/5557121
HTML version (Bloggy): http://themeforest.net/item/bloggy-responsive-minimalist-template/5263037
Thanks
You are welcome!
Hi,
You should get your SMTP info from your host. And they will give you a guide to implement it and configuration parameter to their servers.
Thanks
Hi, you can use a shortcode for that. Please see the Inline Lightbox section in the documentation.
Thanks
Mehmet S.
Keymaster16 September 2013 at 23:43Posted in : Continue Reading Button Links to Middle of PageHi, it is a WordPress feature.
Thanks
Hi,
Please unzip the package yourself and find your theme in the Theme folder.
Thanks
Hi, use social media shortcode in the text widget.
Thanks
Hi, use this in your custom css field:
.pptwj-tabs-wrap ul li:before { content: ""; }Thanks
( Theme Options > Style > Custom CSS )
Sorry, there is no permission for me to see that link.
Use shortcodes in your content editor.
3 columns:
[column width="2"] Put your content here. [/column] [column width="2"] Put your content here. [/column] [column width="2"] Put your content here. [/column]
Sorry, I’m not exactly sure what you’re asking?
You can try reCAPTCHA service.
You can divide your content into two columns with the column shortcode.
[column width="4"] Put your content here. [/column] [column width="4"] Put your content here. [/column]
Hi,
It is main.css line: 138.
Thanks
Mehmet S.
Keymaster15 September 2013 at 22:02Posted in : (urgent) How to set a link on the FrontCoverPlease jump into the right forum.
Can you please provide your tried columns?
What kind of order do you want make?
Sorry, I’m not exactly sure what you’re asking?
For which part?
Sorry for that. A minor bug detected. New version will be available on Monday. Thanks for feedback.
Hi, use this in your custom css field:
h1.site-title a { border-bottom-width: 0; }