-
O odomera
Dear all,
just a quick question about handling categories. I've set up a front page with categories. Those are "linked" as <url>/<category> and when I click them the content of that specific category is shown.
So far, so good. However when I directly enter that specific link into the browser I always end up on the frontpage instead of the category as I would've expected.
Am I missing something?Any hint is highly appreciated :)
-
O odomera
Hi,
I'm trying to add custom html within the grid at the bottom of a project page.It however is not visibly rendered. If I inspect the code it looks like this:
<div class="row one-col-row"> <div class="row-inner"> <div class="column-wrap"> <div class="col push-3 span-6 align-bottom" id data-type="html"> <div> <!-- My custom code --> <div class="someTest"> Some text goes here </div> <!-- My custom code END --> </div> </div> </div> </div> </div>
I would expect to at least see the text, but nothing shows up. When I set a custom CSS to render a line around the class it shows up with 0 pixels.
Any hints what is causing this?
-
O odomera
I was able to solve this. After digging a bit through the database I noticed that obviously because this is an existing website that at some point in the past was not running on SSL, some images were still saved to the database with a hardcoded http-url.
So after deleting those old images and re-uploading them, the problem disappeared :)
Sometimes things can be just easy. And I added this comment just in case someone runs into a similar problem and finds this entry here.
-
O odomera
Hi all,
I do have an SSL based website (SSL only) on which I want to switch to Lay theme.
Not setting things up I noticed that Chrome and Firefox are not loading images, console shows the following error:
"Mixed Content: The page was loaded over HTTPS, but requested an insecure image. This request has been blocked; the content must be served over HTTPS."
Plus I noticed that the image is loaded locally ("wp-content/uploads...") although I do have a CDN (S3 / CloudFront) set up through W3 Total Cache and would have expected the image to be served through the CDN.
Is there any fix for these?
-
-
O odomera
Same problem here with a freshly bought license. Were you able to fix this already or is this a general bug?