mand01
Forum Replies Created
-
Forum: Plugins
In reply to: [Rencontre - Dating Site] Size big image profilIf I understood correctly about the filter “rencImgSize”, ?
function myRencImgSize($size) { // 1. Modification des photos "-grande" foreach($size as $k=>$v) { if($v['label']=='-grande') $size[$k] = array('label'=>'-grande', 'width'=>300, 'height'=>300, 'quality'=>75); } // 2. Ajout du format "-wide" $size[] = array('label'=>'-wide', 'width'=>400, 'height'=>180, 'quality'=>70); // return $size; } add_filter('rencImgSize', 'myRencImgSize', 10, 1);
It is that I have to enter this code directly in the file whose path is :
inc/rencontre_filter.php – fonction rencPhotoSize() ?
Forum: Plugins
In reply to: [Rencontre - Dating Site] Size big image profilThank you for your responsiveness, Jacques.
Here is a screenshot of the result of the codes entered in the two templates: https://ibb.co/C7z2jPfindeed, we see a centered image but which does not occupy the whole block. In addition this affects the thumbnails below which are also centered but this point can be resolved by displaying 10 thumbnails rather than 8.
As a result, going through the filters… I’m afraid of not managing the operation.
Forum: Plugins
In reply to: [Rencontre - Dating Site] notifications message inboxAll you had to do was refresh the page or leave it and then come back to it to see the notification. It is all good.
Forum: Plugins
In reply to: [Rencontre - Dating Site] registration form : positionI solved the problem by not displaying the quick registration module. Thank you
I close the topic
Forum: Plugins
In reply to: [Rencontre - Dating Site] modify form appearanceThese display issues are resolved for me.
Forum: Plugins
In reply to: [Rencontre - Dating Site] module in full width ?I changed the theme and the mode is displayed well on 3 columns, because this one accepts it. ??
Forum: Plugins
In reply to: [Rencontre - Dating Site] Log out in menu ?Finally I opted for something else.
Forum: Plugins
In reply to: [Rencontre - Dating Site] members and columnsok, it’s fixed: I adjusted the width of the page and the container. The cards are displayed in 3 columns.
Forum: Plugins
In reply to: [Rencontre - Dating Site] modify form appearanceit’s impeccable Jacques! the display of member files is very good on PC and
mobile in one or two columns.(There remains a problem that is not inherent to the plugin, it is the paragraph displayed over the entire width when you choose a column.
If you have a tip I’ll take it!)Forum: Plugins
In reply to: [Rencontre - Dating Site] modify form appearanceI give you the links of the screenshots below (views on mobile and a view on PC) to show you the display anomalies:
view on PC with two columns:
view with one column:
the paragraph on pc with one column : https://ibb.co/t27k9xJ
- This reply was modified 1 year, 11 months ago by mand01.
Forum: Plugins
In reply to: [Rencontre - Dating Site] modify form appearanceI specify that on PC I do not encounter the display problem. Just maybe increase the member files to occupy a little more space left vacant on the right.
Forum: Plugins
In reply to: [Rencontre - Dating Site] modify form appearanceI think the Google translation doesn’t exactly reflect my thinking (I’m French).
I will explain better:1/ On connected mobile: member files in the “home” page (featured portraits, new subscribers, my favorites, recently subscribed) are displayed more to the left than to the right, leaving a space on the right. I think it would be better if they took up all the space. The cards should be either centered or increased in size…
2/ In the member’s file: the photo leaves a blank space on the right. I put a very large large size (2000×1200) but this problem remains.
3/ Under the main photo, still in the member’s file, the thumbnail photo block is also centered on the left. maybe it could take the full width of its space?
Sorry to be long, Jacques.
J’ai repris les codes courts et je les ai affichés sur la bonne page : c’était ?a mon problème, en fait ??
C’est résolu.
Forum: Plugins
In reply to: [Rencontre - Dating Site] module in full width ?Thank you Jacques for your code.
But this one plays on the whole page, except what I want is just to modify the paragraph: position it on the right and see its title on the left (in fact, as during the initial display in two theme columns).
Why am I asking this will you think? This is to be able to display the meetings module over the entire width of the site. on PC.
….But then perhaps the most logical solution would be to simply ask the module to display on the full page?