Forum Replies Created
list of topics you have created till now.
-
-
Hi, can you provide your url?
Mehmet S.
Keymaster19 January 2014 at 00:35Posted in : Adding an EXTRA colourful line on contact page?Hi, paste it to theme options > style > custom css.
Thanks
Hi, you can try Jetpack plugin to add this future to your wordpress.
Thanks
In which archives?
Ok. Good luck.
Sorry, I’m not exactly sure what you’re asking?
In this theme, there is no that shortcode you wrote above: [soundcloud]
Hi, use these in your custom css field on your theme options:
– for reducing:
.site-header hgroup { padding-top: 0px; padding-bottom: 0px; } .site-header hgroup h1 { margin-bottom: 0px; } .site-header hgroup .site-description { margin: 0px; } .site-header ul.social { margin-bottom: 1em; }– removing the category name:
body.category-speakers-program .page-header { display: none; }Note: Read read colored words from your url.
Here is my usage on the demo site.
See in the image:

Use that shortcode only for a portfolio item.
Try this:
[pf_lightbox_audio title="Soundcloud embed" url="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F207988&"]
Note: Select Lightbox Audio from the Details box.
Example:
– new page: BLOG
– domain: yoursite.com
– blog page: yoursite.com/blog
You are welcome.
Deactivate the ajax from your theme options > portfolio.
Please check the blog chapter in your theme’s documentation.
Use this in your custom css field on your theme options:
#text-4 a { color: #0986F8; } #text-4 a:hover { color: #FAA455; }You are welcome.
Hi, please update to the latest version. You can download it from ThemeForest.
Thanks
Hi, it is available. Here is the demo site: http://themes.pixelwars.org/impressivcard-wp/blog
Can you provide your url?
Can you provide your url?
Hi, it is in my to-do list. I have started, but not completed it yet. Thanks for your patience.
Hi, install the plugin.
Thanks
Hi, tags are archived. So you can access them via url.
Example: yoursite.com/tag/tagname
Yes, it is similar. I will improve the blog on future updates.
Mehmet S.
Keymaster14 January 2014 at 02:55Posted in : Cannot navigate within same portfolio departmentEdit:
previous_post_link( '<h4>' . __( 'PREVIOUS PROJECT', 'read' ) . '</h4>%link', '<span class="meta-nav">←</span> %title', true, ' ', 'department' );
next_post_link( '<h4>' . __( 'NEXT PROJECT', 'read' ) . '</h4>%link', '%title <span class="meta-nav">→</span>', true, ' ', 'department' );
Hi, find your location on the google maps, then use its embed code inside the [map] shortcode.
Example:
[map] <iframe src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=little+italy&aq=&sll=36.558188,-86.709595&sspn=3.878053,8.453979&vpsrc=0&ie=UTF8&hq=&hnear=Little+Italy,+New+York&t=m&ll=40.71916,-73.997297&spn=0.014702,0.054417&z=14&iwloc=A&output=embed" width="320" height="240"></iframe> [/map]Thanks
Hi, there is an image uploader inside wordpress. Go to your theme options page. Select image logo from logo type. Upload your image from image logo by clicking the browser button. A lightbox will open. Click insert into button of your image.
Thanks
This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.
There is a custom css field in WP.
Hi, you can use the [contact_form] shortcode to create a contact form.
[contact_form to="yourname@yourmail.com"]
Thanks
Can you post here an online sample or a screenshot?
Hi, use this custom css:
h1.site-title a { border-bottom: none; }Use theme customizer to change fonts. Appearance > Customize.
To left align:
.entry-meta { text-align: left; }– for the blog page:
body.blog .blog-posts .entry-title { text-align: left; }– for the post page:
body.single article .entry-header h1 { text-align: left; }You are welcome.
Hi, small size of the images are using. Check the end of the file url. (file name)
Currently:
http://jenniferbillock.com/new/wp-content/uploads/2014/01/292-262×300.jpg
Use this:
http://jenniferbillock.com/new/wp-content/uploads/2014/01/292.jpg
Hi, these are the default values. You can change them:
– for the blog page:
body.blog .blog-posts .entry-title { font-size: 1.9em; }– for the post page:
body.single article .entry-header h1 { font-size: 2.2em; }Change the numbers above.
Install it in the regular way.
– Appearance > Themes > Install Themes > Upload.
Mehmet S.
Keymaster12 January 2014 at 01:06Posted in : lightbox gallery not working right in portfolioCan you provide your url?
Hi, check the cover heading tune options in your theme options page.
Thanks
Hi, use these in your custom css field:
– for search result:
body.search article .entry-meta { display: none; }– for category archives:
body.category article .entry-meta, body.category article .featured-image, body.category article .entry-content { display: none; }– for tag archives:
body.tag article .entry-meta, body.tag article .featured-image, body.tag article .entry-content { display: none; }– for date archives:
body.date article .entry-meta, body.date article .featured-image, body.date article .entry-content { display: none; }– for format archives:
body.tax-post_format article .entry-meta, body.tax-post_format article .featured-image, body.tax-post_format article .entry-content { display: none; }You are welcome.
The excerpt option behavior in active and not:
Theme Options > Blog > Excerpt > No
The theme presses the full content of the posts. In this mode, the continue reading button appears if you add the more tag to the content editor.
Theme Options > Blog > Excerpt > Yes
The theme presses the excerpt of the posts and the continue reading button appears automatically. Because the excerpt function contains it.
I will try to do that. Thanks for the feedback.
Just tested. It plays.
See in the images:


Ok. Good luck.
Normally, in the blog page, the standard post format has the all meta info, but the other post formats only have two meta info. That option for them.