Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 49,701 through 49,720 (of 53,646 total)
  • Author
    Search Results
  • #19930

    Sure, add this css:

    table.cart .wc-backward {
        padding: 8px 12px;
        font-size: 14px;
        margin-top:1px;
        float:left;
    }

    and change the function to this:

    /* add button, Return to Shop, on cart page */
    add_action( 'woocommerce_proceed_to_checkout', 'kad_keepshopping', 4 );
    function kad_keepshopping() {
    	echo '<a class="button kad-btn-primary wc-backward" href="'.apply_filters( 'woocommerce_return_to_shop_redirect', get_permalink( wc_get_page_id( 'shop' ) ) ).'">'.__('Return To Shop', 'woocommerce' ).'</a>';
    }

    Ben

    #19929

    Add/Move “Return to Shop” Button on Cart page
    —————————

    Would it be possible to move the ‘Return to Shop’ Button on the Cart page to one of the positions indicated in the image here:
    Cart page example image:

    The R2S button was added using the code snippet below:
    /* add button, Return to Shop, on cart page */
    add_action( 'woocommerce_after_cart_table', 'kad_keepshopping', 40 );
    function kad_keepshopping() {
    echo '<p class="return-to-shop"><a class="button kad-btn-primary wc-backward" href="'.apply_filters( 'woocommerce_return_to_shop_redirect', get_permalink( wc_get_page_id( 'shop' ) ) ).'">'.__('Return To Shop', 'woocommerce' ).'</a></p>';
    }

    Site link (not live):

    Thanks
    ~ Ann

    #19923

    In the appearance > menus page, have you assigned a menu to be your mobile menu?
    Ben

    #19919

    Hello,

    I have added a survey to my site using WtWM Awesome Survey plugin. When I embedded the survey into a page, the styling became a little messed up. The creator of the survey has notes that he cannot fix style issues for different themes, so I was wondering if anyone knows of a way to fix this.

    Here is my survey:

    as you can see, there is some formatting issue with the questions and text boxes being on different sides of the page.

    The survey should be formatted to look like this:

    In forum: Virtue Theme

    In reply to: Strange Issue

    #19911

    Between the general settings, and the woocommerce settings, I think that fixed the problem. I still have to test, but I am sure it will be fine now. Thanks.

    Can you help me with one more issue. Look at the following page, ( http://baywatcharms.com/cart/ ). The return to shop box near the bottom of the page. I have tried several things to change this the way I like, but can;t seem to isolate it correctly. I can make the changes, but it messes with other areas. Can you help.

    In forum: Virtue Theme
    #19905

    In the share settings. Turn the share buttons off for the home page. If you want on your home page use the shortcode, or widget.

    Ben

    In forum: Virtue Theme

    In reply to: Strange Issue

    #19904

    In woocommerce settings. click on emails, Have you set up that page?

    Ben

    #19902

    I’m confused? The link doesn’t lead anywhere? And I don’t know what you mean? The secondary menu isn’t designed to go below page content.

    Ben

    In forum: Pinnacle Theme

    In reply to: Search page

    #19901

    Hey, The search page is not a “page”. WordPress forms by the search inout. I’m adding the ability to customize the header in the next version, But what are you wanting to change in the text? As I stated above if you want to translate the text using the plugin.

    Ben

    #19889

    I have share buttons set up on my site, on pages and posts. I have the text ‘share me’ added before the share buttons, which is working fine. However, in the shortened versions of the blog posts, either on the home page or on the blog page ‘share me’ is shown at the beginning of the text for each of the posts. Is there anyway to avoid this, as its not part of the post?

    Thanks

    Joanne

    #19880

    Hello Kadence-Team
    First of all, thank you for your great Virtue Theme!
    It’s awesome!

    But now the Problem:
    While Setting up my Homepage I got the Problem, than when I use your “example Page” (doesn’t matter if customized or not) it copies the whole Text underneath the Secondary Menu (on every page, not just on this specific one) the Page is:

    I hope this issue can be fixed fast.
    I want to finish the Page and this is really annoying.

    Thanks for your Support!

    #19876

    Hi Ben,
    if you look at my page http://www.yogawirral.co.uk/about there are a couple of issues I’m having. Firstly, in the three columns underneath the main image I have used the same page builder ‘arbitrary text or html’ widget but the text colour formatting is different (it should be the same as the left hand column) and is there a way to make the title a link?

    Secondly, in the top bar drop down menu for the ‘about’ link, the font is tiny and the width of the drop down doesn’t match the column width. How can I change that please?

    thanks
    Justine

    #19872

    Hi everyone,

    I’ve been using the Virtue Theme for a while now, but I can not figure out how to change to colour of the price tags in the WooCommerce plugin. Who knows how this can be solved?

    I also want to change the text “Laatste van de Blog” to something else, but I can not find the option to change this because it’s a standard text.

    Website

    In forum: Virtue Theme

    Topic: Adding Icons

    #19866

    Hi Just wondering if there is a way to add my own icons into the iconbox shortcode in the page builder.

    I saw it was possible to load them in the home page builder section, but I’d like to do it on other pages too.

    Thanks,
    Stuart

    #19865

    Hello
    In the title of my category pages, I would like to remove the word ARCHIVE.
    Any idea ?
    Thanks

    #19862

    Sorry, somehow I read the above post wrong and thought that you had premium. Transparent headers do not work with sliders in the free theme. You can however set your home image slider to page title and with that you will have the transparent header option and then you could just add the slider to the actual page.
    Hannah

    #19858

    So you can use the feature template to add a revolution slider to a page. But it sounds like you just want to add the same slider to every page? Even single product pages and everything else?

    Ben

    In forum: Virtue Theme
    #19857

    I am working on the following page, ( ). I am having trouble getting the correct css for the proceed to paypal page. I used the following css to make the button like it is now.

    #payment #place_order, .checkout-button,
    input[type=”submit”].button, .order-actions
    .button, .productnav {
    background: #a31212;
    width: 150px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #000;
    font-size: 11px;
    padding-bottom: 7px;
    padding-top: 5px;
    }

    I am trying to make the hover background “darkslategrey”, and the hover font color “darkorange”. Can you help?

    In forum: Virtue Theme

    Topic: font colors

    #19853

    I am working on the following page, ) ). Where it ask about a coupon. I am wanting to change the font color “Have a Coupon?” to darkorange, and the text to the right in blue, I am wanting to change that also from blue to white on static view, and dark orange during hover. Can you help me with css. I am having trouble locating the proper css.

    #19851

    Hi,

    I am having trouble setting the revolution slider in the header of every page of my site. Could you please point me in the right direction?
    Its on the homepage and shop page successfully but I cannot see how to set it on normal pages or portfolio pages…

    Thanks in advance 🙂

    (Great theme btw- it is fantastic.)

    Josh

Viewing 20 results - 49,701 through 49,720 (of 53,646 total)