ttse
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Cannot Delete EntriesOpen up the event and hit F11 key and it will show the delete event option on the bottom left of the event pop up
Forum: Fixing WordPress
In reply to: Entire Column Missing From Admin, Edit PageDisabling and then re-enabling the plug-in worked for me and also remember to double click or click on the attributes heading bar. There’s a dropdown feature that will enable you to see the attributes. I didn’t notice it at first but if you click on the header bar this will also make your attribute options appear. Hope this helps.
Issue has been resolved!
Here’s what you will need to do. your files are currently all located in www/wordpress
Take all the files inside of wordpress folder and put them in the www file folder. All the files should now reside in the www folder and not in the www/wordpress folder
Next step is to change your configuration in www.remarpro.com setting and general, so log back into www.remarpro.com by typing in the following into your browser https://127.0.0.1/wp-login.php this is your new login address since you move all your files to this folder
Next step is to change the WordPress address (URL) and Site address (URL)to your machines ip address. This can be accomplished by typing in cmd in the command window (MS flag and R at the same time) of your computer. type ip config/all look for the line showing ip address and enter it as you see it but remember to type in https://xxx.xx.x.xx substitude the xs with your up info.
To make this work on all computers, you will need to also change a system32 file for each computer. For example, this is an intranet and you just want everyone to type in index in their browswer and it will automatically direct them to your intranet page…well here’s how to do it.
C:\WINDOWS\system32\drivers\etc
hosts file is the one you want to edit
You will see:127.0.0.1 localhost
Add this line
172.16.2.13 index
Restart your easyphp and type in index in a browser and you will be redirected to the intranet and it will have the full theme, links and format. Only issue that I have outstanding now is the calendar on the second level of my page is not functioning on my remote workstations but works perfectly on mind local station.
Remember the C:\WINDOWS\system32\drivers\etc hosts file must be modified on each workstation before they can access the intranet otherwise they’ll be seeing the directory and an ugly no theme site with bad formatting and bad links!
Forum: Fixing WordPress
In reply to: Using WP On a Local Intranethypnotiza – First, you need to get back into your mysql database and edit wp_options and modify site URL to reflect back to what it was before. I am using easyphp and my default url is https://127.0.0.1/wordpress (To get into the database I right click on easyphp and select Administration from the taskbar notification area)
This link should allow you to log back into the console:
https://127.0.0.1/wordpress/wp-login.phpOnce in the console go all the way down to settings and general and make sure both WordPress address (URL) and Site address (URL) are set to
https://127.0.0.1/wordpressThis will restore everything back to the way it was.