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 - 32,241 through 32,260 (of 53,646 total)
  • Author
    Search Results
  • #100574

    OK
    I entered the CSS below
    .home .headerclass {
    display: none;
    }
    and got a small white space across top of page so added:
    .home .contentclass {
    padding-top: 0px;
    }
    but still have that white line/space at top of page. Maybe a padding in the slider?

    In forum: Virtue Theme

    In reply to: Product Category

    #100573

    Thank you!
    By the way, how can I add a colored border to the product box on the shop page (the outside border of the box that includes the image, the title, the price, and the add in cart).

    #100570

    when i go to our website page
    when the browser is full screen it looms good but when you make the screen smaller(like an iPad) the image menu’s squares will lose their spaces and all get messy.
    can you see this? also how can we resolve this?

    #100567

    That is correct, the homepage template automatically overrides any other template. But if you wanted a blank homepage you could hide the header and footer with css.
    One option would be to add your logo and menu item links as layers to your slider (using either the kadence slider pro or revolution slider). Does this work for you?

    Hannah

    #100565

    Hannah
    mmmm….??? trying to think of a work around to get nearly the same home page effect.
    It looks like the landing page template can’t be used for the home page.
    Is that right?

    #100564

    Hi everyone!

    Can you update the random ID allowable numbers? We have a results page that generates the accordion and some of the pages have several hundred results. This is causing the random ID to repeat and then the accordion doesn’t open correctly (or opens the other matched id instead).

    If you can’t update the allowable numbers, is there a way for me to override the allowable numbers without breaking updates?

    I’m working on an internal server so I don’t have a link to show you what I mean. Thank you!!!

    PS. I tried to insert the code from the shortcodes.php file that shows the accordion code but my post got rejected so please let me know if you need more information. Thank you!

    #100563

    Hey Jack,
    Can you post a link to this page?
    Thanks,
    Hannah

    #100561

    Ben,

    I have three columns with an image in each one. The spacing between to the images is too big. How do I reduce the thickness (ie padding) of the columns in the text editor? You gave me this for a similar problem.

    .page-id-19 .entry-content .col-md-4 {
    padding: 0;
    }

    [columns] [span4] <p>Green Wall Chicago Lobby Image 2</p>[/span4][span4] <p>Office Palms with Black Container and Modern Orange Chair</p>[/span4][span4] <p>Kentia Palms In Chicago Hotel Walkway</p>[/span4][/columns]

    Is there anyway to do it in text editor? Like a box? Thanks

    In forum: Virtue Theme

    In reply to: Product Category

    #100557

    Oh, I see what you mean now. Go to Woocommerce > Settings > Products > Display and set Shop Page Display to “Show products.”

    Hannah

    In forum: Virtue Theme

    In reply to: Page Names

    #100555

    This css would do it:

    h1.page-title {
        display: none;
    }

    You would just paste that into your custom css box in Theme Options > Advanced Settings.

    Hannah

    #100551

    Thank you for your suggestion. I am not shure, but I dont believe this is the issue. I did some error searching looking at the page code and the debugger in the microsoft edge browser and the code stopped at this fatal error message: Uncaught Error: Call to a member function get_price_html() on boolean in …. /wp-content/plugins/revslider/includes/slide.class.php:1473

    Found the get_price_html in the php file, and believe this is a code used if the slider is a woocommerce product slider.

    Since this is a post based slider and not a woocommerce slider I dont understand why this should be an issue. The logic shuold pass beyond this string in my oppinion.

    I disabled woocommerce and the slider appeared as normal on the site, but dissappeared again after activating woocommerce.
    I believe there must be some compatibility issues between revslider and woocommerce in the latest update. Dont know how to fix this. Any suggestions?

    In forum: Virtue Theme

    In reply to: Product Category

    #100549

    Hi Hannah,
    I did go back to Shop Settings but realized that the Show Category Filter on Shop Page was already OFF. The problem is still there.

    In forum: Pinnacle Theme

    In reply to: Product Category Page

    #100546

    Which file do I need to edit for these pages?

    In forum: Virtue Theme

    Topic: Page Names

    #100542

    Can you please tell me how to either change the font size of page names or remove page names from being displayed? Thanks
    Kim

    #100532

    Hi,

    I’m using a Mosaic Gallery on my homepage here: parillaworks.com .

    I would like to limit the number of images that initially load then give the viewer the option to load more. Is that possible?

    Thanks!!

    -John

    #100531

    Hey Rebecca,
    This css should work:

    .page-id-488 .postlist .col-md-12 .entry-content {
        display: none;
    }

    And if you want to remove the meta descriptions as well you can add this as well:

    .page-id-488 span.posttags.color_gray {
        display: none;
    }
    .page-id-488 .subhead {
        display: none;
    }

    Hope that helps!
    Hannah

    #100530

    Is there a reason you’re not using the theme’s comment option? I’m not familiar with Disqus. Have you tried contacting them directly?
    If you want to add more content to the category page I would suggest creating a page using a default template and add your category via shortcode like this: [blog_grid orderby=date items=9 columns=3 cat=photos] Then you could add whatever content you wanted above or below the shortcode.
    Hope that’s helpful!

    Hannah

    #100522

    Another issue, I’m trying to style the Category Archive page. I’ve added a description, but I cannot add a button. Do you have some code that will allow this?

    Thanks.

    #100519

    Thanks Hannah,

    So I’m using Disqus as the comment section but when I click the comment link below the post on the my category archive page (wwww.mysite.com/category/mycategory) the comment link takes me to the actual post and then Disqus opens up. I would like to be able to comment on the same page without going to the actual post. Please help.

    #100512

    If your using pagebuilder on your posts make sure you are adding a custom excerpt.

    You can add a custom excerpt in each post by clicking “screen options” in the top right corner then making sure excerpt is checked.

    in your excerpt box add a custom excerpt for each post.

    Ben

Viewing 20 results - 32,241 through 32,260 (of 53,646 total)