Carl Wuensche
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Roles and Capabilities ListIt’s a broken link in the official WordPress documentation. It’s not supposed to redirect to the homepage but it does.
Edit: Strange, it works in Chrome but in FireFox it redirects to the homepage.
- This reply was modified 4 years, 10 months ago by Carl Wuensche.
Forum: Fixing WordPress
In reply to: my pages aren’t connected@padawantheone I’m not from Germany, my dad is.
Forum: Fixing WordPress
In reply to: Please Help me Check the Pic What the issueCan you check your error log to see if you have any errors showing up?
Forum: Fixing WordPress
In reply to: Post form PHP without plugin displays no header/footerYou could use AJAX to simply submit the form and change the content on the page, except for the header/footer, or perhaps your myphp.php file doesn’t have the footer/header functions in it.
Forum: Fixing WordPress
In reply to: Please Help me Check the Pic What the issueI’m not sure what the language is. Can you elaborate what you’re having problems with please?
Forum: Fixing WordPress
In reply to: my pages aren’t connectedWhat is your permalink set to? Do you have an .htaccess file already? I would go to wp-admin -> settings -> permalinks and set the custom structure to the post-name setting. If your .htaccess was uploaded and setup properly when you installed WordPress, I would have to assume this would fix it.
Forum: Fixing WordPress
In reply to: Rearranging plugins on single post pageWell this is going to depend on what theme you are using. Are these items being shown via widgets? If that’s the case, in your WP-admin panel, when you go to the widgets page, you might see a section for single posts, then you can simply drag/drop the order of these plugins. If it’s coded into the theme itself, you may need to go to the theme files and manually re-arrange the code to have it show up the way you want.
Forum: Fixing WordPress
In reply to: Text not showing up and possible plug-in problemsWe can’t view the preview edit without being logged in. What kind of text do you have on the page? I see a link to all available positions, and I see the RoyalSlider error because there are no attachments.
Forum: Fixing WordPress
In reply to: Categories and Tags get removed on Save DraftAn idea I have is something somewhere, maybe a plugin or theme file (functions.php?) hooks into the post save hook and it clears categories/tags.
Forum: Fixing WordPress
In reply to: Fatal ErrorHow much do you know about coding/FTP? If you don’t know anything about coding, I would potentially suggest disabling that plugin because it’s crashing your website. If you can, log in to FTP and rename the plugin codepress-admin-columns to something else like codepress-admin-columns-copy.
Forum: Fixing WordPress
In reply to: Forum – Private – issueI haven’t tested this myself, but you may be able to use this plugin https://en-ca.www.ads-software.com/plugins/404page/
Forum: Fixing WordPress
In reply to: Forum – Private – issueWhat plugin are you using to create this?
Forum: Fixing WordPress
In reply to: Menu TroubleThe first easily visible issue is the fact that it can’t load the sitepress files. I get this error when I load your site
Loading failed for the <script> with source “https://systemics-academy.com/wp-content/plugins/sitepress-multilingual-cms/res/js/sitepress.js?ver=4.4.2”.
It tries to load the following file twice: https://systemics-academy.com/wp-content/plugins/sitepress-multilingual-cms/res/js/sitepress.js?ver=4.4.2
So if you can fix that problem, maybe that will fix your issue. If that doesn’t fix your issue, the next thing you should try and do is turn debugging on in wp-config and see if any errors are showing up.
Forum: Fixing WordPress
In reply to: GET request for WoocommerceIf I understand your requirement, you want to have a digital download start once someone completes a purchase?
Forum: Fixing WordPress
In reply to: User post view detailYou should probably post this here https://www.ads-software.com/support/forum/wp-advanced/
When you post it there, it would be helpful if you can provide more detail such as where you want to view these details, i.e. are you looking for these details in the admin panel, on the front-end on a specific page? If you provide those details it would be easier to give you suggestions on how to solve your problem.