virendra930
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change slider image size. Customizr themeI think its css issue you can add this css in your css
.carousel { line-height: 1; margin-bottom: 20px; margin-left: 133px; position: relative; width: 1000px; }
and it`ll look look this and looks better
Forum: Fixing WordPress
In reply to: Change slider image size. Customizr themeadd this css in your css which is (wp-content/themes/customizr/inc/css/orange.css)
.carousel-inner{text-align:center;} .carousel-image img{width:980px!important;height:350px!important;}
hope it`ll work for you and make sure to take backup before changes
Forum: Fixing WordPress
In reply to: Change slider image size. Customizr themeyour site is unaccessible here
Forum: Fixing WordPress
In reply to: How to move content from one website to anotheryou can export all your post and pages using tools setting and it`ll make a xml file and in other website u can import data with same tool option.
Forum: Fixing WordPress
In reply to: Fatal Error Message – Memory Issue – Can't access my wordpressyou can contact with your host server and they`ll resolve your problem.
Forum: Fixing WordPress
In reply to: Site not loadinghello nikki,
find this code in wp-config.php using FTP
define( 'WP_DEBUG', false );
and replace with this codedefine( 'WP_DEBUG', true );
and look its shows some error notification on site. ??
Forum: Fixing WordPress
In reply to: Help with Discover Themeyes it`ll also help you
Forum: Fixing WordPress
In reply to: How to amend the width of my text?you can do it with the help of css or share your website URL
Forum: Fixing WordPress
In reply to: Help with Discover Themehello madclaw,
for space between paragraph`s may be you used “Enter” key
once use ctrl+Enter key for new line hope it`ll show up
and use visual editor not text for itjust find a screenshort here
or can you also provide a screenshot of your media setting.
hello jonnyguitar,
once go to your wp-admin–> setting –> Media
where you find a path for uploading images just check there and click on checkbox which says “Organize my uploads into month- and year-based folders” and save it hope it`ll work for youForum: Your WordPress
In reply to: Review my websitebro its look awesome
Forum: Fixing WordPress
In reply to: Categories cannot be reachedcan you give a screen-short of your backend
Forum: Fixing WordPress
In reply to: Change ?page=2 to /page/2hello mariukas,
I found it on wordpress codex may be it`ll help you
Paged Navigation Doesn't Work Sometimes navigation to second (and subsequent) pages of posts does not work as expected. Your page may generate a link to a page with one of these URIs: https://www.example.com/page/2/ https://www.example.name/category/categoryname/page/2/ https://www.example/year/month/day/page/2/ https://www.example/year/month/page/2/ The result of clicking one of those links is that the page loads with all the surroundings (header, footer, sidebar), but instead of a page of posts, there is an error message: "Sorry, no posts match that criteria." This is due to a glitch in the .htaccess file that WordPress generates. To fix it, delete the contents of your .htaccess file and re-create it. In the Control Panel, go to Manage > Files (More Info on Editing Files) Click the link to your .htaccess file to edit its contents Copy the contents of the file and paste it to a text file in a text editor. This is a precaution in case your .htaccess file has manual entries for redirects, denials or other handy htaccess tricks Delete all contents from your .htaccess file and click the Update File button. In the Control Panel, go to Options > Permalinks. Click the Update Permalink Structure button to freshly generate new rewrite rules for your permalinks. Test the results using a link that had previously broken. Add any manual htaccess entries back in your file (Place manual htaccess entries before the # BEGIN WordPress or after # END WordPress lines.) You may also perform similar steps by deleting the .htaccess files from the server, creating a fresh empty .htaccess file, changing its permissions to 666, and then in Options > Permalinks generate a new set of htaccess rules by clicking the Update Permalinks Structure button.
you can find all info here
Forum: Fixing WordPress
In reply to: Categories cannot be reachedhello michealgs,
go to wp-admin>post>categories and in the top click on screen options where you find how much cat you want to display change 10 to 135 and may be it`ll shows all your categories…