Rabeah Abbas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can’t access wp-admin, and my home page shows an error.There is a problem with your Contact Form 7 plugin. The first step I would take is to disable the plugins on your site to regain access to your dashboard.
Since you can not log in to the WP Admin dashboard, you will need to access the files via FTP or through your hosting control panel.
Once you have access to your site files, navigate to your
wp-contentfolder. You will see a subfolder namedplugins. Simply rename the folder namedpluginstoplugins.old. After you rename the folder, try logging into your Wp Admin dashboard again. Be sure to change the name of the folder back topluginswhen completed.Let us know if you are able to log in after following the steps above.
- This reply was modified 4 years, 4 months ago by Rabeah Abbas.
Forum: Fixing WordPress
In reply to: amazon styled image galleryFilmstrip Gallery in NextGEN Gallery might be what you are looking for.
You can preview the feature on their site
Forum: Fixing WordPress
In reply to: Unable to create directory for media uploadsJust to double check, were you able to try the solution in the article titled “Method 2 β Changing Folder Permissions”?
Connect to your account via an FTP client or file manager.
Go to the WordPress installation directory β commonly in /public_html.
Open the wp-content folder and right-click on the uploads folder.
Click on File Permissions. A new dialogue box will pop up. Look for the Numeric Value field and enter 755.
Scroll down and make sure the Recurse into subdirectories box is checked.
Select Apply to directories only and click OK.`
- This reply was modified 4 years, 4 months ago by Rabeah Abbas.
Forum: Fixing WordPress
In reply to: Unable to change browser tab title for specific pageI see you are using Rank Math. They have options where you can update the page title along with other important SEO metadata.
Step by step instructions can be found on their website here.
Forum: Fixing WordPress
In reply to: Facebook Pixel Sometimes “Double Counting” EventsHello –
Sorry about the trouble you are running into with Facebook Pixel.
To help get going in the right direction, would you mind telling me how you install the code onto your site? (Specific plugin, functions.php, etc.)
Forum: Fixing WordPress
In reply to: Media Library and blog posts image doesn’tloads.Hello Nim –
Does the problem only apply to the thumbnail? For example, if you added the image to a post or page, does it display?
Hello!
I took a look at your website and the icons you mentioned all seem to be loading correctly for me in Safari, Chrome, and Firefox.
I have a feeling you are right in thinking caching may be the cause of the problem.
I would first try clearing your browser’s cache and then opening the site in a private/incognito window.
Forum: Fixing WordPress
In reply to: How to add second site to WordPressHello helenalena!
Migrating from Wix to WordPress can certainly be done π It’s a bit of a lengthy process, but there is a ton of good documentation on how to make the transition happen.
WP-Beginner has a great step by step guide on this
As far as managing two sites from one location, you can certainly do that as well!
MainWP Provides a free plugin that lets you manage most aspects of multiple WordPress sites from a single dashboard.
I know it can be a bit daunting at first, but if you have any hiccups along the way, we can help!
Forum: Fixing WordPress
In reply to: Custom links created under Menus does not print in navigation barWhen you registered the nav, what name did you give it?
Forum: Fixing WordPress
In reply to: Receive HTTP error when trying to upload plugin from zip fileOf course!
Thanks for looking into that π
FTP access will allow us to modify our wp-config.php file.
First of all you need to check why this error is occurring, there are many reasons due to which Internal Server Error 500 can occur, like:
– Incorrectly configured .htaccess file
– PHP memory limit
– Plugins issueTo find the cause of this error open
wp-config.phpin the root directory and finddefine('WP_DEBUG', false);Comment it using // at the start, then paste the following code
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0);This will start outputting errors to a file in wp-content folder called error.log
Forum: Fixing WordPress
In reply to: Receive HTTP error when trying to upload plugin from zip fileHello! Sorry that you are running into this issue. There are a few things to try in order to solve this. Quick questions before I offer some solutions:
1. Do you have FTP Access?
2. Are all of your plugins and themes up to date?Forum: Fixing WordPress
In reply to: Site down after updates startedLikely an issue with one of your plugins. Do you have FTP access? If so, my first step would be to disable all your plugins via FTP.
This can be done easily done by doing the following:
– Connect To Your Site Via FTP
– navigate to your wp-content folder
– locate your /plugins folder, rename it to old_plugins
– go back to the browser and try pulling up your site.If your site loads up, then you know the problem is one of the plugins that you have installed and you have to find out which one is the culprit.
The culprit can be found following similar steps that I listed above.
– Browse into the plugins folder (make sure you rename it back to ‘plugins’)
– Find the folder for the plugin you want to deactivate
– Right-click on the folder and rename it to something like plugin-name_oldForum: Fixing WordPress
In reply to: Title and tag line not fitting mobile devisesAssuming this is for the main title that reads “COOLANGATTA PHYSIOTHERAPY”, we can add some custom CSS to get a more desirable look.
Include this in your custom css:
@media (max-width: 768px) { .site-title { font-size: 30px; } body { word-break: inherit !important; } }Try that and let us know how it goes
Forum: Fixing WordPress
In reply to: changes in mobile affect the desktopGood morning!
Okay so it’s Elementor that we’re having trouble with then π
They have great documentation on exactly how the mobile editing side of their plugin works, have you read that?
View Elementor Mobile Editing Documents
If that doesnt provide the direction you need, Try posting your question over in
Forum: Fixing WordPress
In reply to: changes in mobile affect the desktopbottom leftof the screen it says βresponsive modeβ
Are you “Editing with Elementor” when viewing that?
Sorry for the questions, we need as many specifics as possible π