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,241 through 20,260 (of 29,722 total)
  • Author
    Search Results
  • #89679

    Hi!

    I recently finished building http://www.jespersson.com but I’ve got a few questions about the finishing touches.

    1. Sometimes when the page loads there are social sharing icons below the latest blog posts for a brief moment. I’m not sure I’ve added such things but I’d really like it so I’m looking for a solution to get social sharing with all blog posts.

    2. I’ve tried linking to my own social media using the icon menu on the home page layout however the area is just blank without any icons. In fact I don’t really like to have my own social media there at all since I’d like much smaller icons at the very top of the page just below the big picture. Not sure that’s possible though.

    3.I really don’t like the layout of the footer. I use colour #4f4f4f as a main colour on the website and I’d like the whole footer to be in that colour with white text. The white areas are really ugly. Also I’d like the whole footer to be a lot smaller with smaller fonts. If possible I’d also like to have the copyright text in the center.

    I know this is a lot but these are some of the finishing touches that I just don’t get how to make them work.

    Thanks in advance!
    Jesper

    In forum: Pinnacle Theme

    In reply to: menu buttons

    #89678

    It would be possible to style your menu with some CSS to improve readability. If you can post a link along with a description of how you’d like it to look, I’ll try writing the code for you.

    In forum: Virtue Theme

    In reply to: Blog Options

    #89669

    Sorry Ben dont understand what you would like to say to me …

    Sure I Need to put for each blog categorie a separate shortcode …

    Please give me a code which Shows me what I want … ;-))

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

    Thanks for helping

    Jenny

    In forum: Virtue Theme
    #89667
    This reply has been marked as private.
    #89664

    Hi,

    I’m wondering how to associate images with blog post authors/users. I’ve tried a few plugins that are supposed to solve this issue, but they haven’t been able to display the image beneath a post in the author box. I can see a space where the image should be, but the actual image isn’t appearing.

    In forum: Virtue Theme

    In reply to: Article Suggestions

    #89605

    I’m not seeing two posts on that page? Did you figure this out?

    Ben

    In forum: Virtue Theme

    In reply to: Testimonial Grid

    #89575

    Hey Jenny,
    There isn’t a built in option to have a sidebar on the testimonial grid page. What you could do is use the sidebar template then add your testimonials via shortcode like this: [testimonial_posts orderby=date items=8 columns=4]
    Hope that helps!

    Hannah

    #89570

    Hiya

    The Ninja form is throwing the sidebar underneath it –
    Not done anything with the form styling apart from adding a background colour to it so I can see where it is.

    Help please : )

    Thank you !

    (Sorry I had posted this in the Virtue forum)

    Nathalie

    In forum: Virtue Theme

    In reply to: Blog Options

    #89549

    Dear All,

    sorry but now Version of Hannahs code have Show the blogpost in 1 line ( Picture and words )

    The normall bloggrid on the landigpage cant be use because I have 2 Blogs and dont want to mix them up

    So is where a possibiiy if yes what I have to do ?

    Many thanks

    Jenny

    #89541

    You could use this css:

    .testimonialimg {
        display: none;
    }

    Just paste it in your custom css box in Theme Options > Advanced Settings. This will affect all your testimonial posts. If you don’t want this you can add css to make it page specific.

    Hannah

    #89538

    Sure, try this: [testimonial_posts orderby=date items=1 columns=1 id=jim]

    Hannah

    #89535

    Hey Mel,
    You can use a shortcode like this: [testimonial_posts orderby=date items=1 columns=1 cat=photos]
    Just assign your testimonial to its own category then replace “photos” with your category slug.
    Hope that helps!

    Hannah

    #89531

    Hi Ben

    I’ve noticed when I use the Virtue Info Box, with either a pre-installed or custom uploaded icon, there is no icon alt tag option anywhere, and none in the source code (I’ve added a title and even tried adding a description, but there’s still no icon alt tag), which is not best practice for SEO.

    Could you possibly add this as an option in the next theme update??

    See attached image.

    In forum: Virtue Theme

    In reply to: Portfolio Wall Link

    #89513

    You can’t pick and choose to remove links. The portfolio posts are all designed to link to the post pages so it’s something you would have to edit the code if you wanted to change.

    Ben

    In forum: Virtue Theme

    In reply to: Featured Projects

    #89512

    Hey,
    If you want products that is different then projects.. if you’re wanting to sell something you should use products with the woocommerce plugin.

    But if you’re just wanting to make the menu items link to portfolio posts you can do that right in the apperance > menu page. Instead of adding pages add portfolio posts to your menu. If you don’t see them then click “screen options” in the top right and you can add.

    Ben

    In forum: Virtue Theme

    In reply to: Featured Projects

    #89488

    Thanks! Now that all my products are set up as posts, is there a way to make my product PAGES go to the posts: http://www.climateshield.us/double-hung/ GO TO >> http://www.climateshield.us/portfolio/double-hung/

    In forum: Virtue Theme

    In reply to: Portfolio Wall Link

    #89470

    You would have to use a plugin like this and redirect every post link: https://wordpress.org/plugins/safe-redirect-manager/

    Ben

    In forum: Virtue Theme

    In reply to: Image Menu Text

    #89413

    Hey,
    Really best to post a link. Depending on how you have this set up the css would be different.

    What color are you wanting? I would also need to know this because the color css would need to be rgba format.

    Ben

    In forum: Virtue Theme

    In reply to: Home Page Layout

    #89409

    Can you post a link?

    Ben

    In forum: Virtue Theme
    #89400

    Hey,
    So this is the css:

    @media (max-width: 900px) {
    .artists .kad_caption {
    opacity: .9;
    }
    }

    .artists would have made it apply only to the artist page. You can change that to apply to all pages:

    @media (max-width: 900px) {
    .kad_caption {
    opacity: .9;
    }
    }

    Your artist page through doesn’t seem to have captions turned on in the gallery settings. can you check that?

    Your releases page is not an image gallery it’s portfolio posts so that would be different css like this:

    @media (max-width: 900px) {
    .portfolio_item .portfoliolink {
        opacity: .9;
    }
    }

    Ben

Viewing 20 results - 20,241 through 20,260 (of 29,722 total)