Forum Replies Created
list of topics you have created till now.
-
-
Can you provide a screenshot?
Paste to Theme Options > Style > Custom CSS:
#supplementary { background-image: url( "image-url-here" ); }Paste to Theme Options > Style > Custom CSS:
blockquote { margin-top: 0px; padding-top: 0px; }Paste to Theme Options > Style > Custom CSS:
blockquote { margin-bottom: 0px; padding-bottom: 0px; }Use “Recent Posts” widget.
Use embed url.
Are you talking about featured image?
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.
Paste to Theme Options > Style > Custom CSS:
.site-title { margin-bottom: 0px; } .site-header hgroup { padding-bottom: 0px; } h1.site-title a { border-bottom: 0px; } .site-description { margin-top: 0px; margin-bottom: 0px; } .site-header { padding-bottom: 0px; }Can you provide a screenshot of Departments page under Portfolio in your admin?
Can you provide a screenshot?
Go to Documentation > Shortcodes.
1-) ???
2-) Paste to Theme Options > Style > Custom CSS:
h1.site-title a { border-bottom: 0px; }3-) Paste to Theme Options > Style > Custom CSS:
.page-template-page-full-width-php .entry-content { max-width: 100%; }Upload your image to any image uploading site and paste its direct url here.
Paste to Theme Options > Style > Custom CSS:
.featured-image { display: none; }Paste Theme Options > Style > Custom CSS:
.site-header { padding-bottom: 0px; } .site-header hgroup { padding-top: 0px; padding-bottom: 0px; } .site-title { margin-bottom: 0px; }body { background-image: url( "image-url-here" ); }1-) Use Bootstrap grid system.
2-) Which comments?
Can you provide a screenshot?
Paste to Theme Settings > Style > External JS:
<script> jQuery(document).ready(function($) { if ( $( 'div' ).hasClass( 'small-slider-cta-wrap' ) ) { $( '.page-header' ).hide(); $( '#sidebar .search-widget' ).hide(); } }); </script>It is weird. Can you provide screenshots?
Go to Appearance > Editor > format-standard.php
– remove the line:
<?php echo __( 'on', 'read' ); ?> <a href="<?php the_permalink(); ?>" title="<?php the_time(); ?>" rel="bookmark"><time class="entry-date" datetime="2012-11-09T23:15:57+00:00"><?php echo get_the_date(); ?></time></a>
Paste to Theme Options > Style > Custom CSS:
.blog-posts .entry-title { font-size: 1.5em; }Paste to Theme Options > Style > Custom CSS:
.main-navigation ul .current-menu-item > a { color: green; }– Thanks for the feedback.
Don’t click the “Compatibility View” button of IE 9 when you visited your site. That button switches IE 9 to IE 7.

Ok, thanks for the feedback.
Set featured image for portfolio items.
Paste to Theme Settings > Style > Custom CSS:
.page-header { display: none; } #sidebar .search-widget { display: none; }Go to Appearance > Editor > page-gallery.php
– Remove the lines:
<div class="mask"> <div class="portfolio-info"> <h3><?php the_title(); ?></h3> <?php $gl_short_description = stripcslashes( get_option( $post->ID . 'gl_short_description' ) ); ?> <p class="category"><?php echo $gl_short_description; ?></p> </div> <a href="<?php the_permalink(); ?>"></a> </div> <!-- end .mask -->
Paste to Theme Options > Style > Custom CSS:
.site-title { margin-bottom: 0px; } .site-description { margin: 0px; }I will release an update if find a solution.
Paste to Theme Settings > Style > External JS:
<script> jQuery(document).ready(function($) { if ( $( 'section' ).hasClass( 'template-name-homepage-with-slider' ) ) { $( '#logo p' ).hide(); } }); </script>– Edit the above border code:
.site-title a { border-bottom: 0px !important; }Mehmet S.
Keymaster30 April 2013 at 00:01Posted in : Change default category selection in PortfolioCheck the Isotope documentation.
http://isotope.metafizzy.coPaste to Theme Options > Style > Custom CSS:
.site-header hgroup { padding-bottom: 0px; } .site-title { margin-bottom: 0px; } .site-title a { border-bottom: 0px; } .site-description { display: none; }I don’t understand.
Paste to Theme Options > Style > Custom CSS:
.blog-masonry .page-header { width: 100%; }Uncheck “Allow comments” from “Quick Edit” menu.
Paste to Theme Options > Style > Custom CSS:
blockquote p { margin-bottom: 15px; }Paste to Theme Options > Style > Custom CSS:
.blog-masonry .entry-meta { display: block; }Set to 4:
width="4"
I don’t understand.
Paste to Theme Settings > Style > Custom CSS:
#logo p { display: none; }Use column shortcodes.
– Do not edit send-mail.php file.
– Edit below line in index.html file:
<input type="hidden" id="to" name="to" value="***@gmail.com">
I think you don’t have any experience of using WordPress.
– Publish all the items and pages :)
Only use numbers for “width” parameter:
[row] [column width="6"]Put your content here.[/column] [column width="6"]555Put your content here.[/column] [/row]
Go to Settings > Permalinks:
– “Post name” option should be selected to work the theme properly.