• Resolved Mithun Rajput

    (@mithun-rajput)


    Hi. I have created a site(Rohbits.com) where i put reviews under the niche of Technology. All i wanted to know is that i have seen some website who have doxed descriptions for a specific product. I can’t find any plugin that works fine for me. I have tried using Easy tables but its not looking good on my site. The image will show you what kind of plugin i want.
    This is the image Image to a site’s product description for a phone. Please don’t suggest me some easy table or table reloaded, I’ve tried them all.
    Any help will be appreciated. Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator cubecolour

    (@numeeja)

    There’s no reason why you wouldn’t be able to achieve that with easy table. You will have to style the resultant html by adding some css rules whatever you use to make the table.

    Thread Starter Mithun Rajput

    (@mithun-rajput)

    cubecolor… I think i have to do that everytime i want to insert a table in my post… is there any other way to get to the desired result ????

    Moderator cubecolour

    (@numeeja)

    If you can’t use the default styling a plugin outputs you will always need to add your own styling. Any plugin is unlikely to output exactly the styling you want if you have a very specific design already in mind.

    If you make your tables using Easy table and they have a common format, you should be able to use the same css class for all of them. If you have any specific questions about using the easy table plugin, you can ask on that plugin’s forum: https://www.ads-software.com/support/plugin/easy-table

    Looking at your screenshot I can see no reason why Easy Tables wouldn’t be suitable to be used for this, however a better, but much more advanced solution might be to use custom fields with a custom template.

    Thread Starter Mithun Rajput

    (@mithun-rajput)

    cube.. i think i am not being specific about my problem. i want to style all the rows vertically and i have tried a lot but got nothing. I want to style entire first row vertically. This IMAGE will explain further. Anyways thanks a lot for you replies but please help me out with this. And i am using easy table plugin for this. But i am not able to figure out how to style the rows vertically. i hope you understand.
    thanks

    Moderator cubecolour

    (@numeeja)

    If you don’t want to worry about people using out-of-date versions of Internet Explorer, you can add a little CSS using your preferred method (child theme, custom CSS plugin etc)

    .easy-table td:first-child {
            background-color: #e6e6e6;
    }

    Or if you do need to support people who can’t run a decent browser, you can add some css to the first cell in each row using jQuery if you can follow the documentation at https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script#Link_a_Theme_Script_Which_Depends_on_jQuery to make a script and enqueue it

    something like this should work

    $('td:first-child').css('background', '#e6e6e6');

    Thread Starter Mithun Rajput

    (@mithun-rajput)

    thanks a lot …. problem solved ….. thanks again ??

    there many plugin for many problem you stated, even my blog 360crest.com , had personally tried to add specification grade to it, believe me you bro i quite understand what you mean but, i have got null ideal, if any one has should please share.

    there many plugin for many problem you stated, even my blog 360crest.com , had personally tried to add specification grade to it, believe me you bro i quite understand what you mean but, i have got null ideal, if any one has should please share.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to add boxed /specification/description for a product in review site.’ is closed to new replies.