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 'post'

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 20,221 through 20,240 (of 29,722 total)
  • Author
    Search Results
  • #89883

    Hey,
    In your theme options > blog options. Scroll down to the “Show the post title in head by default” and set that to off.

    Ben

    #89875

    Can you post a link?
    Ben

    #89852

    Hi Ben, Hannah,

    Our new website is being built under a new name and domain name. Hence, the old domain name has to be redirected to a “landing page” as our old website can be removed.

    I basically want a second home page for the redirected people:
    – topbar
    – header (with slider)
    – menu
    – footer
    – page content

    Scrap my initial question. I realised I don’t want the slider to show, we basically need a full width page without it’s title.
    I did come across asking exactly the same question.

    Here you say:
    So you just want the page title gone? You can use css like this:

    .page-header {
    display: none;
    }

    Then just add the page id of the page. Does that work for you?
    Can you tell me how I can add a specific page id?

    (If you prefer you can also answer in the other thread to keep the information in one place)

    Thanks for your help,

    Robert
    (on behalf of Willem)

    In forum: Pinnacle Theme

    In reply to: search issue

    #89849
    This reply has been marked as private.
    #89844

    Hi – For the life of me I can’t remember where I go to get rid of the pre-installed image that comes with the theme on which a blog post category is overlayed. I’d like to not have the category or the image show up. Is there a place to edit the blog post template? You can see what I’m talking about here:

    I’d like for the cliff image and “uncategorized” to go away.

    Thanks!

    #89842

    Hi,

    How can I customize the title of the Blog Post Bottom Carousel Default? I want to translate “Recent Posts” in my language and
    I don’t see any way to do this in the Theme Options. It seems that I have to modify some php files in my child theme, right? If
    yes, could you point me in the right direction? Thank you.

    #89816

    Hey,
    So you wanting to pull from a calendar feed and make those posts?

    You would need to use a plugin like this: https://wordpress.org/plugins/rss-post-importer/

    Ben

    #89815

    Hi and thanx for a great theme! I’m new to WP so I hope I can explain my issue: I would like to have my calender feed from a google calender as ordinarie blog posts (as for exampel on homepage in the blog section). Is that possible? Many thanks in advance!

    In forum: Virtue Theme

    In reply to: Portfolio Layout

    #89804

    When showing a portfolio post you can have the beginning of the excerpt show with the post title. That would be one way to show more information with a portfolio grid. Just make sure to add all some content in the excerpt.

    But really I think you would be better off looking into a plugin that added a custom post type that more did what you’re wanting then trying to force the portfolio into something that wasn’t the original intent. Here is an example of a plugin: https://wordpress.org/plugins/store-locator/

    Ben

    In forum: Virtue Theme

    In reply to: Sidebar and login

    #89797

    1. You can make two menu items. Hide one or the other depending on if they are logged in. Add the two menu items and post a link I can help with the css to hide.

    2. In your theme options > advnaced settings > custom css box:

    add this:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }
    

    Ben

    #89788

    Hi Hannah, I changed it to a carousel slider after I posted this. It isn’t what I would love, but it looks okay. I also have an issue with the menu not showing up on mobile devices. Is there a way to add extra fields to user registration accounts? or for them to change the default little account pic?

    Thanks!
    Vanessa

    In forum: Virtue Theme

    In reply to: Portfolio Layout

    #89780

    Hey Rebecca,
    Glad to hear you’re happy with the theme!
    I’m not sure what you mean…the page you linked to didn’t show anything similar to a portfolio post? What exactly are you wanting?

    Hannah

    #89777
    This reply has been marked as private.
    #89774

    Hey Tomek,
    Can you post a link to your site? Try setting your permalink setting to Post Name. Does that fix?

    Hannah

    #89762

    I would like to hide the text and the title only this block partners. following website link (I am using this code [carousel type = post orderby = date columns = 8 items = 11 = 10 word_count speed = 5000 = scroll all cat = partners].

    Thank you

    In forum: Virtue Theme

    In reply to: Products images fuzzy

    #89744

    Just because I think it’s worth pointing out, the link you posted to shows the image cropped. Just click on it you’ll see that the images is larger.

    Most people want a shop that looks clean. Images that match in size, if you prefer to have all the image random based on whatever you upload then you need to turn off the theme crop. turn off the woocommerce crop and regenerate your thumbnails.

    Ben

    In forum: Virtue Theme

    In reply to: Splash Page WP pugin

    #89743

    Hey, I think hannah is thinking about on a normal page.

    If you can post a link I can help with the button css.

    Ben

    In forum: Virtue Theme

    In reply to: Blog Options

    #89700

    I don’t understand this:

    Both shortcodes Hannah have give me – are great – but dont Show the post in 1 line –>

    Please clarify..

    hannahs shortcodes have a category option. using it you should be able to show whatever posts from any category you want to add.

    Ben

    In forum: Pinnacle Theme
    #89691

    1. It looks like you’re using a plugin that’s adding those social sharing features to the posts.

    2. in your Theme Options> Home Layout> Home Layout Manager, set “Page Content” to be at the top of your page.
    Then, in the page options for your home page, you can add a row that contains a Pinnacle Social Links widget.
    Try that and see if it works for you.

    3. Use this CSS. Copy and paste the code from the forum to Theme Options> Custom CSS.

    This bit will allow you to control how the text within your footer displays.

     .product-categories li a, .widget_archive li a, .widget_categories li a, .widget_nav_menu li a, .widget_pages li a, .widget_recent_entries li a {
        background: transparent;
        color: white;
        font-size: 12px;
    }

    This CSS will set the footer background color.

    .footerclass {
        background-color: #4f4f4f;
    }

    This is some CSS that I snagged from another thread that will allow you to shrink the footer.

    .footer-widget .widget, .footer-widget {
    margin-top:0;
    }
    #containerfooter {
    padding-top: 0;
    }
    .footercredits {
    padding-top: 0;
    padding-bottom: 0;
    }

    You can add footer credits via Theme Options> Misc Settings> Footer Copyright Text. You can use shortcode like this [copyright] [the-year] [site-name] [theme-credit] to automatically pull your site’s info, or you can set it to whatever you want.

    Hope that helps!

    In forum: Pinnacle Theme

    In reply to: Portfolio Order

    #89681

    You can set each post to appear in whatever order you desire by going into your portfolio page edit screen under Portfolio Page Options and set “Order Items By” menu order.

    Then, within each portfolio post, you’re able to set the order it appears through the post edit screen.
    To the right of the page, is the Attributes area. There, you can set the order that your portfolio item will be displayed.

    The first one to appear will be the lowest number, and the following posts will be higher numbers.

    You can also set the portfolio to be ordered by date, title, or to be random.

Viewing 20 results - 20,221 through 20,240 (of 29,722 total)