Shariq Khan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Jquery problemFrom what I see, the first error is thrown by Visual Composer plugin
Are you using it on your site to build the pages.
Does disabling it help?Forum: Fixing WordPress
In reply to: how to remove thumbnail image from postsYou could try these:
1. Make the changes wpressdr suggested, BUT in content.php (NOT in content-page.php)
However, editing a theme’s file is not suggested as any updates will overwrite your changes and you will see the issue again after updating the theme.
This is, unless you are using a child theme or a custom theme.2. Alternatively, Use this CSS:
.entry-header .attachment-post-thumbnail {
display:none;
}Forum: Fixing WordPress
In reply to: Jquery problemOften jQuery error in one plugin may cause other to stop working.
Btw, did you confirm that stickUp.min.js does exist in the directory “YOUR_THEME/js/”?
Forum: Fixing WordPress
In reply to: Error Scripthttps://academy.alrifai.com/wp-login.php opens up fine for me
Forum: Fixing WordPress
In reply to: Avada: How to change main menu in 'customize' in only one languagemanon123 Avada is a commercial theme, so I believe you’d have to ask your problem in the support channel of the theme
Forum: Fixing WordPress
In reply to: Photos Not Showing on Mobile ViewThat’s very strange.
I still don’t see ALL images on desktop.Can you do try these:
1. Clear the cookies on your browser (on desktop) and load the page again and check if you still see ALL the images on your desktop?
2. Open the link https://lovelucyrebecca.files.wordpress.com/2016/06/01.jpg
in your browser and see if the image loads.Forum: Fixing WordPress
In reply to: Warning MessageNo I cant see the website. I see the warning there.
Its very difficult to pinpoint the problem without access to your setup.
Tell me one thing: have you accidentally/knowlingly edited any file from the WordPress setup?
Or any changes that you made just before the problem started appearing?
Forum: Fixing WordPress
In reply to: Turn category name into a linkTry this:
<?php foreach((get_the_category()) as $childcat) { $parentcat = $childcat->category_parent; $category_link = get_category_link( $parentcat ); ?> <a href="<?php echo esc_url( $category_link ); ?>"><?php get_cat_name($parentcat) ?></a> <?php } ?>
Forum: Fixing WordPress
In reply to: Jquery problemI am just shooting in the dark, but is there a possibility that stickUp.min.js does not exist in the directory “YOUR_THEME/js/” ?
Also, please check the console output as suggested by “Clarion Technologies”
To check the Console out put, press “Ctrl Shift I” and switch to the “Console” tab, if using Chrome.
If you are using Firefox, then press “Ctrl Shift K”Forum: Fixing WordPress
In reply to: Photos Not Showing on Mobile ViewMany of the photos on your website are not visible to me, even on desktop.
And the ones that are visible on desktop are visible on mobile too.I can see all the images till the post titled “Indisposition”.
No image is visible for any post after that (i.e Disappear, Deception, Chase etc..) on either mobile or desktop
Can you please point out which images are visible to you on desktop BUT NOT on mobile?
Forum: Fixing WordPress
In reply to: Warning MessageIn that case, try to FTP to your WordPress intallation directory (or use your cPanel’s File Manager), then navigate to /wp-content/plugins directory.
Now rename the suspected plugin by appending something like “_temp” to its name.
Ideally the suspected plugin should be the last one you’ve activated. Or it could be W3 Total Cache, as you said.
Now try loading your website. If everything works fine, you have found out the culprit.
If it still does not work, trying renaming ALL the plugins (a few at a time) and checking if the website loads fine.
Post the outcome here
Forum: Fixing WordPress
In reply to: Warning MessageWhen you go to https://www.amijangla.com/wp-login.php , are you able to see the login form?
Sure, the warning messages are there, but I am able to see the form too.
Let me know if you can see the login form?
Forum: Fixing WordPress
In reply to: Warning MessageFor now,
You can login using this url: https://www.amijangla.com/wp-login.php
And then try disabling the plugins one by one to see which one is causing the problem
Forum: Fixing WordPress
In reply to: wp-admin disappearedIt seems like the S2 Members plugin you have installed, has been misconfigured,or you have probably changed the registration / login url.
For now, please use this link:
https://marketingwithmichelle.com/members/wp-login.phpOr this
Forum: Themes and Templates
In reply to: The Divi Builder Contact FormMichael, there is no default contact form that ships with WordPress. Can you please post a screenshot of what you are referring to?