cloudmatrics
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website DownHi,
If you made any changes in the code then revert back and check it once.
Also check if any virus issues in the code.Forum: Fixing WordPress
In reply to: No Post button in the toolbarHi,
Sometimes based on the themes you will find post option on the page itself or else on the right bar of the page.
Forum: Developing with WordPress
In reply to: JS code problem. Error jQueryHi,
check out if any jquery CDN required to add, as there was a migration. So if anyone works it would be great.
Forum: Fixing WordPress
In reply to: Width of Post/Page Settings PannelHi
may be there is no option like that given in it. It may be fixed for all the screen.
If needed you can go with increasing your screen width.Forum: Fixing WordPress
In reply to: Firefox display isseHi
look at that all the related css pages included or not while loading the website.
If any css page is not getting included then the display view may get effected.
Forum: Everything else WordPress
In reply to: Mobile MenuHi
I have seen your site, I hope you have resolved it.
If not let us know.
Forum: Fixing WordPress
In reply to: Menu and Images Only Appearing When Logged In as AdminHi
It may be because of the access to the pages, the pages/posts you created may be defined as private.
look out that if all the pages and/or posts are defined as public.You can find out in status and visibility section while creation of page from the admin.
Hope you may resolve the issue.
Forum: Fixing WordPress
In reply to: Having issue in minifying CSS filesHi,
You can manually minify CSS and JS files on online browsers: https://www.minifier.org/
else you can use the wordpress plugins for the same:
https://ww.wp.xz.cn/plugins/fast-velocity-minify/
https://ww.wp.xz.cn/plugins/wp-super-minify/Hope you can resolve the issue.