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 - 33,881 through 33,900 (of 53,646 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme
    #93081

    is it possible to hide a banner at 1 page?

    #93080

    Hi Hannah,

    That is done in WP post styling, at the homepage.
    See below..

    img {
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    -webkit-transition: .5s ease-in-out; /* For Webkit browsers */
    -moz-filter: grayscale(100%); /* For Firefox */
    -moz-transition: .5s ease-in-out; /* For FireFox */
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
    }

    img:hover {
    -webkit-filter: grayscale(00%); /* For Webkit browsers */
    -webkit-transition: .5s ease-in-out; /* For Webkit browsers */
    -moz-filter: grayscale(00%); /* For Firefox */
    -moz-transition: .5s ease-in-out; /* For Firefox */
    -o-filter: grayscale(000%);
    -o-transition: .5s ease-in-out;
    }

    .portfolio_item .portfoliolink {
    ms-filter: “alpha(Opacity=80)”;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    }

    .portfolio_item:hover .portfoliolink {
    ms-filter: “alpha(Opacity=100)”;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    }

    regards,
    Bert

    #93078

    I noticed that the shrinked/sticky header often only gets initially a tiny (0.5s-2s) after $document.ready. See here for example:
    (page does document.ready, sticky header comes a bit later).

    I need to do some JavaScript just when the header has finished. Currently I just do a setTimeout(myStuff, 3000), but it’s not optimal. Is there an event that gets triggered when the sticky/shrinked headers is done? That is a way to listen do it like $('.certainHeaderElement').on('theHeaderHasFinished', function() {mystuff})?

    #93077

    Hello community,

    we are using the virtue theme : http://www.onehundred.digital
    Now I would like to change the look of the front page as it looks like in demo 4.
    I know how to build a big fullwidth slider but i dont know how to put the menu under it. can anyone help me please?

    Thanks!

    #93071

    Hi

    I have created Image carousels on some of my featurepages, ex:

    I would like the carousell to scroll all visible images when changing – si this possible?

    Thank you

    In forum: Pinnacle Theme

    Topic: Boxed layout

    #93069

    I would like to use a boxed layout or at leat a grey framing on the content pages including the home page of http://185.123.99.153/~frank/

    I like how it looks on blog posts grey background framing the content http://185.123.99.153/~frank/blog/

    How do I replicate this for pages such as the home page please?

    #93050

    Hi,

    I am facing an issue in which the product name is not showing on individual product images. Do you have a fix for this?

    This is the product page:

    Do you recommend me to update to the latest version of Woocommerce of 2.5.5?

    Thank You,
    Johnny

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #93045
    This reply has been marked as private.
    #93041

    Hmm, oddly I don’t see a submit button in that forum? I looked through that form in html and didn’t see a submit. Can you confirm it’s there if you just post in a page?

    Ben

    In forum: Virtue Theme

    In reply to: Adsense

    #93037

    Hey,
    You can use the theme options > header footer scripts option and place in the header there.

    If you don’t see this in the theme options you can turn on in the theme options > theme extensions.

    If you need to change this code on a page by page basis use this plugin: https://wordpress.org/plugins/oh-add-script-header-footer/

    Ben

    #93034

    Are you just referring to your homepage or are you seeing this on other pages as well? How are you adding the image to your homepage? I would suggest either using page builder and setting your image as the background of a row, or using the kadence or revolution slider.

    Hannah

    #93028

    Hey Taylor,
    Obviously I am not Ben, but we at KT are always happy to help out! 🙂
    There is a donation link under Buy us some coffee on this page- https://www.kadencewp.com/about-us/
    Cheers!

    Hannah

    #93009

    Hi, Super Kadence Team! After updating to Virtue 3.5 and WordPress 4.4.2, the Revolution slider on our home page disappeared completely; naturally, it was fine before I updated and the new revslider came along for the ride. I just installed updates for Virtue 3.6.1 and WordPress 4.5.1 hoping those would fix it. It was worth a shot. 😉 I tried resetting the slider and confirmed it works correctly in the editor/preview, and resaved the associated theme options. Any idea what else I can check? Feel free to see where it should be, above the menu bar, at thepilatescenter.com. Thanks for your help and the excellent theme!

    #93008

    Here is some CSS that will allow the arrow to stay on the page no matter how big the browser window is.

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

    Just copy and paste this code from here to Theme Options> Advanced CSS.

    Let me know if that works for you

    #93006

    Hello Ben,

    I would like to make the first page basically like a splash page. Without a nav-bar, foot or logos.
    I was thinking of using Slider Revolution to aid me with it. “If you have a better process I am all ears.”

    My struggles:
    In “Theme Options> Home Layout> Home Layout Manager, and only activate Page Content” my Page content has some in it. It is still showing some
    post, portfolio or some random stuff you can see here.. http://www.dortegaphotography.com
    In addition, all the other pages I do want a nav-bar and logos and such.

    But Kevin’s suggestion is getting very close. need a couple things to iron out.

    Hello Josh,

    Definitely will let you know. There must be some setting in a place I am not sure of yet just because I am playing with it.
    As far as Slider Rev. and such I’ve spent time making pages and sliders, so we are good there!!

    Thank you guys for all the quick and very informative information.

    #92996

    So, I’m trying to hide the menu items, not the pages. Would the above work for that?
    And if I wanted to reduce space between items on the menu so that when logged in, the full menu only took up one line, how would I do that?

    In forum: Virtue Theme

    Topic: Adsense

    #92995

    Sticky Ads,
    Where can I put a ad code from adsense that is supposed to go on the entire site?

    Example HTML page with the Page-level ad code added in the <head> tag

    <html>
    <head>
    <script async src=”
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: “ca-pub-123456789”,
    enable_page_level_ads: true
    });
    </script>
    This is the head of your page.
    <title>Example HTML page</title>
    </head>
    <body>
    This is the body of your page.
    </body>
    </html>

    In forum: Virtue Theme
    #92994

    On my search page I have a slider which i’m guessing was created by the demo content but for the life of me I can’t figure out how to remove it via an option. I have a seperate header slider on other pages, but this one is unique to the search results page. How can I get rid of it?

    Edit: Seemed to have fixed it myself my modifying some other .css advice on the forum!

    #92987

    Hey,
    A simple option would just be to hide the items with css and show when the user is logged in.

    For example here is the css to hide the resources page for all but logged in users:

    .sf-menu li.menu-item-29 {
        display:none; 
    }
    .logged-in .sf-menu li.menu-item-29 {
        display:block; 
    }

    You can do that with your extra items or yea the other option would be through functions

    Ben

    #92986

    Because you are only wanting on one language I would suggest adding through the page itself and not on the others rather then in the theme options where it would apply to all.

    You can use the “virtue shortcodes” to add the posts to just the one page.

    Ben

Viewing 20 results - 33,881 through 33,900 (of 53,646 total)