Forum Replies Created
list of topics you have created till now.
-
-
Hi, I will add more more font options in future updates. Thanks for your patience.
– To embed the Cardo font collection into your web site:
Use this in your External CSS field:
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Cardo:400,400italic,700">
– Now the Cardo font comes to your site with its italic and bold styles, finally select it from Appearance > Customize > Fonts to apply to your content.
Hi, I will improve the comments functionality of Read WP theme, then release an update in a week. Thanks for your patience.
Hi, use these in your custom css field:
1 – Remove tag cloud:
body.single .post-tags { display: none; }2 – Show number of posts on the masonry blog:
.blog-masonry .entry-meta { display: block; }English please.
Try this one:
.rm-right .cover { background-image: url( "image-url-here" ) !important; }– In the icon list page, just learn the name of icons to use them in the icon=”” parameter of the shortcode.
– Put all your service shortcodes to inside of one service_group shortcode.
Double check my example above.
You are welcome.
Use this in your custom css field:
.rm-right .cover { background-image: url( "image-url-here" ); }Responsy WP is an old theme, so it does’t has the new WordPress comments functionality.
You are welcome.
Use service shortcodes.
Example:
[service_group] [service icon="icon-laptop" title="Web Design"]I design super cool websites. It is a long established fact that a reader will be distracted by the readable content.[/service] [service icon="icon-tablet" title="Mobile Development"]I can develop iOS and Android apps. It is a long established fact that a reader will be distracted by the readable content.[/service] [service icon="icon-globe" title="Social Media"]I am a social media expert. It is a long established fact that a reader will be distracted by the readable content.[/service] [/service_group]
Check the option on Settings > Reading > Blog pages show at most.
There is an option to upload an image, Theme Options > General > Back Cover Image.
Just tested, it works on my side. Maybe one of your another plugins the reason for that.
Ok, create portfolio page with items, then use direct url option for the images to created galleries under gallery menu.
Your site looks good on my side.
This theme uses the 600+ Google Fonts. At this time, 51 fonts have Cyrillic and 32 fonts have Cyrillic Extended.
You can check them at http://www.google.com/fonts
– Select Cyrillic or Cyrillic Extended from the “Script” drop-down menu on the left hand side.
Hi,
Select your character set from Theme Options > Style > Character Sets.
Make sure you have the latest version.
New version is available on ThemeForest with extended character sets support.
New version is available on ThemeForest!
@Alexey: Disable.Hi, use this in your custom css field:
body.blog .featured-image { max-width: 50%; }You are welcome.
Hi, use this in your custom css field:
body.page-template-page-full-width-php #content > .row-fluid { width: 90%; }You are welcome.
Sorry, I’m not exactly sure what you’re asking?
It is not a problem. WordPress places the widgets to the first place when a new widget location defined. You had done the right action by moving them to below.
Mehmet S.
Keymaster25 November 2013 at 04:30Posted in : ivCard-Custon Page configurations for Blog?I will release an update in this week for the blog. Thanks for your patience.
Hi, remove this from your custom css field:
.entry-meta { display: none; }This theme uses the native search functionality of WordPress.
I searched Germany keyword, then New Zealand page listed in the search result. Because that page has a Germany flag.
If you want to make some limitation for the search results, you can try plugins if there are.
Free plugins: http://wordpress.org/plugins
Premium plugins: http://codecanyon.net/category/wordpress
You are welcome.
It works, but I think, you want more shrink. Try this:
#comments, #comments #respond { padding-bottom: 0px; } #comments p.form-submit { margin-bottom: 0px; } section#main { padding-bottom: 2em; }Hi, go to that another wordpress blog admin, the use export-import method.
– go to Tools > Export.
– go to second wordpress admin.
– go to Tools > Import > WordPress.
Hi, use this in your custom css field:
#comments, #comments #respond { padding-bottom: 0px; } #comments p.form-submit { margin-bottom: 0px; }Mehmet S.
Keymaster24 November 2013 at 17:29Posted in : Disabling the page or post name from appearingYou are welcome.
You are welcome.
To embed the Crimson Text font collection into your web site:
– Use this in your External CSS field:
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700,700italic">
Hey, it is ok now, use this:
$args_recent_posts = array( 'post_type' => 'post', 'posts_per_page' => $number_of_posts_to_show, 'cat' => '-12,-34,-56' );
Mehmet S.
Keymaster23 November 2013 at 20:31Posted in : Disabling the page or post name from appearingPage:
body.page-id-7 .entry-header { display: none; }Post:
body.postid-62 .entry-header { display: none; }– The numbers are ids.
Ok, I will do a test.
Ok, I will test it again.
You are welcome.
Hi,
– go to Appearance > Editor > fonts.php
– add that font name to the list in its format.
Mehmet S.
Keymaster23 November 2013 at 06:19Posted in : Disabling the page or post name from appearingHi, use this in your custom css field:
.entry-header { display: none; }– go to Appearance > Editor > post-nosidebar.php
– find:
</article>
– place the icon code before it.
Ok, this is for you:
body.single article footer.entry-meta { display: none; }I deactivated your plugins, then your portfolio items came back. I think one of they caused the issue. You can try to activate one by one to find which one is conflict.
You are welcome.
Edited:
echo '<a href="' . get_permalink() . '">'; the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) ); echo '</a>';
Try this one:
echo '<a href="' . the_permalink() . '">'; the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) ); echo '</a>';