Home Forums WoodMart support forum Pay pall as Popup and others

Pay pall as Popup and others

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #152205

    epicsm
    Participant

    Thats perfect. Thank you so much with all your help which I really appreciate. I got a bot attack quite badly so am paranoid now especially with the login and registering and protecting WP etc. Got lots of protection now but went a bit too far yesterday I think 🙂

    Is it possible to link an html block to an image? I have created a PayPal popup form which works on the button but would like to have the paypal logo image and when a user clicks on the image it opens the form in a popup.

    Also I have a few questions which I don’t need any help with at the moment but am thinking ideas and what I can or cannot do.

    On the front page the BROWSE CATEGORIES in green I really love especially over the slider. My problem is I will have 70+ categories so will be a long list. I like it displaying at 10 categories. Would I be able to on display limit this to 10 with at the bottom a load more button or something similar to click to display the rest?

    Would I be able to change the name BROWSE CATEGORIES? If I go another route I will need to

    I really love this theme. I love the sub categories in the category title image. This is so cool and exactly what I was looking for!

    #152261

    Hello,

    1. Paypal. If the PayPal form is added by means of a shortcode, you can use our Popup element and I shall attach the image on the button, so clicking on the image you will have a popup with the PayPal form.

    2. Browse Categories element shows a menu created in Appearance > Menu. So you can create the menu as per your needs and show any categories you wish.

    3. You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you rewrite your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    We suggest you keeping translated files in wp-content/languages/themes/woodmart-pt_PT.po folder. Then you can delete the plugin.

    Best Regards

    #152490

    epicsm
    Participant

    Hello

    Thank you for your answers. The Loco transalte is brilliant and I changed the Browse Categories name. I think I am having popular categories as I like only 10 on the side of the slider.

    The PayPal form is an html block which uses the Popup element. Ive gone for a plugin PayPal button now but would like to know how to attach the Popup element to an image for my knowledge for the future

    Many thanks

    #152544

    Hello,

    WoodMart Popup element cannot be assigned to the image. We can set the image as a background on the button. As a result, a user clicks the image and calls the popup.

    Best Regards

    #152565

    epicsm
    Participant

    Please can you show me how to set the image as a background on the button.

    I have setup up a ‘PayPal Popup’ in html blocks [html_block id="3011"]

    On the header bar on the right is the popup form button called ‘PayPal Button’

    Login details below.

    Many thanks

    #152585

    Hello,

    I cannot enter the site which you provided earlier, please update the page login URL.

    Best Regards

    #152586

    epicsm
    Participant

    Hello

    Please see in private content

    #152606

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body #wd-5db49ec69097f a.paypal_btn{
    	background-image:url(http://dev.epic-trophies.com/wp-content/uploads/2019/10/paypal.png);
    	background-repeat:no-repeat;
    	background-position:center center;
    	background-size:contain;
    	color:transparent;
    min-height:40px;
    	border-color:transparent;	
    }

    You will get result https://gyazo.com/20450317042283c3c42767102f0ae184

    I have added this code to the area “before add to cart” in the Theme Settings > Product page just to demonstrate, delete this shortcode. Also, delete this product once again.

    Best Regards

    #152630

    epicsm
    Participant

    Hello

    Thank you this is really good to know and gives me options and ideas for the future.

    I wanted to put the Paypal ‘image’ into the header bar which is there but the image is very tiny and everything I tried I could not enlarged it to its original size. I think the container it is in needs to be enlarged with CSS?

    Thanks

    #152658

    Hello,

    You can increase the row height in the row settings of the header https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    Then add HTML Block built with WPBakery into the Header builder https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)