Forum Replies Created
list of topics you have created till now.
-
-
Hi,
1. Check out the localization chapter in your theme’s documentation.
2. I think, the social media icons come from a plugin. If so, check out your plugin page.
3. Use this in your External JS field:
<script> jQuery(document).ready(function($) { var contactForm = $( 'body.page-template-template-contact-php div.contact-form' ); $( 'body.page-template-template-contact-php article' ).append( contactForm ); }); </script>Hi, deactivate disqus plugin and then try again please.
Hi,
What is your screen resolution?
Hi,
Can you provide your url?
Hi,
Use this in your custom css field:
#secondary h3.widget-title { font-family: "Georgia"; }Thanks
Hi,
You can do it quickly and easily:
– go to Appearance > Editor > fonts.php
– edit the second line:
$all_fonts = array( 'Georgia' => 'Georgia','ABeeZee' => 'ABeeZee',
Mehmet S.
Keymaster7 January 2014 at 02:56Posted in : Steps for updating to latest version of themeHi,
– Edit the style.css file of the child theme for the new version:
/* Theme Name: Read Child Theme URI: http://themeforest.net/user/pixelwars/portfolio?ref=pixelwars Description: Child theme for Read WP. Author: Pixelwars Author URI: http://themeforest.net/user/pixelwars?ref=pixelwars Template: read-v3-9 Version: 1.1 */ @import url("../read-v3-9/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */
Please check out the support page of the plugin:
Digg Digg Support: http://wordpress.org/support/plugin/digg-digg
Hi,
They are translatable. You can convert it to any of your words. Please check the localization chapter in your theme’s documentation.
Thanks
Hi, contact page is custom page template. And, that message is a translatable text. You can convert it to any of your words. Please check the localization chapter in your theme’s documentation.
Thanks
Hi,
That’s a nice idea. I will have that in mind for a next update. Thanks.
I don’t have any experience on mac. But, in windows, plugins can be installed normally. If you have running other plugins on local, then you can try another importer plugin.
– Go to Appearance > Editor > format-standard.php
– Move these lines:
<footer class="entry-meta"> <?php get_template_part( 'all', 'meta' ); ?> </footer> <!-- end .entry-meta -->
– to between these lines:
</div> <!-- end .entry-content --> </article> <!-- end .post -->
– Finally:
</div> <!-- end .entry-content --> <footer class="entry-meta"> <?php get_template_part( 'all', 'meta' ); ?> </footer> <!-- end .entry-meta --> </article> <!-- end .post -->
Please be more descriptive.
Edit:
#menu-item-620 a { display: inline-block; width: 20px; height: 20px; background-image: url( "http://www.waterfallmobile.com/blogs/msechrest/wp-content/themes/read-child/logo_sechrest_blog.png" ); background-repeat: no-repeat; background-position: top left; }Hi, only one blog type can be used at a time. You can make multiple blog pages by navigating category based menu links. The demo site has a special functionality.
Thanks
Which plugin are you using for the social sharing?
Improved. New version is available on ThemeForest.
– remove category:
body.blog .post-category { display: none; }– remove date:
body.blog .post-date { display: none; }– remove author:
body.blog .by-author { display: none; }– remove comments:
body.blog .comments-link { display: none; }Hi, use this in your custom css field:
body.single .entry-content p { padding-top: 2em; padding-bottom: 2em; }Thanks
Hi, enable built-in open graph functionality.
– Theme Options > SEO > Open Graph Protocol
Hi, try this:
body.blog .entry-content p { font-size: 120%; }Mehmet S.
Keymaster5 January 2014 at 10:17Posted in : Spacing between title text and featured imageHi, use this in your custom css field:
.post-archive .entry-title { margin-bottom: 0.4em; }Hi, don’t forget to select type from details box. Every item type has a functioning way. Please check the portfolio chapter of your theme’s documentation.
Thanks
You are welcome.
Remove the above code from your External JS field and this from your custom css field:
/* first word */ .site-title a span { color: green; } /* second word */ .site-title a { color: orange; }Hi all,
Excerpt option added. New version is available on ThemeForest.
– Check the option Theme Options > Blog > Excerpt.
Important:
– Select “Theme Site Title” not “WordPress Site Title”.
You are welcome.
Hi, try this way:
Use this in your Theme Site Title field.
<span style="color: red;">Pos</span><span style="color: green;">sible</span>
Output:
Possible
You are welcome.
Hi, try this:
#menu-item-620 a { display: inline-block; width: 20px; height: 20px; background-image: url( "http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/01/gallery-03.jpg" ) no-repeat top left; }Note: Upload your image to your media library.
Yes. I wrote code here, because this is Bloggy HTML forum not WP.
You are welcome.
Hi, use this in your custom css field:
h1.site-title img { max-height: 300px; }Note: Change 300 to your comfort.
Hi all,
Excerpt option added. New version is available on ThemeForest.
– Check the option Theme Options > Blog > Excerpt.
Set to post name option and check again.
Mehmet S.
Keymaster2 January 2014 at 22:04Posted in : Line API ID not specified appeared on main pageHi, deactivate your plugins one by one and check your site.
Thanks
Hi, select default option from permalink settings and then check your links.
Thanks
Now working :)
Hi, I’m using EasyPHP on local and the importer plugin works.
Hi, use this in your custom css field:
.blog-masonry .entry-meta { display: block; } .blog-masonry .entry-meta a time.entry-date { white-space: nowrap; }Hi, use this in your custom css field:
.site-header hgroup { padding-top: 1em; } h1.site-title { text-align: center; margin-bottom: 0; } h1.site-title a { display: inline-block; } h2.site-description { margin-top: 0; margin-bottom: 0; } .site-header .social { margin-bottom: 1em; }Hi, it is a page template. Create a page, select contact template, add this page to your custom menu.
Thanks
Sorry, I don’t know.
This is your RSS feed link to your site:
Hi,
No pixelwars theme found at your link.
Hi, here is the css:
.main-navigation > ul > li:nth-child(1) > a { border-color: #C80021; } .main-navigation > ul > li:nth-child(2) > a { border-color: #FF3545; } .main-navigation > ul > li:nth-child(3) > a { border-color: #F1FF72; } .main-navigation > ul > li:nth-child(4) > a { border-color: #76E9C9; } .main-navigation > ul > li:nth-child(5) > a { border-color: #1AC9DB; }Hi, use this in your custom css field:
h1.site-title { text-align: left; }Note: Thanks for the feedback about the documentation.
Hi, use this in your custom css field:
body.blog .by-author, body.blog .comments-link { display: none; }Improved. New version is available on ThemeForest.