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 - 51,181 through 51,200 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12584

    sometimes I delete things in my wordpress media library and then they come back I dont know why but I’ve purged the pages and emptied the trash.
    So I reuploaded the image (which is 1800 px wide) and now we are getting somewhere – this is the code I put in:

    body.page-id-4438 {
    background: url(‘http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/test-background2.jpg’);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }
    .page-id-4438 .contentclass {
    background: transparent;
    }

    but somehow the image is appearing much too large: http://www.studiobricolaged.co.uk/surface-designs/

    Is there any code you can give me to make it smaller??
    I like the way it is fixed in relation to my content, so it scrolls with the content, that’s what I wanted.
    Now I just have to get it so that the flower doesn’t cut off at the header, and so that is the size I intended it.

    Would I use this code for other pages, to put in different images? I just change the page id and the image url?
    If you ask me there is a gap in the market for a plugin that does this (the way I want it!)

    thanks

    In forum: Virtue Theme
    #12583

    I am working on the following page. ( ). For some reason when I am adding the product information, I put in the SKU number, and then when I save, or update the page it goes away. It doesn’t show on the actual page either. Have I done something wrong?

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12581

    body.page-id-4438 {
    background: url(‘http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/test-background8-e1405005030830.jpg’);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }
    .page-id-4438 .contentclass {
    background: transparent;
    }

    is what I am putting in the Theme Options / Custom CSS with no plugin activated, is that correct? Nothing is happening…

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12578

    Well if you just want a background on that page you would add this:

    body.page-id-4438 {
    background: url('linktotheimagehere');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }
    .page-id-4438 .contentclass {
    background: transparent;
    }

    Ben

    #12573

    Also, when I click “add to cart” on the page theguitarist.net/store , is there a way for me to move the “view cart” button?

    It is not symmetrical and looks weird. I would ideally like to position it next to the “add to cart” button.

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12568

    HI Ben
    No I wasn’t implying that those plugins not working were your fault, I was just frustrated becuase the plugins didnt do what i want. I have asked for support from the makers of the FullBackgroundManager plugin. I can’t even load an image into their plugin and there are no options or settings for it anyway, it’s definitely not working properly. I installed and deleted and reinstalled it 3 times.

    Looking at your link to do with classes, I think I would want my background image to show up as the body AND under the content of a page, so presumably I need the background to upload to the BODY and for the content part in the middle to be transparent…

    The page I wanted to put my black line drawings under was this:
    http://www.studiobricolaged.co.uk/surface-designs/

    I dont want the image to repeat, I just want to upload one at 1800px wide. I will try with that new code you gave me – in the theme options advanced box I presume

    thanks,

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12562

    This theme supports a lot more then just one custom background function. I am not responsible for 6 plugins that aren’t very good. I did test the one I sent you and it loaded the image for me. It didn’t have settings for repeat but it wouldn’t be hard to add that with css. Please link to the page can I can help you with css.

    As for understanding all the classes: http://docs.kadencethemes.com/virtue/#advancedstyling

    For starters try adding this css:

    body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }

    Ben

    #12559

    Hey this is unfortunately intentional and not really possible to change without having to change either the way the home page works or the way normal pages work. The issue is with integrating the home page layout manager, the “page title” is able to be put at the bottom of the page or the middle or disabled so it couldn’t be designed to be above the sidebar and have the layout manager work.

    So with your site since your not really using the home page layout manager in the theme options you might be better off removing the content in the font-page.php and replacing with the content in page.php
    That would allow the home page to act just like the normal page.

    Ben

    In forum: Virtue Theme

    In reply to: Custom Page

    #12556

    Not easily You have one route where your using css to hide the header, menu, etc. I made an example here:

    The name of the page becomes a class that you then use to target one page:

    .no-header-test header.banner, .no-header-test #containerfooter, .no-header-test .page-header {
    display:none;
    }

    Here is the result. http://themes.kadencethemes.com/virtue-premium-3/no-header-test/

    So then you can create a custom page just with the page content.

    Else you can create a child theme, build a base-custom.php coping from the base.php file then build a page-custom.php file.

    Ben

    #12555

    HI Ben,

    thx…

    great support as always…

    did that, but cannot test, since though I put page (HP), it’s still not full width?

    any idea why?

    Thank you so much

    Dan

    #12549

    Hola,
    En primer lugar quería felicitaros por vuestro trabajo.
    Estoy usando el tema y había creado un menú con iconos arriba como en Ahora al añadir nuevas páginas e intentar añadirlos o al intentar modificar los que había creado en Apariencia-Menús-…insertando el código css siguiendo las instrucciones ( no aparece o los que había desaparecen al intentar modificarlos por un icono nuevo. Sin embargo los items del menún que no se modificaron siguen apareciendo con su icono arriba. ¿Me podéis ayudar? He intentado encontrar algún hilo sobre esto y no lo encontré.

    google translator

    Hi there,
    Firstly, I congratulate you on your work.
    I’m using the theme and created a menu with icons as in up now to add new pages and try to add or attempt to modify all those created in Appearance-Menus – inserting the css code … following the instructions ( does not appear or disappear when you try to modify them had an icon again. However the Installation Menu items that did not change their icon keep popping up. Can you help?? I tried to find a thread on this and could not find it.

    #12539

    During some troubleshooting to figure out why apache was stalling on serving the page after the client requested, I ended up closing the php tag ?> on the index.php file in the root. Then apache started to respond normally (quickly). From what I understand, the index.php file’s php tag is default open. I’m not sure why this helped, but it did.

    In forum: Virtue Theme

    In reply to: Scroll Issue

    #12537

    I found the issue. I changed the settings misc. settings. The smooth scroll was on. I always thought that was for the page to smooth scroll.

    #12535

    It is on the checkout page (where you fill your address) after you add something to cart.

    #12527

    I have noticed that my wordpress pages load slowly as of late. If I try to load a page or post, it will sit for anywhere from 5 to 10+ seconds before loading the page.

    I checked my graphs and it appears a that around June 24-25 or so, the CPU utilization for apache started spiking. top’ing on a shell and loading pages shows the CPU% for httpd hitting high 90% during my page loads.

    Note that WP Super Cached pages load very quickly with little to no CPU spike (which is expected).

    I switched out to the basic WP 2014 theme and page loads are quick.

    I tried disabling Jetpack and that didn’t help.

    Any ideas?

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12525

    I have now tried about 6 different plugins and they are all terrible. The one you reccommended wouldn’t even let me load a picture!
    All I want is to load a different non-repeating image on the background of each page. Why is it so difficult!
    And what is the difference between body / html / post content and content class? Can’t work it out. My picture keeps getting cut off at the top where the header starts. That’s when I do manage to load it, which is rare. Does this theme support the WordPress custom-background theme feature?

    #12520

    Hello,

    I thank it’s simple to see with links to my site:

    Homepage:

    Normal Page:

    When you take a look to the page title and the sidebar, then you see differences. In Homepage Sidebar goes up to the Header. In normal Page Sidebar goes up to Page title only, because page title takes full width here.

    I want to have same design on Homepage as on normal Page for Sidebar and Page title. As you see I have customized many things, and I think I have leaned a few things about CSS customization, but I can not get a fix for it. For me it seems as it can not resolved with custom css only, but I hope, because I don’t want to begin customize also virtue php Files. I found no change in Virtue Theme Options itself.

    I look forward to a solution for both thing. Make Page title / sidebar both as in normal page. And a solution to make them both as in Homepage.
    Would be nice when you can help.

    Best regards and big thanks
    Sebastian

    In forum: Virtue Theme

    Topic: Scroll Issue

    #12518

    Can you take a look at the following page. ( ). I know that this is going to sound stupid, but I now have three product pages that have been completed. For some strange reason the the scroll wheel on my mouse doesn’t work on these pages. I have to use the scroll bar on the right of the page. But, what makes it even more strange is the it works on all my other pages. Could I have done something, or clicked a setting when creating these product pages. I do have css in them to customize the page.

    In forum: Virtue Theme

    Topic: Custom Page

    #12517

    Hey Ben,
    I am adding a Blog page to my website and wanted to be able to remove menu, change logo and placement, header image, background etc. Can I do this for the one page only?

    In forum: Virtue Theme

    In reply to: Background

    #12513

    Maybe I’m really challenged here Ben, but I can’t see an option to use an image as a site background, only colours:

    Main Content Background

    Content Background Color
    Topbar Background Color
    Header Background Color
    Secondary Menu Background Color
    Mobile Menu Background Color
    Footer Background Color
    Body Background Color
    Site Title & Tagline
    Static Front Page
    Widgets: Topbar Widget
    Widgets: Footer Column 1
    Widgets: Footer Column 2
    Widgets: Footer Column 3
    Widgets: Footer Column 4

Viewing 20 results - 51,181 through 51,200 (of 53,646 total)