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

    In reply to: WP-PageNavi

    #4319

    Hey,

    Virtue has wp-pagenavi built it, its the engine that drives the page naviagtion. Is there anything you specifically wanted to control?

    Ben

    #4317

    Hey,
    So the reason nothing is showing up is you have to set the page to the featured template and use the meta boxes to tell wordpress what to do with the images.

    http://docs.kadencethemes.com/virtue/#featurepage

    Let me know if that helps explain.

    Ben

    In forum: Virtue Theme
    #4316

    Hey John,
    One way to accomplish this is to make the product type an external product, but don’t give the item a link and it will show without an add to cart button.

    And on the shop page and just gives a read more button instead of a add to cart.

    Would this work for you our do you want the css to hide the button on the product page?

    Ben

    #4311

    That’s when I get anxious. Here’s an example about sidebar:
    Thanks for your very good tip/warning:
    at Settings/Reading/FrontPageDisplay: Leave Posts page option Unselected because if you select it you’ll get the Primary Sidebar. (which I don’t want)
    But also there is:
    Appearance/Customize/StaticFrontPage. I presume I’ll want to leave that Post page unselected also.
    And there is ThemeOptions/BlogOptions/BlogPostDefaults.
    I want to have a front page for my blog that has all the posts in that lovely infinite scroll, but No Sidebar. But on the subsequent clicks or possible views (More, Categories, Monthly Archives) I do want the sidebar.
    So at ThemeOptions/BlogOptions/BlogPostDefaults/BlogPostSidebarDefault — I choose No.
    But I read in that name there, ‘blogpost’ so not sure, because I consider my selection to do with the Archive of all, my blog entry page, which is not my home page or my front page. Am I aiming for something not possible?
    And below, BlogCategory/ArchiveDefaults I choose With Sidebar graphic. And I guess the Primary Sidebar is the one to choose. You don’t get to create other Sidebars, other than HomeWidgetArea. (He’ll be handy for putting a Log-out widget.)

    I’m still confused about which template gets called: which Dashbd/Page/Page Attribute Template matches up with which php template residing in the directory folder(s). If I knew what to look for, or where to look when I use Firebug. I’ve read about the template hierarchy, but I just don’t see template calls… Still learning.

    I see something today I never noticed before: In Appearance/Editor on the right side above all the templates listed there, there’s a pulldown menu to choose which theme you want to edit. The provides a nice bath for copy&paste from the Virtue theme to the Child theme. I’ll work with that today, see if I mess things up!

    In forum: Virtue Theme
    #4306

    Hi Ben
    I tried to use this shortcode [carousel type=blog_posts orderby=menu_order columns=4 items=8 speed=9000 scroll=all cat=flipbooks]
    taken from your documentation and past in a page but I’m not able to see anypost in the page.
    If I use the new one you created with image gallery type=carousel and I add the post id it doesn’t work the same but I can see other simple images.

    Can you check the pages and see what happen?
    This is the one with shortcode if you switch from Italian to English can better see the problem. In Italian have a carousel gallery and in English nothing at all

    this is the post I cannot see in the carousel

    You have data to access my admin panel too.

    Best Regards,
    Angelo

    #4305

    I just tried the topbar icon menu as an option to put all the social icons together. 2 things it does here that I would prefer to work like the social links setup – it’s not grey’d out until hover like the bottom & it takes this page to that link instead of open link in new tab.

    Also I tried the custom menu widget and all I get is words and no option to add icons..

    Thanks again

    #4301

    Hey Ben,
    I was wondering how do you change the product Description tab on the single product pages to the left instead of having the Review tab to the left?

    Thanks,
    Vin

    In forum: Virtue Theme

    Topic: WP-PageNavi

    #4299

    Hi,

    I’d like to install the plugin WP-PageNavi on my site; plugin documentations says:

    ***************************************************

    “In your theme, you need to find calls to next_posts_link() and previous_posts_link() and replace them.

    In the Twentyten theme, it looks like this:

    <div class=”nav-previous”><?php next_posts_link( __( ‘<span class=”meta-nav”>←</span> Older posts’, ‘twentyten’ ) ); ?></div>
    <div class=”nav-next”><?php previous_posts_link( __( ‘Newer posts <span class=”meta-nav”>→</span>’, ‘twentyten’ ) ); ?></div>
    You would replace those two lines with this:

    <?php wp_pagenavi(); ?>
    For multipart pages, you would look for code like this:

    <?php wp_link_pages( … ); ?>
    and replace it with this:

    <?php wp_pagenavi( array( ‘type’ => ‘multipart’ ) ); ?>
    Go to WP-Admin -> Settings -> PageNavi for configuration.”

    **********************************************************************

    I don’t know if Virtue Premium is multipart page or regular page type and I don’t know where to go in the theme files to change it. Can you please assist me by telling me where/ what code to replace in this theme. Also, I am using a child theme, so would I do this in the original or my child copy?

    I know the theme supports continuous scrolling, which is great for many who prefer it, but I always install PageNavi on any theme I use.

    Thank You

    #4294

    http://www.ostbergsmobelhus.com/testing-features-image/
    On this page I added a feature image and then two images at the ”featured page slider images”. They do not show up!

    #4293

    Hello, we’re selling one of a kind one of items, and from time to time we want to take the ‘add to cart’ off each product on their page. We’ll just note to contact us in the product description at these times. I see from your support forum how to remove it from the catalog page which I have done but would like to next remove it from the product listing when you go to its page. Thank you.

    #4290

    This css will fix that page:

    .kad_cat_slider {
    margin-top: -15px;
    }

    As for featured images, where do they not show up?

    #4289

    I dont know what happened, suddenly it seems to work just fine on the homepage. I must have done something, but I dont know what.
    But if you look at this page is not working!
    http://www.ostbergsmobelhus.com/produkt-kategori/soffor/.
    I have another question, regarding the features images, they dont seem to show up?
    🙂

    #4286

    Hey,
    Well I mean anything in the theme options that outputs css. So all the style settings, typography, and of course custom css.

    In short if you put your css in the child style sheet it should work just great but with certain tags you will need to use stronger selectors. But it’s pretty simple to add stronger selectors, like I stated above just adding html or body will make the selectors stronger.

    Using the page id tag is a great way to make edits specific to a page.

    Ben

    #4283

    When looking at Appearance – Menu the Portfolio tab is no longer there. Also, all of the portfolio pages I’ve created are highlighted in “pink” and show as Invalid. There’s also a message at the top of the page that says “There are some invalid menu items. Please check or delete them.” When I click on the grid item from my site, the page says Not Found and the message on the page that says “Sorry, but the page you were trying to view does not exist.”

    How can I correct this?

    #4278

    How nice of you. I have had “a coming soon” page as I only testing around
    for the time beeing.
    I inactiveted it, so know I can send a link.
    http://www.ostbergsmobelhus.com/

    Regards
    Marit 🙂

    #4275

    Thanks for your answer! Uncertain about exactly what you mean here: “To make your child theme styles override anything done in the theme options you have to create a deeper css.” I understand about CSS that shows up later than. I understand about deeper css although I don’t always know how to write it. The part I’m uncertain about is “anything done in the theme options” — Anything?? You gotta lotta theme options there. Or do you mean anything done in the Advanced Settings/Css place. I still want to re-ask my same question: If I put all my css edits in my child theme, and none in the Advanced Settings Css place, will the edits work? I guess your answer implies that I might have to use stronger selectors?
    I hope I know how to write stronger selectors! I want different pages to have distinctive layouts, thus my frustration with: which template gets called, which Dashbd/Page/Page Attribute Template matches up with which php template residing in the directory folder(s).
    The new trick I learned recently — adding .page-id-xx at the beginning of the selector — helps a bunch, but there’s more I still don’t know about controlling things. So it goes!

    #4273

    Ok so now we have a issue of definition, the portfolio filter is not meant to create a sub category page or be an ajax filter. It’s only meant to sort once. If you want the user to travel to pages that only show a subcategory then I would not use the portfolio filter, for that I would use pages.

    Ben

    #4269

    Hi Ben,
    I’ve tried the option “Portfolio Arrow Navigation” and set it to “Navigate through Category” and the arrows work within my main-category, what meens it didn’t mix up my two portfolio pages. But when I have filtered my portfolio page into one sub-category the arrows still work across the hole portfolio.

    Have a look on my staging page: http://www.pastellbilder.de/staging/portfolio/

    The other option to set a “parent page” on a portfolio entry is working for the two portfolio pages but didn’t help me either. If the portfolio page was filtered this entry is loading the portfolio page without any filter.

    Thanks,
    Astrid

    #4267

    Hi Ben
    I use the most recent version of the theme

    I have tried all “Typography menu settings to change following fonts with no success

    I’m also unable to change any fonts in the following classes using Custom CSS box:

    “menu-menu-1”
    “sf-menu”
    “sf-dropdown- menu”

    Is it somehow blocked by bootstrap

    Custom CSS box itself is working ’cause
    #content .main {float:right;} is working

    I also don’t understand how to style
    <div class=”tcol-md-3 tcol-sm-4 tcol-xs-4 tcol-ss-6″>
    <div class=”product-category grid_item”>
    so that the text is below photo or inactive

    and
    <footerclass>
    so that kontakty dostawa are in line with Informacje

    Please see my page:
    alofe.webserwer.pl

    In forum: Virtue Theme

    In reply to: Making a Shop Page

    #4266

    Once you install woocommerce it asks you if you want to install pages. Did you do that step?

    http://docs.woothemes.com/document/woocommerce-pages/

    If not you will need to create pages and add the appropriate shortcode for checkout and my account etc.

    Then all the pages are set in the woocommerce settings, pages tab.

    Here is a little tutorial: https://www.kadencewp.com/installing-woocommerce-for-virtue-theme/

    Ben

Viewing 20 results - 52,761 through 52,780 (of 53,646 total)