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 - 50,781 through 50,800 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Recent post.

    #14491

    I kept thinking that was it. Turns out I was looking at the url title, and not the name of the page. Just me being stupid. Problem solved. Sometimes you just have to walk away for a little while.

    In forum: Virtue Theme

    In reply to: Portfolio grid

    #14490

    So just for clarity you have to save the page, then the metaboxes register that your using the grid template.

    Ben

    In forum: Virtue Theme
    #14489

    for what page? That would target the blog grid titles. Can you post a link?

    Ben

    In forum: Virtue Theme

    In reply to: Recent post.

    #14488

    Just use the fullwidth template, or if you want a sidebar then edit the content in the widgets page.

    Ben

    In forum: Virtue Theme
    #14484

    Yea so side is determined by a function because of how the theme wrapper works, So it’s actually the file name that determines that the sidebar shouldn’t show. It’s tricky but genius. Here is the function you can add to your child theme functions file that will all you to create a full width page.

    <?php add_filter('kadence_display_sidebar', 'kad_custom_fullwidth_page');
    function kad_custom_fullwidth_page($sidebar) {
      if (is_page_template('page-custom-fullwidth.php')) {
        return false;
      }
      return $sidebar;
    } ?>

    Ben

    In forum: Virtue Theme
    #14477

    Hi all,

    I’m trying to create a portfolio page

    1. Added a few portfolio
    2. Created a portfolio grid page [ here is the issue-> nothing is shown on this page ]

    Please help me with this, thank you!

    In forum: Virtue Theme

    Topic: Recent post.

    #14474

    Can you refresh my memory. I am working on the following page. . The recent post, archices, etc. are showing up on the page. I can’t remember where I am suppose to go to turn them off for the page.

    #14472

    http://www.firehouseglassworks.com

    I just enabled the woo commerce plugin and started looking at settings. I have set the currency under woo commerce > settings > general to US dollars. When my page loads the top bar initially shows $ and very quickly flashes and shows GBP. Any thoughts?

    Thanks

    Trisha

    #14470

    Hi Ben

    Just a suggestion…. and wanted to alert you to the fact that when using HTTPS or SSL with site, any images uploaded into the theme options tend to break the https – so you get the annoying “this page displayed insecure content”.

    On my site I have uploaded a custom background and also a favicon and both of these seem to be causing the issue.

    To get around this, I have removed these images from the theme options panel and instead directly added them to the theme CSS file (and the header file for the favicon) using the following…. but I just wanted to request that if possible, you could modify the options panel to remove the http part and then the browser will automatically assign the http or https according to whether the page is a secure one or not.

    body {
    background: url("//mydomain.com/wp-content/uploads/2013/06/custom-background.jpg") no-repeat scroll center top !important;
    }

    In forum: Virtue Theme
    #14469

    Ben,
    Your suggestion above to copy the page-sidebar.php and remove the page title section worked as expected. However with I duplicated the same steps and copied the page-fullwidth.php and commented out the title section and then applied it to this page…

    http://temp.avmi.net/?page_id=1982

    It correctly hides the page title but displays the sidebar????? Furthermore when I look at the code in the page-fullwidth.php it appears identical to the page-sidebar.php except for some white space before the last line of code. Sorry, but I am confused. Do I need to edit another file to create a custom page template for the fullwidth template?

    Thanks
    Mike

    In forum: Virtue Theme

    Topic: Menu icon

    #14460

    Hi Ben,

    Can I add icon menu inside pages?

    I can not find it in the virtue shortcodes.

    In forum: Virtue Theme
    #14457

    Ben,
    Thanks. I will probably make several different custom pages so knowing what page to start with was very helpful. Now that you point out the appropriate page, i see your use of the “page…” term to identify the page templates and can move forward.
    Mike

    #14455

    Thanks, it all worked!
    Is there a way to proportionally shrink the size of the font in the mobile version of the home page slider?
    Because now the font size in the mobile version of the home page slider is very big.
    The font size in the ”iPad resolution” is oke, but on a iPhone the font size looks quite big.

    Frank

    In forum: Virtue Theme

    In reply to: Headline 2

    #14453

    Hey,
    Yes some of the tags were changed around version 2.0. Now the blog page is a little different, if you use the full posts it’s h2 and the summary it’s h3.

    Thanks for point out the docs and theme options. I’ll update both.

    Ben

    In forum: Virtue Theme

    In reply to: Headline 2

    #14452

    I thought blog post titles were H2? Did it change?

    From virtue documentation: H2 Headings

    Choose Size and Style for h2 (This Styles Your Post Titles on Blog Page)

    In forum: Virtue Theme

    In reply to: Headline 2

    #14451

    That page doesn’t have any h2 tags on it? has h3 tags… for the post titles and sidebar widgets.

    Ben

    In forum: Virtue Theme

    In reply to: Moved: Product pages

    #14445

    Hey,
    Best to start a new topic if you have a new question.
    What do you mean by “loaded your produts”.

    Let me make sure we are on the same page… you are using woocommerce plugin. and woocommerce products. You’ve got a page assigned as your shop page and you have some products by they are not showing?

    Can you post a link?

    Ben

    In forum: Virtue Theme

    In reply to: Menu Type Qusestion

    #14439

    If you don’t just want the links in your footer, so they are on every page your going to need to edit the template file and add in your links. For example the products are built with woocommerce/archive-products.php

    Ben

    #14437

    So in woocommerce > system status > click on tools tab, Then You can click on Install WooCommerce Pages.

    That will make sure woocommerce settings has selected the pages and that the shortcode for those pages is in the page content.

    Ben

    #14436

    Correct. You can’t, primary is default for posts. So why not use primary for posts and switch to a custom on whatever page your using primary?

    Ben

Viewing 20 results - 50,781 through 50,800 (of 53,646 total)