Tanveer Sure
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New Post Email Notifications Aren’t WorkingHi @michbela,
Okay thank you for that. Now I would like to know if a plugin may be coming in the way of sending a normal email message body.
Could you please disable all the plugins and then send a test email out? If that shows the correct content in the email then start enabling the plugins one by one testing the feature after each plugin being enabled. If after enabling a particular plugin you see the same issue, then that may be the plugin causing this behavior.
- This reply was modified 8 years, 1 month ago by Tanveer Sure.
Forum: Fixing WordPress
In reply to: text formatting for church siteHi @slshearts,
Sorry to hear about the experience. Let me see if we can help.
When you say ” We are having trouble getting full control over text and images on posts regarding calendar events. It really does not seem to be WYSIWYG. Why is it necessary to put the formatting with each line of text? Shouldn’t the formatting hold for the paragraph(s)?” Could you please elaborate a little more on what you are trying to achieve and what have you tried so far.
Just as a side note, have you looked at the plugins section for formatting text? There are plenty available however you would need to understand each of them and pick the one that best suits your needs.
Forum: Fixing WordPress
In reply to: Cannot read property ‘init’ of undefinedHi @jzmwebdevelopmen,
This seems to be a JavaScript error message. You could add a breakpoint at
wp.svgpainter.init()
and you may find out thatwp.svgPainter
is having a value undefined. When you hit this breakpoint switch over to console tab of chrome web browser and type in just wp to be certain that it is defined and then you could trywp.svgPainter
in the console and that will show you it is undefined.You will then have to debug your code to find out where and why is
wp.svgPainter
undefined.Forum: Fixing WordPress
In reply to: New Post Email Notifications Aren’t WorkingHi @michbela,
In order to help you further, I would like the answers to a few questions:
1. When did this start happening?
2. Have you updated anything ? (WordPress, plugins)
3. Where are you hosted?
4. Could you post the entire content of the email please.Thanks.
Forum: Fixing WordPress
In reply to: I get logged out each time after I preview a page or postHi @adminjaponism,
Are you using any plugins? In order to make sure that this is not an issue being caused by one of the plugins, what I would suggest is to disable all the plugins. Then try to do the same task. If it works, then re-enable each plugin one by one. If on enabling a plugin you notice the same behavior again, that may be the problematic plugin.
Forum: Fixing WordPress
In reply to: too many calls to wordpress domain 66.155.40.186Hi @anniet,
Are you sure it is these calls that are slowing the performance of your website? What are the plugins you are using ? ‘
Also, what are these calls doing ? Is there a URL in your call that may be calling some API?
There may be a possibility that it may not be these calls that may be slowing down or hampering the performance. It could be something else. However, at this point it is difficult to say. Another test you may want to do is use Chrome’s developer tools to find out what time be taking time to load. For more information about how that can be done refer to the following link:
https://developers.google.com/web/tools/chrome-devtools/evaluate-performance/timeline-tool
There are some other tools also that help analyse website slowness for example Yslow.
Forum: Localhost Installs
In reply to: how to Change the Port in the web serverHi,
Here is an article that I had followed to change the port number for Glassfish:
https://www.srikanthtechnologies.com/blog/java/changeglassfishport.aspx
Out of curiosity, I have to ask, are you using WordPress with Glassfish install?
Forum: Fixing WordPress
In reply to: Links no longer workingHi @colmbeirne,
Thats awesome ! So glad you had this one figured out ?? We would really appreciate if you could mark this topic as resolved so that volunteers like us can easily find other people like yourself looking for help ??
Thanks.
Forum: Fixing WordPress
In reply to: Comments Status Display ErrorHi @edwardspek,
Sorry but by the time I got to the link it had already expired ?? Need a re-posting again. Would it be possible for you to upload it to a website where the images stay longer?
Forum: Fixing WordPress
In reply to: Google Map settingsHi @meihuwell,
What theme are you using and why are you adding this in the shortcodes.php file? Are you following certain instructions ?
There are so many plugins available for displaying Google Maps on your website and is there any particular reason you do not want to use a plugin for this purpose?
Forum: Fixing WordPress
In reply to: Favicon only shows in wp admin but not actual siteHi
There seems to be a lot of things that you are trying to use here.
Have you already followed the steps mentioned here: https://codex.www.ads-software.com/Creating_a_Favicon
If you have already tried the above and are still not sure what may be causing the issue and since you are using a Favicon plugin I would suggesting reporting your issue on their forums too. Someone may have faced the exact same problem as yours. Here is a link to their forum:
https://www.ads-software.com/support/plugin/favicon-by-realfavicongenerator
I would still try to work out on the codex way first.
Forum: Fixing WordPress
In reply to: Favicon only shows in wp admin but not actual siteHi @myl6988,
I just did a “view source” of your website and I can see the favicons are all having an extension of “.png”. Shouldn’t they have extension of “.ico”?
Also what is the theme you are using here?
Forum: Fixing WordPress
In reply to: Fatal Error after Update to latest WordPress versionHi @chilibohne,
You may want to update the theme to the latest version if you already haven’t. Take a look at the following discussion for more information:
As mentioned above, it would also help to contact the theme author.
Forum: Fixing WordPress
In reply to: Comments Status Display ErrorHi @edwardspek,
That’s interesting to know. What WordPress version are you on? Also could you please upload a screenshot somewhere so that we can view what you are describing. At times, pictures make a lot of things easier ??
Hi @arketingark,
Oh yes, “secret folder” and “site url” are just and alias. You can call them whatever you like. So yes, please replace them with what you want them to be.
I hope I understood your questions correctly.