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 - 33,681 through 33,700 (of 53,646 total)
  • Author
    Search Results
  • #94098

    Hi there,

    sorry if this question has already been answered, but I have had a good lok through and can not find an answer.

    Can you edit what page template is used as default? It is currently set to side bar, but I would like it set to ‘full-width’.
    Is this possible. I know I can do this manually but ideally I need it as the default template for when clients are updating their pages.

    Kind regards,
    Darren

    #94096
    This reply has been marked as private.
    #94090

    Hey,
    Are you also using the latest version of woocommerce? Is this only happening on the homepage?

    Hannah

    #94089

    Ah. I suppose that makes sense. I assumed the landing page template would override anything else. So just to clarify – no way to have an alternate template on the home page?

    Thanks for the prompt reply Hannah

    #94086

    Hey Peter,
    You can’t use a page template on the homepage. It will automatically get overridden by the home page template. You can use this css to hide the header and footer on the homepage:

    .home .headerclass {
        display: none;
    }
    .home #containerfooter {
        display: none;
    }

    Just paste that in your custom css box in Theme Options > Advanced Settings.

    Hannah

    #94085

    In your admin panel go to Pages then find the page you have assigned to be your blog page (the one using the blog page template). Then within that page you should see a Blog List Options tab. If you don’t see this you may need to select it from the Screen Options tab on the top right of the page.
    See here- https://www.kadencewp.com/creating-a-blog-page-with-virtue/

    Hannah

    #94083

    Hi Guys,

    Love the theme but having some troubles with the landing page template. It was working absolutely fine on the page I created (no header or footer) until I made that page the front page in the WordPress Reading Settings.

    Is there anything else I need to do in the theme options? Or what else could cause the theme to still display the header and footer when it’s set as the static front page, but the page template is still set to ‘landing page’.

    Cheers

    Edit: forgot to say, running the latest version 3.6.4

    #94078

    Hannah, I saw similar instructions in another forum post, but I’m not following. Told you I wasn’t much of a Blog guy! What do you mean by my “blog edit page”? I’m not able to find Blog List Options on any pages related to my blog posts. I guess I need the “For Dummies” version of these instructions. Thanks much.

    #94058

    Hi there,
    I just found out, that my bounce rate went from 70% to 1,5% since I changed from Virtue free to Premium. Also the pages/visitors went from 1,5 to 3. I do not have an extra plug in for Analytics and there is no extra snippet before the /head tag. But it seems that there might be a problem that analytics counts the people double.. Do you have any idea for me? http://www.diymode.de
    Thank you
    Eliza

    In forum: Virtue Theme

    In reply to: blog excerpts problem

    #94057
    This reply has been marked as private.
    #94045

    Hi,

    Is it possible to display the images in the bottom portfolio carrousel (portfolio pages) in black and white.
    And on hoover show colors of the images.

    Same as the image grid on my homepage
    http://www.dmdj.nl

    Hope you can help.

    Thanks & regards,
    Bert

    In forum: Pinnacle Theme

    In reply to: Site in full width

    #94042

    Hi Hannah.

    Yes, I want to use all the screen for set content in it. For example: in this page (www.upndown.es/blog/salto-del-nervion), I want to put a widget with photos at left, blog content at the center, and the sidebar at right, using all the width (from edge to edge). Something like this:

    #94028

    Hi my website url and as you can see i have include the social media icons at the right top of the page, but i need to include the wedding wire social media icon as well( since we are in the business of wedding hair and makeup wedding wire is important social media ) .
    so can you please suggest how to do and what to do create the social media icon on the top along with the other social media icons.
    thank you in advance for your support.
    Pandduk

    #94023

    Hey Mike,
    In your blog edit page under Blog List Options set Display Post Content as to Full. Does this work for you?

    Hannah

    #94020

    Hey Kenneth,
    You need to actually add a custom excerpt. If Excerpt is ticked from the screen options tab you should see a custom excerpt box in the edit page. Have you done this?

    Hannah

    #94012

    One more thing- on home page the picture with parallax effect how to make it higher?

    #94010

    Hi Ben,

    unfortunately I do not exactly understand what you mean by this
    @media (min-width: 992px) {
    what do you want me to do? : Make sure to close each one out.

    The code you wrote did the job. But also made all my pictures in my projects pages (portfolio) black and white..

    .custom_carousel_item a img, img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    }
    .custom_carousel_item:hover a img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    }
    #home-custom-carousel .custom_carousel_item a {
    pointer-events: none;
    }

    So I tried something .. and it seems to work

    #home-custom-carousel .custom_carousel_item:hover a img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    }

    #home-custom-carousel .custom_carousel_item a {
    pointer-events: none;
    }

    Regards,
    Bert

    #94009

    Hi
    First of all love your theme, started with the free version but when i bought premium… its just amazing:).
    So now my questions:)
    In page builder i use the image menu widget. Heres my site:
    1. How to change the colour of the title – one(css) for changing the colour of the letters only(on hover) in title, other(css) to change whole title colour on hover. And how to change the on hover colour itself?
    2. Second- is there an option to enlarge the image on hover(but only inside the box)?
    3. offtopic- where did some icons get lost- for example icon-bullseye?
    4. Any advice of a plugin to translate sites to english/german?

    ps. sorry for not that great english im from poland:)

    Regards
    Kamil

    #94008

    Hi.

    I want to set my page on full width, specially my blog, but I don’t see this option.

    How can I do this?

    #94005

    I’m trying to remove the grey, text box shading from my category images in my WooCommerce shop page. They grey box is obscuring the images, especially when viewed on a phone or tablet. Is there a setting or code that can be used to make the text box area transparent so that it doesn’t obscure the images? Also, my images are black & white. Once the box is transparent, is there any way of changing the text color only on this text of the page? I don’t know if this is a theme settings change or a WooCommerce issue. I’ve also got two blank spaces for category images that don’t exist. Any idea on how these are removed? My shop page can be found below.

    Powder River Ordnance Shop Page

    Thank you for any assistance,
    Kenet

Viewing 20 results - 33,681 through 33,700 (of 53,646 total)