HMPinto
Forum Replies Created
-
Same here. Waiting for an update.
Same here.
For example on one of my pages with close to 300 words and 6 images it says:
“The text contains 0 words. This is far too low and should be increased.”
and
“No images appear in this page, consider adding some as appropriate.”*sigh*
Or if you prefer:
media=”all”
.page-wrap .content-wrapper {
background-color: transparent;
}This works for me
media=”all”
.page-wrap .content-wrapper {
background-color: #color you want here;
}Resolved: rewrite_module in wampserver wasn’t running.
Just go to
Wampserver > Apache > Apache Modules > rewrite_module
and make sure it’s ticked, or else permalinks won’t work/change no matter what you enter/select in Permalink Settings in wp-admin.Just like to add that I don’t have any other plugins installed and I have tried all the options below in Permalink Settings.
Default https://localhost/hrlms/?p=123 Day and name https://localhost/hrlms/2015/08/28/sample-post/ Month and name https://localhost/hrlms/2015/08/sample-post/ Numeric https://localhost/hrlms/archives/123 Post name https://localhost/hrlms/sample-post/ Custom Structure https://localhost/hrlms "/index.php/%year%/%monthnum%/%day%/%postname%/"
Only the Custom Structure above even makes the courses start properly, but like I mentioned earlier, I have to manually add “index.php/” in the address bar…
I would like to be able to make this work so I can show a working demo to our HR department so they can decide if it’s worth it to buy CoursePress Pro.