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,801 through 47,820 (of 53,646 total)
  • Author
    Search Results
  • #28899

    You don’t need to download anything it’s built into google chrome. Just right click on the page and in the popup box click “inspect”

    Ben

    #28895

    Hannah, it did not work. Look it.

    http://bakancslistasutazasok.krajcar.org/?page_id=177

    This is the code I added:
    /* This piece of code turns off topbar, footer and header for landing pages*/
    .page-id-177 #topbar {
    display: none;
    }
    .page-id-177 #containerfooter {
    display: none;
    }
    .page-id-177 .headerclass {
    display: none;
    }
    /*end*/

    Any idea?

    #28891

    Hey,
    For the kind of slider you want I strongly recommend you not use the revolution slider. Since it’s a full width (screen size) slider and shows images as a background. meaning it’s not a slider that is designed to show the whole image.

    You should probably use the carousel slider or the flex slider which you can set up right in the theme options > slider settings.

    You can add your photos there and set the sizes.

    also I do see the revolution slider on your home page? so no error there?

    If you would like me to set up the carousel slider for you just send a login you can use the “Set as private reply” button.

    Ben

    In forum: Virtue Theme

    In reply to: Crop to Squares

    #28889

    ok, I see, your using a wp gallery on your visions page. You don’t have any portfolio items… Check out this tutorial: https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/

    by the way you can change the gallery columns in the gallery settings just click on it.

    Ben

    #28886

    I would like to create the effect done in this website in solutions topic
    It makes the picture bigger and change picture when your pass over it with the mouse.
    I used the widget image menu element in page builder and tried this code :

    height:250px;
    background:url(‘http://127.0.0.1:8088/prismadism/wp-content/uploads/2014/11/consultants-2.jpg’) no-repeat;
    display:block;
    hover:
    background:url(‘http://127.0.0.1:8088/prismadism/wp-content/uploads/2014/11/consultants.jpg’) no-repeat;

    but it creates something crazy. Do you know how i could correct it?

    Thank you very much

    In forum: Virtue Theme

    In reply to: v2_7_8

    #28885

    What do you mean by black box?

    If you background is black the page header would be black.

    The breadcrumbs are part of the page header. You can’t move them without changing all the template files.

    Ben

    #28882

    Hey,
    If your just adding in a page in the wordpress editor your fine.

    Ben

    In forum: Virtue Theme

    In reply to: Menu Image width

    #28877

    If you use page builder you can add a row make it fullwidth stretched and you can use the image menu widgets.

    Ben

    #28872

    hi that page still wont update, stubbornly refuses to. I can probably live without the capacity to put a slider on that page if it comes to it,
    M

    In forum: Virtue Theme

    In reply to: v2_7_8

    #28867

    Thanks for this, I removed the code BUT I dont want the page headers to show as they are not in the black box. Also I would like the breadcrumbs within the black box too like my blogs posts http://karizmatic.co.uk/wpkk17/webdesign/

    Please can you advise. Thanks so much for all your help 🙂

    #28863

    Hi,

    I’ve been trying many things today to solve it, but I failed each time. But I know that it must be easy to fix.

    I want my breadcrumbs to be gold for the current page, and grey for the links. I have the opposite by now…

    I want to have my footer’s widgets titles gold, and my footer’s widget texts grey, and I don’t obtain that…

    Thanks for your help !

    #28860

    Sorry if this is a dumb question but if I want to insert a <div> into one of my pages so that I can style that part of the page (by adding the nec css to Advanced Settings in Theme options), will this still remain in place (and the styling) when I next update the Theme? I’m pretty sure the answer is Yes but want to be certain!

    #28857

    So say you name the page “blank” then you would just add this:

    .blank #topbar {
    display: none;
    }

    Or if you go in the backend of your page the id # will be in the url. Then you would add something like this:

    .page-id-71 #topbar {
    display: none;
    }

    Here’s a video explaining: https://www.youtube.com/watch?v=fLg2T1AvmFE

    Hannah

    #28850

    Well one option is to do this in a child theme. Or you can use custom css and remove each class. Something like this would work:

    #topbar {
    display: none;
    }
    #containerfooter {
    display: none;
    }
    .headerclass {
    display: none;
    }

    You would just need to add page id’s so it would only effect specific pages.
    Hope that helps!
    Hannah

    #28849

    The site is under construction, so I am not sure if you can see it. the slider won’t even show up on my home page now. I have been trying to fix this issue and it just gets worse. I optimized the images using the plug in. They are thumbnail but some are 4000 x 3000 pixels

    #28847

    I have been having issues with this sloider for weeks. I uploaded the photos I wanted, and they are cut off top to bottom. I can either show the rooftops of the homes or the street, but not the entire home. Also, now the slider won’t show up on my home page. Suddenly it is gone.

    I tried everything. Please help

    #28831

    Hi, I’m creating a page that will have 4/5 google map widgets (added through the Virtue Google shortcode) Is there a way to add a ‘print’ button underneath each map that would only print that google map and not the entire page. And how would I set it up?

    Many thanks

    Nic

    #28830

    Hi,

    I would like to create landing page within Pinnacle theme. I would need a page template that does not have topbar, header, footer, etc. Can you help me, how to do it? I couldnot figure it out.

    Thanks

    Klara

    In forum: Virtue Theme

    In reply to: Need Woodoo Magic

    #28822

    If you add the class wide-gray does it help?

    I just tested in both browser and looked on every page of your site… no luck in seeing it.

    Ben

    In forum: Virtue Theme

    In reply to: Crop to Squares

    #28811

    Great it worked! thank you! Now that i’m seeing it though, i’d like to set it to 4 columns, however when i select that on the editing page, it still is showing me 3 per column. Is there somewhere else i need to change this? thanks again

Viewing 20 results - 47,801 through 47,820 (of 53,646 total)