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 - 14,241 through 14,260 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: side bar as menu

    #211145

    Using a page builder plugin, you can add a Product Categories widget to the top of your content area of a page. Then edit the widget and set it to show as dropdown. Then let me know when you have done so and provide a link and I’ll provide css to hide it on desktop.

    Hannah

    #211134

    Hello,

    Can you please post a link to this page so that I can take a look?

    Thanks,
    Kevin

    In forum: Membership Forums

    Topic: AMP Problem

    #211131

    Hi the Kadence AMP plugin is not saving, the error massage is: There was a problem with yours action. Please try again or reload the page.

    #211123

    Hi, this might be an easy one or something obvious I am missing but I have introduces an image carousel on my home page (spottypenguin.com) is there any way to not have the thin white gaps between each image please?

    Many thanks
    Sam

    #211118

    None of the project thumbnail images are appearing in the portfolio grid on my portfolio page. I’ve set the featured image in the project but still nothing. Image below.

    If I over over the project in the grid the title etc appears as it should. just no image!

    Please help

    Thanks

    In forum: Virtue Theme

    In reply to: Polylang error

    #211114
    This reply has been marked as private.
    #211107

    Yes, I understand the video doesn’t have video scrolling. I did configure a video slider in my Kadence Slider settings. In Theme Options > Home Page Header I selected Kadence Slider Pro from the homepage header dropdown. The second dropdown is “Transparent Header n Homepage” and I have that set to True. The third dropdown says “If Kadence Slider Pro” and the text in the dropdwn window says “Select an item” When I click the dropdown it’s blank, there is nothing to select.

    #211091

    Hey,
    First, you need to configure a video slider in your Kadence Slider settings. Then navigate to Theme Options > Home Page Header and select Kadence Slider Pro from the homepage header dropdown. Then select your video slider and make sure the transparent header on homepage is set to true.
    Hope that’s helpful! Let me know if you have further questions setting this up.

    Hannah

    #211087

    Like a number of other people it’d be useful for me to underline links on hover anywhere in the body of all pages (not the menus) on

    I’ve looked at your CSS in a number of other postings but can’t adapt it. Would be grateful for your help.

    (Thought of making this an option in the next iteration of the theme?)

    Regards,
    Walter

    In forum: Ascend Theme
    #211065

    Hey,

    I’m not seeing it show on any pages of your site. Did you clear your cache after adding the favicon?

    -Kevin

    #211064

    Hi there, I’ve created a landing page using the Landing-no header template but it’s not pulling the favicon anymore. Is there anyway to get that to also appear on the landing page?


    #211060

    That’s odd, I’m seeing the images centered on the home page just like on the Our Team page. Any chance your cache is still showing the home page prior to adding the CSS for you?

    -Kevin

    #211059

    Yes, that’s how they should appear on the Wives and Our Team pages. Thank you. It may have been where I placed the additional CSS code initially. This time I added it to the top rather than the bottom. The appearance on the home page is still off center however. On the home page, I have short codes in the visual editor row for each of Wives and Team.

    For the wives it is
    [staff_posts columns=”3″ items=”20″ cat=”wife”]

    for the team there are two short code entries
    [staff_posts columns=”2″ items=”2″ cat=”director”]
    [staff_posts columns=”3″ cat=”team”]

    #211056

    I’m seeing it take effect with your staff images centered now on this page as well as your home page:
    http://imarriedthewar.com/our-team/

    Am I misunderstanding what you want the CSS to do?

    -Kevin

    #211052

    1. For your account sidebar text, you can change the font with this CSS:

    .woocommerce-MyAccount-navigation ul li a {
        font-weight: 500;
        font-size: 16px;
    }

    For the content of your my account page, I don’t really know of a way to break the text up easily. You can use this CSS to increase the font size and improve readability:

    .woocommerce-MyAccount-content p {
        font-size: 16px;
    }

    2. Here’s some CSS that will capitalize the buttons and that heading:

    table.shop_table button, .cart_totals h2 {
        text-transform: capitalize;
    }

    This CSS will move the select boxes over a bit:

    .form-row label {
        padding-right: 15px;
    }

    This CSS will move the text away from the radio buttons:

    ul#shipping_method label {
        padding-left: 10px;
    }

    3. The above piece of CSS will also add the spacing for the sipping labels on your checkout.

    This should move the radiobutton down a bit:

    .woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
        margin-top: 4px;
    }

    This will center the radio button under the credit card payment option:

    input#wc-stripe-new-payment-method {
        height: 12px !important;
    }

    4. Setting the max-width for the left row should get rid of the overlap in the middle:

    th.woocommerce-table__product-name.product-name {
        max-width: 40%;
    }

    I’m still working on getting the width and background for the columns changed, but I’ll let you know if I’m able to figure it out.

    You can add or adjust any of the font properties within that CSS. Let me know if you need any help with that. Add custom CSS to Theme Options> Custom CSS.

    As for the plugin options, I think these kinds of customizations are best done with CSS. I don’t know of a plugin that offers the ability to make the changes to these small details without CSS.

    For customizing the fields and overall layout, you can do so with our WooExtras plugin:
    https://www.kadencewp.com/kadence-woocommerce-extras/

    and our WooCommerce template builder plugin:
    https://www.kadencewp.com/product/kadence-woo-template-builder/

    Those plugins are available to you if you’re a Kadence Member. Let me know if this is helpful!

    -Kevin

    #211046

    Hi Kevin,

    I also noticed, for some unknown reason, that the text that are being set for the kadence sliders (on the Home page and the Our Story page) doesn’t seem to be showing up. I have a feeling it is “behind” the image, but I have no idea what is causing it. Do you have any idea?

    #211041

    Hey,
    It’s not really possible. The workaround would require a child theme.

    Is that something you want to do? You can get a basic child theme here: https://www.kadencewp.com/child-themes/

    It would require you have the home page set as a static page. Posts can only be commented on while on the single post page.

    Ben

    #211040

    Which plugin. or actually better can you send me a login so I can see the settings. Nothing that requires javascript will work on that page. So any animated in content will be invisible because of its current js crash.

    Ben

    In forum: Virtue Theme

    In reply to: side bar as menu

    #211037

    Hey,
    There isn’t a built-in function to do this across your site, but a workaround could be to add a collapsible menu (like a tabs or accordion shortcode) to your page, then use css and media queries to hide it on desktop. Then you could also use css to hide your sidebar on mobile. Would something like that work for you?

    Hannah

    #211035

    Hey,

    I don’t think it’s possible to show comments on the home page like you would on other posts. I’ll flag this for a developer followup so that he confirm this or give us a workaround.

    -Kevin

Viewing 20 results - 14,241 through 14,260 (of 53,646 total)