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,501 through 9,520 (of 53,646 total)
  • Author
    Search Results
  • #242888

    Hello Support team!

    Is this possible to add an extra widget above the footer, just like with Ascend theme?

    I’d like this widget to have a different background than the footer widgets. Then I’d like to add here tag clouds, using Page Builder (because of SEO).

    My page is:

    Thanks a lot,
    Anita

    I have made a reusable block with the form. Then I applied it to many entries and some pages of my site. But I have clients who report problems sending me the form. They say an error message comes out. This can be seen for example at: http://www.espectaculosvertigo.com/reservar
    I have done a lot of tests from different devices and everything goes OK but customers still have problems. Is there any record of these errors? How can I solve this problem?

    #242873

    Using Page Builder by siteorigin you can set a background image to a row and add a search widget on top of that, but there isn’t an option for a background slider.
    I’ll talk with the developer about this being added to the feature request list.

    Hannah

    #242870

    Hi Hannah,

    Thanks for getting back.
    I’m using the page builder by SiteOrigin. Does this have the same option? If not is there a way around this?

    See: https://www.abersochqh.co.uk/

    I’m trying to move the search lower down the page up so it’s over the Kadence slider at the top (below the View Properties button)

    It would be great if this was added in an update later on as adding enquiry forms or similar over the image would be a nice touch too.

    Many thanks as always!

    #242862

    Hi,

    Is there a way to format the category pages in Ascend so that they match the formatting on the blog posts and pages? At the bottom of all the posts and pages there is a section for formatting Page Title and Subtities. How do I get the category pages to come up with the same formatting?

    Thank you,
    Pam

    #242861

    Hi Hana,

    Thank you for your reply.
    Gutenberg editor can be used for woocommerce product page?
    I can’t find “product” in block option.

    Thank you Ben for your feedback

    In forum: Virtue Theme

    In reply to: Google Search Issues

    #242858

    We’re currently using the Yoast plug-in for SEO.

    Here’s a link to one of the product pages:
    https://shop.rebeccagallagher.com/collections/unisex-t-shirts/products/dog-person-unisex-t-shirt

    The message from Google doesn’t indicate a specific product, so I’m guessing it’s across the board.

    Thanks,
    Dean

    #242856

    Hi Kadence, I am using Virtue with Elementor. I am applying an Elementor Product archive template for my category pages and my page title is now hidden and I can not turn it on again. I tried the Elementor button inside the settings of the template and it is off. Do you have a shortcode I can use to include the page name in this template?

    This is the kind of page I want to include the title

    Thank you, MariaPalito

    #242844

    I’m receiving notification from Google Search that there are some issues detected that might be related to the theme.

    Here’s the message that I received:

    Search Console has identified that your site is affected by 4 Products issues:
    Top Errors
    Errors can prevent your page or feature from appearing in Search results. The following errors were found on your site:
    Missing field “priceCurrency”
    Missing field “lowPrice”

    Top Warnings
    Warnings are suggestions for improvement. Some warnings can affect your appearance on Search; some might be reclassified as errors in the future. The following warnings were found on your site:
    Missing field “offerCount”
    Missing field “highPrice”

    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

    Is there something that I didn’t set up correctly?

    Thanks,
    Dean Gallagher

    In forum: Virtue Theme

    In reply to: Conflict maybe

    #242825
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Virtue Premium Confict

    #242811

    Some more issues just came up for some reason. Out of new where my products on my shop page got misaligned.

    They were like this, where all is even and in order:

    Screen-Shot-2020-01-07-at-10-17-56-AM

    Now they are like this. Notice how the bottom row product has a large left side margin. Also the “White Belt Rash Guard” is not even with everything else.

    Screen-Shot-2020-01-07-at-10-18-05-AM

    A final issue that come up is that out of nowhere the “cart information” in the top bar menu how just disappeared.

    Thank you,
    Jason

    In forum: Virtue Theme

    In reply to: Regarding the footer

    #242810

    You can add a row separator to a page using page builder by editing the row, open the Design tab and you’ll see a Row Separator dropdown. So if you’re adding the row to the bottom of your page, the row separator should fade into the footer. Just note that unlike Ascend, there isn’t a way to create this site-wide. You would have to do so page by page.

    Can you post a link?

    Hannah

    #242799

    Hi, I’m trying to display Custom Posts into Post Grid/Carousel Block but they don’t show up.
    The Block correctly shows the 2 Categories I’ve created for that post type but when I select the category I get the message “No posts found”.

    I’ve created the Custom Post Type without plugins.

    Here is the code:

    function create_posttype() {

    register_post_type('prodotti', array(
    'labels' => array(
    'name' => 'Prodotti',
    'singular_name' => 'Prodotto',
    'add_new' => 'Aggiungi Nuovo',
    'edit_item' => 'Modifica Prodotto',
    'all_items' => 'Tutti i Prodotti',
    ),
    'public' => true,
    'show_ui' => true,
    'menu_icon' => 'dashicons-cart',
    'capability_type' => 'post',
    'has_archive' => true,
    'publicly_queryable' => true,
    'taxonomies' => array( 'category' ),
    'supports' => array( 'title', 'excerpt', 'thumbnail', 'page-attributes', 'post-formats', 'revisions',),

    )
    );
    }
    add_action( 'init', 'create_posttype',0 );

    I’ve also tried to add this code in the Functions.php file, but it doesn’t help.

    function query_post_type($query) {

    if( is_category() ) {
    $post_type = get_query_var('post_type');
    if($post_type)
    $post_type = $post_type;
    else
    $post_type = array('nav_menu_item', 'post', 'prodotti');

    $query->set('post_type',$post_type);
    return $query;
    }
    }

    Do I miss something?

    #242794

    Hello,

    I could use some help asap. I was using the Virtue Free theme and all was ok. Then when I decided to upgrade to Virtue Premium now my WooCommerce product page is messed up.

    I’m using this plugin: WooSwatches – Woocommerce Color or Image Variation Swatches

    When I use Virtue Free all looks fine and it uses the proper swatch buttons.

    When I use Virtue Premium it shows the swatch buttons BUT it also shows the variable drop down menus. These should not be there. See images for reference.

    This is how it SHOULD look and it looks like this with the FREE Virtue theme.

    This is how it SHOULD NOT look and it looks like this only when I active the PREMIUM Virtue theme.

    Thank you for your help

    In forum: Virtue Theme

    In reply to: Conflict maybe

    #242790

    When editing your site in french have you enabled the image menu in your homepage layout manager (theme options > home layout)?

    Hannah

    #242787
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Conflict maybe

    #242785
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Error Message

    #242777
    This reply has been marked as private.
    #242773

    Hey,
    Looks like it has to do with your lazy load and the social share plugin, I changed settings so that the excerpt doesn’t load in the shop archive and so you can see the pages load now.

    Ben

    In forum: Ascend Theme

    In reply to: Aschend Woo Template

    Anonymous
    #242770
    This reply has been marked as private.
Viewing 20 results - 9,501 through 9,520 (of 53,646 total)