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 - 47,181 through 47,200 (of 53,646 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: icons not showing

    #31842

    You have several 403 errors on your page which are typically server related. Try contacting your host.

    Hannah

    #31840

    Hi Ben,

    Please, can you check my site I migrated from mqTranslate to qTranslate X because the former plugin is deprecated since yesterday.

    The migration was pretty smooth with no errors log in php panel. Pages and posts are changing correctly according with the language but not Tags and Categories. Their Italian translation disappeared at all. If you look at the Menu in fact Items related to pages (see About Us) change accordingly with the language selection while other items that are tags do not change at all.
    Maybe is something related to theme qtranslate code you added last time?
    I sent you an email with admin data

    Thanks
    Angelo

    In forum: Virtue Theme

    In reply to: Broken Social Icons

    #31834

    Hi Hannah! I accidentally disabled the icons…I had meant to leave them enabled so you could see the issue. Re-enabled now. Can you take a look one more time, to make sure we’re on the same page?

    In forum: Virtue Theme
    #31829

    I’m wanting to create a slider for my home page that is similar to the Virtue Premium Demo – I have tried the flexslider as well as the kadence theme slider but the slider is too large – I want the slider to stay above the fold with the full width and I would like to have word sliding in also like the demo. Is there a tutorial somewhere to do this. When I created the kadence slider the height was too high even though I changed the setting. Thanks for your help. I’m using Virtue Premium and my site is http://www.lindysdesigns.com

    In forum: Virtue Theme

    In reply to: Broken Social Icons

    #31828

    Hey, where on the blog page are you wanting them to display? A blog page is set up to show only blog posts. If you want to add widgets or other content you need to use a default template and add the blog posts using a shortcode.

    Hannah

    In forum: Virtue Theme

    In reply to: A few small css things

    #31823
    This reply has been marked as private.
    #31812
    This reply has been marked as private.
    #31805

    I’m using the Jetpack social icons on my website, and they work fine everywhere except on the Blog page (the one that lists all posts).

    See it here:

    But if you look anywhere else (try going to a blog post, such as they work.

    I’m not sure if this has anything do with Virtue (like maybe the way it generates the posts), but thought I’d ask just in case.

    In forum: Virtue Theme

    In reply to: Yoast SEO

    #31796

    Thanks guys. I appreciate it.

    It is an entire site focused on one term that we have in our URL, so hopefully we will do OK as Google indexes more pages and content.

    I don’t know if Google is going to change the algorithm to account for button and image driven homepages. If they do, Yoast might change their software. I started a website a number of years ago that was incredibly wordy and ugly, but it got to #1 for a pretty competitive term, and stayed there. haha.

    In forum: Virtue Theme

    In reply to: Yoast SEO

    #31791

    Hey James, I have the same issue with certain pages, especially my homepage (Yoast gives it a “Poor” SEO rating), since it’s primarily image and button driven and uses the Virtue “Home Layout” module for content (Yoast only actually analyzes the “Page Content” section, which in my theme literally only has a call-to-action shortcode).

    I agree with Hannah and Ben here. Work those keywords, and be sure to include appropriate Meta Descriptions and Titles with Yoast SEO. If your entire website is centered around and geared towards a specific idea (keywords), your overall SEO will still be good.

    When I first started my website, I had a pair of keywords I was aiming for – and my average ranking in search engine results was 11th place and lower (i.e. if someone searched those keywords, my website was about 11th place). In less than two months, my website is now averaging 2nd place in search engine rankings.

    Yoast SEO is there mostly as an aid and guide, but don’t feel obliged to get an “Excellent” rating on every single page.

    In forum: Virtue Theme

    In reply to: Yoast SEO

    #31790

    I’ll add in that I the yoast SEO rating in your pages and post don’t take in your entire site and don’t read content added anywhere but your content box. I wouldn’t be too concerned to have a couple pages with a bad ranking from yoast.

    Ben

    #31783

    Sue. Looks like that is a portfolio post. Not a page. And you have the layout set to “above” not “three rows” (which is what you need to set it to).

    See here: http://docs.kadencethemes.com/virtue/#portfolio_posts

    Ben

    In forum: Virtue Theme

    In reply to: CSS Selector Question

    #31782

    You can target all the child pages through the paretn page id with this css class:

    .parent-pageid-212

    That what your looking for?

    Ben

    In forum: Virtue Theme

    In reply to: A few small css things

    #31778

    2. I don’t see this as being something you want to do. Forcing it down will leave a large section of empty space because you can’t force your content class to be full height so it just going to mean that the footer sits at the bottom all alone. Here is the css though. with the add fix because you’ve made your home page wide and the rest boxed.

    @media (min-width: 992px) {
    html, body {
    height: 100%;
    }
    html body.boxed #wrapper.container {
    min-height: 100%;
    position: relative;
    padding-bottom: 91px !important;
    }
    #containerfooter {
    position: absolute;
    bottom:0;
    width: 970px;
    }
    }
    @media (min-width: 1200px) {
      #containerfooter {
    width: 1170px;
    }
    }
    .home #containerfooter {width:100%;}

    Ben

    #31777

    ok so you want the single post pages too,

    Use this css:

    .single-article .main article {
    max-width: 600px;
    margin: 0 auto;
    }

    Ben

    #31776

    Hey,
    yes that is correct. The sidebar loads based on a function. Not a call in the template because the call for a sidebar is added in the theme wrapper.

    You can use this function to turn it off for your custom template.

    function kad_sidebar_on_custom_page($sidebar) {
      if (is_page_template('page-custom.php')) {
        return true;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_on_custom_page');

    Ben

    #31759

    I use tabs (Virture Shortcode) which were working perfectly until today. I just checked my page, and they have become garbled. Any idea why?

    #31757

    There should be an option to set the number of images per row? How are you adding the gallery?
    If you use page builder you can click the tool on the top right of the row and click “edit row.” From there open the Layout tab and under Row Layout select “Full-width stretched”. That should make it spread across the entire page.

    Hannah

    #31755

    Hi,
    This could be an issue with your server. Try uploading the sliders manually. Open the theme’s zip and navigate to virtue_premium/lib/plugins/
    There you will see a zip copy of each plugin. Next go to your plugins page in the admin of your site, click add new. Upload then navigate to that folder above and install the zip files.
    Hope that helps!
    Hannah

    #31752

    Hi Hannah

    Thanks, I have managed to put in a caption gallery now but now the gallery still doesn’t come all the way across the page. This is the same no matter how many rows I choose, whatever size the pics are. It is the same whatever gallery I use, there is always a gap at the sides.

    What I would like is for the pics to be the roughly same size as they are here
    http://www.christopher-dyson.co.uk/portfolio/extensions
    but the two pics below be on the top line with the other three. Is that possible?

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