Waqas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: One page won't loadLooked in more detail – I have a feeling that it has nothing to do with the fonts thing. Commenting/removing that bit of code should probably still cause an error on the https://www.nicoledumasy.nl/Opladers/?page_id=4 page. So I think you need to get that error log to see what is happening. Could be your shopping plugin that is causing trouble
Forum: Fixing WordPress
In reply to: One page won't loadIf it is cPanel hosting then generally the Apache log is available at the root of the site (public_html usually – but in your case maybe at the “Opladers” directory).
The code seems ok – but why not just import the fonts in your CSS?
Forum: Fixing WordPress
In reply to: Improved visual editing Not appearingIf you have an editor plugin (like TinyMCE Advanced) then it may need an upgrade
Forum: Fixing WordPress
In reply to: One page won't loadCan you post the exact snippet of code you added? I do not think you need to use php to include a Google font.
Also if possible check the server error log
Forum: Fixing WordPress
In reply to: Mobile Menu Not WorkingI do believe it is a problem with your theme. Try going through the settings available to see why it is not working or contact the theme support as it is a paid theme
Forum: Fixing WordPress
In reply to: Restrict User rolesIf you want to make users request access before they are allotted a user id and a corresponding role – then what you are looking for is a registration form. You can build one yourself or try a couple of plugins.
Another approach would be to use a membership plugin that can solve all your woes from registration to content control.
Forum: Themes and Templates
In reply to: Google Analytics install troubleI can see the analytics code in there. Sometimes it takes a while for Google to check and confirm that it is working so check a while later
Forum: Fixing WordPress
In reply to: Website Not RespondingYou can be running out of memory or have some other error caused by a plugin/theme conflict. In your hosting in the directory public_html see if there is a file called “error_log” -see what is at the end of that file and if it has any relation to the error.
Also try to deactivate each plugin one by one to see if it helps
Forum: Fixing WordPress
In reply to: Pages disappearing from dashboardAre there any caching plugins? Try and deactivate plugins one by one to see if it helps
Forum: Fixing WordPress
In reply to: I can't edit my menusAre you sure you are not have a browser cache issue? Try opening it and doing what you want in another browser that you do not use normally
Forum: Fixing WordPress
In reply to: Help With PermalinksHave you tried refreshing your Permalinks? Just visit the page in the WP Admin dashboard and then see if it gets resolved
Forum: Fixing WordPress
In reply to: Custom wordpress theme lost it styles by changing PermalinkMove your styles to the theme – currently they are located here: https://ansardesign.com/css/styles.css
Then do the below in your header where you link to the stylesheet.
<link href="<?php bloginfo( 'stylesheet_directory' ); ?> /css/styles.css" rel="stylesheet" type="text/css" />
Since you did not tell WP to prepend the theme folder path to the stylesheet name therefore it is only working on the home page where https://ansardesign.com/css/styles.css is valid. As soon as the URL changes it tries this https://ansardesign.com/page/css/styles.css – which is invalid
Forum: Fixing WordPress
In reply to: How to change permalinkksAlso take a look at your posts and categories. Make sure that there is nothing that has a slug called “apps”
Forum: Plugins
In reply to: [Simple FAQs Plugin] How to add Categories in DisplayMarking resolved – please post in a new thread if you still have any issues
Forum: Plugins
In reply to: [Simple FAQs Plugin] How to add Categories in DisplayAfraid you will have to add in multiple instances of the shortcode. Something like the below:
General
[simple-faq style=”accordion” category=”faq-general”]Booking
[simple-faq style=”accordion” category=”faq-booking”]