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 - 49,541 through 49,560 (of 53,646 total)
  • Author
    Search Results
  • #20565

    Hi Ben,

    I too, had the issue with the title. The custom carousel also adds a blank div box called ccarousel_details or something like that on my home page. I just want the carousel slider ONLY like you guys have on your free version! lol

    Thanks for your help.

    #20564

    i have changed the background colour to dark grey #666666 on my site and have the primary hover colour as a light blue. menu options are in white boxes. I have noticed that the blue hover effect doesn’t cover the entire background leaving about 4 white pixels uncovered. looks a bit odd. is there a way to fix this?

    has an example on this page just above the portfolio options

    thanks in advance

    #20562

    Hi there. My posts for my blog no longer are showing comments. I made the rookie mistake of deleting a plug in that was supposed to be showing “related posts” but ended up showing ads and somehow my comments are no longer available. I don’t have the plug in name anymore since it is gone. I still have visibility to all of my comments in the “comments” section when I log into wordpress, so it appears that when I deleted the files to the plug in, is it possible that it pulled some code that shows comments on the post page? The other strange thing is the wordpress edit bar at the top of a webpage that shows when you are logged in is no longer available. It is on everything except posts.

    Here is a link to a blog page:

    Do I need to do a fresh install of the theme to correct it? Or do you have a possible quick and dirty recommendation that is simple?

    Thanks for your time and assistance!

    #20554

    I am sorry, but that did not fix the problem. I still have one column for the image menu on ipad in portrait mode. I also tried to remake the page in case it had to “set” the New settings again.

    #20553

    Ooh ooh ooh! I figured it out – so sorry I didn’t see this earlier. Under Home Blog Settings on the Home Layout theme option there’s a drop down box to select which category to show on the home page.

    Thanks for your help!!!

    #20550

    Thanks, Ben. The categories helped me separate the info between the two pages just perfectly, however; the post title and the message “Please log in to view this content” still appear on my homepage since I have Latest Blog Posts enabled in Homepage Layout Manager. I don’t see that the members plugin lets me pick and choose which posts appear in that blog feed… I don’t want the post title and the message “Please log in to view this content” to appear on my homepage. Maybe I need to look for a new members plugin with more extensive options?

    #20548

    That would be something the plugin would have to add, if they didn’t give the option then your only other option would be to create a category for all your “public” posts and limit the pages to only show the plugin category. Then create a separate page for your members that only showed your private posts.

    Ben

    #20546

    I took a scrn print of the page I am looking at with the widgets but I cannot attach here. won’t paste either

    #20542

    Hi,
    I’m in the process of developing a brand new site for an association that I belong to. Most of the site is considered “public” in that anyone can view it, but I set up a plug in for member-only content. The plug in works great; members enter their password and get to see sensitive information that we don’t want just anyone to see.

    My question is this: How can I keep the members-only News & Events blog posts from appearing with the public News & Events posts? Is it possible? I have the members-only post password protected, so the content is not readable to the public, but the post title and the message “Please log in to view this content” still appear on my homepage (Latest Blog Posts enabled in Homepage Layout Manager). Can I prevent those password protected posts from appearing on the home page and blog roll?

    o/wordpress/index.php/news/
    o/wordpress/

    THANKS!
    Jennifer

    #20539

    It just does not show on my machine, my win 7 machine, I will try a different browser and see. When I add widgets with page builder, the events show, but nothing else shows, and I did try to separate them by using 2 columns, that only worked one time, thanks for the help, I will be able to look at it this afternoon.

    #20538

    I’m not sure I understand the issue. Pagebuilder works fine. all your widgets are there. So I think you might want to make sure you don’t have any extensions running in your windows 7 chrome or try with a differne browser.

    Your footer widgets where all in one column? I assume you want them spread out?

    Ben

    #20537

    Is there a way of setting page title background width so that it falls in line with page content width?

    I’d like the page title e.g: of this page to fall in line with the content.

    Have tried various settings with no luck.

    In forum: Virtue Theme
    #20527

    Do you have the page builder and visual editor plugins installed and activated?

    #20525

    this is link to site http:www.hughmobley.com

    all widgets would be on home page, specifically they are the facebook/twitter, etc buttons, and if I use page builder and make a two or three field and put the widgets there, they just line up vertically, now it did work one time, but now page builder is not responsive. so i just used the visual, and put widgets in manually, but they are not showing on my main machine, Windows 7 using Chrome, on another machine using Chrome with XP everything seems OK, thanks

    #20522

    Hello:
    Questions of I may ask.
    When I load my page to edit my text, visual and page builder tabs are not available.
    Did I turn something off that I shouldn’t have?
    (Image)

    #20520

    I am adding widgets on home page and they do not show up at all either using page builder, or visual, in windows 7 but on another machine with Win xp everything shows up lie its supposed to, also using Page builder, its not responsive at all, only part of it shows, and most of it does not work at all,I end up using visual. I need some input on this problem! thanks

    #20512

    Hello,

    On my home page, my testimonials slider has overlapping on mobile versions. Here is a screen shot.
    Thanks, the support here is greatly appreciated.

    In forum: Virtue Theme

    In reply to: Testimonial page

    #20507

    1. Set the page template to fullwidth and not testimonial grid.

    2. Add the testimonial shortcode [testimonial_posts columns="2"]

    Ben

    In forum: Virtue Theme

    In reply to: Testimonial page

    #20506

    I am a little bit confused by what you are saying by using the short code, and not the page.

    In forum: Virtue Theme

    In reply to: Testimonial page

    #20502

    1. “Is it possible to have the form below the testimonials?”
    Yes use the shortcode not the page template.

    2. You have a space in in your css that shouldn’t be there… you have: input[type=submit] :hover but it should be input[type=submit]:hover

    and I would use this css anyway as the class “testimonial” is too broad.

    .testimonial-form-container input[type=submit].kad-btn {
    -webkit-appearance: button;
    cursor: pointer;
    width: 150px;
    height: 25px;
    line-height: 3px;
    background-color: #a31212;
    border-radius: 5px;
    border: 1px solid #959595;
    }
    .testimonial-form-container input[type=submit].kad-btn:hover {
    -webkit-appearance: button;
    cursor: pointer;
    width: 150px;
    height: 25px;
    line-height: 4px;
    background-color: darkslategrey;
    color: #ee7600;
    border-radius: 5px;
    border: 1px solid #959595;
    }

    Ben

Viewing 20 results - 49,541 through 49,560 (of 53,646 total)