lionking06
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Import nothing happensHello
I have just “submitted a request”
I hope this is resolved soon
I have provided the .wpress file path.
I have also provided username n pass for the new domain and old domainThanks
PLEASE HELP this is criticalHello
I would like to get some help.
1.
I have normal wordpress site with normal POST and Pages2.
My client suddenly requested to:
– membership form
– member registration
– member payment
– member content like sponsored whitepapers PDF download or email to them
– Text agreements PDF download or email to them
– Pics
– VideoSo basically I have just installed
– wooecommerece for free (do i have to pay for this plugin or buy on later stage, do i need this plugin ? )
– paid membership pro (this created my pages automatically) >> how do i integrate ccavenues
– I have created 2 member levels – 1 year and 1 year recurring
– I can mark the post categories for membersHow do i go about the whole scenario
>> memmber sign up >> member area (top menu appears when member is logged in, which will give access to all these extra new pages and posts)
>> member signup >> payments >> then only create a new user and pass once payment to indian bank is transfered successfully >Thanks alot
you can rite to me directly at
r. a. j. 9 . 8. 2 . >> gmail
without the dots and spacesThanks a lot
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Development Sub Domain to DomainHello
OK. Thank you.
1 more q.
What about downloading and uploading the images associated with the admin module… or the post and page . ?
The testimonials images etc. .?
How will they get associated in admin side.. ??/
Do i need to click anywhere
“download the images as attatchments ?
or something ?Thanks
Forum: Plugins
In reply to: [Strong Testimonials] Pagination in shortcodehi
I dont like the numbers as pagination.
i need to make “next” “back” as pagination
Please help
Just need next and back instead of numbers
Forum: Installing WordPress
In reply to: Not able to view index.php, jumps back to index.htmlSimply delete the .html file
This is solved – error was in Endwhile loop, since I had 2 the_Loop on the same page, one for main content and another for sidebar
Forum: Fixing WordPress
In reply to: cannot see new postIncase you solved this let me know please
Forum: Fixing WordPress
In reply to: cannot see new postThis is similar issue as mine.
You must be logged in on Wp-admin on IE and not FF
log in on your wp-admin on both browsers and you should be able to see them on bothbut now this means, you cant see the post on the blog if you are not logged in
so same issue with me- i dont see the new post of each category. read this
I upgraded to 2.6.1
But no changeI found a new twist to this
When I am logged in on the same browser, that i see the blog, I do see these missing posts.These post are public/open to all. but I only see them as logged in
Forum: Fixing WordPress
In reply to: How to centre image – been trying for 2.5 days :(Add these to css class
body and content or main or wrap whatever class/id is next after body tag
margin: 0 auto;
I have also tried /upgrade.php
Forum: Fixing WordPress
In reply to: No Visual Editing??/silly solution
– wp-admin
For old WP – click on “my profile” top right of your browser
– check if the ” Use the visual editor when writing” is checkedFor new WP – click on “users” tab
– click on “your profile”
– check if the “Visual Editor: Use the visual editor when writing” is checkedForum: Fixing WordPress
In reply to: How to centre image – been trying for 2.5 days :(Change from <img src=”https://www.url.net/images/468×60-2.gif” border=”0″ />
to
Solution 1:
<div align="center><img src="https://www.url.net/images/468x60-2.gif" border="0" /></div>
If you dont want too much GAP, above below the image. Control the gap by using solution 2
Solution 2:
<div class="myimage"><img src="https://www.url.net/images/468x60-2.gif" border="0" /></div>
And add this to CSS:
.myimage
{
text-align: center;
padding: 0px;
margin: 0px;
}Forum: Fixing WordPress
In reply to: No Visual Editing??/Tried enabling “java script” in browser?
Tried another browser?FireFox is always faster for Wp-Admin editor
Forum: Fixing WordPress
In reply to: CGI Error With Pages===
replace code in your wp-includes/wp-db.php with the code below…This fix is for 2.3 and 2.3.1
Feb 5, 2008
[moderated code placed at https://wordpress.pastebin.ca/893007 ]