anrawool
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Having trouble with menu barThese look like issues with the theme you are using. Try using some other theme to see if these issues still persist.
Forum: Fixing WordPress
In reply to: Pages Built the Same Way, Look DifferentThe look of the page is controlled by the active theme or a page builder plugin or custom CSS applied to just that page. So if your 2 pages are looking different, it means page A might have been built using some page builder plugin or some custom CSS is being applied to that page. While your page is using the theme. Check the installed plugins to figure out if any page builder plugin was used. If this not the case, then check the style.css or functions.php file to figure out if some CSS is being applied just for page A. If you find anything, just do the same for page B.
You will need to get the FTP credentials of your hosting account, and then use tools like Filezilla to connect to it. Your hosting provider should be able to help you out with the credentials. Once connected, go to the folder where WordPress is installed, find the file you edited, download it, remove your edits and reupload the file to the same location.
If you find FTP difficult to use, check if you have cPanel access. If you do, then find File Manager icon in the cPanel. It will take you to a folder where you might see many folders. Find the one where WordPress is installed. From there, find the file, Code Edit it and save it. Or download it, edit it and upload it back.
For future, it is never a good idea to edit PHP files directly from admin panel. Always use FTP to download, edit and upload back the updated files.
Forum: Fixing WordPress
In reply to: Idea to add text in article/page directly from front-endYou can try plugins like User Submitted Posts https://wordpress.org/plugins/user-submitted-posts/ or many other form plugins can do that too.
Forum: Plugins
In reply to: [BuddyPress for Sensei] Error While Working with a GroupI have only the following Components active for Buddypress:
– Private Messaging
– User GroupsI unselected all the other Components as I did not need them.
Thanks a lot for your help. I have finally got this working 🙂
Thanks. That makes a lot of sense. One question though. Do you sell membership that gives access to all the courses at once? If so, how do you use shortcodes to display all the courses at once?