Digico Paris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot access plugins page after updating to 4.6Hi,
Looks like a strange issue, just updated to the last version with AWS and on a simple host both, no problem.
Are you using nginx or a special setup of Apache? Did your host automatically switched you to PHP 7?
Hope it helps,
Forum: Fixing WordPress
In reply to: Render-blocking CSSWhen you use the Chrome or Firefox code inspector, do you spot errors / conflicts with CSS and JS files ? (right click on page > inspect in chrome > then go to console tab – around same in Firefox).
CSS rules can conflict sometimes, but i doubt it’s the real issue.
Forum: Fixing WordPress
In reply to: URL links appear as regular text, not underlined or highlightedyour theme’s CSS,
check no JS is not fiddling.
and that you correctly formatted links aka https://thepost.dudeno white space, no accent, so on
Forum: Fixing WordPress
In reply to: Home Page loads twice w/MSIE and Safariif this doesn’t solve your issue, you could load shiva
https://github.com/aFarkas/html5shiv/
in general it’s a js to be called (also in header).
Please note these are fixes for OLD browsers. Firfox, Opera, Chrome don’t need it at all. Safari has a strange behaviour when it comes to DOM and JD and CSS, so all these solutions could eventually work for the apple webkit implementation.
Forum: Fixing WordPress
In reply to: Home Page loads twice w/MSIE and Safarihi again, sorry with no examples,
try this specific one, it should try to use chrome engine even on ie or safari:
in header of html
<meta http-equiv="X-UA-Compatible" content="IE=edge">
the order doesn’t matter as long in <head> </head> tags
Forum: Fixing WordPress
In reply to: Removing "Category:" From HeaderAlternatively, you can create custom post type, it will follow the url you want.
aka mysite.com/potatoes/fried
or mysite.com/movies/new-blade-runner
just dig a bit into custom post types, wordpress is open to it.
have fun with WP ??
Forum: Fixing WordPress
In reply to: Login IssuesYou should look for errors in URL Rewrting.
Remember WP should be setup with canonical urls aka; https://www.thesite.com/Trainling slash is important,
Forum: Fixing WordPress
In reply to: Login / Profile optionslook at advanded options, there are some, if not tons ??
Forum: Fixing WordPress
In reply to: Login / Profile optionsjetpack tries basically to override all themes and basic functions. to my knowledge, no sorry. but you can select what jetpack does and don’t through the admin.
Forum: Fixing WordPress
In reply to: Addon Domain -> HTTP 500 ERROR :/using apache or nginx?
Forum: Fixing WordPress
In reply to: Warning About Error Code and Validation on W3Hi,
Most themes on markeplaces don’t pass, but html 3 is a bit oldated.
That being said, unless you have specific issues, it’s easeier than ever to make a theme compliant.
It will never be 100% compliant though, unless you plan to use 300 hours for blinds and deafs that won’t ever see any menu.
Choices are yours. HTML5 is not a miracle, and giving an option to go text bigger always make me laaugh. A text engine to read menus, would be better.
Forum: Fixing WordPress
In reply to: Login / Profile optionsGo to Dashboard > Settings > Users
there you have control on email and basic behaviour for WP
Forum: Fixing WordPress
In reply to: project display's order in Orvis portfoliohi,
1) the easiest way would be to use a plugin that manages posts by order, date, and any filter you want (generally through Jquery ui)
for example
https://perishablepress.com/6-ways-to-customize-wordpress-post-order/
give you ideas,
now if you fiddle a bit with js, add a nav menu with jquery can do the trick in the form of tabs
hope it helps,
Forum: Plugins
In reply to: [Email Before Download] Download does not work in Chrome (in Firefox it does)The plugin is clearly depracted and do have security issues.
I suggest you disable it at once, some security issue make it vulnerable to botters (confirmed, got 300 emails 2 days ago).
Forum: Fixing WordPress
In reply to: Can't change sub menu fonts to match or the look of menu.Very strange yes, sure font declarations in CSS are not overlapping each other ?
Never saw the case, but it’s possible, check @media declarations related to window screen maybe?