Forum Replies Created
list of topics you have created till now.
-
-
How did you solve it?
For portfolio: Use this in the custom css field:
.portfolio-single { max-width: 780px; }For footer: Use this in the custom css field:
footer { text-align: center; }Hi,
Set the latest post option from the reading options then go to theme options and select blog with sidebar.
Thanks
I’m planning to solve twitter in this month.
Can you provide your url?
Hi,
I will check this soon.
Thanks
Hi,
– Download that zip file,
– Unzip it,
– Open the font-awesome folder,
– Open the font folder,
– You will see 5 files,
– Copy all of them,
– Go to theme folder,
– Open css/fonts/FontAwesome/
– Replace.
Thanks
Thanks Romain.
1 – Use in the Custom CSS field:
-webkit-box-shadow: 0 0 10px #555; -ms-box-shadow: 0 0 10px #555; -o-box-shadow: 0 0 10px #555; box-shadow: 0 0 10px #555;
2 – Which one?
3 – So what about the email links in the middle page?
h1 b { color: #0000FF; }What did you find in the package which you downloaded from Font Awesome?
It is weird. Please deactivate your plugins and try again.
Thanks
Please update the theme to the latest version and try again.
Thanks
Please check your slugs in your menu and the title input in the widgets. They must be same.
Thanks
Please check your homepage widgets.
Please use embed code.
You can use the column shortcode.
Download the latest version and replace.
Mehmet S.
Keymaster1 September 2013 at 01:24Posted in : How to remove loading icon from contact pageSorry, I don’t know.
h2 a { color: #0000FF; }Please go to Documentation > Multiple Portfolios.
Then set the permalinks settings to post name option.
.loader { display: none !important; }Try this:
// contactForm.find('.submit-area').addClass('loading');Clear the cache.
Open send-mail.js file,
Add the following line after the loading line:
add this:
hideLoader();
Like this:
contactForm.find('.submit-area').addClass('loading'); hideLoader();Add the following line to the end of the main.css file:
.loader { display: none; }It wants to be placed in same server. But you can hide it via css:
display: none;
Remove the line from header.php file:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
In the blog page or post single viewing?
Sorry, this is Read WP forum. You have impressivCard WP theme. Please jump into the right forum: http://www.pixelwars.org/forums/forum/wordpress-themes/impressivcard-wp
Don’t use iframe code. Only copy the url.
Please update to the latest version and try again.
Can you provide your url?
@skibinskiy: Thanks.
@Sedoy: Is it ok now?
Are they image?
Yes it can:
::selection { color: #333333; background: #ffff99; } ::-moz-selection { color: #333333; background: #ffff99; }– Use “Homepage” template.
– Services are shortcode.
– Use homepage widgets to show content ( http://www.pixelwars.org/forums/topic/how-to-create-homepage )
It is weird. Try to deactivate your plugins.
What do you mean by saying Google Fonts widget?
Try Sender Domain technique http://wiki.dreamhost.com/Sender_Domain_Policy_and_Spoofing
Tested the latest version on my test platform. There is a problem on your site. Try to deactivate your plugins.
Thanks for the sharing.
You mean a lightbox viewing?
– Go to your FTP,
– Find the path: …/wp-content/themes/bookcard/languages
You are using archive template.
Mehmet S.
Keymaster26 August 2013 at 05:23Posted in : How not to lose paragraphs in block quote cssCustom CSS:
blockquote p { margin-bottom: 1.2em; }#nav li a { color: white; background-color: red; } #nav li a:hover { background-color: darkred; }

Sorry, I’m not exactly sure what you’re asking?
I will try to fix it. Thanks for the feedback.