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 - 22,061 through 22,080 (of 29,722 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Blog Post Font Issue

    #73521

    This is what I currently have in the custom css box:

    .portfolio_item .portfoliolink {
    opacity: 1;
    }
    .post p {
    line-height: 1.5em;
    padding-bottom: 15px;
    }

    #73519

    How do get the Virtue Carousel widget to scroll 3 or more posts at a time?
    amac-org.com “headlines” section

    In forum: Virtue Theme
    #73518

    Hi Hannah & Ben,

    I’m hoping for a bit of assistance regarding the shortcodes. I don’t have a site to link to as it’s internal only, but my issue is this: in the theme options under Theme Extensions, I have disabled/turned off Testimonial Posts. It has a subtitle that states “Turn Off/On all Testimonial references and code” but when adding a shortcode to a post/page, I notice that Testimonial Form is still an option.

    As I’m not using this feature, it is confusing to our users (currently over 100 users, with more being added so simply educating them to not select the option is really not an option). How do I remove this option? I was able to remove the function so now it only shows the shortcode and not the form on the page (which is still confusing to our users). If it can’t be removed, how do I remove the premium shortcodes altogether and use the toolkit instead?

    Also, just as an fyi, feedback from the users are that they liked the toolkit icons better than the pop-up, then select the option, etc. Many have asked us to downgrade the theme just to get the icons back. Although, they all love the new theme options in the premium version. 🙂

    In forum: Pinnacle Theme

    In reply to: poor PageSpeed results

    #73507

    Hey Hannah,

    No, I don’t see them. After reading post again it looks like these settings might be for W3 cache, not what I’m using. I’ll do more reaserch on WP Super cache, I’m not sure if I even have mine configured correctly.

    Thanks for the support!

    #73502

    Hey Ben,

    thanks for the workaround.

    It does work, but it isn’t really suitable for my purposes. I have very limited control with how the images are displayed on the page, so it would be very difficult to manipulate it on a dynamic bases.

    I did some more troubleshooting.

    Tried on a iPad that didn’t work either.

    I then tried other widgets that automatically add images from the gallery (like Pinnacle: Carousel, Recent Posts, and Blogs) and they all work as expected.

    However, when i tried to use the Pinnacle:Image widget (which asks you to select an image before i gets added to the page), i ran into the exact same problem: the buttons do not respond to my clicks.

    To clarify, all other aspects of the Pinnacle Gallery and Pinnacle Image work, i can rename the widget and change other characteristics and they do take immediate effect.

    The problem seems to specifically be that the Pinnacle widget buttons relating to the Media Gallery do not respond when clicked upon. Only thing i could possibly think of would be some pop-up blocker settings. Or some weird issue with my gallery not obvious to me

    I know this is difficult for you to properly troubleshoot, since the problem is related to my devices somehow. I’ll try to find a suitable 3rd party widget for this case, as this feature is pretty important for my page.

    But hopefully my description can provide you more insight on what the problem could be.

    Many thanks
    -Michael

    #73484

    Can you post a link and login.

    A click on what? just anywhere?
    Ben

    In forum: Virtue Theme

    In reply to: Portfolio Grid Page

    #73458

    You’re absolutely right. I cloned the pages as portfolio posts and then assigned them types, and that does work much better.

    So, while we’re at it, I have one last (or last for now) question: do you have any ideas on how I could put a free floating dropdown menu of the portfolio post types on the homepage of the site?

    Thanks again!

    Hannah

    #73438

    Hey,
    1. In our theme options > home layout. Do you have “page content” enabled?

    3.

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

    Sounds like you might also be wanting this for category pages too?

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

    You can wrap all that up into one with this:

    @media (min-width: 992px){
        body.category .main.col-lg-9, body.single-post .main.col-lg-9, body.page-template-template-blog-grid .main.col-lg-9 {
        float: left;
    }
    }

    Ben

    #73429

    Can you send me a temp login to your site?

    You can post the info using “Set as private reply”.

    I would be happy to take a look.
    Ben

    In forum: Virtue Theme

    In reply to: Blog Post Font Issue

    #73422

    Hey,
    Can you post a link?

    Ben

    In forum: Virtue Theme
    #73416

    Hey sorry about the delay. I had posted a notice we where doing updates to the server last night so that was part of it.

    In general though this is a support forum and for something like immediate help you would need to hire a developer especially since what you trying to do is not part of the built in theme options.

    I’m always happy to help someone code something extra or style something a certain way but it is extra from what the theme does so kinda of impossible to support that in an immediate way unless it was in a relationship like you hiring someone to do that. Hope that makes sense.

    Anyway I have recently hired another member and they are in training now if you like to know.

    As for the questions.

    1. The css I gave would effect all the image menu widgets. are you just wanting to effect all that are on the page you linked too or are you wanting to effect only some of those?

    For the page you can use the page id in your css like this:

    .page-id-2948 .virtue_imgmenu_widget .infobanner {
        border-radius: 20px;
        overflow: hidden;
    }

    2. You can use this css to make it closer:

    #pg-2948-0 .panel-grid-cell {
        padding: 2px;
    }
    #pg-w56815e4039b60-0 {
        margin:-2px;
    }
    #pg-2948-0 {
        margin: 0;
    }

    Hope that helps,

    Ben

    #73414

    Yeah you can set a min height. But I need a link to be able to give you that code. Can you post a link?

    Ben

    #73405

    Hi Ben,

    1
    Thank you very much for shortcodes, and a solution for products of the month, great!

    I just can’t place it on the/or create it as a homepage:
    On the original home page I did not succeed to paste in the shortcodes.
    When I do it on a new page it works – http://solarieshop.se/hem-new/
    But when I tried to make the new page to the homepage, it didnt work again.
    ?

    2
    Great, I should have seen that.

    3
    Blog – sidebar on right side.
    Yes, now it works on the blog startpage http://solarieshop.se/solarienyheter/ but not on the single blog posts. How do I do that?

    Best regards
    Fredrik

    #73403

    I wanted to change the Body Font from the current setting of Lato to Bookman Old Style, serif. I updated it under the Typography tab in Theme Options. The sidebar font was updated properly but the blog posts are not. When I refresh the page I see the correct font for just a moment then it switches back to default. How do I fix this issue?

    #73384

    For the 2nd question. I mean each post take different height in this page . http://themes.kadencethemes.com/virtue-premium/blog-grid-two-column/

    I hope they could align like they do in home page “LATEST FROM THE BLOG” parts . http://themes.kadencethemes.com/virtue-premium/

    Is there a way to do that?

    In forum: Virtue Theme

    In reply to: Portfolio Grid Page

    #73367

    Why make the page at all? why not add all your content in the portfolio post instead of having that as a middle step.

    Ben

    #73356

    You can change the items to 100 or whatever number that would include all.

    Can you post a link?
    Ben

    #73350

    Firstly, I want to say thanks for the great theme. It’s really nice and powerful.

    I tried to add some posts in my portfolio post. Like [blog_posts items=”10″ orderby=”date” cat=”teaching”]

    But I want to add all the posts of that category. How can I add all posts in the list. And add the pages like the blog-grid page.

    Meanwhile, How to align the posts in blog-grid page? If I add 2 columns. I found they are not aligned. Every grid is different height which is depend on the photo and title, etc. Is there a way to make them aligned like in the home page. Thanks

    In forum: Virtue Theme

    In reply to: Portfolio Grid Page

    #73342

    Hey,
    For the best filter, search, navigation. I would recommend you use blog posts. There would be more plugins available to you for filtering and in terms of a standard wordpress search it’s going to use the blog grid not the portfolio grid.

    I don’t know what you mean in terms of the portfolio page. When I click on a portfolio item I go right to the portfolio post page?

    Have you tested with the plugins your wanting to use to see how they work with portfolio items?

    Ben

    #73315

    I can’t recreate this issue. If you can’t post a link try deactivating plugins.

    Ben

Viewing 20 results - 22,061 through 22,080 (of 29,722 total)