Digico Paris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nginx server: media library doesn’t load images on scrollingWell, not sure, but it can be related:
If your WP setup use Ngnix, Nginx with a default base URL, it can generate a false url for some things.
WP autoquery (inline search) depends on plugins in general, so probably you should look into that, for the issue?
Hope it helps,
Forum: Fixing WordPress
In reply to: Correcting PermalinksHi most plugins are wrong but,
Simple SEP 1 wrote artocmes or poss,
2) check
3) have funForum: Fixing WordPress
In reply to: Nginx server: media library doesn’t load images on scrollingok will try to explain:
1) nginx is a webserver, on top on anythging
2) once it is op, it will just run html, php, mysql daemons
3) the admihn setup should be ok with friends or soForum: Fixing WordPress
In reply to: How to easily create image gallery from s2member protected folder?I say we nver du commmerical themes, but:
1) use shotcodes like to display a widget
2) I don’t do supoort for commecial themes, some and often don’t even have a readable documentation (most are untedsted and create simple js errors)
3) read the docs, most is useless- This reply was modified 8 years, 2 months ago by Digico Paris.
Forum: Networking WordPress
In reply to: Shared postsYes mate,
In general it involves a plugin; but every post you make is in a general .xml feed you can put to any site/social network.
Aka:
yoursite.com/feed.xmlMostly, a plugin like Yoast SEO or All in one SEO, allows you to filter what can be filtered, for crawlers like Google.
It’s touchy, and always better if you do it yourself (your theme coder, or so working with designer/marketing team).
You can ask the marketing guy how pages are rated inside Google through Google Search Console, many bad plugins create double posts for SEO:
NB: Google search console / formerly Google webmasters tool
Forum: Fixing WordPress
In reply to: Repeatable Field groups for registration?Hi,
One of the best and clean solution is using ACF plugin. It allows you to add whatever field you like, to custom post types and taxonomy.
It works well with Contact Form 7 from japan, so you can make a fully custom form with both enabled.
Regards, Fran?ois from digico paris
Note: BuddyPress is kinda dead now, don’t work on it for anything production
- This reply was modified 8 years, 2 months ago by Digico Paris.
Forum: Fixing WordPress
In reply to: Shortcode usage outside of pageHello,
Here are my suggestions:
1) Most commercial themes that are well built provide a “field” to use like for Google Analytics and other JS scripts, so it’s the easy way
2) Simply use footer.php in your theme, anyways what you put in there will be used for sure and simple in every page/post
3) Using audio/video on footer is at risk, but again you can call it by JS like a spotify/deezer playlist. I strongly disadvice calling a playing on autoplay (aka,
music will start once the page is loaded), but for jazz or blues this is ok. (music
that is not too aggressive).Hope it helps,
Fran?ois
Forum: Fixing WordPress
In reply to: Nginx server: media library doesn’t load images on scrollingHi again Aceone, if you see errors while scrolling down, it’s definitely an error with your theme/plugin setting wrongly in use.
It happens when some JS detect scroll and conflict with main JS from core WordPress, in general, so again. I sugesst you hire a good freelance on that (Webdesign / Integrator / PHP code) for a few hours and he/she will fix it very soon.
Regards,
Forum: Fixing WordPress
In reply to: WordPress Images not displaying in Chrome3) simple CSS rules:
.violet { font-style:helvetica; color: #951eab; }
have fun i go now ??
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
- This reply was modified 8 years, 2 months ago by Digico Paris.
- This reply was modified 8 years, 2 months ago by bdbrown.
Forum: Fixing WordPress
In reply to: WordPress Images not displaying in ChromeIf you still have access to the main CSS for the theme try this:
1) Find the the theme css main one, should be in wp-content/themes/name-of-the-theme/style.css or a subfolder
2) Find the involved classes, and use the important tag aka
Forum: Fixing WordPress
In reply to: WordPress Images not displaying in ChromeAlso and might be the issue, one part at least …
For some browsers you need to specify in CSS a declaration like:
font-size:16px;
webkit-font-size: 16px;and if the theme is very bad written, you need to use !important tag in CSS;
I do integration since my first job, so, i know a bit :p
have fun
Forum: Fixing WordPress
In reply to: WordPress Images not displaying in ChromeHi again, no but Chrome/Firefox/Safari is much more better, as modern browsers let’s say.
Some Email marketers like me work with Microsoft now, but usually the Internet Explorer is below now.
As for the code you show, it seems perfectly ok, just there is probably an issue with server, you can send the discussion at [email removed] if you want. I will answer if in chat now, if not in 2/3 days.
Regards,
{Moderator note: please don’t post email addresses in the forum]
- This reply was modified 8 years, 2 months ago by bdbrown.
Forum: Installing WordPress
In reply to: cannot?load “setup-config.php?step=2”It’s also possible the database driver (HeidiSQL) don’t work well.
Did you try that on a full linux stack? (LAMP/LEMP)? With full MySQL of course –> then translate (not in local webserver, in a real vps or cloud).
- This reply was modified 8 years, 2 months ago by Digico Paris. Reason: my mistake
- This reply was modified 8 years, 2 months ago by Digico Paris.
Forum: Installing WordPress
In reply to: WordPress and PHP 7.1Thanks for the community heads up, anyways big hosters are in beta with PHP 7 still in EU.
And yes there is ALWAYS an annoucement, don’t worry there is time before everyone goes to PHP7 and MySQL 5/6 ??
- This reply was modified 8 years, 2 months ago by Digico Paris.