WebBuddy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How does Google know about your Facebook page?Linking from website to social media is more of informing your website visitors about your social media channels. You can still do it in case some visitors are keen to follow you on social media. Hope this helps.
Forum: Fixing WordPress
In reply to: Social Media Causing Site Slowdown/Unable to LoadYour website is loading fine to me now after I cleared the cache.
Forum: Fixing WordPress
In reply to: Social Media Causing Site Slowdown/Unable to LoadOn my side, I see that the screen is constantly loading resources from twitter, maybe you can try disable twitter feeds?
Forum: Fixing WordPress
In reply to: How does Google know about your Facebook page?Yes, a backlink from your facebook page to your wordpress site definitely helps. Actually you should link to your wordpress sites from all your social media profiles.
Forum: Fixing WordPress
In reply to: HTTP Error for photosI got this error before and I solved it by increasing the memory. I believe your hosting can help you like what @t-p has mentioned.
What if you use a different browser and try to save / edit? Will it work?
Forum: Fixing WordPress
In reply to: duplicate google analytic codePerhaps you can see if the additional analytics codes is embedded within the theme options / settings. I hope this helps.
Forum: Fixing WordPress
In reply to: FATAL ERRORIt seems that you are using DIVI theme, do contact their support and they will be able to assist you.
Forum: Fixing WordPress
In reply to: White Bar Moving With Screen at TopIn your css file, you can find the following codes:
@media screen and (min-width: 44.375em) body:not(.custom-background-image):before, body:not(.custom-background-image):after { background: inherit; content: ""; display: block; height: 21px; left: 0; position: fixed; width: 100%; z-index: 99; }Changing the value for height to 0px will help to achieve what you want.
Hope this helps.
Forum: Fixing WordPress
In reply to: duplicate google analytic codeI only see one code in your blog source page, have you fixed it?
Forum: Fixing WordPress
In reply to: Error on login as wp-adminHave you tried contacting your web hosting? It could be some memory or disk space issue.
I suspect that the header file in your theme folder may have issues due to the earlier change since you mentioned that if you changed to the default theme your website blog can show normally. You can look into your theme folder and see if you can find the error. If not, I hope you have a backup for your website before you made these changes so you can revert the functional site.
Hope this helps.
Forum: Fixing WordPress
In reply to: website not accessableHi Christoph,
I would suggest you contact your web hosting on this issue. They should be able to assist.
Forum: Fixing WordPress
In reply to: a problem with Cache (i guess)What if you try another cache plugin (disable autoptimize)? To test if this issue only exist with autoptimize or all cache plugins. Hope this helps you in troubleshooting.
Forum: Fixing WordPress
In reply to: adjusting line height in pages?Probably the the pages’ paragraph are not formatted as entry-content class. You need to use developer tool to check what class are they so you can add them in.
Why not try the following and see if it works:
p { line-height: 1.6; }