Forum Replies Created
list of topics you have created till now.
-
-
Make sure you did it correctly.
Contact me http://www.pixelwars.org/contact/
Copy media box code with its container.
Create a new page and select Portfolio template for it and add portfolio items.
Search a plugin for it at http://wordpress.org/extend/plugins
Which options did you change?
– Change widget order.
– Select Lightbox portfolio item type.
Paste to Theme Settings > Style > Custom CSS:
#twitter-list ul li span { background: grey; }– Use services shortcodes.
– Add new slides.
weird
Paste to Theme Options > Style > Custom CSS.
Because this theme is a one page design except portfolio items. A portfolio item has a certain full url.
Example:
[column width="12"] [row] [column width="3"] Put your content here. [/column] [column width="3"] Put your content here. [/column] [column width="3"] Put your content here. [/column] [column width="3"] Put your content here. [/column] [/row] [/column]
Paste to Theme Options > Style > Custom CSS:
h1.site-title img { max-height: 100%; }That separated:
– see project,
– details.
Use inline slider shortcode in a column shortcode.
Example:
[column width="6"] [inline_slider] [slide alt="" src=""]Put you slide title here.[/slide] [slide alt="" src=""]Put you slide title here.[/slide] [slide alt="" src=""]Put you slide title here.[/slide] [/inline_slider] [/column]
width=”” … 1..12
offset=”” … 1..12 or do not use
See the post:
How To Create Homepage?
http://www.pixelwars.org/forums/topic/how-to-create-homepageUse column shortcode at the bottom in every page.
Example:
[column width="12"]Copyright © 2013 My Name. All Rights Reserved.[/column]
Move them into paragraphs.
Click the Quick Edit link of a page and uncheck comment option.
I understand what are you talking about. In HTML templates, the URLs makes relative ( dynamic ). But WordPress makes full url ( static ) and saves them to database.
This is WordPress. So it works on the original installation on domains. Redirect your other domains to original domain.
Two weeks.
Good idea, I will add on next update.
Paste to Theme Options > Style > Custom CSS:
#portfolio-items .mask a { background: transparent;}Tested now, they are both working.
Try:
– Delete the theme from Appearance > Themes and re-install it.
Download a fresh copy at http://themeforest.net/item/impressivcard-wp-responsive-html5-vcard/3347567
Check out the Self-Hosted Video section in the documentation.
Paste to Theme Options > Style > Custom CSS:
.site-header { padding-bottom: 1em; }Use Custom CSS or External CSS boxes under Style tab of the Theme Options to override.
Akismet plugin: http://wordpress.org/extend/plugins/akismet
Sub-departments works like parent departments in this theme.
Not yet. But I will do it soon.
I have tested. Use like this:
[column width="12"] [hero_unit hero_title="Title" hero_button_type="btn-warning" hero_button_title="Button" hero_button_link="http://www.mysite.com"]Put your content here.[/hero_unit] [/column]
Some of your menu links are not same your pages slug. They both must be same.
Your menu links:
#/resume #/contact #/about-me
Your pages slug:
about-me resume-2 portfolio contact-2
We have improved the theme. There is an option to hide a post title in the new version. We are so close to release the update. Thanks for your patience.
Correct way is:
/wp-content/themes/impressivcard-v2-0-4/languages/
pt_BR.po
pt_BR.mo
Use Codestyling Localization plugin to do it easily.
Documentation updated in new version.
Download the new version at http://themeforest.net/item/impressivcard-wp-responsive-html5-vcard/3347567
Open the documentation and read the localization section.
Unzip the package and find the theme under Theme folder.
Please see:
There are four column widget locations in the footer. You can use “Custom Menu” widget to add one of your custom menus to the footer. Also “Copyright Text” box supports html.
Please create a new topic for your other request.
Did you update the theme to the latest version?
http://themeforest.net/item/responsy-wp-responsive-html5-portfolio/2290361
There is a solution in the post below for you if you want to make it possible manually at this time.
http://www.pixelwars.org/forums/topic/not-showing-preview-image-on-category-page/#post-3678
The usual way doesn’t work on your side, it is weird, but the alternative way you found works fine, so there is no problem. Good luck.
Twitter changed its file url address.
– old:
<script src="http://api.twitter.com/javascripts/blogger.js"</script>
– new:
<script src="http://twitter.com/javascripts/blogger.js"</script>
Good luck.
We will improve the theme to add unlimited images in future updates.
At this time, you can add more images from content editor by clicking the Add Media button above the editor.