Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unresponsive on mobile@gnp3008,
I have check on browser responsive layout working well team page.
If u have face issue just add screen so we have get idea for this.thanks,
RavipatelForum: Fixing WordPress
In reply to: WordPress site admin and installation brokenu have restore both code & database?
so check config.php & .htaccess file for this.Thanks,
Ravi patelForum: Fixing WordPress
In reply to: alert on some post enter or byeFirst of all u have not define which plugin u have use.
And this suggestion say also plugin developer because this one customization required in code.Thanks
Forum: Fixing WordPress
In reply to: too many connections from same IP@trouille2
Generate separate issue on forum.@originalstormcrow
Are u using any kind of security plugin ?Thanks
Forum: Fixing WordPress
In reply to: Menu order on query on two post types@matt :
for post listing use order by as “posttype”.
change your argument in
'orderby' => 'menu_order',to
'orderby' =>'type menu_order'– Order by post type (available since Version 4.0).
Now display matched post first based on menu order also.
Forum: Fixing WordPress
In reply to: Problem with Upload Images (wp 4.4)@danilop83,
I think there have jquery issue for not selection file. so please check any jquery issue exits or not?U have getting any response like
http://postimg.org/image/w84iq9to1/
thanks
Forum: Fixing WordPress
In reply to: Making header bigger@writeonsister,
Before logo text increase change this structure for header.apply col-md-3 for logo and menu for col-md-9.
change style.css line no 603 .menu-brand .menu-brand-marker h1{ font-size :30px; }Thanks,
Ravi patelForum: Fixing WordPress
In reply to: Problem with ContactForm7@kate.Novitzky,
First of check message field on contact form 7 field value exits or not.
For more info to provide with add screen for setting.Thanks,
Ravi patelForum: Fixing WordPress
In reply to: Full width featured image on Twenty Sixteen@12ax7,
Possible to add site url or demo we can see & get idea.Thanks
Forum: Fixing WordPress
In reply to: Pagination on static home page not workingPagination Note: Use get_query_var(‘page’); if you want your query to work in a Page template that you’ve set as your static front page. The query variable ‘page’ also holds the pagenumber for a single paginated Post or Page that includes the
<!–nextpage–> Quicktag in the post content.Display posts from current page on a static front page so use this one:
$paged = ( get_query_var('page') ) ? get_query_var('page') : 1; $query = new WP_Query( array( 'paged' => $paged ) );After while look complete add wp_query_rest() also.
Forum: Fixing WordPress
In reply to: Widget help date displaying in wrong placeU have generate multiple post so please review and close on off.
Forum: Fixing WordPress
In reply to: Warning: require_oncetip 1) Please check directory for file exist or not. Or add using ftp for this location.
tip 2) before require_once() function add “@” like @require_once() so remove warning on site.
Thanks,
Ravi patelForum: Fixing WordPress
In reply to: database problemThis one issue about hosting database connection.
Forum: Fixing WordPress
In reply to: HTTP error when trying to upload pictureForum: Fixing WordPress
In reply to: How to stop Getting 404 errors from "mraid.js"See https://wordpress.org/support/topic/missing-mraidjs-errors?replies=9 for more info with same issue solution