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
In reply to: Page template for showing a list of posts by tag?
It’s not like I can’t physically assign multiple categories to a post, but a subset of them that I display as points on a map have to be left assigned to one post category, or the map plugin starts acting up.
As for building a custom template, would I just copy the blog page template to my child theme and edit the query?
In forum: Pinnacle ThemeHi there,
I’m trying to add a small gallery to my website footer. However I get this message above the images (only on the home page!): Warning: Creating default object from empty value in /public/sites/www.mirjamvandenbos.com/wp-content/themes/pinnacle_premium/lib/kad_shortcodes/gallery.php on line 30
What can I do to fix this?
Best wishes,
Mirjam
In forum: Virtue ThemeHello,
I’m using a filter plugin and to make it easier to see the categories on the sidebar, I want to add the filters on top of the archive pages.
(Just like on this webpage for example: *Login to see linkI can display all filters using shortcodes, so I was thinking there has to be a possibility, to add a field on top of the archive pages, to add these shortcodes. Do you have any idea how to achieve this?
Thanks Lukas
In forum: Virtue ThemeIn reply to: Background image in Image Menu
Hello Hanna,
I used the shortcode that I found here http://docs.kadencethemes.com/virtue-premium/shortcodes/ and it is [img_menu url=”urltotheimage.jpg” columns=”1″ title=”Title” description=”Description” link=”#”]. In my case it looks like
[img_menu url=”http://fabriziophotos.com/wp-content/uploads/2016/03/DSC02497-683×1024.jpg” columns=”1″ title=”Need to make your opening wedding dance?” link=”http://bailalma.com/wedding-arrangements/”%5D. If not possible I will just made everything with PageBuilder
Greetings
Fabrizio
In forum: Virtue ThemeAugust 17, 2016 at 12:33 am #108300Hello Support Team,
I want to use virtue theme but I want to use revolution slider as my landing page.
So far this is what I already achieve. *Login to see link
As you can see, between the slider and the bottom of the page, there is a gap and the footer line. I want to remove those 2 things so that the slider can fit into one page. How can I achieve that ? Do guide me.Thank you.
Amer.In forum: Virtue ThemeIn reply to: Google Maps Not Showing
In forum: Membership ForumsIn reply to: Member Suggestions
I’ll get the ball rolling. Thanks for this!
1. Kadence Woo Extras Plugin
As someone who’s been disappointed in the lack of configuration and design options in WooCommerce plugins, I personally feel that your Kadence Woo Extras plugin is the most exciting development, and deserves the most focus.
Up till now, tailoring a shop with WooCommerce has been frustratingly difficult, and robust options in your Woo Extras plugin would make designing custom shops for clients much less intimidating. The official Woo plugins are frankly woefully inadequate and expensive, while the options in the WP repository vary wildly in quality.
Do I need the Virtue Framework and Virtue Bold Child Theme to use Kadence Woo Extras? Or can I plug it directly into another Framework?
2. Virtue Child Themes
I’d love to see more Virtue Child Themes available through Membership. Virtue Bold is a great start, but looks similar to Virtue, and might not convey the true flexibility of the Framework. Being able to choose Child Themes designed for specific industries would save a lot of time and effort – not to mention less custom CSS support questions.
Aside from Kadance-supported Child Themes, I’d love to see you showcase 3rd-Party Virtue Child Themes on your website when developed.
3. Membership Documentation
As another incentive for Membership, premium documentation surrounding Virtue Child Theme customizations could be created through a Members-Only portal. “Wish to get help designing a Child Theme for the Virtue Framework to sell in your own store? Looking for advanced CSS tips to tweak Virtue? Join today!” As an example, StudioPress does this effectively: http://my.studiopress.com/
Ultimately, I see Virtue/Pinnacle as rock-solid Frameworks to build upon, much like the Genesis Framework. Could this fact be advertised on the Kadence homepage? Personally, it was a deciding factor in the purchase equation. Lifetime support kept me around for good or ill. 😉
4. Community Contests
I’d love to see a contest where the best Virtue designs get a prize – perhaps a Lifetime Membership. Kadence could showcase the winner on their homepage and showcase the top runner-ups in a blog post. Benefits would include community engagement, social sharing, newsletter material, Lifetime Membership interest, design inspiration, and a way for new customers to see the Virtue Framework flexibility. A great example of this is here: http://www.elegantthemes.com/blog/divi-resources/announcing-the-divi-showcase-contest-winners
Anyway, that’s all I’ve got for now. I’ll leave you good people alone. 🙂
In forum: Virtue ThemeIn reply to: Share Buttons
August 16, 2016 at 5:55 pm #108241In your https://www.kadencewp.com/my-account/ you should see them on the api downloads page.
You would install by going to plugins > add new. then selecting those downloads
Ben
In forum: Virtue ThemeIn reply to: No 'Menu Icon' showing on mobile heaer
August 16, 2016 at 5:54 pm #108240Looking at your site it doesn’t look like you have set a menu to be your mobile menu? You do that in the apperance > menus page. Same place where you set the “primary” menu.
Ben
In forum: Virtue ThemeIn reply to: Blog posts disappeared on homepage
In forum: Virtue ThemeIn reply to: product #fff background and increasing page width
In forum: Pinnacle ThemeSorry, I don’t think I’m understanding fully. You changed your index.php file to make your blog your home page? If you want your blog to be your home page, then in Settings> Reading, set “Front page displays” as “Your Latest Posts.”
Does this work for you? Or am I just lost?
In forum: Virtue ThemeIn reply to: How to remove Primary menu from a specific page…
1. Are you using the Landing Page template? This should work for you:
http://docs.kadencethemes.com/virtue-premium/templates/landing-page-template/Keep in mind, that if you have a page assigned in Settings> Reading to be your home page, then it will override any template you choose and use the home page template. So the landing page may not work in this instance. If you need this to be your home page, then use this CSS:
.home header#kad-banner { display: none; }2. For that page, this CSS should work:
body.home { background: url("http://mofotechplay.com/wp-content/uploads/2016/08/mofo-wallpaper.png"); }Let me know if this helps!
In forum: Pinnacle ThemeThank you for your quick reply. I had made a change so that when a user went to http://www.crimsoncricket.ca the index.php gave the path to crimsonblog. I wanted to skip the first stop at my site and I had installed wordpress into a separate directory. This afternoon I took that out and then the links started working. Now I am left with trying to figure out how to get to blog. I guess a splash page will have to do.
Thanks again.
CathyIn forum: Virtue ThemeIn reply to: Blog posts disappeared on homepage
You can use this css to change the title size:
.page-id-37866 h3.entry-title { font-size: 20px; line-height: 22px; }Just paste it into your custom css box in Theme Options > Advanced Settings. Unfortunately there ins’t a built in way to change the icons.
Hannah
In forum: Virtue ThemeIn reply to: How to remove Primary menu from a specific page…
In forum: Virtue ThemeIn reply to: Catalogue Size
In forum: Virtue ThemeIn reply to: How to remove Primary menu from a specific page…
In forum: Virtue ThemeGreetings,
If you could please help me out..
I’m trying to create a landing page for my site without the primary menu… but by default the primary menu shows up on the page…
Could you please let me know how to remove the primary menu from any specific page…Page ID : 1353
Do reply for any clarification..
Thanks,
AshleyIn forum: Virtue ThemeTopic: Form Styling
Hi, Been using this theme for a few months now and really like it.
I’m redesigning my site and am running into a few problems with form styling.
I can’t get the textarea to resize or the button to style at all.
I added the following code to the Custom css box and all but the height tag are working with the textarea, and nothing with the input.
Any suggestions? The page is zdogmedia.comtextarea {
width: 100%;
padding: 0px 20px;
height: 75px;
font-size: 10px;
resize: none;
}input[type=submit] {
background-color: #ff0000;
border: none;
color: white;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}Thanks, Mitch
-
AuthorSearch Results


