Aims Infosoft
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed url and can’t login anymoreHello,
Follow this tutorial, I think it should help you, Can’t Login to WordPress Admin After Changing URL
Thanks!
Forum: Fixing WordPress
In reply to: Footer not showing on Google ChromeHello,
=> You can try this CSS code into your footer,
footer#colophon{display: inline-block; width: 100%;}
=> It works, shown into the Screenshot, [https://prnt.sc/qzcjua]Thanks!
Forum: Fixing WordPress
In reply to: i can’t remove the red header of a PostHello,
=> You can try this CSS code into your stylesheet,
.stm-header__row_color:before{background: none !important;}
Thanks!
Forum: Fixing WordPress
In reply to: Store’s “Browse by Categories” MissingHello,
=> Log in to your site admin and go to WordPress main menu options, Pages > Edit your “Store” page > On the right side you see “Astra Settings” > Select “Left Sidebar” from the dropdown > Save the page.
=> See this Screenshot: [https://prntscr.com/qza8n0]
Thanks!
Forum: Fixing WordPress
In reply to: Sorry, you are not allowed to preview drafts.Hello,
Please check the below plugin URL, I think it should help you,
=> Fix WordPress “You are not allowed to preview drafts”Thanks!
Forum: Fixing WordPress
In reply to: Missing play icon on sliderHello,
=> Log in to your site admin and go to WordPress main menu options, Appearance > Customize > Additional/Custom CSS > remove CSS from line no. 65. Shown in Screenshot, [https://prntscr.com/qxu2h6]
Thanks!
Forum: Fixing WordPress
In reply to: Embedding Google Forms in WordPress Twenty Seventeen FormatHello,
=> You can try the below steps to set-up Google Forms in your site. I think it should help you,
1. Embed Google Forms in WordPress Step By StepOR
2. Try this plugin, EmbedPress
Thanks!
Forum: Fixing WordPress
In reply to: Permalink structure not consistentHello,
=> You can set “Product permalinks” undo the WordPress Settings > Permalinks.
=> Set custom base permalinks structure like this, [https://prntscr.com/qxrhs5] and save.Thanks!
Forum: Fixing WordPress
In reply to: multistep contact form 7Hello,
=> Here are the demo and multistep form plugin for multi-step contact form 7.
=> Please check the below URLs, I think it should help you,
Plugin URL: Contact Form 7 Multi-Step Forms
Demo: DemoThanks!
Forum: Fixing WordPress
In reply to: Creating a category-specific archive sidebarHello,
Please check the below plugin URL, I think it should help you,
1. Display Categories Widget
2. WP Categories WidgetThanks!
Forum: Fixing WordPress
In reply to: profile on my blogHello,
You can try this plugin for setting up your profile pic and showing on the blog page, WP User Avatar
Thanks!
Forum: Fixing WordPress
In reply to: Icon issuesHello,
=> Your site using an old version(4.7.0) of “Font Awesome”. You must upgrade or add the version(5.3.2) of a new font to your site.
=> Your version of Font Awesome is doesn’t support
fas fa-
tags, [https://prntscr.com/qtvxgc]. It’s supported in “Font Awesome” version 5.Thanks!
Forum: Fixing WordPress
In reply to: Code Editor in Enfold is goneHello,
=> Maybe security plugins deactivate the theme editor. If you are using these plugins switch off plugins and check if the editor returns.
=> If the problem not found in the plugins, switch ON all the plugins. Try the WordPress default theme and check.
=> Also, you can check the config file(wp-config.php) and put this code into this file:
define('DISALLOW_FILE_EDIT', false);
Thanks!
Forum: Fixing WordPress
In reply to: Table ‘wordpress.wp_posts’ doesn’t existHello,
Use PHPMYADMIN from your control panel and go into your database. Select all the tables and at the bottom, choose the option to check and repair them. For more information check this URL, https://www.a2hosting.com/kb/cpanel/cpanel-database-features/optimizing-and-repairing-mysql-databases-with-phpmyadmin
Thanks!
Forum: Fixing WordPress
In reply to: Removing MessagesHello,
Please check the below link, I think it should help you.
https://www.wpoptimus.com/626/7-ways-disable-update-wordpress-notifications/
Thanks