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,301 through 51,320 (of 53,646 total)
  • Author
    Search Results
  • #12075

    Hello Ben!
    How can i line up topbar widgets with each other in a line on full width, not a half width of page?

    #12071

    Dear Ben

    i Already paste shortcode in my “homepage” = [blog_posts orderby=date items=3 columns=3 word_count=30 cat=NEWS]
    but i want to display like ( Autdoor Adventure )
    how skrip shortcode ?
    and paste shortcode = [carousel type=post orderby=date columns=3 items=8 speed=9000 scroll=1 cat=beritautama]
    not display “Readmore” in carousel type=post ?

    sorry my english very bad 🙁

    Thank

    In forum: Virtue Theme

    In reply to: Body Background Image

    #12069

    You can add this css to force the image to fill all the page:

    .contentclass {
    background-size: cover;
    }

    Ben

    #12068

    I am trying to close up the space below the header on the following page ( ).

    In forum: Virtue Theme
    #12055

    Do you have a deleted page, in your trash with the slug of blog? if so remove it completely.

    Ben

    In forum: Virtue Theme
    #12054

    Yes, and I did it several times, but it just wont update. The other pages successfully updated their slugs. http://www.studiobricolaged.co.uk/TestStudioB/blog-3/

    This is incidentally also happening with the site I have which is currently online, the blog page slug refuses to change from ‘news’ to ‘blog’. http://www.studiobricolaged.co.uk/news/ – which is a different theme. I had a developer working on it but she couldn’t make it change.

    In forum: Virtue Theme

    In reply to: H1, H2, H3, etc

    #12053

    Just replied to your email:

    If you want an h1 tag to be different but only on a certain page then there is css you can use for that. Every page in the theme has a specific body class. For example on your home page you have a class called “home” in the body tag. if you inspect and find the body tag you can see all the css classes and with every page there is a specific for the page. So for the home page if I want the h1 to be different I can use .home h1 {font-size: 20px} and that will only effect the home page.

    Ben

    In forum: Virtue Theme
    #12052

    When you changed the page permalinks did you then update the page so it would save the new settings?

    Ben

    #12051

    HI again
    I changed the slugs of some of my pages to be more descriptive, because they were a bit of a mess – eg “blog-3” has now become “blog” and the Surface Patterns page has been changed to “surface-patterns” not “portfolio. I then went to permalinks and pressed “Save Changes” , but when I look in the URLs of those pages when I load them, the old ones are still there. What have I not done?
    THanks!

    In forum: Virtue Theme
    #12049

    With the virtue theme, is it possible to have different H1, H2, etc., settings for different pages, or are they stuck at site wide settings once you change a setting, color, etc.?

    #12043

    Can you take a look at this page. ( ). I can’t seem to get the main content, or the comment section full width.

    In forum: Virtue Theme

    In reply to: WP super cache

    #12036

    WP Super Cache is for speed, and it caches the page and the css so that on each refresh the site doesn’t have to reload the content I really don’t recommend using it while developing because with every change you make you will have to clear the cache for it to show on the front.

    As for adding a spam catch to the comments forum there are plugins out there for this, like http://wordpress.org/plugins/si-captcha-for-wordpress/

    Ben

    #12026

    I am having trouble making the contents of this page ( ) be full width inside the container, and getting the blog text to change color>

    #12018

    The only css I see in your child theme is

    body{
    background: black;
    }

    Which wouldn’t show on your page because there are divs above the body with a set background.

    Backgrounds can all be set in the theme options > advanced settings.

    Something else to note. The theme options css output comes after the child theme output. So while the parent theme is first and child theme is second (meaning it overrides the parent) the theme options is third. So if you have the same selector as the body background in the theme options then the child theme will not show, the theme options will. If you want the child theme to override the theme options you have to use a more detailed css selector like

    html body {

    or use the important tag like

    body { background: black !important;}

    Ben

    #12016

    Thanks Hannah. I have followed that tutorial and the images are still not cropping to equal heights. I have been creating the portfolio page by adding the portfolio items. The portfolio items on the portfolio page are not cropping the way I imagine they should.

    If you go to my portfolio page you can see what I am talking about. These 2 items have been uploaded by going through the tutorial you posted. “Crop images to equal heights” is selected yes.
    http://www.charlesgrealy.com/portfolio/

    The problem is the cropping does not seem to occur, so the rows are uneven.

    Thank you again in advance.

    #12012

    Hey, I’m not really sure what you mean by adding images into the portfolio category. The best way to create a portfolio page is to add portfolio items. If in your portfolio page the setting “crop images to equal height” is selected yes, then you should be golden.
    Check out this tutorial if you have further questions: https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/
    Hope this is helpful!

    Hannah

    #12007

    Ok, thanks. I think I got it!! So under the Theme Options / Blog Options / Blog Category and archive Defaults, you can set the defaults for how the images in the post behave, but in each post’s edit page you can change these defaults if you want to make that post different…

    #12006

    Hello Ben,

    Im having a little problem right here, in my page http://www.webtestyonline.pl Ive uploaded theme 4 style, and I cannot override your css in my child theme. Ive done everything right, when Ive set your theme and created child css I tried to change something and it was successfull, but after Ive uploaded theme 4 I cannot refer to css. Do you know why ?

    #12002

    After downloading the Page Builder plugin, I now have the “Image Details” popup window to play with settings. So, I’ve sorted this issue out now. But, it has led me to a second question…..is there some place to change these “Image Details” defaults? I would like pics to automatically show up as full width, and automatically have “link to” = none.

    Thanks for your help! Loving everything I can do to customize so far.

    #12001

    Thanks Ben and Calvin, yes I was talking about showing images from a portfolio item (not a portfolio type) . So, would if i put in a gallery widget, Ben, can I get it to appear as an image carousel like in your page here:
    http://themes.kadencethemes.com/virtue-premium/image-carousel-post/

Viewing 20 results - 51,301 through 51,320 (of 53,646 total)