Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #939292

    Hello Sirs,

    How are you?

    Is there any way to add a widgeted area on the right in product pages?
    See the screenshot: https://prnt.sc/j2we2s

    Thank You in advance.

    Best regards,
    Nick

    #939588

    Hey nickgin,

    I’m not sure if that would be possible, how exactly did you create the page? Where are the images above the area you want the widget added?

    Best regards,
    Rikard

    #940704

    Hi Rikard,

    Thank you very much for your response.

    The above content is not a widgeted area but something like a trick. I inserted the images in short description of the product and then with css positioning customization, I positioned the images where I want. It’s not the ideal solution but it’s good. The ideal solution is to create a widgeted area. So, is that possible you think?

    My CSS below:

    img.alignright.wp-image-921.size-medium {
    float: right;
    margin: -50px 0 0 0px;
    margin-bottom: -100px;
    display: block;
    position: relative;
    right: -310px;
    top: 130px;
    }

    I am looking forward your help.

    Best regards,
    Nick

    #941287

    Hi Nick,

    Well, you could add a widget area there, here is how to do it:
    https://codex.wordpress.org/Widgetizing_Themes

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #943606

    Hi Victoria,

    Thank you so much for your help and your reference.

    Best regards,
    Nick

    #943900

    Hi Nick,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #944082

    Hi Rikard,

    You can close this ticket.

    Thank you so much!

    Best regards,
    Nick

    #944452

    Hi Nick,

    Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Widgeted area on the right in Product pages’ is closed to new replies.