Forum Replies Created
list of topics you have created till now.
-
-
Edit twitter css codes in the main.css file.
Control @media codes in the main.css file.
Placed your widgets again.
Good luck :)
It is normal in this design.
– Switch the Text tab of content editor.
– Use
blockquotetag for the quote andcitetag for sign.<blockquote> Design is not just what it looks like and feels like. Design is how it works. <cite>Steve Jobs</cite> </blockquote>
Add the following code before the end tag of body in index.html file like this:
<script> jQuery(document).ready(function($) { var $container = $( '#rm-container' ); openMenu = function() { $container.removeClass('rm-closed'); setTimeout(function() { $container.addClass( 'rm-open' ); },10); } setTimeout( openMenu(), 5000 ); // Tip: 5000 ms = 5s }); </script> </body>Because you are using full width blog. I will have that in mind for a next update. Thanks.
Re-install the theme.
Tested now, it worked perfectly on my side.
Re-install the theme.
Update the theme to v1.1. We’ve added inline lightbox shortcode.
Trigger the Open button click event. And use javascript Delay function for a few seconds.
Hey, this is Responsy WP forum. You are using Read WP theme. Read WP has built-in 600+ google fonts.
– remove above codes from custom css box,
– go to theme options > style > colors and fonts.
What did you write to content editor?
That checkbox is to hide the search module.
Did you update the theme to v1.1.
Is there a code in your Custom CSS box?
Send me your login info, I will update to v3.5.4.
Note: Add this topic url to email.
@kaarup: remove it from cover.
Please check our demo site on that platform: http://themes.pixelwars.org/read-wp
Your shortcodes are correct. I think it is about a server configuration issue. Ask it to your hosting company. Server people may help you.
Go to Theme Options > Style > Nav Menu Search.
Change the envato word to your username.
@import url(http://fonts.googleapis.com/css?family=Meie+Script); #logo h1 a {font-family: 'Meie Script';}.cover h1 { text-shadow: #253E45 -1px 1px 0, #253E45 -2px 2px 0, #D45848 -3px 3px 0, #D45848 -4px 4px 0; }Paste to theme options > style > custom css:
.site-footer > .row {border-width: 0px;}Paste to theme options > style > custom css:
body {background-repeat: no-repeat;}Did you read the documentation?
I don’t think.
– Use localization method. Go to Documentation > Localization.
– Use Text widget for portfolio sidebar.
Change created date of a portfolio item.
Mehmet S.
Keymaster11 April 2013 at 03:01Posted in : Portfolio Items List in one column, not in gridProvide a screenshot.
There is no built-in option for that, but you can use custom css code to change a page’s bg color.
Paste to Theme Options > Style > Custom CSS:
.home .entry-title { display: none; }Paste to Theme Options > Style > Custom CSS:
blockquote:before { top: -0.2em; left: 50%; }Go to Theme Settings > Style > See Project Details Text.
Twitter widget is in the index.html file.
<!-- widget : twitter --> <aside class="widget widget-twitter"> <div id="twitter-list"> <ul id="twitter_update_list"></ul> </div> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline/envato.json?callback=twitterCallback2&count=1"></script> </aside> <!-- widget : twitter -->
Provide your url.
I’m working hard to complete the WordPress version of BookCard.
Here is you want:
#home { background: transparent; } #home .cover { background-image: url( "image-url-here" ); }Use the following css codes:
#home { background: transparent !important; } #home .cover { background: transparent !important; }– Select your icon name from the list. The icon list.
Example: I’ve selected icon-camera-retro from the list:
icon-camera-retro
– Switch the Text tab of the content editor,
– Use with a html code:
<i class="icon-camera-retro"></i>
Do you want to use them in the content editor inside a text?
– Create a new page and select Portfolio template for it from Page Attributes box,
– Add this page to your custom navigation menu,
– Add portfolio items with featured image and select a department for it while editing screen,
– Visit your portfolio page by clicking from menu,
– Your portfolio items will show up in the page with departments as filters.
Using Font Awesome
http://www.pixelwars.org/forums/topic/using-font-awesomeYou can change your logo by navigating to Theme Options > General.
Go to Theme Options > Style > Colors and Fonts > Customize > Fonts > Text Logo Font.
Go to Theme Settings > Home > Call To Action.
Create a portfolio page.