ibadrehman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t Login Wp-AdminHi,
What is happening when you are trying to access wp-admin page via URL? Are you able to login or at lease able to see the login page? What error message do you see when you login? Did you try contacting your host and register the complaint?
Where can I find Tools page in my WooCommerce settings? My current version is 3.3.1
Thanks
Hi @ostonegi,
Under my WordPress dashboard inside my Stripe settings I do have a field for Statement Descriptor but its empty and when I tried to fill it with some statement its breaking even more. Can you please guide me further?
Thank you for getting back to me. I will definitely try your plugin and will update you with the results shortly.
Thanks!
Кажется, вы пытаетесь настроить wordpress. Вы создали базу данных из phpmyadmin перед установкой WP? Какую ошибку вы видите?
Forum: Fixing WordPress
In reply to: Confirmation Email Not SendingHi @simplyrasha
Usually it takes time but you will receive it eventually.
You can also try by editing your function.php file inside your WP admin.
Inside your WP admin; go to Appearance -> Editor. On the right side of the page you will see the list of pages. Find function.php and copy and past the code below at the end of the file. Replace [email protected] with your email address.
add_filter('wp_mail_from', 'new_mail_from'); add_filter('wp_mail_from_name', 'new_mail_from_name'); function new_mail_from($old) { return '[email protected]'; } function new_mail_from_name($old) { return 'Your Name or Your Website'; }
Forum: Fixing WordPress
In reply to: Error: “Site cannot be reached” (after installing plugin)What error do you see? Are you able to access you wp-admin?
Forum: Fixing WordPress
In reply to: Error: “Site cannot be reached” (after installing plugin)If the problem disappeared after uninstalling the plugin then the plugin was defected. You can try an alternate plugin or try contacting theme developers if they can release a patch of something.
You can control this by modifying your CSS.
In your CSS where hovering is done; give
display: block;
andz-index: 99999;
Forum: Fixing WordPress
In reply to: Coming Soon Page StuckIt seems to be working fine even on the link you shared. I also installed the plugin and its working perfectly fine. Try opening your URL in another browser or clear your cache.
Forum: Fixing WordPress
In reply to: 401 Authentication Error – Selfhosted siteHi Kinah,
Where is your site hosted? It seems that your hosting has restricted the access. This is not a WordPress related issue. You need to contact your hosting provider to resolve the matter.
Forum: Fixing WordPress
In reply to: How to center align headlines without turning them into paragraphs?<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas euismod venenatis semper. Sed sollicitudin, leo eu lacinia luctus, libero nulla congue lacus, a pellentesque tortor lectus id elit. Duis sit amet auctor arcu. In aliquam risus quis ligula ultrices, in tristique odio molestie. Donec condimentum leo sit amet est pharetra rutrum. <h1 class="”text-align”" style="text-align: center;">First Heading</h1> <h1 class="”text-align”" style="text-align: center;">Second Heading</h1> <h1 class="”text-align”" style="text-align: center;">Third Heading</h1> <h1 class="”text-align”" style="text-align: center;">Fourth Heading</h1> </p>
Forum: Fixing WordPress
In reply to: How to center align headlines without turning them into paragraphs?class="”text-align”" style="text-align: center;"
Use this inside of each heading tag.
Forum: Fixing WordPress
In reply to: REST API – Access-Control-Allow-Origin Header Missing<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>
Add the following lines in your .htaccess file.
Forum: Fixing WordPress
In reply to: WP 4.9 updateAre you still able to use them? If not then instead of adding plugin through wp admin you may download the plugin and install in manually.
Locate your WP installation and click on the folder ‘wp-content’.
Open the folder marked ‘plugins’
Click on upload files (from your CPanel) and extract the plugin file you just uploaded.
Now go back to your WP admin and from plugin go to your desired plugin and simply click on ‘Activate’.Forum: Fixing WordPress
In reply to: Change admin emailPlease check with your hosting providers as it has been observed that GCE and VULTR does not allow such emails to receive and in order to do so you have to make changes in your SMTP settings. Try testing with any regular email client like gmail or yahoo.