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 - 31,021 through 31,040 (of 53,646 total)
  • Author
    Search Results
  • #106158

    one more question – is there demo content/ pre-built pages with Pinnacle?

    #106150

    In the page edit screen, there is an option for a page subtitle. I’m not sure what template you’re using, but you should see something like this:
    http://docs.kadencethemes.com/virtue-premium/fullwidth-page-template/

    Let me know if that clears it up for you!

    #106149

    My most recent challenge is how to remove a subtitle on this page

    For some reason I can’t seem to find it so I can remove or edit it.

    Thank you!

    #106146

    Hi, I just purchased Pinnacle in order to have a video hero on my home page. From all the searching I did online, it seemed that the Revolution Slider would come with the premium package.

    But when I go to theme options, I don’t see this slider as an option.

    How do I upload a video to be the ‘hero image’ on my site if there’s no Revolution slider?

    The current (temporary) url is

    Thank you.

    In forum: Virtue Theme
    #106142

    Hello, I just purchased the Premium theme and got the confirmation email but can’t download mine either.

    When I click “download files” in the email, it takes me to my account page.

    When I click products or the api key, it takes me to information about the premium theme, but no files to download. How frustrating. please help.

    #106136

    Hello Pierre Yves,

    In the future, please be sure to start your own topics. It’s best for site navigation, and it will keep the previous posters from receiving irrelevant emails.

    I’m not sure I know what you mean, can you post a link to the page where you’re having footer issues?

    Thanks!

    #106135

    Thank you, Ben. I have that whole business sorted out now. I traced the problem to popupmaker, which was showing up on the checkout page even though it wasn’t supposed to. Once I set the base back to http, everything worked OK. There was also an issue with Wordfence showing live activity that needed to be switched off.

    That being said, regarding your comment above, I don’t know exactly what you mean by “Go into your theme options making sure ssl is activated” as I could not find a setting for it in Theme Options. Also, my logo url is set to https already. It’s more than my logo, it seems to be pretty much every image that shows up as not secure when I have the whole site set to https.

    #106133

    Sorry kevin that dosent work

    Can I deque it from the fucntions by putting the media queries in a seperate css file?? so they dont load on cart and checkout pages
    could you help me with that??

    #106121
    @media screen and (max-width: 900px){
    .archive tbody td, .single-product tbody td {
        display: block;
        text-align: center;
    }
    }

    You should be able to change your CSS above to only effect the product pages and product category pages. Does this work for you?

    In forum: Virtue Theme

    In reply to: Mosaic gallery

    #106118

    Hello Djordje,

    I tried recreating your issue on my test site using both page builder and shortcodes to generate my galleries, and noticed that the only issue I had was when using shortcode, one of my images was distorted like your gallery, but not all.

    How are you adding this gallery? It looks like you’re using the visual editor and shortcode, but I just want to be sure. It seems that, at least on my site, the Virtue Gallery Widget and Page Builder don’t have any problems. It may be worth trying to add the gallery that way, just to see if it makes a difference.

    otherwise, I’m not sure what might be causing this. One thing that would be worth checking is your site’s plugins. I would try deactivating one by one and checking the page to see if that makes any difference.

    Let me know if this is helpful at all!

    In forum: Virtue Theme

    In reply to: Floating Box wrapper

    #106116

    I don’t think that this is a good idea, since on a smaller browser window there will be no space for that content. It may be better in your case to use a sidebar on that page with the information that you want inside of it.

    That way you’ll be able to see it on all screen sizes.

    New sidebars can be made in Theme Options> Misc Settings. Then, go into Appearance> Widgets to assign the sidebar widgets.

    In Theme Options> Shop Settings, that’s where you’ll assign the the sidebar to your shop pages.

    Hopefully that’s helpful!

    #106111

    Thanks for your response Brian.

    I was sure to turn sidebar off for the page and even checked the widget padding under Layout from Edit row (set to 0). It’s weird but it still boxes my widgets (rows) in for some reason.

    When I use the widget SiteHero the first few near the top are ok – nice and full-width – but then it starts to box them in further down the page. Even when I try the SplitContent widget, same thing. Not sure what I am missing here.

    Any ideas what else I can try?

    Thanks again.

    #106109

    Please see my notes above. I went ahead and changed the base url to https. Now ALL the pages on the site show an insecure alert. I guess that wasn’t the thing to do.

    #106105

    In my home layout I have enabled two sections: (a) Latest Blog Posts and (b) Best Selling Products.
    Webpage is multilingual and I’m using Polylang plug-in to switch between different languages. When switching between
    different language the section headings are still in in English. How to display the titles in different language?

    Thanks in advance,
    Reidar

    #106099

    Im using some custome code to manipulate tables in the product and category pages, I think thats the problem, Is there a way to stipulate IF cart or checkout Exclude

    @media screen and (max-width: 900px){
    tbody td {
        display: block;
        text-align: center;
    }
    }

    by using functions file?? or can I specificlly add css after this that stipulates if checkout / cart tables??

    for example onthis page coir matting trade im using it to collape the table in to a verrtical once the screen size gets smaller so it can ajust to fit tablets and mobiles correctly.

    table {
        border-collapse: collapse;
    }
    
    table, td, th {
        border: 1px solid #ccc;
    }
    
    @media screen and (max-width: 900px) {
    table {width:100%;}
    thead {display: none;}
    tr:nth-of-type(2n) {background-color: inherit;}
    tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
    tbody td {display: block;  text-align:center;}
    tbody td:before { 
        content: attr(data-th); 
        display: block;
        text-align:center;  
      }
    }
    
    @media only screen and (device-width: 1024px) and (device-height: 768px) and (-webkit-min-device-pixel-ratio: 1) {
    table {width:100%;}
    thead {display: none;}
    tr:nth-of-type(2n) {background-color: inherit;}
    tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
    tbody td {display: block;  text-align:center;}
    tbody td:before { 
        content: attr(data-th); 
        display: block;
        text-align:center;  
      }
    }

    and js from this page js for collaapsing tables

    sorry cant post code as your site blocked it

    help appreciated thanks, lee
    trade prices coir matting

    #106088
    This reply has been marked as private.
    #106087
    This reply has been marked as private.
    #106085

    Thank you, Ben.
    Yes, the addmin is https
    Yes, Force secure checkout is set for the checkout page
    I don’t have a reason for wanting or not wanting ssl on the whole site.
    Wordfence has a diagnostic page. On it it says: “Connecting to Wordfence servers (https)” OK

    I’m a bit at my wit’s end here. Any other ideas?

    #106070

    Hey,
    The tutorial happens to be using “virtue” theme which is set up a little different in pinnacle you can simple use the “page builder” page template. In each page you can decide to use a sidebar or not so just make sure you have sidebar off.

    Ben

    In forum: Virtue Theme

    In reply to: Header modification

    #106065

    I don’t see the widget area enabled?

    Your going to need css like this but I can’t tell you for sure without seeing your page setup.

    .kad-header-left {
        width: 100%;
    }
    .kad-header-widget {
        width: 40%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .headerclass .container {
        position: relative;
    }

    Ben

Viewing 20 results - 31,021 through 31,040 (of 53,646 total)