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 Theme
Topic: Portfolio Type Selected
In forum: Virtue ThemeIn reply to: 5 portfolio posts in 1 colum?
February 13, 2014 at 6:31 pm #46521. Theme Options > Home Settings
Scroll down to “Home Portfolio Full Settings”
make the columns 5
2. pages > home
add shortcode.
Make sure content area is enabled in the theme options.
Ben
In forum: Virtue ThemeIn reply to: 5 portfolio posts in 1 colum?
Sorry but my english is pretty bad…
I enter “5 colums” under /pages/All pages/portfolio/portfolio page options/colums but its just got messed up?
i have no “Home Portfolio Full Settings” in my menu.
i also tried to put:
[recent_products per_page=”12″ columns=”4″ orderby=”date” order=”desc”] in the “content area of your page” but where is it?
sorry for being such a noob…
In forum: Virtue ThemeIn reply to: 5 portfolio posts in 1 colum?
February 13, 2014 at 5:39 pm #4648Ok so for the portfolio make the columns 5 under the Home Portfolio Full Settings
and to add a full shop use a woocommerce shortcode in the content area of your page, not the featured product carousel… you can use this shortcode:
[recent_products per_page="12" columns="4" orderby="date" order="desc"]Ben
In forum: Virtue ThemeIn reply to: 5 portfolio posts in 1 colum?
February 13, 2014 at 4:52 pm #4645You want 5 portfolio posts on one row? or did you just want a long column of portfolio posts?
You can set all that in the portfolio page settings: http://docs.kadencethemes.com/virtue/#portfoliogridpage
Can you post a link, I’m not sure what you mean by shop titles?
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: How to control sidebar yes/no on blog posts
February 13, 2014 at 4:29 pm #4641You have an open div in the code on that page. Check your page in text and make sure all your divs and a close
</div>tagBen
In forum: Virtue ThemeIn reply to: How to control sidebar yes/no on blog posts
I thought that would do it, once again, the better selector writing you show me. But alas, the blog Post p=103 example — it still picks up the style before I edited it. I’m checking my work, I believe the .page-id-8 style is correct now. But I see the old uncorrect style in Firebug when I look at the p-103. ??
In forum: Virtue ThemeTopic: faint lines product pages
You helped me eliminate the faint lines on my headers with this css code and all is working with that.
.page-header {
border: 0;
}I’ve noticed there are lines on the individual product pages, can you give me another code to plant in the custom CSS box?
Thanks
In forum: Virtue ThemeIn reply to: How to control sidebar yes/no on blog posts
February 13, 2014 at 12:50 pm #4630Here is your problem, you have this css in your child theme:
.page-id-8 .main.col-lg-9, .main.col-md-8 { width: 95%; }so while the first line only effects one page the second effects all main.col-md-8 tags. so it should be
.page-id-8 .main.col-lg-9, .page-id-8 .main.col-md-8 { width: 95%; }Ben
In forum: Virtue ThemeHello nice Ben, My front blog PAGE (not my Home or my FrontPage) has No Sidebar – as planned, good.
I want my subsequent clickers (ReadMore, Categories, Archives) to have a sidebar that sits on the right side of page.
At present, I can see the sidebar but it’s floating below the page content, not next to it like a proper sidebar.My front blog page is a Page not a Post, with PageAttribute/Template: Blog And below on BlogListOptions – Display Sidebar? it’s No.
Surely there’s a ‘global’ way to tell the clickers (ReadMore, Categories and Archives) to display the sidebar and let it sit on the right.
Still would like to learn how to tell which page calls which template. (Plus whether I’d get into trouble if I attempt to edit those template php files.) I would think ReadMore is single.php, Archives is archive.php
But when I’m looking at such pages, in Firebug they seem to be using ‘Default’ I can see the Aside tag inside the Row div. And I see a style coming from my Child Style where I wanted to control the spacing on a certain page, House Rules, .page-id-8 That page uses the Default template.
Why would my style marked .page-id-8 affect the style on a Post, p=103 for example.?
Is there a ‘global’ way to style posts to display the sidebar? I hope I don’t have to edit them one at a time.
http://www.hasselmannsbayco.org – again I will need to email you login detail so you can see into the site. Thanks for your attention!In forum: Virtue ThemeIn reply to: logo upload and font queston
February 13, 2014 at 11:21 am #4625You can paste the code into any page just make sure you are on the text tab.
Ben
In forum: Virtue ThemeIn reply to: logo upload and font queston
In forum: Virtue ThemeHallo Ben!
Thanks for your very fast reply. Going to test the plugin tonight!
I put a printscreen and this text on http://www.ostbergsmobelhus.com/testing-image-fonts/I have a testpage here and the screenimage below explains what I mean. I think! I ought to take a languages course in english. It must be possibel to changes each meny item in the diologbox???!! In the secondary meny above you can se the two “rowes”!??
By the way it’s another thing I can’t handle. If you go to “Sängar/Madrasser” you can se the imigeboxes has different size. Is there a way to fix that. Above in the All-carousel is the fontcolor almost grayed out in chrome, while it´s ok in explorer/version 11. I take a look now in firefox. Yes it’s fine in firefox also!
Can I have thumbnails in that caurosel?
OOPs! Something else turned up just now. Since I put text and my printscreen picture on this page, my speciell testing page. I removed the testslider or I tried to, but after updating the page the slider is still there. Maybe just on my computer?? Anyway is the slider there you have to scroll down to se the printscreen-image!
Thanks in advance!
🙂 Marit
In forum: Virtue ThemeIn reply to: search results tweaking
February 13, 2014 at 10:33 am #4614Use the woocommerce product search widget is gonna be your best option. That will return the same style as your shop page
Ben
In forum: Virtue ThemeTopic: search results tweaking
I have found a css entry found on this support forum that should hide the entry content under each photo in the search results. I’ve tried it and it doesn’t remove them on my site. Do I have everything right on this?
.search-results .entry-content {
display: none;
}Also the photos that come up in search results are not the nice cropped photos that appear in my categories, product page and shop page (I have these set to 1:1 in theme settings) What comes up in search results are the uncropped versions that we uploaded. (Many of the uncropped include some periphery that we don’t want to show on the site but had to include them for the uploads because the Virtue croppings sometime will take too much off, truncating the product itself.)
How can we get the search results to show the 1:1?
In forum: Virtue ThemeFebruary 13, 2014 at 8:53 am #45951. yes you need to plugin, http://wordpress.org/plugins/widgets-on-pages/
2. umm yea it’s totally possible. do you mean second row like you have so many items there are two rows or do you mean the dropdown?
Ben
In forum: Virtue ThemeIn reply to: Sidebar in Homepage is not shown
February 13, 2014 at 8:38 am #4588So I looked and it looks like you’ve set your home page to have a portfolio grid page template… this doesn’t add a portfolio grid and in the backend it makes wordpress think you don’t want a menu, just switch that page template to default for your selected home page.
Ben
In forum: Virtue ThemeIn reply to: Columns shortcode
In forum: Virtue ThemeIn reply to: Page slider image
February 13, 2014 at 8:24 am #4583You can create a slider with the featured page template. or use a slider shortcode in any page. http://docs.kadencethemes.com/virtue/#featurepage
Ben
-
AuthorSearch Results


