Clarion Technologies
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why the blog description appears when shared in social mediaHi,
Nope nothing related to Hosting or server. You have check in wordpress plugin or settings.
I recommend you to take a look at all the steps of the Yoast plugin for SEO in the following link.
http://www.wpbeginner.com/plugins/how-to-install-and-setup-wordpress-seo-plugin-by-yoast/
Thanks
Forum: Fixing WordPress
In reply to: Texts & link disappear each time cursor is hovered over them.Hi,
Sorry to hear that. But I think you will have to take the help of a developer or a guy who is familiar with WordPress.
I can’t help just by looking at your website as files are need to be checked to find out in which file the code is present.
Note:- Please do not share login or ftp details here on this forum as it is publicly visible and can be misused by anyone.
Thanks
Forum: Fixing WordPress
In reply to: Google ads disappear shortlyHello btwbtw,
Can You please first try by clearing the browser cache and cookies sometime ‘Google ads’ are not showing because of this issue.If the things started working its well and good otherwise try by deactivating the all other plugins except Google Adsense plugin and check whether things working or not.
Thanks
Forum: Fixing WordPress
In reply to: increasing container widthHi,
Can you please post your page link in which this Iframe is called.
Thanks
Forum: Fixing WordPress
In reply to: Why the blog description appears when shared in social mediaHi,
There is a setting in the Yoast plugin regarding sharing on social sites. You will have to set those settings.
See below link for reference.
https://flothemes.com/yoast-seo-social-sharing/
Thanks
Forum: Fixing WordPress
In reply to: I'm getting an error with the Instagram feed and mediaHi,
The access_token will usually not expire, unless there was any suspicious activity, then instagram will revoke the access_token and you have get new ones.
If the user changes password then the access_token will not work, you have to get new ones.
Or if your website was previously hosted at different domain and you recently changed the domain can also cause the access token to expire.
Thanks
Forum: Fixing WordPress
In reply to: Problems when htaccess protection wp adminHello holulu,
Please follow the below link this will help you.
Thanks
Forum: Fixing WordPress
In reply to: How to use different type of contact formsHi,
You can use the following form plugin.
https://ww.wp.xz.cn/plugins/contact-form-7/
http://www.gravityforms.com/But still you need some programming knowledge to write some code for achieving what you want.
Thanks
Forum: Fixing WordPress
In reply to: Why the blog description appears when shared in social mediaHi,
Which Plugin had you used for Social share?
Can you please provide plugin link or name?
Thanks
Forum: Fixing WordPress
In reply to: Connection dropped issuesHi,
This is not a WordPress problem. If connections are dropped frequently then it must something related to the Server. Please contact your server hosting support.
Thanks
Forum: Fixing WordPress
In reply to: users.php shows up blankHi,
Please check your server’s error log to find out all errors and contact your hosting provider support to increase the memory size.
Thanks
Forum: Fixing WordPress
In reply to: Texts & link disappear each time cursor is hovered over them.Hi,
This happening due to JavaScript code written in your template.
The code which is causing this problem is as follows:
<script>// <![CDATA[ document.getElementById("sidePic3").addEventListener("mouseover", showPicSideDisc3); function showPicSideDisc3(){ document.getElementById("featuredBox").style.display = "block"; } // ]]></script></p> <p><script>// <![CDATA[ document.getElementById("sidePic3").addEventListener("mouseout", showPicSideDisc3); function showPicSideDisc3(){ document.getElementById("featuredBox").style.display = "none"; } // ]]></script></p> <p><script>You will have to remove this code if you have to stop the hiding of the text on the image when mouse is hovered over it.
Thanks
Forum: Fixing WordPress
In reply to: Copy root directory files into sub directoryHi,
After you had moved all files to sub-directory had you
1) Changed the URL in database.
2) Regenerate the Permalinks so that the htaccess will be updated.See steps given in the below link.
https://codex.ww.wp.xz.cn/Moving_WordPress
https://codex.ww.wp.xz.cn/Giving_WordPress_Its_Own_DirectoryThanks
Forum: Fixing WordPress
In reply to: Trying to get PHP in pages to work right.Hi,
Can you please paste the content of the following file.
facebookgen.snippet.phpThanks
Forum: Fixing WordPress
In reply to: I'm getting an error with the Instagram feed and mediaHi,
“your access token is expired” means you will have to generate new access token and set in the back-end.
Thanks