vilayati
Forum Replies Created
-
Forum: Plugins
In reply to: [Seraphinite Accelerator] Can you shift the banner a little below?What is there to give a code? Mine is a charitable website, I am providing service for $25. Just for shifting banner you ask for premium? So absurd
I AM NOT ASKING TO REMOVE BANNER, JUST SHIFTING BELOW.
- This reply was modified 2 months, 1 week ago by vilayati.
Forum: Plugins
In reply to: [Seraphinite Accelerator] Can you shift the banner a little below?Thanks. I don’t want to mess up in CSS. Can you give the code? I don’t use Blocks, using Disable Gutenberg plugin.
You wrote “Check if all tables are present in your local database.” That is a huge ask! It is not a Word document, something under MySQL. That’s the only task your plugin should be doing.
Verify Database Credentials: Ideally, these instructions should be published along with “Help”. Usually, these details are encrypted. In all the localhost installations, the wp-config never divulged these details (as often I forgot my login, and this file was of no use).
Database Import: How does one ensure that it was properly imported. My site had over 185 tables, how do I know which table has what?
Other plugins do give errors, but NONE asked me for these observations. This shows, perhaps, your plugin is half-baked.
My local server had almost exactly the similar configuration.
Other plugins asked for “Host login details” while logging into the transferred site, as the plugin noted down the same. It is surprising, I could not even use it as it threw an error.
Forum: Fixing WordPress
In reply to: Has WordPress banned use of ItalicsNot knowing where to define that <em> in CSS, I put this:
.tedha{
font-style: italic;
}
In text, instead of <em> I put <span class=”tedha”>text</span>
Yet the italics not appearing.
Now, how do I specify the font too? This is too dumb IMO. The text is appearing in Lora font, but marking in italics is not appearing.
Forum: Fixing WordPress
In reply to: Has WordPress banned use of ItalicsIn the theme options, I have assigned fonts to all, H1 to H6, Menu etc. Problem is only in Italics. Ok, I will try to use the <em> and see how it goes
Forum: Fixing WordPress
In reply to: Has WordPress banned use of ItalicsForum: Fixing WordPress
In reply to: Has WordPress banned use of ItalicsIf you don’t mind, can you give some hints, proper CSS for italics? (Sorry for the late reply)
Forum: Plugins
In reply to: [Backup Migration] Headers Already SentWhen I went inside the themes folder, my default theme was not there. Neither were there any pages or posts. I did remove the said theme, but then there was nothing inside.
I had chosen Full Backup, which is my default setting.
It is a weird question of yours “you had no themes installed earlier on the website.” What kind of a backup that would be?
Forum: Plugins
In reply to: [Backup Migration] Headers Already SentI tried using the latest plugin instead and this time the error was:
The theme directory “backup_migration_restoration_in_progress” does not exist.
I am totally frustrated
When I activated the theme, I find there is nothing inside the website, no plugins, no pages and no posts. There was a theme named “backup_migration_restoration_in_progress” was placed inside the themes folder.
Forum: Installing WordPress
In reply to: wp_cache_add( $user->user_nicename, $user->ID, ‘userslugs’ );Can you please inform what should be done? Currently am scared of using these two WP versions.
I downloaded the backup with 3 warnings. I installed new wordpress at localhost, uploaded the zip in Restore section, pressed “Start” and I saw all files expanding. After the process completed, it again asked me to press the “Start” button, nothing happened. Now immaterial whichever item from your LHS menu in the WP Toolbox, I hit, it downloaded an “admin.php”, now I have around 4-5 such files. There is something wrong I suppose. Even when I clicked to Download Log, same file appeared. (Why the end-result so different from what is shown in your help videos?)
[URL=https://imageshack.com/i/pnysPZeAj][IMG]https://imagizer.imageshack.com/v2/xq70/923/ysPZeA.jpg[/IMG][/URL]
(I did try that WordPress program you suggested, but it is so convoluted/complex, asking me to learn all new concepts, Linux and all. I thought it was a thorough thing in an .EXE file. Anyway, it is not for me, good for Technical peeps like you! The system was totally different as My Apache/Php were totally different and Nginx I never used.)
You have used so many names, BackWPuP, Prime Mover, it is confusing as to what I am using.
[Your instructions are also confusing. You ask “Go to?Prime Mover -> Advanced -> Advanced Settings Panel -> Debugging Tools ->?Download log?and click “Download log file“.” whereas a button needs to be pressed to “Enable Troubleshooting Log”, which you missed to inform. Now there is no log file there.
I usually avoid using Google Drive. I will try and inform you.
Thanks for the quick reply. Before using the above steps, I just want to inform, I installed the latest plugin. Secondly, I was amazed because as soon I hit “Run now”, the screen was complete blank, no verbose screen. This is odd, and I wanted to somehow kill the process. By chance I opened another page, where a listing was showing about the progress. I gave it around 3 hours, but it stopped at “Archiving using gZip”. Browsing the dashboard, I saw the completed message.
I will report back after going thru all the steps.
Using some plugins, I have managed the database size to around 45 Mb. However, despite cPanel clearance of “checking” and “Repairing”, I find backups not happening, every plugin still raise hands. How to find what is wrong? Any ideas will definitely be appreciated.
Thanks
Forum: Fixing WordPress
In reply to: Has WordPress banned use of ItalicsThanks.
But bold & Italics hardly occurs. I like the italics (plain) more. I did use <em>{font-style:lora-italic;} in Custom CSS in Customize section, but that too did not work, the text appeared slanted, that is my problem. I do not know how to overcome.