• Resolved akingbenga

    (@akingbenga)


    1) I need to change the listing page background to match my site color and the fonts. Please where do I manually do that?

    2) My items list is quite long. Is there a way to paginate/break list into pages. I have arrayed them in multiple columns and rows but still too long.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Arthur Yarwood

    (@arfa_)

    Regarding your second point, yes the plugin can do this:
    On the shortcode (or widget), set the ‘column’ and ‘row’ parameters to the number you wish to show per page, then set the ‘slides’ parameter to the number of pages you wish to show. You can then set the ‘slideshow’ parameter to ‘manual’ or ‘auto’, depending if you wish visitors to click through pages themselves or have the pages auto scroll on their own.

    Take a look at the very bottom example on this page:
    https://www.fubaby.com/wordpress-plugins/fast-ebay-listings/shortcode-usage-search/

    Regarding the tailoring of background colours, you’ll need override the css styles manually in your child theme. These aren’t exposed for customisation in the plugin yet, I’m afraid.

    Thread Starter akingbenga

    (@akingbenga)

    Thank you. Please what exactly is the plugin’s css styles code so I can look for it … I am lost

    Thread Starter akingbenga

    (@akingbenga)

    Can you help? CAnt see any of the information due to font color etc. see https://www.afrotainmenttv.com/african-american-ecommerce-shopping-site-beauty-grooming/

    Thread Starter akingbenga

    (@akingbenga)

    I am stuck with the item title font color … couldnt get it changed even in custom css. Any help pls?

    Plugin Author Arthur Yarwood

    (@arfa_)

    Just had a look at your site: The light grey title text colour is coming from this css:
    <style type=”text/css”>
    /*************** Theme: VideoTouch *************/
    /*************** Theme Version: 1.8.2 ************/
    a{
    color: #dddddd;
    }

    You can try overriding this with the following css:

    <style type=”text/css”>
    .fu_ebay_title a {
    color: #000;
    }
    </style>

    Thread Starter akingbenga

    (@akingbenga)

    thank you that works

    Thread Starter akingbenga

    (@akingbenga)

    Hi again. Please is it possible to get rid of the “Right now on eBay” image and hyperlink? If so how? When a user clicks on the image it takes them to the general ebay landing page and any transaction will NOT be credited to the affiliate account.

    Thread Starter akingbenga

    (@akingbenga)

    Arthur help pls

    Plugin Author Arthur Yarwood

    (@arfa_)

    I’ll look into this. EPN have same guidelines regarding this logo, and stipulate it should appear near results from ebay. I’ll do some more research as to whether it can be made an affiliate link, as it appears to be a bit of a grey area if this is deemed acceptable by EPN. I want to make sure I stay within the EPN legal terms, so as not to jeopardise my relationship with them, as I’m sure you wish to also.

    Thread Starter akingbenga

    (@akingbenga)

    OK thanks. I wouldnt mind even the logo but it is hypertexting to the eBay homepage and not parsing any partner ID information so any transaction is lost to partner.

    Plugin Author Arthur Yarwood

    (@arfa_)

    Please try the latest release 1.5 this should add an affiliate link to the ‘right now on eBay’ image.

    Plugin Author Arthur Yarwood

    (@arfa_)

    Now closing support issue

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Customizing css manually and Pagination’ is closed to new replies.