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 - 49,521 through 49,540 (of 53,646 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: home content bg colour

    #20693

    You can add this css:

    .homepagecontent {
    background: #666666;
    }

    Ben

    #20688

    Hi Ben,

    Thanks for the quick fix in that update! I was already going to use vimeo and youtube links for the portfolio page. I just updated the theme and it works perfectly, great job!

    In forum: Virtue Theme
    #20684

    Hello,

    I am using simple font with link embedded to redirect to product page.
    I am trying to have the font change color on hover over to indicate the link.
    I have no coding experience so any help would be appreciated. Thanks Doug

    h5>◊  <a style=”color: #6b3e11;” href

    <h5>◊  Machetes</h5>
    <h5>◊  Remote Power</h5>
    <h5>◊  Saws</h5>

    <h5>◊  Binoculars</h5>

    #20682

    Hi Ben

    I’d like to get my home page: to have the page content background colour of #666666

    This page works as a normal post page, e.g.. but not as the static home page.

    Can you help please?

    In forum: Virtue Theme

    In reply to: Sidebar on 404

    #20677

    You would have to add a custom function in a child theme or a functions plugin. You intend on people seeing a 404 page often?

    here is the function:

    add_filter('kadence_display_sidebar', 'kad_sidebar_on_404_page');
    function kad_sidebar_on_404_page($sidebar) {
    if (is_404()) {
        return true;
      }
      return $sidebar;
    } 

    Ben

    In forum: Virtue Theme
    #20676

    How do I enable a sidebar on the 404 page? I don’t see it as a theme option, and the 404 template itself doesn’t include a sidebar.

    #20675

    Would it be possible to add a text block next to the buttons [Proceed to PayPal] and [Place Order] on the checkout page?

    Sample blurb text: IMPORTANT: An email will be sent to you confirming this order – please check your spam folder.

    See image:

    ~Ann
    http://www.FrancescasFancy.com (not live yet)
    (see previous email for login info)

    * * * *

    #20672

    1. There should only be 1 line and it divides the post text from the categories and tags. See here: http://themes.kadencethemes.com/pinnacle-premium/standard-post/
    2. If you want to remove comments you can turn that off in the post settings… scroll to the bottom also in your wordpress settings.
    3. What icon? again see here: http://themes.kadencethemes.com/pinnacle-premium/standard-post/
    4. You would use css.

    .pcside>.postclass, .pcfull>.postclass {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }

    5. in your database. If you want a backup export a copy from the export tab.
    6. You can set which page is the grid page in your theme options> portfolio settings.
    7. If you want to add to the top for mobile use this css:

    @media (max-width: 992px)  {
    #topcontrol {
    display: block!important;
    }
    }

    8. That is going to be set by your primary color. in the theme options > basic styling.
    9. What do you mean remove the text area? Post a link?
    10.What do you mean? I don’t see this?
    11.What do you mean? The box is supposed to be full width… it’s a code box. not a text box.
    12. You can, in the single portfolio and in the grid. I don’t understand? That is an option.
    13. It’s not an option. You would have to add as content or code out a special portfolio single file.
    14. You can turn the lightbox off for the site if you want. Just need to add this code in your footer:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});
    </script>

    Ben

    #20664

    Here is a product category page: http://www.millannienterprise.com/product-category/electronics/

    You can add to a menu not by adding a page but a product category. If you don’t see this option in the menus page then you need to click “screen options” in the top right corner and make sure product categories are checked.

    Ben

    #20652

    Hello

    I do love the Kadence-Premium-Theme but to do my mainmenu I prefer to use the Plugin Suppa-Menu. Everything works fine until I check the page on a phone. There I got the Suppa-Menu as I want but additionaly I also got a mainmenu of the theme.

    Can I somehow deactivate the mainmenu of the theme so it doesn’t show up on the downsized screen (or on my Facebook-tap-page)? But just the mainmenu because I’m using the topmenu of the kadence-theme (loving it).

    Thanks for any help (you guys do realy a great job helping dummies like me). 🙂

    Greetings

    Sascha

    #20646

    the second list:

    9. Portfolio Item, Three Rows and Abov , it would be nice to have the chance to remove the text area.
    10. bug: Edit portfolio item page, some input form(Slider Shortcode,If Video Project –
    Video URL (recomended), If Video Project – Video Embed Code) are not formatted right.
    11. bug: also the lines there are 100%(I’m using firefox)
    12. it’s a must to have the chance to see the picture with they original aspect ratio, full width not cropped.

    ..to be continued…

    thanks
    A

    #20630

    Ben, here I am, this is the first list 🙂

    Where I may define the default options for the blog posts?
    How I may:
    1. remove/customize the two line after the text of every post?
    2. remove/customize the “leave a reply” after every single post page?
    3. remove/customize the icon at sx of the post title?
    4. remove/customizethe radius border of the text in the single portfolio page?
    5. where all the custom settings of the “theme options” are stored for a backup?
    6. customize the portfolio category button?
    7. enable/disable the “to the top!” button on mobile/tablet layout?
    8. customize the default hover in posts? now is orange.

    thank you advance!
    A

    #20610

    Yes that is what I would do, Pagebuilder only looks for clones in pages but you can import them into posts so if you have a page it will work for your posts.

    Ben

    #20608

    Ah ok I guess that’s the reason why. Yes I believe portfolio page is same as portfolio post, just didn’t know the term for it. It’s adding pages into portfolio so thought calling it portfolio page is what it is called 😀

    So I believe the best way of doing so will be going to Page and create a page named something like template for portfolio and when I create new portfolio posts I can then import the prebuilts?

    #20607

    By portfolio page do you mean portfolio post? Because if you made a post that won’t become a prebuilt. Only pages.

    Ben

    #20606

    That is weird. This didn’t happen that’s why I am curious if this can be done.
    Does it have to do in the a Page? What if it’s a PortfolioPage.
    I created a Page called home and a PortfolioPage called Condition. Both pages used page builder and then I created another PortfolioPage called ABC and here in ABC I can only see Example Page, Example Page 2, Clone Page: Home. Only these three options. I didn’t see the option to clone page builder of my Condition PortfolioPage.

    #20604

    Any page you build with pagebuilder you can copy into another page. So make a page that you want to be the layout. Design it in pagebuilder and it will be a prebuilt option on the next page you make.

    Ben

    #20601

    As title mentioned. I know there are three prebuilt layouts but can I create my own layout and save it or use the layout I already created in other pages?

    #20596

    Hi Ben,

    Just wondering if you can advise on formatting of home page widget area, I want to include 3 widgets if I can, but they don’t appear with any css classes around them to make it possible to style the widget as a whole.

    Many thanks

    #20572

    Hey Stephanie,

    The free version uses the portfolio carousel, which you are welcome to use. A custom carousel has an option for a description for each item.

    If you just want an image carousel you can use page builder an add a virtue: gallery. Which has a carousel option.

    Hope that helps.

    Ben

Viewing 20 results - 49,521 through 49,540 (of 53,646 total)