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 - 8,181 through 8,200 (of 53,646 total)
  • Author
    Search Results
  • #248810

    I want to have a collection of albums on a page. how can i do that?

    #248800

    Hey Ben

    Thanks for your feedback. About the 100 pages – I’ve read it on my google search console report.

    I will go check Yoast SEO out. Mimmie

    In forum: Ascend Theme
    #248798

    By the way, your image shows “Sorry, no results were found” That is totally different then “page not found”.

    Page not found is a 404 error.

    Sorry, no results were found simply means that you’ve not added any posts to the turkey category you created.

    Ben

    In forum: Ascend Theme
    #248796

    can’t remember what to do so that the category TURKEY in Menu doesn’t open up as Page not found. I want the category to link to my Post about TURKEY

    That doesn’t make sense to me, a post should link to a post, A category should link to an archive of posts. can you clarify what you are talking about? If you have one post that you want to link to then you should link directly to that one post, don’t add in another level for one post.

    Ben

    #248795

    Hey,

    If you didn’t update your sitemap for google then google would still look for those pages after you removed this.

    It’s also important to note that Google has a delay on everything in indexes so many things will show as an error for a couple of days then be removed as the index all gets updated.

    Finally, I can’t stress this enough, We offer theme support and do our best to offer support and advice for people to build effective websites with WordPress and all the varying topics that come with that. But for you to get the best results and understanding out your SEO you need to talk with an SEO specialist.

    Ben

    #248794

    Hannah,
    I am so stressed out with all the issues on my site and can’t remember what to do so that the category TURKEY in Menu doesn’t open up as Page not found. I want the category to link to my Post about TURKEY.

    I know now that when I add a category it creates a page but I couldn’t use the category page of Turkey as the Main Turkey post page because then all the information is aligned in a column (under categories) which can’t be the right way. Now when a person hovers over destinations, Turkey opens up but then the category page opens up ‘page not found’

    thanks in advance

    #248793

    Hey,

    As asked before wasn’t this part of the Kadence theme pages?

    No, those are not. They are not URLs that mean products.

    I suggest you look through your sitemap and remove any unwanted links. Then give google several weeks to reindex your site.

    it seems that the categories and pages I’ve deleted completely(even in Trash) are also still in google search results as they show as errors/broken links on the report and has a negative influence.

    If you’ve not updated your site map and resubmitted then google doesn’t know you’ve intentionally removed those pages and will keep checking for them until your sitemap has been updated.

    Ben

    #248791

    Hey,
    Nothing I’m seeeing from what you posted says that it would disallow 100 pages.

    Only :

    User-agent: * Disallow: /wp-admin/
    Allow: /wp-admin/admin-ajax.php

    That is normal. If you are having trouble the best place to get sitemap support is with the plugin you are using to create your sitemap. For example Yoast SEO or Rankmath.

    THE BELOW pages however I know NOTHING about?

    Those are archives likely from tags, categories etc. Just use your plugin that creates the sitemap to define which items you want to be added to the sitemap.

    Ben

    #248790

    Hey,
    start by editing your cart page right now it appears you have the cart shortcode wrapped with <pre> or <code> tags. Remove those tags just have the shortcode be in the shortcode block or if you are using the classic editor click on the text tag and add there.

    The same is happening on your checkout page. Make sure the shortcode is added in a shortcode block. That is why your text is not breaking into a new line. It’s also why you see red text.

    Ben

    #248783

    Is there a way to extend that menu bar background color all the way to the left and right of the page, and not just the center?

    image-with-menu-background-not-extended

    Also, is there a way to control the height of that primary menu bar?

    • This reply was modified 5 years, 11 months ago by Kimberly.
    • This reply was modified 5 years, 11 months ago by Kimberly.
    #248778

    Hi Hannah,

    I have attached screenshots in the Theme Option and on the page.

    I did look back through some CSS and the only thing I added about a year or so ago was this:

    .portfolio-loop-image-container {
    position: relative;
    border: 2px solid #F0F0F0;
    padding: 5px;
    }

    Thanks for looking into this.
    Chad

    Portfolio-Archive-Page-Settings Portfolio-page-options

    #248774

    Hi Hannah,

    I have been having an issue where I am unable to use the page builder with Yoast activated.

    If I deactivate Yoast the page builder comes back and I can edit the page.

    All plugins, theme and WordPress are updated.
    I am running a child theme
    Site is on our VPS at InMotion
    Site is running PHP 7.3 – this was an issue on 7.1 and 7.2

    I will send login in a private message.

    Thank you,
    Chad

    #248773

    Dear Kadence-team,

    I’m planning to set all products in our webshop to Archives in preparation for a new website (another theme of you with more video’s 🙂
    However, when made ‘Attributes’ via the product menu they automatically turn into archive pages, even when this box is not checked.
    When manually making attributes in the product editing itself they appear without archive link.

    Please advise.

    #248772

    Hey Hannah,

    Yes, I did. The trash is at the top of the page or post, right or is there another Trash somewhere?

    #248766

    Did you permanently remove the pages when deleting them? You have to go into your trash to do this.

    Hannah

    #248763

    Dear Kadence-team,

    When clicking on a product tab, the page ‘moves’ and scroll slightly up every time I click a tab, how can I disable/avoid this?

    Tnx!

    • This topic was modified 5 years, 11 months ago by Arjan.
    #248759

    Hello, i’m developing this website: http://www.sofarco.malonewebdesign.net

    In homepage i have the product carousel widget, but in the widget setting is missing the columns quantity for breakpoint 992-1200px.

    The breakpoints infact, are only these:

    Can you give me the right custom css to resolve? i want to show 4 columns and not 5 at this resolution.

    For the products showing via shortcode, i have resolved with this CSS but doesnt work for product carousel widget:


    @media
    (max-width: 544px) {
    .kad_product {
    width: 100%;

    }
    }


    @media
    only screen and (min-width: 544px) and (max-width: 768px) {

    .kad_product {
    width: 50%;
    }
    }


    @media
    only screen and (min-width: 768px) and (max-width: 992px) {

    .kad_product {
    width: 33%;
    }
    }


    @media
    only screen and (min-width: 992px) and (max-width: 1200px) {

    .kad_product {
    width: 25%;
    }
    }


    @media
    (min-width: 1200px) {
    .kad_product {
    width: 20%;

    }
    }

    Thanks and best regards

    #248758

    Hey Chad,
    I’m not sure why that would be showing different. In your portfolio edit page under Portfolio Options what do you have the Portfolio Style set to? And also the Image Ratio?

    Hannah

    In forum: Virtue Theme
    #248757

    Hello,

    I would like some kind of separator between sidebars and the main pages. I have this custom css in the “advanced settings” area, but it doesn’t seem to do anything. I have many different named sidebars, so I wonder if I have to be specific and name each sidebar for this custom css to take effect? None of my sidebars are named #sidebar.

    #sidebar {
    border-left: 1px solid #d6dcdc;
    padding-right: 13px;
    }

    I would also like to play around with changing the color and width of this line, or perhaps adding a custom design like a “greek wave design” or some other weave pattern. Would this kind of separator be added as a repeating horizontal jpeg file, or what?

    #248755

    hey there, I would like to embed blog posts in other blog posts and pages.

    thank you in advance
    Sarah

Viewing 20 results - 8,181 through 8,200 (of 53,646 total)