Forum Replies Created
list of topics you have created till now.
-
-
Hi, not tested with a slider plugin.
Thanks
Hi, please do the setup steps in theme’s documentation.
Thanks
Hi, normally the featured image will be shown on your portfolio page. The hover icon comes from your chosen to your item type. And it is not only to define icon, some functionality need to correct type. Use correct shortcode and select “Lightbox Video”. Please read the portfolio chapter in the theme’s documentation.
Thanks
I will assign this thread to developer, he will respond to you shortly.
Thanks
Hi, color options added to theme customizer in v2.6.
– go to Appearance > Customize.
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.
Can you provide a wider screenshot?
Your homepage’s class is
homein wp. You can access to your homepage via this class.body.home { }This is not possible by default, needs more further customization, you may consider working with a professional.
Don’t visit the wordpress install url. You can see it in the browser’s address bar. The url ends with install.php. Remove the install.php from url and only try to access your /wp-admin/
Mehmet S.
Keymaster3 February 2014 at 23:58Posted in : what's the best to to set up *call to action.?Hi, it is in the documentation:
Documentation > Shortcodes > Others.
Hi, no access to your link right now.
Please contact your host.
Hi, it is a plugin. Please check out the plugins section in the theme’s documentation.
Thanks
Mehmet S.
Keymaster3 February 2014 at 12:25Posted in : would like your opinion and recommendation :)You are welcome.
You are welcome.
Mehmet S.
Keymaster2 February 2014 at 17:24Posted in : would like your opinion and recommendation :)Use your page id:
body.page-id-7 #site-navigation { display: none; }Hi, that text is translatable via localization.
Ok. Good luck.
WordPres adds classes automatically to the html body tag.
Hi, try this custom css:
.blog-masonry .hentry .entry-content { border-bottom: none; }Hi, try this custom css:
body.page .site-header { padding-bottom: 0px; }Hi @kuebra, we were talking about Responsy WP theme above. There is Read WP theme on your site, isn’t it? Read WP theme already has instagram icon.
Please update to the latest version. You can download it from ThemeForest.
New version is available on ThemeForest.
You are welcome.
You are welcome.
Use this in your Theme Options > External JS box:
<script> jQuery(document).ready(function($) { var pf_filter_all = $( '.pf-all-items' ); $( '#filters' ).append( pf_filter_all ); }); </script>– go to Appearance > Editor > cat-nosidebar.php
– find:
</header> <!-- end .page-header -->
– edit:
<?php echo category_description(); ?></header> <!-- end .page-header -->
No issues reported, you can try it.
Hi, you can select your option. I will update the documentation. Thanks for the feedback.
Hi, did you have any code in your theme options > custom css field?
This is weird. I will do a test for this. Thanks for the feedback.
I checked the links you provided.
– The microphone icon is supported since Font Awesome v3.1
– The thumbs-up icon is supported since Font Awesome v3.2
The theme exactly has Font Awesome v3.0.2. I will update the icons on future updates. But, you can do it manually at this time.
Hi, try this custom css:
body.page .site-header { padding-bottom: 0px; }Hi, try this custom css:
.format-status .entry-content > p:first-child { border: none; }Hi, what is your firefox version and OS?
Hi,
– go to appearance > editor > functions.php
– find:
the_post_thumbnail( 'full', array( 'alt' => get_the_title(), 'title' => "" ) );
– edit:
the_post_thumbnail( 'large', array( 'alt' => get_the_title(), 'title' => "" ) );
Ok. Good luck.
Bloggy WP theme has v3.x icons.
Ok, I understand now. Where would you like to add the category description?
Where did you see it?
Mehmet S.
Keymaster30 January 2014 at 04:25Posted in : would like your opinion and recommendation :)2. Which certain pages?
Mehmet S.
Keymaster29 January 2014 at 14:08Posted in : would like your opinion and recommendation :)Hi,
1. You can try bbPress plugin. http://bbpress.org
2. Create a custom menu. Appearance > Menus.
Thanks
The featured image is not related to excerpt. It is about your image dimensions.
Ok. Good luck.
Ok :)
You are welcome.
Can you provide a screenshot?
Hi,
– use this in your Theme Options > External JS box:
jQuery(document).ready(function($) { var shareaholic = $( '.shareaholic-canvas' ); $( 'body.single article' ).append( shareaholic ); });