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 - 48,101 through 48,120 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #27321

    Hey,
    Can you can add this css:

    .navclass {
    display: none;
    }
    .page-id-57 .navclass {
    display: block;
    }

    and this js in a footer text widget

    <script type="text/javascript">jQuery(document).ready(function ($) {$('#nav-second').localScroll({offset: -130});});</script>

    Ben

    #27319

    Hey,
    This isn’t even a wordpress question, it’s something else. I can’t seem to find a plugin that would do what your thinking. There are plugins that allow music to play in the background but it’s not anything like a jingle when the page loads.

    And to that extent I’ve never see a site do this.

    So I do believe it could be done with some tricky javascript but it wouldn’t have anything in regards to the theme or wordpress itself. It would be external.

    The only thing I can tell you is it’s beyond support to figure out the code that could do this, assuming it can be done like you want.
    You would need to hire a developer.

    Ben

    In forum: Virtue Theme
    #27312

    I have found something interesting: a function ‘Enable Fullwidth Sub-Menu’ in menu editing. Maybe it is possible to fix this submenu open all the time when the user is reading ‘sub-pages’ of given ‘category’ of the main menu (from a click on the button e.g. o nas till the click on the other button from the main menu). It will be great.

    In forum: Virtue Theme

    In reply to: bbpress sidbar

    #27311

    Hey for the subpages you would need to add a function to remove the sidebar on subpages…

    Here is the function. You can add in a child theme functions.php file.

    add_filter('kadence_display_sidebar', 'bbpress_sidebar');
    function bbpress_sidebar($sidebar) {
      if (is_bbpress()) {
        return false;
      }
      return $sidebar;
    }

    if you need a child theme you can download one here:

    https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip

    Ben

    In forum: Virtue Theme
    #27308

    Ok, I have created the new page and added a new menu as secondary. I have set anchors. I prefer to use ‘id’ instead of ‘name’ in the anchors. Could you give me the css and java?

    Can I create another ‘secondary menu’ with diffrent anchors on another page to show it only there?

    In forum: Virtue Theme

    In reply to: bbpress sidbar

    #27303
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: bbpress sidbar

    #27302

    Using a full width page template should remove virtue’s sidebar. Can you post a link?

    In forum: Virtue Theme

    In reply to: Portfolio grids

    #27300

    Hey,
    Portfolio categories and types are essentially the same thing. I definitely understand how that can be confusing.
    A portfolio grid shows a grid of all your portfolio posts (unless it has been set to only show the posts from a specific category). And a portfolio category grid shows a grid of the portfolio categories (types).
    So to create a portfolio category page with all your portfolio types just create a page and set the template to Portfolio Category Grid. Make sure you’ve set featured images for your portfolio types.
    Hope that’s helpful!
    Hannah

    #27294

    Hi Ben,

    I have created a Virtue Gallery (masonry, 3 columns) and I have 10 photos on the page. Therefore there is only one photo in the last row. What is the best way to go about centering this last photo instead of having it left-aligned?

    Thank you!

    #27292
    This reply has been marked as private.
    In forum: Virtue Theme
    #27291

    Hi Hannah and Ben,
    I’m trying to set up bbpress.
    But I can not get rid off the virtue sidebar.
    I’m using page-template fullwith for the forums-site but it still shows the sidebar.

    My workaround would be a custum sidebar for virtue and using the primary sidebar for bbpress.
    Or du you have a better idea?

    Thanks
    Matthias

    #27288

    Hi, I saw in Virtue premium’s first demo that there was an icon menu on the homepage. Is there a way to have an icon menu on other pages other than the homepage? I saw a similar thing on the widgets called info box, but is there another widget that can duplicate the icon menu’s effects? Thanks!

    #27287

    I’m sorry I realize this is probably a WP question, I have researched some and only found the WP- shortcode [audio] that displays a player in post and pages.
    wp-includes/media.php might be a folder to explore. If you have no further please close the topic.
    Peter

    In forum: Virtue Theme
    #27286

    I have a question about the portfolio grid… I have reviewed your tuts on this matter and I wasn’t able to find a solution to my problem.

    I’m wanting to create a portfolio category page that has all the portfolio types on it. Your tuts explain how to create a portfolio grid but… it shows everything under every type which creates a big mess considering I have multiple portfolios with 30-40 images per. On my portfolio page I would like to have a handsomely designed 9 item grid layout, with each item representing a portfolio. I want those images to link to there respective portfolios which then would contain the 30-40 images per.

    I see in the page format selections of each page that there are options for portfolio grid, and a port folio category grid… but the portfolio cat grid doesn’t have an option for categories nor does the portfolio section in the dashboard allow for the choosing of categories it only has types…

    How do I make all this work?
    Whats the difference between categories and types within you theme?
    Whats the difference between a portfolio grid and a portfolio category grid?
    Why would you have the choice of a portfolio cat grid if you only use types in the theme?

    #27284
    This reply has been marked as private.
    #27282

    Since that po file is not part of the theme try running a re-scan.

    Also it could be picking up a text domain that isn’t relative and you just need to start translating.

    You can hide page titles with css, like:

    .page-header {
    display:none;
    }

    You can’t place content into archive pages. But you can create your own archive pages by building a new page and using a shortcode to add products. See the woocommerce shortcodes here: http://docs.woothemes.com/document/woocommerce-shortcodes/

    Ben

    In forum: Virtue Theme

    In reply to: Featured oduct slide

    #27279

    You can remove the duplicates. The pages that matter are the ones that you have assigned in the woo-commerce settings.

    Ben

    #27270
    This reply has been marked as private.
    #27266

    Thanks Ben,

    This works but the homepage is still scrollable, how do I make it so there is no scrollbar?

    Also I’d like to reduce the height of the footer whilst keeping the text inside centred – how do I do this?

    In forum: Virtue Theme

    In reply to: Featured oduct slide

    #27262

    Hi

    I’m able to find out and the issue and fix it.

    Now, I’ve another issue:

    I’ve installed woocommerce and install woocommerce pages. After that, I’ve imported, virtue dummy data. Now some of pages duplicated. Like MyAccount page, Home page etc. Will it give any issue?

Viewing 20 results - 48,101 through 48,120 (of 53,646 total)