Forum Replies Created
list of topics you have created till now.
-
-
– 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.
Read the documentation.
We are both talking about the same thing, but Responsy WP theme hasn’t got post formats in design.
I will release an update if find a solution.
I think you are talking about the post formats (aside, chat etc.)
Save changes after editing.
Maybe it can be done in similar way.
Did you select a department for a portfolio item?
– Documentation updated in v1.1,
– Download the package and read the Portfolio section.
@webcoag: I have no idea.
Modify php files.
Don’t use full url for your custom menu.
Check your widget location.
This is normal.
Yes, you do.
See the post: http://www.pixelwars.org/forums/topic/custom-css
Will submit today.
Ok, understand, add your featured images for YARPP and add a code to hide them in the blog page.
– Paste to Theme Options > Style > Custom CSS:
.featured-image { display: none; }If you don’t want the Featured image to display in the blog page, don’t add featured image to posts.
I’ve checked now the settings page and it calls Thumbnails under YARPP plugin. But not tested.
– Change top value (50) for vertical position:
a.rm-button-open { top: 50%; }– Select your font from Google Web Fonts,
– Add it to head section of your index.html file,
– And change the title font from main.css in line 418:
.cover h1 { display: block; width: 100%; margin: 0 auto; padding: .5em 0 .1em 0; text-align: center; color: #fff; line-height: 1; letter-spacing: 1px; font-size: 62px; font-family: 'Alfa Slab One'; text-shadow: 8px 7px 0px rgba(0, 0, 0, 0.1); }– In that line, change the font-family:
.cover h1 { font-family: 'Alfa Slab One'; }Try background-size property.
Select featured image option in the YARPP settings page.
Try to re-install the theme.
What do you mean about Read WP?
Catch every internal page with its id in CSS.
#resume { background-image: url( "put-your-image-url-here" ); } #portfolio { background-image: url( "put-your-image-url-here" ); } #contact { background-image: url( "put-your-image-url-here" ); }Send your info to me: