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 - 47,661 through 47,680 (of 53,646 total)
  • Author
    Search Results
  • #29571

    Hi there,
    I have the shrinkable header enabled but would like my logo to stay the same size and not get smaller as it doesn’t look good when too small. Is this possible?
    Also, my homepage is similar to Demo 4 and so I don’t want the topbar on the home page but I do want it on the other pages – how can I do this?

    Thank you.

    #29569

    Hi

    On mobile platforms I can not scroll when I touch the revolution slider picture. I works fine on the rest of the page.
    I think it is only a problem on Android devices.

    How can I fix this?

    Regards
    Allan

    #29564

    And a follow up. I just realized that my tabs on my shop page already had an “All” tab but the categories in the sidebar did not. adding the “All Products” category added it to the sidebar but now I have two “All” tabs on my shop page (an “All” and and “All Products”). I would like only one in each. I want the side bar to act like the tabs on my shop page. I know it is redundant on the shop page but the tabs do not show up on any other page as you shop around, Thus the sidebar nav. I guess I could get rid of the tabs altogether and just have the sidebar to navigate categories. Is there an easy answer to my issue or better to just get rid of tabs on shop page?

    http://jackassflats.net/?post_type=product

    In forum: Virtue Theme

    In reply to: Firefox issue

    #29561

    That file virtue_icons.woff is missing from the css folder. I don’t get any 404 pages, just missing background color on secondary menu with sticky header on or no logo with it off.

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

    Ben, if you read my post – I wrote almost the same function..
    I read all the topic. And you say nothing new.

    shortcode is not solution (what about ajax filters in that way? and custom sidebar at portfolio posts?) (I want drink, you offer to eat)

    so, you say there is no way to use custom sidebar on portfolio-grid and portfolio-post?
    why this is a problem – to use custom sidebar all-over the site, at any page we want? (don’t ask why we want this)
    and what about my other questions? updating the theme, making plugin?

    In forum: Pinnacle Theme

    In reply to: Creating Clone:Posts

    #29540

    Pages came through –– but the clone post option is still not showing the posts I made with several page builder rows and widgets on them.

    In forum: Pinnacle Theme

    In reply to: Creating Clone:Posts

    #29538

    ok, I was just looking and the latest version of pagebuilder lets you clone posts now. So that was my bad you don’t need to have the page. Just click on the pagebuilder then click prebuilt layouts. then choose the post clone option.

    Ben

    In forum: Pinnacle Theme

    In reply to: Creating Clone:Posts

    #29537

    I’m sorry, Ben, I made a new page with my desired layout – but I’m not seeing how to clone that…let alone, convert it into a post clone.

    In forum: Virtue Theme
    #29534

    Elisey,
    You can use the portfolio shortcodes on any page. So say you want to show the grid with a sidebar you can use a sidebar template then add your portfolio shortcode in the page content:

    [portfolio_posts columns="4" items="10"]

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

    If you really want to use the portfolio grid page (where you can’t select a custom sidebar you can use a function for it:

    add_filter('kadence_sidebar_id', 'pgrid_sidebar_id');
    function pgrid_sidebar_id($sidebar) {
      if (is_page_template('page-portfolio.php')) {
        return 'sidebar2';
      }
      return $sidebar;
    }
    

    Ben

    #29528

    1. You can use a custom hook and hook into the product page, see the woocommerce docs here: http://docs.woothemes.com/document/hooks/

    2.

    .product_item .product_details h5 {
    border-bottom: 1px solid #000;
    }

    Ben

    #29525

    1. My question is whether it is possible to write a single text to appear in every single product page
    2. I want to put a line under the title
    I took a screenshot and sent it by mail

    Thanks for the help

    #29524

    ok,

    You can show the header image without the title by adding this css and then in the settings acting like your using a title:

    .titleclass .page-header {
    display: none;
    }

    The reason your image isn’t spanning the page is because it’s too small

    http://jackassflats.net/wp-content/uploads/header_emptystage.jpg

    But you can force it to stretch with this css:

    .trans-header #pageheader {
    background-size: cover !important;
    }
    

    And lastly, if your going to want to change the entire background using a plugin or custom css your going to want to make the header transparent so the body background goes to the top.

    Ben

    In forum: Virtue Theme

    In reply to: Site hover over effect

    #29520

    Well the way you’ve created that page doesn’t make it possible to add a hover over behind the text or make the link box larger.

    You can use the virtue shortcodes to create icon menus just like your home page. That might be the easies option for you.

    Ben

    In forum: Virtue Theme
    #29519

    Hello, Ben!

    I’m a new customer of Virtue Preium.
    haven’t php and css skills (work with webmaster).

    Your code works. but how to use custom sidebar?

    Add this code to use sidebar on portfolio-grid (I’m not a programmer, I just LOOK at your two codes)

    function kad_sidebar_on_portfolio_grid($sidebar) {
      if (is_page_template('page-portfolio.php')) {
        return true;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_on_portfolio_grid');

    I really need to use custom sidebar on portfolio-grid and portfolio-page (and testimonials-grid/page).
    It is very strange to me there is no option to use sidebar and choose which one to use.

    How I may see, I’m not alone in my wishes.

    I have child theme. May be, you make some plugin or update for theme? with on/off sidebar option for ALL pages, grids and templates. (sorry, I hope you understand what I mean. I really haven’t skill to describe correctly). and option to choose custom sidebar.

    And please!! Make option to make independent portfolios!!! I try to make with pages and parent-child portfolio types.
    It works ugly, or cut some functionality.

    I think, it is not last question :))

    my project (construction in progress)
    http://www.vesssna.com if you interesting.
    Wedding Workshop with huge catalog (woocommerce).

    sorry for my bad english.

    #29514

    Correct, I don’t want breadcrumbs or page titles to display, just header background. That is an option I want at least. Ideally I think I want full page backgrounds that extend in to the header all the way to the top of the page. However, I want different backgrounds for different pages. Not sure if that ability is incorporated into Pinnacle premium or not but it looks like there may be plugins to accomplish this. If not, my workaround was to create a header image that fades to black at the bottom and a page content background (row backgrounds with page builder) that fade to black at the top so both images will appear seemless. If I go with the latter option, then the image header for the shop page is still a problem as it does not span the entire screen. Thoughts?

    #29511

    Because it’s an archive page and you’ve turned the sidebar off for your blog archive pages it’s turned off for your forum archive pages.

    You can use this function to make it show on the forum archive page.

    add_filter('kadence_display_sidebar', 'bbpress_sidebar');
    
    function bbpress_sidebar($sidebar) {
      if (is_post_type_archive('forum')) {
        return true;
      }
      return $sidebar;
    }

    Ben

    #29507

    Hi, I have some links on my homepage created in the icon menu, that have preset hover-over effects that I specified for the site – an aqua coloured box with white text & icon, that turns the background dark grey when hovered.

    I have created a ‘links’ page, where I have boxes of the same aqua colour, with text hyperlinks within them. The boxes have been created with a visual editor widget, with a text link, and padding in the aqua colour that matches my homepage. The hover over effect works for the text, (currently dark grey to black) but, ideally, I would like the text to be white, (which I can easily change), and have the hover-over effect working on the coloured background rather than the text itself.

    At the moment, it is not obvious that the text is a link, so I would like something more prominent to prompt the viewer. Any suggestions on how I can achieve this?

    Thanks very much

    Jane

    #29504

    1. You have to post a link to start with. And please assume that with every support request a link is important and requested.

    2. “left centered” ??? How can something be left centered? Please explain more.

    3. You should use a SEO plugin like Yoast SEO and then you can control that page.

    4. I need more information then that? If I gave you the css is in not here on the forums?

    Ben

    #29503

    1. You linked to a single product. But your saying pages. Can you clarify?
    Also I don’t understand what you mean here: “a formula should not take each page hand”

    2. A product short description and full description should be separate. Not the same thing. But if you want to hide the short description on your single product pages you can use this css:

    div.product .short_description {
    display: none;
    }

    3. You can use this css:

    #ktsidebar {
    border: 1px solid #eee;
    }

    Ben

Viewing 20 results - 47,661 through 47,680 (of 53,646 total)