Anass Rahou
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: htaccess placementHello there!
If you have any doubt about the placement of your .htaccess file, just access to your installation folder, delete the existent file of .htaccess and, from the dashboard, go to the Settings >> Permalinks page and hit the blue button to generate a new .htaccess file.
If you have any additional hacks that you need to add into that archive, just open it and past it there.
Forum: Fixing WordPress
In reply to: Change Homepage Layout to PostHello Sergey!
You can achieve this with several ways, with code or with a plugin.
The easiest one is to use a plugin that provides shortcodes that you can past directly on any WordPress page.
One of that plugins is Display Posts Shortcode. You can download it and create your custom shortcode.
If you need to achieve this with a code, please learn more about this right here.
https://premium.wpmudev.org/blog/how-to-make-a-wordpress-post-not-page-your-home-page/
Let me know if this solves your problem 🙂
Forum: Fixing WordPress
In reply to: Duplicated URLs in 404 errorHave you tried To flush your
mod_rewriterules from your WordPress dashboard?You can do it by re-saving (without any modifications) your settings to regenerate the rules from Settings >> Permalinks.
Forum: Networking WordPress
In reply to: Autosave – Not PublishingHello Alex!
Have you tried firstly to deactivate all your current plugins and try to update if this solves the issue?
Please let me know if this works for you. 🙂
Forum: Fixing WordPress
In reply to: Duplicated URLs in 404 errorHello John!
As you can see clearly, your domain name appears twice in the links you include.
Le me know please if you have followed the official WordPress guide during your migration that appears in the following link.
https://codex.wordpress.org/Moving_WordPress
Please let me know if any points that appear in the guide solves your problem.
Forum: Fixing WordPress
In reply to: Menu appears in reverse order, but navigates correctlyHello there!
Can you include a screenshot of the menu that you are talking about? This maybe will help to understand that’s wrong with your website.
Forum: Fixing WordPress
In reply to: Display Error with Converted/Custom ThemeHello there!
Is this your first time developing a WordPress theme?
Please make sure to follow the entire documentation of themes development in the official website right below.https://developer.wordpress.org/themes/getting-started/
If you can to include a screenshot of what excactly do you want to resolve it will be very helpful to understand the issue.
Forum: Localhost Installs
In reply to: Media Library not unattaching unused imagesI think this behavior will mean a one thing. Your images are still referenced in your website and indexed in your database, and for that reason, is not appearing as unattached media files.
I can suggests you to try a plugin called Image Cleanup.
What this plugin does is searching over your database to find if the images uploaded on your website posts and pages, and it finds that a specific image is not used by posts, scripts or backup restore meta data.
Please, I recommends you to create a full and complete backup of your website and database before using this plugin, to preserve the integrity of the website in case of finding any problem.
Here is, right above, the link of this plugin.
Please let me know if this solves your problem.
Forum: Fixing WordPress
In reply to: Is it possible to disable translate file to update automatically?You’re welcome!
Glad to help you @cheonmu 🙂Forum: Fixing WordPress
In reply to: installing old wordpress filesHello there!
The best and easy solution to restore your WordPress site from an old backup is to make a new and normal WordPress installation of the latest available.
Next, you need to copy the
wp-contentfolder from your backup and past it inside your local website root of that new installation, beside wp-admin andwp-includesfolders.Once finished this step, you pass to import your database sql file from your phpMyAdmin platfom. Your (zipped?) backup should include a SQL file that contains all your database content.
After that, make sure that your database name is the same on configuration file
wp-config.phpto connect your WordPress with the database correctly. You have to update too your database password if exists.The next and final step is to edit your admin password (if forgotten) directly from the database. At this point, theoretically at lest, all is done, and next you can access without problems to your website dashboard.
Please let me know if you have any inconvenient 🙂
Forum: Fixing WordPress
In reply to: WordPress Permissions Update ErrorHello there!
Have you tried firstly to deactivate all your current plugins and try to update if this solves the issue?
Please let me know if this works for you. 🙂
Forum: Fixing WordPress
In reply to: what’s the css code that make this effect on text while scrollingHello Abdallah!
here you can find a clear live example of how to make an opacity effect while scrolling down.
https://codepen.io/michaeldoyle/pen/Bhsif
This effect implies several agents that you must adapt in your website to get it.
That example will definitely helps you. 🙂
Forum: Fixing WordPress
In reply to: Editing Images on HomepageHello there!
I almost cetain that block is a grid from the Essential Grid plugin that your current theme includes by default.
You can discover more examples of presentations and styles from this plugin on his official website right here.
https://essential.themepunch.com/even-grid-jackson/
So, if you want to create something similar, you need to achieve it with that plugin from his dashboard on your website.
Forum: Localhost Installs
In reply to: Media Library not unattaching unused imagesAre you sure that those images are uploaded to the default media library folder, i mean the
uploadsfolder in your installation?Please make sure that those images you uploads using that plugin or another exist inside the main directory of your medias.
Forum: Fixing WordPress
In reply to: Can’t edit PHP files with built-in editorHi there!
First of all, i invite you to deactivate all your active plugin currently, and switch to a default WordPress theme like Twentysenventeen, then check if the editor is working normally now.
If so, then the problem is caused by a plugin that you have installed in your website, and you should activate them back one by one to detect which plugin is the responsible. The same thing you need to do with your theme.
Please let me know if any of these points solve your problem.