wordpress - Unable to see the pages in web site - html

I was able to edit pages in wordpress dashboard, but when I was trying to look the pages through browser nothing is displayed.
Nothing is working except the home page.
I tried installing another theme but in all the themes only home page was working fine.

Have you looked around at the Wordpress forums? Maybe this page ? http://wordpress.org/support/topic/page-not-found-39
Have you changed your site permissions (e.g via FTP) Sometimes having specific site permissions may cause your page not to show.
Do you have the most updated version of Wordpress?

Related

Distill not accessing style.css on website

I am trying to upload a website created with distilling in rmarkdown. The home page looks correct but when I upload other pages to my website, it loses all of the style options I have applied. It looks correct when I open the HTML pages locally but not once uploaded. See below the issue. The home and about pages are correct, but the test is messed up. Has anyone seen this problem before?
https://centerforwashingtonareastudies.org/small_test/test.html

Changes to Wordpress Site not showing when logged out

I've recently transferred a wordpress website from http to https. After this transition the website stopped loading properly when not logged in, but it loads fine when logged in. While investigating further I also discovered that this only occurred on certain pages of the site.
So I looked for some solutions to the problem and tried disabling a few plugins. But I discovered that when I make a change (for example disabling a plugin or changing the layout) the change only appears if I am logged in, and doesn't show at all if I am logged out and viewing the site.
I have tried clearing the cache on the website disabling and re-enabling all plugins but nothing has worked.
This is how the site looks when logged in:
https://i.stack.imgur.com/YB0KO.png
And you can see how the site looks while logged out here: www.onlyphysics.org
The theme I am using is Divi.
I would be very grateful for any help I could get on this issue!
I can see that CSS files are not being loaded (404 in console). This relates to css static cache. Browser is still looking for the old css generated file.
Go to Divi Theme Options > Builder > Advanced > Static CSS File Generation
And also open your site in Incognito or private window afterwards to see. There might also be additional caching on your site, which you'll need to empty afterwards to.
More info / Source: https://divitheme.net/clear-divi-cache/

HTML Twitter Widget displays on local dev site, but not when I upload to live site

I have embedded the twitter widget using the code provided in the twitter dev page into the footer of my site (HTML, not wordpress).
Locally it displays without any issues (see image attached).
what it looks like locally
However when I upload the page to the development site online it only shows a link to the account:
Any ideas why this may be? Is it some widget issue because I have embedded it into 2 versions of the site?
cheers in advance
I had a similar problem, adding a call to twttr.widgets.load() at the end of the widget solved it for me.

Favicon doesn't refreshes even after forced refresh

I built two websites on my localhost. I used one favicon for the first website.
Later when i started developing the second website. I copied first website and started working on it. I changed code and files for the second website.
But when I run the second website on my server why does it shows favicon from the first website?
I tried force refresh it, clear cache. But nothings helping.
Try clearing your browser cache but you might also consider setting up a named virtual host both sites.

css loading in certain devices only

Hi i'm building a website with wordpress
its only a splash page for now.
the website is http://www.polymathco.com
im on a desktop mac and it displays fine, on my laptop it displays fine.
but on my iphone and ipad the css doesnt load. (it did a few days ago)
ive tried adobe browserlab and in all tests the css doesnt load.
i tried opening via a proxy site -snip- on my imac and the css doesnt load.
ive cleared my cache and cookies and it looks fine on my imac and mbp. could this be something to do with the .htaccess on the server?
the css url is generated by wordpress , (bloginfo(template_url)) and it loads fine in my desktop.
Your site seems to be looking for the css file in /polymathco/wordpress/wp-content/themes/polymath/css/style.css
When it actually appears to be in /wordpress/wp-content/themes/polymath/css/style.css
Use bloginfo('stylesheet_url') for the css file, and check your admin panel settings(under general) to make sure your site's path is set correctly.
In your admin panel, click Settings, and in General, make sure the 'WordPress address (URL)' and 'Site address (URL)' are set to your actual site, rather than localhost.