Ravikumar Patel
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Exclude] This was compitible with multi network site?Hello roman,
I have fix this one issue for Firefox lets see here :
Adding async: false, on $ajax() functions. but now work both browser and but crome display warning please test there.
Also i post my best idea for fix code but why my post is not release max 1 hours. please can u suggest to moderator?
Thanks,
Ravi patelForum: Plugins
In reply to: [Search Exclude] This was compitible with multi network site?Also searchFilter() function query issue for admin change code
!is_admin() not working change!is_admin() to !current_user_can( 'administrator' )Forum: Plugins
In reply to: [Search Exclude] Bulk search exclude doesn't workHow to fix this issue in firefox?
Forum: Plugins
In reply to: [WP-PageNavi] Warning: array_merge() issuesorry on line no 44.
$data = array_merge( $this->defaults, get_option( $this->key, array() ) );replace to in code
$data = array_merge( $this->defaults, (array)get_option( $this->key, array() ) );Thanks for plugin and reply.
Forum: Plugins
In reply to: [WP-PageNavi] Warning: array_merge() issueYes But. this one code issue.
network site setting exists serialized data but when on the sub site not work code for get and display after this code change getting auto data please correct code after test.
$data = array_merge( $this->defaults, (array)get_option( $this->key, array() ) );
replace to in code
$data = array_merge( $this->defaults, (array)get_option( $this->key, array() ) );
Thanks for plugin and reply.
Forum: Networking WordPress
In reply to: Required Theme option maker support with multisite networkOk thanks sir for your reply i have use another to this ACF options.
Forum: Fixing WordPress
In reply to: Permalink problems after automatic update? Only start page works…@hanshellman first of all when u have update wordpress version thats not affected to plugins and theme.
But your theme not support this version may be this one issue generate.
Please see the again back-end theme options also.
Forum: Fixing WordPress
In reply to: Image & Media not uploading after update to 4.2.3.hii @mendozaco:
I have get solution your path is not right.
Remove /app/ form image url.————————————-
When u have add on media there have upload fails so there have Maximum upload file size increase.
Add this code on .htaccess
php_value post_max_size 10M php_value upload_max_filesize 40M php_value memory_limit 500MAfter add on media i have add this image as thumbnails thats not work but use full image this was working nice.
Please try after upload full image path.
Forum: Fixing WordPress
In reply to: Permalink problems after automatic update? Only start page works…Can u define a more about for which version u have use before update.?
Forum: Plugins
In reply to: [Tonjoo Theme Options Maker] This one support on multisite?Warning: Invalid argument supplied for foreach() in /wp-content/plugins/tonjoo-theme-option-maker/hooks/tom-back-end.php on line 90 Warning: array_merge(): Argument #1 is not an array in /wp-content/plugins/tonjoo-theme-option-maker/hooks/tom-back-end.php on line 102 Warning: Invalid argument supplied for foreach() in /wp-content/plugins/tonjoo-theme-option-maker/hooks/tom-back-end.php on line 51 Warning: array_merge(): Argument #1 is not an array in /wp-content/plugins/tonjoo-theme-option-maker/hooks/tom-back-end.php on line 65 Warning: Cannot modify header information - headers already sent by (output started at/wp-content/plugins/tonjoo-theme-option-maker/hooks/tom-back-end.php:90) in /wp-includes/pluggable.php on line 1196Forum: Fixing WordPress
In reply to: Contact template pageU cann’t define which theme u have use.
See more setting for back end theme options or contact page.Forum: Fixing WordPress
In reply to: Change Name in Browser TabHii as par saying @creatrix U can find back end or seo plugin option setting.
IF u have check on time direct on header.php and that place have add just text format please remove this text. after backup header.php.
Forum: Fixing WordPress
In reply to: Navigation shows on home page, but not on other pages on same sitePlease check code on header and function.php any add condition for menu display.
Forum: Fixing WordPress
In reply to: My posts hit the spam queueHi ,i understand your rule for forum,
Now i have posted answers today so many time taken post release for publicly. please can u give me how much time taken for published.
Forum: Fixing WordPress
In reply to: Missing name of companyHii @kmtanzer
Your site name / description comes from Theme customization options wordpress site title and description.
Media and custom options for provide a screen short.
Or on your pages content is short so give #primary{min-height:450px} for easy to look good.
Thanks,
Ravi