Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Remove Proudly Powered By WordPressRemove this Line code:
<?php printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?>Forum: Fixing WordPress
In reply to: Home page is running, but not the other pagesrun this one : http://yoursitename.com/wp-admin/options-permalink.php
or
wp-admin->setting->Permalinkselect “Post name” and save.
Forum: Fixing WordPress
In reply to: Home page is running, but not the other pages@jonhh,
Please check your .htaccess file.
Wp-login working? go and save again permalink setting.Forum: Fixing WordPress
In reply to: 404 error on loginU have using any security plugin for hide wordpress admin url.
Forum: Fixing WordPress
In reply to: Always a gap at the top of my blog page but not on any otherblog/wp-content/themes/twentysixteen/style.css
Line no 2733 remove background: inherit; or make ref css for this:body:not(.custom-background-image)::before, body:not(.custom-background-image)::after { background: inherit; content: ""; display: block; height: 21px; left: 0; position: fixed; width: 100%; z-index: 99; }Forum: Themes and Templates
In reply to: theme Huemanwp-content/themes/hueman/assets/front/css/main.min.css
find .col-3cm .main
Forum: Themes and Templates
In reply to: theme Hueman1) I need to change background color of right sidebar
change this css.col-3cm .main { background: rgba(0, 0, 0, 0) url("../img/sidebar/s-right-s2.png") repeat-y scroll right 0; }2) You may also like for need find this text on your theme files
Forum: Fixing WordPress
In reply to: Always a gap at the top of my blog page but not on any other@marleeloch,
Please remove
tag on blog page above this line then we check again.<br> <div id="header" class="container-fluid">Forum: Themes and Templates
In reply to: [Customizr] Slider Arrows don't appear on mobile@jbern85,
now on your slider on hover added “.tc-slid-hover” class then display arrows.so now mobile case “your slider work with touch” and if u need arrow on mobile so need make media Query with this css.
.tc-slider-controls { opacity: 1; transition: opacity 0.3s ease 0s; }Forum: Fixing WordPress
In reply to: Adding button to header@klejejs,
First of Link is not working on button so remove button.
and make<a href="//dynamic WordPress link here">Getting Started</a>Add css for display on slider.
.hero-section > a { background: #000 none repeat scroll 0 0; cursor: pointer; margin-left: 85%; margin-top: calc(-25%); padding: 0; position: absolute; z-index: 10000; }Forum: Plugins
In reply to: Meta Slider Dots problem@shivatazo,
Download & add jquery on your header.Thanks,
Ravi patelForum: Fixing WordPress
In reply to: Product image gallery remove the sliderIF possible to given your url where this issue arrived so we have review and try to get solution.
Thanks,
Ravi patelForum: Plugins
In reply to: Meta Slider Dots problemI have seen your source code there you have not define flexslider jquery so slider not working.
Thanks,
Ravi patelForum: Themes and Templates
In reply to: [Theme: Twenty Fourteen] Removing Slider Control Dots@ncwmark,
U have customize theme code and create plugin so without seen your site and slider information how we can get idea?Forum: Fixing WordPress
In reply to: Clicked "Save Draft", Asked to Login Again, Article GoneHave u check in revision post?
For Auto save post for define your time:
Add on config.phpdefine( 'AUTOSAVE_INTERVAL', 300 );
This will change it to every 5 minutes.In cased IF u have define this code auto post save not working.
define('WP_POST_REVISIONS', false );