Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Centering social linksFor desktop
.container.container-header.header_v0 > div#righttopcolumn { float: none; margin: 0 auto; width: 15%; }Forum: Themes and Templates
In reply to: [Storefront] Removing header search bar from homepage onlyAdd condition for homepage
add_action( 'init', 'jk_remove_storefront_header_search' ); function jk_remove_storefront_header_search() { if ( is_front_page() ) { remove_action( 'storefront_header', 'storefront_product_search', 40 ); } }Forum: Fixing WordPress
In reply to: Centering social links@joshspires,
As per your code we can not get idea about how to manage this.
Please provide your site url.Please review this function and given me idea whats the actual use of :
template-tags.php line no 104add_filter('excerpt_more', 'heartworm_post_nav');This one affected when install plugin yoast-seo.
I have cacheup so many issue in theme please test whole theme.
Forum: Themes and Templates
In reply to: [Paraswift] responsive menu not working well.Hello team,
http://themes.intotheme.com/lite/paraswift/pages/
I have testing again on your demo but now issue exits for menu.
Now display well but all child menu open and + icon exits but not working click event on it.Forum: Fixing WordPress
In reply to: how to manage this shortcode function?shortcodeFname($atts, $content = null) { $content = "<b>".$content."</b>"; return do_shortcode( $content ); } add_shortcode('your_shortcodename', 'your_shortcodeFname');Forum: Fixing WordPress
In reply to: how to manage this shortcode function?This shortcode form “vbulletin” so we need to transfer in wordpress.
Forum: Fixing WordPress
In reply to: Stop auto adding br & p tag Pages and PostAdd this 2 Lines on your function.php
remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );Second ways get value using Like:
<?php echo wpautop(get_the_content()); ?>Forum: Networking WordPress
In reply to: How to manage wp_link_pages number to own custom url?@esmi,
@antonioandrade,
@macmanx,Please help for suggestion what’s we do for custom permalinks for pagination(dynamic as per define).
I have created title with 1,2,3 as per plugin but permalink issue in seo with pagination?
thanks.
Forum: Plugins
In reply to: [Contact Form 7] Spinning wheel too bigForum: Fixing WordPress
In reply to: Contact Form 7 Spinning Wheel / Arrows Too BigForum: Fixing WordPress
In reply to: How to make a WP_Query for a taxonomy?@succli. ok,that’s good. please close your question.
Forum: Fixing WordPress
In reply to: How to hide/delete post date?Please add your code after u have added comment.
There have need single line comment not comment whole function
Forum: Fixing WordPress
In reply to: Never buy a godaddy wp hosting…Second options for resolved.
temporary run maintenance file manually with your html code.Forum: Fixing WordPress
In reply to: How to make a WP_Query for a taxonomy?