• Product page not showing when clicked on, just shows browser looking for page.

    I am not using a weird slug for the product, I am using ex: 084-0023 (product name & slug)

    i am not entering a product link

    the product page type is set to default.

    Pretty Permalinks is off.

    Please help

    The page I need help with: [log in to see the link]

Viewing 15 replies - 16 through 30 (of 31 total)
  • Thread Starter coptic7

    (@coptic7)

    figured it out, i used:

    .upcp-cf-label:after {
    content: ” “;}

    Thread Starter coptic7

    (@coptic7)

    How do I change the left – right icons for the product page carousel?

    https://btsbm.net/face_brick/?&SingleProduct=5

    Thanks

    Thread Starter coptic7

    (@coptic7)

    also when you scroll to left or from left, the image begins or ends behind the left scroll button, is there a way to fix so the scroll on left behaves as scroll towards right?

    https://btsbm.net/face_brick/?&SingleProduct=5

    thanks

    Hi Coptic7,

    Those arrows are just text, the only way to change them would be directly in the code. To change arrows in carousel you will have to search this string: upcp-tabbed-button-left and upcp-tabbed-button-right in ultimate-product-catalogue/functions/Shortcodes.php and replace < and > with Html code or html entity of your choice.

    The function for the Left and right button is to show images on the left side or on the right side. That’s why when left button is clicked, images slides towards right to show image on left slide same this goes to right button. If you still want to change direction of the slide you can do change jquery function for that in js/upcp-jqury-functions.js.

    For the images sliding under the arrow, that’s because your theme doesn’t seem to have any kind of normalize or reset for the padding and margin that webkit (i.e. Chrome and Safari) apply to ul elements. You can either find out why that is and fix it or try and counter it with some custom CSS for example:

    ul.upcp-scroll-list {
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    }

    Thank you

    Thread Starter coptic7

    (@coptic7)

    excellent, thank you.

    Another question:

    On the Tabbed Product Page, it starts by displaying the Product Details tab.

    How do i remove this tab completely and have the page load showing the next tab(custom fields that i renamed: Product Info)

    https://btsbm.net/face_brick/?&SingleProduct=4

    Thanks again for your help!

    Thread Starter coptic7

    (@coptic7)

    On the Tabbed Product Page, it starts by displaying the Product Details tab.

    How do i remove this tab completely and have the page load showing the next tab(custom fields that i renamed: Product Info)

    https://btsbm.net/face_brick/?&SingleProduct=4

    Thanks again for your help!

    Thread Starter coptic7

    (@coptic7)

    Figured it out, thx

    Thread Starter coptic7

    (@coptic7)

    Hi, looks like after installing the Ultimate Lightbox plugin, a ” started showing up on bottom of my footer on the tabbed product page.

    after uninstalling the Lightbox plugin, it change to a O

    Oddly the lightbox is still working even after plugin removal

    how can i remove the extra O at bottom of the footer?

    Thanks

    Thread Starter coptic7

    (@coptic7)

    see here for example please:

    https://btsbm.net/face_brick/?&SingleProduct=4

    Hi Coptic7,

    We took a look at the link you sent, but there wasn’t any UPCP code on that page.

    Anyway, when other users have encountered the issue you mentioned, it was because of a conflict with another lightbox plugin. So we’d suggest taking a look at your WordPress plugin list to make sure there’s no other lightbox plugins installed and disabling any extra ones that appear there.

    Thread Starter coptic7

    (@coptic7)

    thanks,

    sorry i switched the URL after the message, please look below:

    https://btsbm.net/face-brick_ny1/?&SingleProduct=4

    There are no other lightbox plugins installed, as I said earlier when the Ultimate lightbox was installed, it showed an extra ” but once i unauthorized the plugin and removed it, it started showing a O

    please help thanks

    Thread Starter coptic7

    (@coptic7)

    also note that even though the Ultimate lightbox plugin has been removed, it is still working

    Hi coptic7,

    It is possible that your theme has a built in lightbox feature? Could you check in theme settings and try disabling it?

    Also, are you using a page builder (such as SiteOrigin or Beaver Builder)? If so, you may want to check those plugin settings as to see if there’s a lightbox.

    A way to test this would be to disable the page builder for the Catalogue page + try entering the shortcode into the normal WordPress page editor.

    Thread Starter coptic7

    (@coptic7)

    early on I figured out that SiteOrigin and Beaver Builder were issues so I use the normal wordpress page editor for anything related with this Product Catalogue.

    The lightbox feature never worked until I installed ultimate lightbox

    I also checked the theme and there is no lightbox feature.

    Hi coptic,

    A basic version of our lightbox plugin is built in to UPCP, so the lightbox feature definitely works without needing the full version of Ultimate Lightbox. If it doesn’t, that is again indicative of a conflict with something else.

    Have you tried deactivating all other plugins except UPCP? If you do and you still get the zero, then it’s probably something in your theme that is conflicting. In order to know if that is the case, could you please try testing the default WordPress theme? Does the zero show then?

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘Product Page’ is closed to new replies.