Forum Replies Created
list of topics you have created till now.
-
-
Where? In blog page or post single?
Ok.
Sorry try this:
– Go to Appearance > Editor > format-standard.php.
No panic. After each theme updating WordPress sets some settings to defaults without losing any content data.
– For your custom menu: Go to Appearance > Menus and re-select and save your created menu from Theme Locations box,
– For you text logo font: Go to Appearance > Customize and re-select and save your font.
Can you tell me the pinterest plugin name which provides a widget for you? I will check it.
Responsy HTML5 is a static html template. It is just a design without dynamic CMS. So the comment form doesn’t work. It works on WordPress version of Responsy.
– I don’t have a practice with the Discus but you can try to implement it. Check its API.
Thanks for the feedback. I will think about it.
– Go to Appearance > Editor > blog-masonry.php,
– Find the below lines:
<div class="featured-image"> <?php the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) ); ?> </div>
– Edit them like:
<div class="featured-image"> <a href="<?php the_permalink(); ?>"> <?php the_post_thumbnail( 'blog_feat_img', array( 'alt' => get_the_title(), 'title' => "" ) ); ?> </a> </div>
Go to Appearance > Editor > comments.php.
Use column shortcodes to restrict the slider width.
Example 1: Full width slider
[inline_slider autoplay="true"] [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]
Example 2: Half width slider
[column width="6"] [inline_slider autoplay="true"] [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]
Thank you, that worked.
Paste Theme Options > Style > Custom CSS:
.featured-image { overflow: hidden; max-height: 200px; }Paste to Theme Options > Style > Custom CSS:
#secondary { min-width: 300px; }Thanks.
The slider in that page is nivo slider. We used flex slider.
Can you provide a screenshot?
Yes, we have added.
Ask a question to your hosting company about server configuration is allowed for PHP mail sending.
Send me your login info. I will check.
It is weird. Deactivate all plugins and try to edit that page.
It is working fine on my side. Does AJAX functionality allowed on your server? You can ask that to your hosting company.
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 -->