Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Paying For Help@atrag, Please Define your bug hear, wardress supporter & moderator try to guide for solution.
As per forum rule anyone can’t contact personally.
Or
hear you can post your job for help from developer.- This reply was modified 8 years, 11 months ago by Ravikumar Patel.
Forum: Fixing WordPress
In reply to: strange white square on the frontpage.sk-cube-grid { display: none; }You’ll probably want to add that inside the “Additional CSS” section of the dashboard. It will be erased after you’ve added it into the theme or plugin files.
https://codex.wordpress.org/CSS#Custom_CSS_in_WordPressForum: Fixing WordPress
In reply to: Custom upload path breaks thumbnails@theko, In wordpress not exits this file: wp-contents.php but this code manage on wp-config.php. (i have text in wp48 working fine with thumbnail creation).
1) define(‘UPLOADS’, ‘arkiv’); Means your media directory created on root.
2) IF old images exits in “wp-content\uploads” copy and paste in your new directory so old images media not break in backend.
3) Check content in exits old images path.
- This reply was modified 8 years, 11 months ago by Ravikumar Patel.
Forum: Fixing WordPress
In reply to: WordPress plugin to follow Facebook personal account@elsoar, This one iframe code helpfully follow your Fb personal account.
And add your iframe code in popup content. use this Popup plugin.
- This reply was modified 8 years, 11 months ago by Ravikumar Patel.
Forum: Fixing WordPress
In reply to: Multiple Under Construction Pages@zanatos, Create private pages which not wants to display to user.
So only admin can access this pages and you can easy to manage your layouts.or using this code redirect on homepage or construction page.
add_action('wp','redirect_stuffs', 0); function redirect_stuffs(){ global $wpdb; if ($wpdb->last_result[0]->post_status == "private" && !is_admin() ): wp_redirect( home_url(), 301 ); exit(); endif; }- This reply was modified 8 years, 11 months ago by Ravikumar Patel.
Forum: Fixing WordPress
In reply to: Missing a temporary folder.Please follow this steps for define temp directory on your server.
OR
Contact to server provider for this issue.
- This reply was modified 8 years, 11 months ago by Ravikumar Patel.
Forum: Fixing WordPress
In reply to: Move to higher level failed@gercos, Without move all files this one possible to run site with main url.
Must change (WordPress address) siteurl with your sub directory url. (http://example.com/wordpress)
Just move 2 files in root:
1) .htaccess (Please remove if sub directory path exits on RewriteBase /wordpress/)
2) index.php (/wp-blog-header.php to /wordpress/wp-blog-header.php)Please change if not work then post your .htaccess code.
- This reply was modified 8 years, 11 months ago by Ravikumar Patel.
- This reply was modified 8 years, 11 months ago by Ravikumar Patel.
Forum: Fixing WordPress
In reply to: Help finding a plugin@jrod236, Review this html code & generate your html with related class.
Forum: Fixing WordPress
In reply to: There is no user registered with that email address.@amirhad, Please check table “wp_users” and check your email address exist or not.
Forum: Fixing WordPress
In reply to: wp-admin 404 not found@ashwita, you have not define your wordpress version.
IF you have using wordpress.com blog then you have wrong place on added question.Forum: Fixing WordPress
In reply to: Help with plugin?Please manage with css.
you can manage css in your theme css or change here – plugins/sticky-side-buttons/assets/css/ssb-ui-style.css#ssb-container ul li i{ font-size:20px; // add your font size for icon } #ssb-container ul li a{ font-size:16px; // add your font size for test margin-right:-25px; // increase or reduce margin as per your icons display. }- This reply was modified 8 years, 11 months ago by Ravikumar Patel.
i have using wordpress 4.7 version.
I have using latest version 3.2.6
Forum: Fixing WordPress
In reply to: Blog posts won’t show up in GooglePlease first check robot.txt or any (wp-admin ->setting ->reading (Search Engine Visibility ))setting affected for crowing or not.
For seo use this plugin : Yoast Seo
Forum: Fixing WordPress
In reply to: Image errorThis error arrived because of your server disk quote full or limit arrived with your site.
Please remove unwanted zip or contact server provider.