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 '
-
AuthorSearch Results
-
In forum: Virtue ThemeMay 29, 2014 at 2:29 pm #9767
Hi Ben
There is no picture in product page
*Login to see link
Thank you!In forum: Virtue ThemeIn reply to: Visual Aid & Shortcodes
May 29, 2014 at 2:16 pm #9765Visual aid was inconsistent with the tinymce wordpress editor. It didn’t alway work well and people had trouble acedentally deleating parts and there was no way to change the columns once you set theme up. So I worked really hard to add full support of pagebuilder (and add some extra features) which uses a better system and gives you tons more options. Once that was working out great I removed the visual style while upgrading the shortcode generator.
Here is a tutorial about pagebuilder: https://www.kadencewp.com/using-page-builder-virtue-premium/
Ben
In forum: Virtue ThemeIn reply to: Content page sidebar customization
May 29, 2014 at 2:05 pm #9763You can’t just make the sidebar wider without editing the content div too. They are set by percentages so if you make the sidebar larger then it won’t fit and if will drop below the content.. So you can add this css to you custom css box but it will only work for the page you linked too. Each page you want this way you have to add the class with the right page id number:
@media (min-width: 1200px) { .page-id-233 .main {width: 66.66666666666666%;} .page-id-233 aside.col-lg-3 {width: 33.33333333333333%;} }as for the recent posts, use the virtue: recent posts widget.
Ben
In forum: Virtue ThemeHi,
Two questions on the portfolio:
How can I show the titles of the items on a portfolio grid page? The title only shows when I hover the items. I’d love to show them also without hovering, and possibly change colour of the title when hovering. Is this possible?
Is it possible to create more ‘external website’ fields in a portfolio post? I really like how they show up in a list, together with the value titles and descriptions.
Thanks!
In forum: Virtue ThemeHi Ben, i created a new sidebar for my content pages. Here is an example *Login to see link
I named “Content sidebar” Which class do i use to change the look and feel of this sidebar? I need to increase the width of the sidebar. If i increase it will the width of the main panel shrink automatically? Also, how do i make sure that the blog posts appear with a featured image thumbnail?In forum: Virtue ThemeIn reply to: Blog summery
May 29, 2014 at 10:13 am #9748Set your home page as the latest post page in your wordpress settings > reading.
Then use the page content module in the theme options > home layout instead of the latest posts module.
Here is more on the home page: https://www.kadencewp.com/creating-a-home-page-with-virtue/
You can choose how featured images work in the post by setting your post summary option: http://docs.kadencethemes.com/virtue/#blog_posts
Ben
In forum: Virtue ThemeIn reply to: Moved: Add products to the home page
May 29, 2014 at 10:07 am #9746You can use the page content and add a shortcode from woocommerce: http://docs.woothemes.com/document/woocommerce-shortcodes/
More about the home page here: https://www.kadencewp.com/creating-a-home-page-with-virtue/
BenIn forum: Virtue ThemeIn reply to: Problem with WP Simple Booking Calendar
May 29, 2014 at 9:46 am #9743You have an error on the page, looks like it’s coming from this: NK Google Analytics
Fixing that should bring back your ability to click.
Then add this to your custom css box in the theme options > advanced settings:div.wpsbc-calendar .customSelect .customSelectInner:before { display:none; }Ben
In forum: Virtue ThemeIn reply to: The text runs off the main page
In forum: Virtue ThemeTopic: Blog summery
Hi,
I am using the premium version.
I need to know where to control the view of the blog posts in the home page?
I need to view them as list as shown in *Login to see link
Also, the images shown in *Login to see link as beside the post Excerpt, I can not do this in my new website *Login to see link
Please help.
Thanks
In forum: Virtue ThemeTopic: Text on slider
May 29, 2014 at 7:05 am #9736Ok this is a silly question.
I just bought Virtue but i don’t know how to add text on revoslider like your demo page.
Can you help me please?
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: maximum page width
I like the 960px limit, it’s fairly standard. Check out http://960.gs for more info on the 960 grid system. I’m happy there’s now the option “Limit Max Page to 940px”. Thx 🙂
In forum: Virtue ThemeHi,
I try searching for answer to questions I have on this forum, before posting my questions. However, I can’t get any further than the second page in the search result. Either clicking on third page or on next, takes me back to the first page. Is there anything I should do to resolve this?
In forum: Virtue ThemeIn reply to: Portfolio Layout: being weird
May 28, 2014 at 6:12 pm #9715You have two portfolio items without feature images here is one example: http://designs.malorieaaron.com/designs/portfolio/best-of-bannock/
Thats causing the layout issue.Some times the permalinks can get confused if you use portfolio as the permalink for your page… do a test change the permalink for your portfolio page from portfolio to porjects and see what happens.
Ben
In forum: Virtue ThemeHi Ben,
I am having a problem with my portfolio items not lining up and the order is way off. I have tried to set the order in each portfolio item, but that doesn’t seem to make a difference. Also, at the bottom of my portfolio page there is a navigation to go to the “second page” pf the portfolio, but when you click on the next button, there is no page found. People can not view any of the portfolio items that were sent to the next page because it says it can not be found. How can fix these issues?
Website Link
-MalorieIn forum: Virtue ThemeIn reply to: Post preview with image & a few questions
Ben, you rock! Thanks so much. I disabled photon and everything is now smooth as butter on my iPad. I also implemented your other recommendations, and everything works great.
About the images, I had just dropped in links to Flickr images so I’m not seeing the same options that I would had I selected something from my library. Is there a way around this aside from uploading all of my pics? It’s not a big deal if not.
Yes, padding on all of the blog posts page was what I was thinking, but now I’m reconsidering. Here’s my issue: I’m finding that the text extends pretty far to the right of the pictures. It’s not a huge deal by any means, but if I could tighten up the text a bit so that the text width and the picture widths line up, I thought that it might look a little cleaner. Having said that, everything lines up great on my iPad except for the odd picture that’s a little more narrow than the others. Is there a more elegant solution to even this out when viewing the site using my desktop resolution?
In forum: Virtue ThemeIn reply to: Post preview with image & a few questions
May 28, 2014 at 1:05 pm #9706Jetpacks photon is the issue on your site. It will drastically slow down your site. Turn if off and I bet the ipad works great.
“I’d prefer a text-only option for similar posts anyway” – You can hide the image with css by adding this to your custom css box in the theme options > advanced settings:
.blog-carouselcase .blog_item .imghoverclass {display:none;}“I also haven’t figured out yet what determines whether a post is “similar.” Tags?” – no categories.
“is there an easy way to center images within a post?” – when you add the image by clicking the add media button. In the popup window look in the bottom right corner there is an alignment select box. Just select center.
“what is the best way to go about having some padding around a post?” – Not sure I understand? Do you want padding on the blog posts page with all the posts or on an individual blog post.
Ben
In forum: Virtue ThemeIn reply to: Post preview with image & a few questions
Hi Ben,
Thanks for the fast reply! The link is http://www.christys-cookies.com/.
Your page looked great on my iPad. I also checked Safari, but it’s behaving similarly to Chrome when I load my site. I can see the image from the first post, then only the 2nd post shows (despite my having 4 posts viewable on the home page) and the image for that 2nd post is replaced with a “?”
Thanks for the info about the select box for the carousel. That would be why I couldn’t find it–I was looking in the theme settings.
Edited to add:
Perfect about the date font, thank you!
I removed the carousel which made the posts load quickly on my iPad and it eliminated the freezing and stuttering. Wonder what the issue is. I’d prefer a text-only option for similar posts anyway–is there a way to do that? I also haven’t figured out yet what determines whether a post is “similar.” Tags?
And for my last questions–is there an easy way to center images within a post? I Googled this, but it seems that it requires a CSS edit? Finally, what is the best way to go about having some padding around a post? Making each post within a table?
In forum: Virtue ThemeIn reply to: Post preview with image & a few questions
May 28, 2014 at 12:22 pm #9701Hey,
For starters can you post a link? And it sounds like your ipad is having issues. Try on the demo page here because there shouldn’t be any issues with showing images or carousels on an ipad: http://themes.kadencethemes.com/virtue-premium/As for the similar posts you can turn it on and off individually on each post using the post options. There is a select box for he post carousel.
Ben
-
AuthorSearch Results



