DanaWC
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mantra] Primary Menu refuses over 90 itemsIt’s a widget called custom menu I think. ??
Forum: Themes and Templates
In reply to: [Mantra] Primary Menu refuses over 90 itemsNope. I added a plugin that let me add a side menu. Still not happy But I am stuck for now anyway.
90 seems to be the most you can have on the top menu.
Forum: Reviews
In reply to: [Vanilla PDF Embed] does not work with internet explorerYep but I have a bunch of scientists and physicists who love their long involved science pdfs.
Thank you for all your work. ??
Forum: Reviews
In reply to: [Vanilla PDF Embed] does not work with internet explorerAny way I can hire you to look at it? I’ve got a lot of people who are counting on me to get this right.. Can you email me at [email protected]. I have no email address for you.
Forum: Reviews
In reply to: [Vanilla PDF Embed] does not work with internet explorerYes it is. I am still trying to solve the issue. It’s showing on chrome but not on internet explorer. It is activated. I sent a screen shot.
Forum: Plugins
In reply to: [Vanilla PDF Embed] IE browser, menu cut offI can’t get a screen shot because s soon as I move the cursor the drop down menu disappears. I have tried. So sorry did this ever get resolved for the other people?
Forum: Plugins
In reply to: [Vanilla PDF Embed] IE browser, menu cut offI am having the same issue. Not with all browsers but with some. It can be seen on the site
experiencer.co (no m just co)
The PDFs show great but if they are at the top of the page then they cover the dropdown menu.
Any help would be great we are a non-profit and almost done with the site for the grand opening sept 1st.
Forum: Fixing WordPress
In reply to: Redirected site from instructions/no loginOh to clarify on the pictures. I had it set to download them on my database. NOT link them.
Forum: Fixing WordPress
In reply to: Redirected site from instructions/no loginI will explain what was wrong so others will know and I have one more question.
Ok I copied the missing files over to the correct place. I still could not login.
So I went to my backup files and used notepad++ (a must have free program) to compare the login files. Sure enough there was a difference in the lines of about 5 lines of script. So I copied and saved both files then deleted the file that was currently being used and put in the old file.
Presto I was in.
So last issue. I have somewhere lost the members pics. I know they are still stored on the test site files but it now directs to the new site.
Which files will contain the pics? I assume as long as I reload them and they are named the same it will just fix itself?
Forum: Fixing WordPress
In reply to: Redirected site from instructions/no loginOk, my hosting service got back with me. They said;
It looks like you don’t have any files in the admin folder:
https://UFOchick.com/wp-admin/These do appear on the practice site, but this is forwarding directly over to the address at UFOchick.com which doesn’t exist:
https://profile.mytwinflame.info/wp-admin/You are missing files for the WordPress installation on UFOchick.com
Soooooo…..What is the best way to re-load wordpress without losing data from the backend/hosting files?
Forum: Fixing WordPress
In reply to: Redirected site from instructions/no loginThe sites are both on one host. The database settings are the same. I have contacted my hosting company (bravenet) they are pretty good about helping, I’ve tried here and then posted on the manta theme forum.
So far nothing has helped. I guess the next move is to delete the theme and replace it with the original wordpress one and then see if I can log in, if so them reload mantra and redo all the settings and custom colors.
I’ve spent about 30 hours going through files and comparing can’t find any discrepancies between the backed up files and the current files so far.
The test site is profile.mytwinflame.info
The real site is UFOchick.com
Currently the site loads perfectly on both but I cannot log in as admin on either. The bottom tabs are for registered users only so you will get a message if not logged in. That part is not broken I don’t think I just can’t access it.
Thank you
Forum: Fixing WordPress
In reply to: Redirected site from instructions/no loginI can access all the files through the host. There has to be something broken.
This happened when I followed these instructions.
——————————————————————–
Edit functions.phpIf you have access to the site via FTP, then this method will help you quickly get a site back up and running, if you changed those values incorrectly.
1. FTP to the site, and get a copy of the active theme’s functions.php file. You’re going to edit it in a simple text editor (like notepad) and upload it back to the site.
2. Add these two lines to the file, immediately after the initial “<?php” line.
update_option(‘siteurl’,’https://example.com’);
update_option(‘home’,’https://example.com’);Use your own URL instead of example.com, obviously.
3. Upload the file back to your site, in the same location. FileZilla offers a handy “edit file” function to do all of the above rapidly; if you can use that, do so.
4. Load the login or admin page a couple of times. The site should come back up.
5. Repeat the above steps, but remove those lines. IMPORTANT: Do NOT leave those lines in there. Remove them immediately after the site is up and running again.
————————————————————–
After these instructions from www.ads-software.com the links were fixed but the login was broken.
Can you aim me at something in the theme file that would have been broken by doing this?
Forum: Fixing WordPress
In reply to: Redirected site from instructions/no loginThank you I will check the files shortly.
The site is loading perfectly. The message you got is correct because you have to be a registered member to access that part of my site.
The issue is just that I cannot login.
There is NO line like that in the HTaccess file. I copied mine above.
Forum: Fixing WordPress
In reply to: Redirected site from instructions/no loginOk changed the file name to plugins.hold. No change.
My htaccess file is the same as it always has been.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress