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: Pinnacle Theme
In reply to: home content bg colour
October 23, 2014 at 5:24 pm #20693You can add this css:
.homepagecontent { background: #666666; }Ben
In forum: Pinnacle ThemeIn reply to: Embedded Videos in Portfolio Grid
In forum: Virtue ThemeTopic: Font hover effect
Hello,
I am using simple font with link embedded to redirect to product page.
I am trying to have the font change color on hover over to indicate the link.
I have no coding experience so any help would be appreciated. Thanks Dough5>◊ <a style=”color: #6b3e11;” href
<h5>◊ Machetes</h5>
<h5>◊ Remote Power</h5>
<h5>◊ Saws</h5><h5>◊ Binoculars</h5>
In forum: Pinnacle ThemeTopic: home content bg colour
Hi Ben
I’d like to get my home page: *Login to see link to have the page content background colour of #666666
This page works as a normal post page, e.g.. *Login to see link but not as the static home page.
Can you help please?
In forum: Virtue ThemeIn reply to: Sidebar on 404
October 23, 2014 at 1:09 pm #20677You would have to add a custom function in a child theme or a functions plugin. You intend on people seeing a 404 page often?
here is the function:
add_filter('kadence_display_sidebar', 'kad_sidebar_on_404_page'); function kad_sidebar_on_404_page($sidebar) { if (is_404()) { return true; } return $sidebar; }Ben
In forum: Virtue ThemeTopic: Sidebar on 404
In forum: Virtue ThemeWould it be possible to add a text block next to the buttons [Proceed to PayPal] and [Place Order] on the checkout page?
Sample blurb text: IMPORTANT: An email will be sent to you confirming this order – please check your spam folder.
See image: *Login to see link
~Ann
http://www.FrancescasFancy.com (not live yet)
(see previous email for login info)* * * *
In forum: Pinnacle ThemeIn reply to: change background color of main menu
October 23, 2014 at 11:46 am #206721. There should only be 1 line and it divides the post text from the categories and tags. See here: http://themes.kadencethemes.com/pinnacle-premium/standard-post/
2. If you want to remove comments you can turn that off in the post settings… scroll to the bottom also in your wordpress settings.
3. What icon? again see here: http://themes.kadencethemes.com/pinnacle-premium/standard-post/
4. You would use css..pcside>.postclass, .pcfull>.postclass { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }5. in your database. If you want a backup export a copy from the export tab.
6. You can set which page is the grid page in your theme options> portfolio settings.
7. If you want to add to the top for mobile use this css:@media (max-width: 992px) { #topcontrol { display: block!important; } }8. That is going to be set by your primary color. in the theme options > basic styling.
9. What do you mean remove the text area? Post a link?
10.What do you mean? I don’t see this?
11.What do you mean? The box is supposed to be full width… it’s a code box. not a text box.
12. You can, in the single portfolio and in the grid. I don’t understand? That is an option.
13. It’s not an option. You would have to add as content or code out a special portfolio single file.
14. You can turn the lightbox off for the site if you want. Just need to add this code in your footer:<script type="text/javascript"> jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});}); </script>Ben
In forum: Virtue ThemeIn reply to: adding product under menu category
October 23, 2014 at 11:10 am #20664Here is a product category page: http://www.millannienterprise.com/product-category/electronics/
You can add to a menu not by adding a page but a product category. If you don’t see this option in the menus page then you need to click “screen options” in the top right corner and make sure product categories are checked.
Ben
In forum: Virtue ThemeHello
I do love the Kadence-Premium-Theme but to do my mainmenu I prefer to use the Plugin Suppa-Menu. Everything works fine until I check the page on a phone. There I got the Suppa-Menu as I want but additionaly I also got a mainmenu of the theme.
Can I somehow deactivate the mainmenu of the theme so it doesn’t show up on the downsized screen (or on my Facebook-tap-page)? But just the mainmenu because I’m using the topmenu of the kadence-theme (loving it).
Thanks for any help (you guys do realy a great job helping dummies like me). 🙂
Greetings
Sascha
In forum: Pinnacle ThemeIn reply to: change background color of main menu
the second list:
9. Portfolio Item, Three Rows and Abov , it would be nice to have the chance to remove the text area.
10. bug: Edit portfolio item page, some input form(Slider Shortcode,If Video Project –
Video URL (recomended), If Video Project – Video Embed Code) are not formatted right.
11. bug: also the lines there are 100%(I’m using firefox)
12. it’s a must to have the chance to see the picture with they original aspect ratio, full width not cropped...to be continued…
thanks
AIn forum: Pinnacle ThemeIn reply to: change background color of main menu
Ben, here I am, this is the first list 🙂
Where I may define the default options for the blog posts?
How I may:
1. remove/customize the two line after the text of every post?
2. remove/customize the “leave a reply” after every single post page?
3. remove/customize the icon at sx of the post title?
4. remove/customizethe radius border of the text in the single portfolio page?
5. where all the custom settings of the “theme options” are stored for a backup?
6. customize the portfolio category button?
7. enable/disable the “to the top!” button on mobile/tablet layout?
8. customize the default hover in posts? now is orange.thank you advance!
AIn forum: Virtue ThemeIn reply to: Can We Create Own Prebuilt Layouts in Page Builder?
October 22, 2014 at 11:35 pm #20610Yes that is what I would do, Pagebuilder only looks for clones in pages but you can import them into posts so if you have a page it will work for your posts.
Ben
In forum: Virtue ThemeIn reply to: Can We Create Own Prebuilt Layouts in Page Builder?
Ah ok I guess that’s the reason why. Yes I believe portfolio page is same as portfolio post, just didn’t know the term for it. It’s adding pages into portfolio so thought calling it portfolio page is what it is called 😀
So I believe the best way of doing so will be going to Page and create a page named something like template for portfolio and when I create new portfolio posts I can then import the prebuilts?
In forum: Virtue ThemeIn reply to: Can We Create Own Prebuilt Layouts in Page Builder?
October 22, 2014 at 11:29 pm #20607By portfolio page do you mean portfolio post? Because if you made a post that won’t become a prebuilt. Only pages.
Ben
In forum: Virtue ThemeIn reply to: Can We Create Own Prebuilt Layouts in Page Builder?
That is weird. This didn’t happen that’s why I am curious if this can be done.
Does it have to do in the a Page? What if it’s a PortfolioPage.
I created a Page called home and a PortfolioPage called Condition. Both pages used page builder and then I created another PortfolioPage called ABC and here in ABC I can only see Example Page, Example Page 2, Clone Page: Home. Only these three options. I didn’t see the option to clone page builder of my Condition PortfolioPage.In forum: Virtue ThemeIn reply to: Can We Create Own Prebuilt Layouts in Page Builder?
October 22, 2014 at 11:21 pm #20604Any page you build with pagebuilder you can copy into another page. So make a page that you want to be the layout. Design it in pagebuilder and it will be a prebuilt option on the next page you make.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeHi Ben,
Just wondering if you can advise on formatting of home page widget area, I want to include 3 widgets if I can, but they don’t appear with any css classes around them to make it possible to style the widget as a whole.
Many thanks
In forum: Virtue ThemeIn reply to: Unwanted "Featured News" text on home page
October 22, 2014 at 6:06 pm #20572Hey Stephanie,
The free version uses the portfolio carousel, which you are welcome to use. A custom carousel has an option for a description for each item.
If you just want an image carousel you can use page builder an add a virtue: gallery. Which has a carousel option.
Hope that helps.
Ben
-
AuthorSearch Results


