*

Chris041973

  • ***
  • 58 posts
I have found few free attributes plugins like cars, jobs, dating, … on the Osclass market …
Most of these plugins are OK with Zara theme but the “Dating Attributes” don’t look nice on the Zara Item Post page :
Dating Attributes on Item Post page.png

In fact, “You are:” should be located before “Man” (1st selection), “Looking for:” should be located before “Man” (2nd selection), “Relation Type:” should be located before “Frienship” (3rd selection), I mean like the Zara Search page below :
Dating Attributes on the Search widget.png
 
Please how to modify the Item Post page (Zara theme or the plugin) to match the style of the Search page ?
Thank you,
Chris
« Last Edit: June 07, 2017, 01:41:38 PM by Chris041973 »

*

MB Themes

@Chris
You need to adjust styles of this plugin. Not all plugins match theme design or are designed well.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Chris041973

  • ***
  • 58 posts
Hi Frosticek,

Thank you ...
You are right, the style of this plugin is different on other themes, much better on the Item Post page but not so beautiful on the Search page like Zara ...
About styling, please should I adjust the code of the php files of the Dating Attributes plugin ? is it php, html or css ?

*

MB Themes

@Chris
In ideal world you will need to update just css files.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Chris041973

  • ***
  • 58 posts
Hi Frosticek,

This Dating Attributes doesn't have any css file ...
I am going to copy the css file from another plugin and paste it to the Dating Attributes plugin to see the result ...

*

Chris041973

  • ***
  • 58 posts
Hi Frosticek,

I cannot code but can remove the code !!
Then I found a solution, just need to inhibit ALL the <tr> lignes of the item_edit.php file of Dating Attribute plugin as below :

BEFORE :
  <tr>
AFTER :
//  <tr>

Please find the result on the attached picture called "Dating Attributes on Item Post page after removing all tr in item_edit.png"

Regards,
Chris

*

Chris041973

  • ***
  • 58 posts
Sorry, little mistake in the previous message :
all <tr> shouldn't be replaced by //<tr> but all <tr> should be deleted :

BEFORE :
  <tr>
AFTER :

Regards,
Chris