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 - 9,161 through 9,180 (of 53,646 total)
  • Author
    Search Results
  • In forum: Ascend Theme
    #244424

    Yes, this would work..but I’m not familiar with media queries 🙁

    The filter is added now to the top of shop page.

    Can I ask for some developer support, to create css and media queries to have that show only on mobile, and also to hide the sidebar filter on mobile..? That would be really great.

    Sidebar filter shortcode: [searchandfilter id=”filter”]
    Top filter shortcode: [searchandfilter id=”teszt_filter”]

    Thanks a lot,
    Anita

    #244421

    Hi Ben

    I’m looking for the hover effect shown on this page:
    http://themes.kadencethemes.com/ascend-premium-4/portfolio/product-mockups/

    And if possible, this effect as well so I can choose between the two:
    http://themes.kadencethemes.com/ascend-premium-4/portfolio-mosaic/

    #244420
    This reply has been marked as private.
    #244418

    See here: https://wordpress.org/support/topic/cant-access-it-in-gutenberg/

    You need to go to the settings page, click “Restrict for Administrators only” checkbox then unclick and save.

    Ben

    #244413

    Hi,

    I previously had a fade in left and fade in right on the second row elements of the home page here however performance issues made the result too jerky if the images had not yet been cached.

    I removed those element animations however, the second row is still animating in a fade up for the entire row. (which I think is contributing to the performance issue of the animations I removed)

    Is this default for the theme or is there some way I can turn this animation off as there is no animation set in the page builder for any elements in that row.

    I hope this makes sense, please ask for clarification if required.

    site below,

    #244412

    Hey – how’s it going?

    I’m using a genesis child theme which has a really nice button design using the class .button

    When I put on the page a Kadencewp Advanced Button and add a custom class .button the theme styles are over ridden by the KadenceWP Advanced Button styles.

    How can I reverse this so the theme styles are the most important?

    Thanks

    In forum: Virtue Theme

    In reply to: Splash Page?

    #244409

    Hi Hannah,

    Unfortunately, none of that code worked. The image in div#panel-397-1-0-1 is still visible on the desktop. And the home page content is still aligned in various ways on mobile. Any other ideas?

    Many thanks,
    Dustin

    • This reply was modified 6 years, 2 months ago by Dustin. Reason: clarification
    In forum: Virtue Theme

    In reply to: Splash Page?

    #244405

    Great! That worked for hiding the image on mobile. I tried similar code (but with different div#panel numbers) to hide the large logo on mobile (since the header logo is already visible on mobile, which is fine), and that worked too.

    I have added the second image, so when you have a chance, please let me know how to hide that on desktop.

    I think I would like everything to align center on mobile. Currently the images are aligned in various ways to give a more organic look to the page on the desktop. This ends up looking odd on mobile since the content is displayed sequentially.

    Thanks,
    Dustin

    In forum: Ascend Theme
    #244403

    One option would be to use a page builder plugin to add the filter as a widget into the content area of your shop page. Then you can use css and media queries to have that show only on mobile, and also to hide the sidebar filter on mobile. Would that work for you?

    Hannah

    #244401

    1. Glad to hear it!

    2. Your link is taking me to a page not found. I’m not seeing any products in your store?

    Hannah

    #244392

    Hello Support team!

    I’m using left and right menu on this page. Can you please help me with a css, to set menu font size to 14 px under 1280 px media width?

    Site:

    Thanks a lot,
    Anita

    In forum: Virtue Theme
    #244384

    When I click News in your menu I am taken here: https://www.skillsimpact.com.au/category/news/ rather than here: https://www.skillsimpact.com.au/news/. In the first page (/category/news) the pagination is working without issue. Is there somewhere that you’re linking to /news? Because it’s a category page “category” is meant to show in the permalink.

    Hannah

    #244383

    Hi,
    After the last update, we ran into an issue with our product page. The add to cart button is missing and for some reason, there is a huge buy now button that launches a paypal window. Not sure where that came from.

    #244379

    Hi Ben

    Here’s one of the plugins I tried:
    https://en-gb.wordpress.org/plugins/wp-custom-body-class/

    It’s supposed to add a field to the side menu on the page admin screen, but I couldn’t get it to appear.

    The other plugin I tried wouldn’t even activate due to a missing file.

    #244372

    Hey,
    The core WordPress filter for body class would work fine, I don’t see any reason a plugin wouldn’t be compatible. Can you send me a link.

    Here is an example of how you can add a class:

    /**
     * Define Body Classes
     *
     * @param array $classes the body classes.
     */
    function custom_body_classes( $classes ) {
            $classes[] = 'add-custom-class';
    
    	return $classes;
    }
    add_filter( 'body_class', 'custom_body_classes' );

    You would just need to make it conditional based on whatever condition you are using for example:

    /**
     * Define Body Classes
     *
     * @param array $classes the body classes.
     */
    function custom_body_classes( $classes ) {
         if( is_page() ) {
            $classes[] = 'add-custom-class';
         }
         return $classes;
    }
    add_filter( 'body_class', 'custom_body_classes' );
    #244361

    Hi guys

    Is there any way with Kadence to add a class or id to the body tag of each page? I need to hide the main nav menu on certain pages. I know I can use the specific page id’s once the page is created, but that means adding it to the style sheet manually which isn’t really ideal when the client creates new pages. I could do with a field in the page admin screen to add a custom class to keep it as simple as possible. I’ve tried a couple of plugins (Custom Body Class and Enhanced Body Class), but neither seems to be compatible with Kadence.

    #244360

    Hi – If I update the website to php v7.1, I get the following error message:

    Fatal error: Uncaught Error: [] operator not supported for strings in /var/sites/r/ridgewaypress.co.uk/public_html/wp-content/plugins/revslider/includes/framework/base-admin.class.php:71 Stack trace: #0 /var/sites/r/ridgewaypress.co.uk/public_html/wp-content/plugins/revslider/admin/revslider-admin.class.php(572): RevSliderBaseAdmin::addMetaBox(‘Revolution Slid…’, ”, Array, NULL) #1 /var/sites/r/ridgewaypress.co.uk/public_html/wp-content/plugins/revslider/admin/revslider-admin.class.php(73): RevSliderAdmin->addSliderMetaBox() #2 /var/sites/r/ridgewaypress.co.uk/public_html/wp-content/plugins/revslider/admin/revslider-admin.class.php(44): RevSliderAdmin->init() #3 /var/sites/r/ridgewaypress.co.uk/public_html/wp-content/plugins/revslider/revslider.php(164): RevSliderAdmin->__construct(‘/var/sites/r/ri…’) #4 /var/sites/r/ridgewaypress.co.uk/public_html/wp-settings.php(360): include_once(‘/var/sites/r/ri…’) #5 /var/sites/r/ridgewaypress.co.uk/public_html/wp-config.php(81): require_once(‘/var/sites/r/ri…’) #6 /var/site in /var/sites/r/ridgewaypress.co.uk/public_html/wp-content/plugins/revslider/includes/framework/base-admin.class.php on line 71

    We do use a slider on the home page, but it is a Kadence slider, not Slider Revolution (which is installed as part of the theme).
    I have no idea what this means, but it does mean that the website is currently at an insecure level of php.

    Could you let me know what we need to do please?

    Thank you
    Susie

    #244359

    Hi,

    I have 2 bugs report.

    Bug 1

    I am facing the javascript Error in Admin Product Edit Page.

    It prevent me from select color and image.

    Please see the screenshot.

    Bug 2

    In frontend, It is not highlight the default variation. (I already set the default variation in the product admin)

    #244356

    Thanks for the reply Hannah,

    1/ I’m just using the normal “shop” menu item
    I have one product only, entered, and selected only for one subcategory, where it appears correctly,
    BUT it also appears as a product displayed in that subcat’s parent category.
    The product is not box ticked back end for the parent category.
    Isn’t this incorrect behaviour?? (It doesn’t happen on any of our other wordpress sites)
    https://www.eaparts.nz/product-category/an-fittings/
    Mousing over the incorrectly displayed one shows the subcat path, so why is it also appearing one directory higher?
    Is there a wp/vitrue setting causing this that I’m missing?

    2/ In the variations here:
    https://www.eaparts.nz/shop/an-fittings/100-series-fittings/eaparts-100-series-hose-end-fittings-different-sizes-degrees-and-colours/
    There is only: 60 degrees, AN6, black AND 60 degrees, AN6, blue-red as having prices (2 only variations) with 94 with no prices.
    The variations message is “94 variations do not have prices. Variations (and their attributes) that do not have prices will not be shown in your store.”
    Yet, all the 96 variations appear on that product page !

    Caches cleared, other browsers tried, no wordpress cache, cloudflare bypassed.

    Thank you, John

Viewing 20 results - 9,161 through 9,180 (of 53,646 total)