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 - 12,481 through 12,500 (of 53,646 total)
  • Author
    Search Results
  • #222373

    Hi Arjan,
    You can hide specific product id’s from your shop page with css. If you post a link and specify the products I would be happy to provide the css.

    Hannah

    #222365

    Dear Kadence,

    Via the forum, I found a way to hide a specific category from the shop page, but I’m still able to load them on a specific other page, .. perfect! However I would like to hide the products in this category or the specific product ids from the shop page while; still being able to load them somewhere else .. please advise.

    I used this code in the child-theme:

    add_filter( ‘get_terms’, ‘get_subcategory_terms’, 10, 3 );
    function get_subcategory_terms( $terms, $taxonomies, $args ) {
    $new_terms = array();

    if ( in_array( ‘product_cat’, $taxonomies ) && ! is_admin() ) {
    foreach ( $terms as $key => $term ) {

    if ( !in_array( $term->slug, array( ‘crowdfunding’,’crowdfunding-nl’ ) ) ) {
    $new_terms[] = $term;
    }
    }
    $terms = $new_terms;
    }
    return $terms;
    }

    In forum: Pinnacle Theme

    In reply to: Testimonial Carousel

    #222351

    I had to delete it because it was changing the layout of my home page! Website is http://www.saminamitha.com

    What I can do is put it up temporarily until tomorrow so that you can go through it and see what I mean.

    Thank you for your help.
    samina

    #222349

    Hello.

    On the page I have a series of icons I’ve built. They are all the same size, all uploaded and added the same way to the page. However, they are appearing in 4 different sizes. I’ve tried adjusting the width/height. I’ve tried re-uploading them. I’m at a loss at how to make the size consistent. Each icon should be 100 px square.

    Any suggestions on how I can resolve this?

    TIA
    Rachel

    In forum: Virtue Theme
    #222348

    Hey Ben,

    Thanks for getting back so quick. I added that code in and it almost did the trick… About 95% of the trick. There’s one more element showing up affecting the template layout which I can’t put my finger on. Something is affecting the layout creating a wider page than it should be and adding a scroll bar at the bottom. On the invoice it’s not the biggest deal, but the plugin uses the page layout to create a pdf version as well and in the pdf version, it makes it so some of the content is cut off. I’ve tried using my webtools inspector to figure out what else I need to set to display: none. Any chance you might have a clue what would do the trick?

    As for your previous question. The plugin I’m using for invoicing is Sprout Invoices Pro
    Link: http://sproutinvoices.com

    They have an estimate post type as well. I’ll have to fiddle with it and see if the css you provided will fix that, or if I need to implement another quick css fix, but the example you gave me should give me a good starting point. Thanks for your help!

    #222319

    Hi there, the main image on a product page is not behaving quite right, please see:

    As soon as you hover it goes out to the right size. I’ve changed the default medium image size in Woocommerce settings to 600 wide, then it said it was redoing thumbnails, also turned off the aspect ratio setting in virtue.
    Please help, thank you, John

    #222318

    Thanks Ben,

    Yup, the child theme was the culprit of the extra menu, so right now I am just using the general theme.

    What I changed with the header in my child theme was the order of elements starting from the top into:
    1) logo
    2) feature image
    3) secondary menu
    4) page content

    Now, without my child theme, the order has switched into:
    1) logo
    2) secondary menu
    3) feature image
    4) page content

    which is NOT what I want.

    Also, without my child theme, the page ‘home’ does not display the feature image at all.

    I would be grateful, if you could let me know of an elegant way to solve this issue, so that I get my preferred order of elements back.

    /Bente

    #222311

    Hey Alex,
    I just tested those pages, they pass without issue.

    I’ve seen this before. Basically, there is actually nothing wrong with your pages. Google is altering that there is because it’s not able to read all the content. Servers can prevent the google bot from accessing files or there are other various reasons on google side where it just doesn’t access files correctly. You get a warning that the page was not able to be fully loaded when doing a manual test. It’s when you dig into that when you see the files that didn’t download were your css files so naturally the site doesn’t pass the mobile check.

    I suggest you start by manually testing your pages here: https://search.google.com/test/mobile-friendly?utm_source=gws&utm_medium=onebox&utm_campaign=suit&id=bUz7KmMNqwRoY1-6SY8SQg

    Then if you also see it pass go into your google console and simply ask Google to retest, If you see an error and it’s saying files are missing then you may need to contact your host to see if they have suggestions for how to get your server to feed the google bot your css files.

    Ben

    #222299

    Hi,

    I’ve recently added an invoicing plugin to my website which should display my invoice pages with nothing but the invoice itself. When trying to view my invoice page, the theme header and footer are injected into the template. I reached out to the plugin developers and they assured me it was a theme issue. I switched themes and it worked as normal. Switched back to Virtue and the issue reappeared.

    Message from invoice plugin support: “The header and footer should not be added automatically to your invoice and estimate templates. I’m assuming your theme is doing this via some WordPress non-standard. Can you talk to your theme author so they can resolve it?”

    I wanted to reach out and see if you might be able to give me some insight as to how I could troubleshoot / fix this.

    Website:
    Invoice Page Example:

    #222295

    Held my breath and deleted the virtue_premium theme at the bottom of the “Themes” page. Then I reuploaded the theme in a zip file and it worked. Phew!

    #222292

    Hi,
    If I check off ‘Mobile navigation’ under the wordpress settings, the mobile menu also shows up on the computer screen together with the secondary menu that I am using there. See where the mobile menu is on just above the usual menu on the right side. If I don’t check it off, the computer screen looks fine, but there is no menu at all on the mobile screen.

    What to do?

    It doesn’t matter what I do under theme options …

    Bente

    #222277

    Hello,
    I´m using the Virtue Theme since 2015 and I was always more than satisfied with it.
    During the last two weeks the number of issues in my Google Search Console regarding is increasing:
    – Text too small to read
    – Clickable elements too close together
    Content wider than screen
    Here are some pages with the issues:



    What should I change in my theme so that it will work fine again?

    Thank you and best regards
    Alex

    #222275

    Hi Team,

    I’m using the “Seriously Simple Podcasting” plugin to list podcasts on this page. The plugin seems to be corrupting the Virtue Social icons in the sidebar but I’m unsure what to tell the developer.

    I’ve viewed the page source and can’t see what is causing the corruption. Please could you take a look and give me a steer as to what information I can pass on?
    Very many thanks,
    Phil.

    #222269

    How do I add a Testimonial Carousel to my home page? I tried adding a row into page builder and then inserting the pinnacle: testimonial carousel widget but it is not showing up. I also added a testimonial in the testimonial section.

    I’ve tried looking up a tutorial for this but I cannot find it!

    TIA

    In forum: Virtue Theme

    In reply to: Products

    #222251

    Hey,
    The error on the page is a php fatal error (server error), which stops the output right at that point. It’s impossible to guess at the cause, you can keep trying different things but the best is just to look at your server error log and then we would know. Can you access the server and look in your php error log?

    Ben

    #222243

    The following page was created using the information from this link on Shopify (

    Here’s the link to the page on our site (

    I’m trying to change the default grid from 1-wide to 2 wide, but am having trouble locating the code to change it. I created the custom Collections page and everything is working correctly, but I can’t find where that setting is located.

    Ideally, I would like it to work the same way that the Basic Collections page works ( Is there a way to apply this sizing/grid setup to the page?

    Thanks,
    Dean

    #222233
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Migrate Problems

    #222230

    Hey,
    You are getting this error: Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID

    It’s because you have the images set to load from an https page but it doesn’t look like the domain is set up for https.

    So you just need to make sure to change the images in the slider and in the image menu to not try an https url.

    Ben

    #222229

    Hey,
    Can you link to the place where I can test this? The page where if I click add to cart this happens.

    Ben

    In forum: Ascend Theme

    Topic: Post Date

    #222224

    Hello,

    For a single post, is there a way to have the phrase “Post Date:” appear before the actual post date that is in the light grey color?

    Page sample:

    For this particular post, a townsperson thought trash pickup was today, April 5th, the date of the post. I guess they read no further. But some folks here are quite elderly and may need the extra help! 🙂

    Ellen

Viewing 20 results - 12,481 through 12,500 (of 53,646 total)