Forum Replies Created
list of topics you have created till now.
-
-
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.
You can try Language Bar Flags plugin.
Just tested, working on my side.
Correct URL: //ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
Select latest posts option.
– The translation files are located in the languages folder under theme folder.
Copy your translation files ( .po and .mo ) from previous version of the theme.Mehmet S.
Keymaster24 August 2013 at 22:37Posted in : How not to lose paragraphs in block quote cssSorry, I’m not exactly sure what you’re asking?
.btn { color: #FFF; background: #333; }.site-footer > .row { max-width: 1080px; }This theme size is about 10MB. Some hosting limits the uploading to 8MB. You can contact your host to increase your limit or try FTP uploading.
Provide your url. I will think for a style.
Please check the inline slider shortcode in the documentation.
.main-navigation { margin-left: auto; margin-right: auto; max-width: 1080px; }Please read the updating instructions in the package.
This is just a static html template.
Can you provide your url?
Can you provide your url?
Please read the documentation.
Appearance > Editor > functions.php
find your words.
It is because the theme has masonry layout property for the portfolio page. You can define absolute image cropping values from theme settings or edit manually the js/main.js file:
– find layoutMode : ‘masonry’
– change to layoutMode : ‘fitRows’
Please wait a little more.