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
-
June 24, 2020 at 9:22 pm #251976
Hi I’m using a child theme of the basic Kadence theme ( I’m now thinking I should have used one of your premium themes – so please advise if this can’t be done with the basic theme). I am using gutenberg blocks, with Kadence blocks.
So, I have set the homepage to display latest posts – set to max of 3.
*Login to see linkI Like the style of this display and would like to create an archive page with similar style – probably with smaller post boxes, with pagination links. Tried creating an archive page with the post grid block, but don’t see how I can get the pagination?
As an alternative, I’d could use a widget that shows posts by year – this blog has a lot of posts from early 2000’s through to 2013 and is now being revived and used again. So, the archive monthly widget is a very awkward interface since there may only be one per month. Anyway, if there is a way to setup a year drop down, the display seems to use the same style as the blog posts on the home page. You can see the archive widget on a past page here:
*Login to see linkThanks in advance for your assistance.
In forum: Virtue ThemeTopic: container problem
Good Morning,
On my shop page I have 2 image overlays that i use for shortcuts to my mens and ladies categories.
The top of them do not display nicely like my home page.
Thanks
In forum: Virtue ThemeSorry if I am missing something obvious, but how do you set up site style four, as shown in the theme demo.
(*Login to see link
I can figure out the navigation bar, but how to you get the home page slideshow to appear above the navigation?
How do you get the header to go away on the inner pages?In forum: Virtue ThemeIn reply to: Reply option in comments doesnt work
June 24, 2020 at 2:14 pm #251951I figured out that this had to do with page comments, not post comments and that it wasn’t working correctly for pages where it was for posts and that made the fix easy to fine so I’ve updated your site to the latest theme version and your page comments are working.
Ben
In forum: Virtue ThemeIn reply to: Logo Centre Layout shrink on Scroll
Another thing please…
In Virtue theme I would like the revslider to go behind the header so that it is at the top of the page with the header overlayed.
I know i can do this in Pinnacle but it doesn’t have as many of the header options that I need like Virtue.
Thanks.
In forum: Virtue ThemeHi,
For the past month, I’ve been having a reoccurring problem with the lay-out of my pages.
The menu looks all weird and the page lay-out is all over the place. Sometimes it shows, sometimes it’s normal. Here’s an example: *Login to see linkI’ve added screenshots as well to compare. The first 2 screenshots show the problem with the lay-out of the pages, the last one is how it should look like.
I deactivated plug-ins to see if it was one of the plug-ins that caused this issue. I thought there was one, which I deleted. Now it’s happening again.
Would you know what the problem here is? I really hope you can help me!
Thank youIn forum: Pinnacle ThemeTopic: Featured Product shop link
Dear Kadence team,
There is probably an easy solution for this:
When adding a ‘Featured Product’ to my portfolio pages, the link goes to the /shop/ link, while my webshop is /webshop/ even when I select the product from the dropdown when making this ‘Featured Product’ link.Thanks in advance!
In forum: Virtue ThemeIn reply to: Invalid API License Key
June 23, 2020 at 4:03 pm #251898Yes you can remove extra pages.
It does look like you have multiple demos from that image.Ben
In forum: Ascend ThemeJune 23, 2020 at 2:34 pm #251881Hi Hannah, Thanks for pointing me in the right direction, I think I’ve been able to figure it out now with your help. I was able to create the desired page title minus header image with a combination of the settings you suggested and by selecting a background colour on the page edit settings along with settings for height, page title and transparent header settings seems to have done the trick see attachments. So I’m now a happy chappy, if I encounter any other issues concerning this issue I will add to this thread/post.
“Thank You” couldn’t have done it with out your assistance.
Kindest Regards
AndyIn forum: Virtue ThemeIn reply to: Virtue Premium portfolio post full width
You resolved the problem for me with your advice in #251781.
After receiving it, I changed the PageBuilder settings and set up a full width portfolio post.
I advised in #251799 that that the problem was resolved and confirmed that it is the portfolio post itself they want to have full width. I also changed the Virtue Theme Support setting to Resolved.
Stu
In forum: Virtue ThemeIn reply to: Invalid API License Key
This reply has been marked as private.June 23, 2020 at 12:16 pm #251865In forum: Kadence BlocksIn reply to: spacer weirdness
June 23, 2020 at 10:51 am #251860Hey Ben
It’s a child of twentytwenty. Barely started. No more than 10 or so changes to the parent and they only touch on the header, footer and links.
I’ve copied it here in case it’s of any use.
cheers
john
@charset “utf-8”;
/*
Theme Name: poem
Theme URI: http: //example.com/
Description: Child of twentytwenty
Author: John Clark
Author URI: http: //www.leadwhite.co.uk
Template: twentytwenty
Version: 0.1.0
*/@import url(“../twentytwenty/style.css”);
/* Hide header Footer and page title*/
#site-header {
display: none;
}
.footer-nav-widgets-wrapper, #site-footer {
display: none;
}
.entry-header {
display: none;
}/*adapted list stylings*/
ul {
list-style: none;
margin: 0;
padding: 0;
}
.entry-content p {
margin: 0 auto;
line-height: 100%;
}
a:link {
color: inherit;
text-decoration: none;
}
a:visited {
color: inherit;
}
a:hover {
color: #ED6F51;
text-decoration:underline!important;
}
a:hover::after {
content: “\2003″;
height:.75em;
width:.75em;
min-height: .75em;
min-width: .75em;
background-color: #ED6F51;
border-radius: 50%;
display: inline-block;
z-index: 2999999999;
position: relative;/* Go left*/
float: left !important;
left:-60px;
margin-right:-60px;/* Go Right*/
/*right:0;
float: right !important;*/
}
a:active {
color: darkorange;
}
/* my new classes*/
.myname {
margin-top: 60px !important;
line-height: 50% !important;
font-size: 43px;
margin: 0 auto;
}
.undername {
padding-bottom: 30px;
}
/* styling for listing with a border*/
ul.poem-box {
line-height: 80%;
margin-top: 0;
margin-bottom: 7px;
}
.poem-box li {
border: solid 1px rgba(0, 0, 0, 0.41);
padding-left: 10px;
padding-right: 20px;
padding-top: 0px;
padding-bottom: 5px;
margin-left: -10px;
display: inline-block;
font-size: .65em;
font-weight: 500;
}
.poem-red {
color: #ED6F51;
}
.poem-blue {
color: #80DCE8;
}
.poem-smallcaps {
font-variant-caps: all-petite-caps;
font-weight: bolder;
}
.poem-allcaps {
text-transform: uppercase;
}
.texty {
font-family:”Hoefler Text”, Garamond, “Times New Roman”;In forum: Kadence BlocksJune 23, 2020 at 10:49 am #251859Hi Ben,
Thank you for taking the time to look at it for me.So, for example, I posted this one recently.
https://9abor.com/schachter-singer-theory-is-panic-relief/
As you can see at your browser’s tab, there is the only title that currently shows.
I set this title to be invisible!
And also, I’m using and H1 as a title for readers that is visible.On the home page is where I’m using the Block.
https://9abor.com/
Inside the Block, I’d like to use/select the H1 tag (instead of the title tag), as it would be great for this scenario.I don’t do this all the time, but you may want to separate your SEO titles from the version (H1) that your visitors want to see a title.
GaborIn forum: Ascend ThemeIn reply to: Search field aligned center
Thank you Ben, that was the snippet missing. I have tested and it worked.
I used the CSS directly in the page builder, but I need anotherone Search field for almost all pages. This field should have a green outline, but I cannot get it visible. What is missing from this CSS?
form.search-form input[type=search].search-field {
padding-right: 50px;
box-shadow: none;
background-color: transparent;
border-width: 1px;
border-radius: 20px;
border-color: #00ae4d;
}Pamela
In forum: Virtue ThemeIn reply to: Invalid API License Key
In forum: Ascend ThemeTopic: Remove space above sidebar
There appears to be about 30px of whitespace at the top of the sidebar widget, or perhaps it’s being forced there or exacerbated by the Facebook live feed I’m embedding in this particular sidebar. I’d like to see if I can get the content of this sidebar to align with the content of the page alongside of it or, more specifically, the background being used for the main content area. Normally I would just force the main page content down a bit, but since I’m using the background (at the customer’s request) that looks a bit funny.
The site is HERE.
Thanks so much, hope everyone is well!
In forum: Virtue ThemeIn reply to: Advice on migrating website to new domain
Hello Hannah,
How are you today?
I’ve been working with the Duplicator plugin to archive the developement site files at http://www.develop.georgianchant.org, in order to migrate them to the domain name http://www.georgianchant.org.
Unfortunately, it has not been smooth sailing. I’ve been in touch with the customer support team at Dreamhost, who have been helpful in resolving issues. But this latest issue has to do with the Virtue pro theme, so I’m hoping that you can give me some insight? I asked before if there would be any issues with the Virtue theme when I was moving the site, but you assured me that there would not.
I hope there is an easy fix, let me know what you think. I’ve included the specifics below.
John
Hello John,
On Sun, 21 Jun 2020, you wrote:
> Thank you for the correct login information, this worked! Now I am at
> the
> very last stage of the install, and I can’t go forward. The
> Duplicator
> process requires me to:
>
> “Login to the WordPress Admin to finalize this install.
> Auto delete installer files after login (recommended)”
>
> But then I am unable to login to the WordPress Admin via the button
> that
> they provide, because it takes me to http://www.georgianchant.org/wp-admin.
> This
> is the new domain name, and I have never had a wordpress site here. I
> have
> not set up a wordpress site on this domain, that is precisely what I
> am
> trying to do now! So how should I get past this?
>
> Maybe I should login to wordpress and do something?
>
> Please advise.
>
> John Graham
>Thank you for contacting DreamHost support. I’m sorry to hear about the
trouble you’re having with getting your site setup through duplicator. I
took a peek and it looks as if there are WordPress files in place for
georgianchant.org but I’m seeing a critical error on the site due to what
looks like your theme:PHP Warning:
require_once(/home/johngraham2221/georgianchant.org/wp-content/themes/virtue_premium/lib/widgets/class-kad-call-to-action-widget.php):
failed to open stream: No such file or directory in
/home/johngraham2221/georgianchant.org/wp-content/themes/virtue_premium/lib/widgets.php
on line 11
Warning:
require_once(/home/johngraham2221/georgianchant.org/wp-content/themes/virtue_premium/lib/widgets/class-kad-call-to-action-widget.php):
failed to open stream: No such file or directory in
/home/johngraham2221/georgianchant.org/wp-content/themes/virtue_premium/lib/widgets.php
on line 11
PHP Fatal error: require_once(): Failed opening required
‘/home/johngraham2221/georgianchant.org/wp-content/themes/virtue_premium/lib/widgets/class-kad-call-to-action-widget.php’
(include_path=’.:’) in
/home/johngraham2221/georgianchant.org/wp-content/themes/virtue_premium/lib/widgets.php
on line 11
Fatal error: require_once(): Failed opening required
‘/home/johngraham2221/georgianchant.org/wp-content/themes/virtue_premium/lib/widgets/class-kad-call-to-action-widget.php’
(include_path=’.:’) in
/home/johngraham2221/georgianchant.org/wp-content/themes/virtue_premium/lib/widgets.php
on line 11
Error: There has been a critical error on your website.Learn more about
debugging in WordPress. There has been a critical error on your website.From what I can see there are files in place but this is preventing the
wp-admin page from loading. Do you want me to try to set a default theme
to see if you can get in and perhaps reinstall the theme? I’ll be happy
to assist you with that if you’d like. But from what I can see it looks
as if the migration was successful.Hope that helps explain the situation but let me know if you’d like me to
do the theme switch or if you have any other questions or concerns.Have a lovely rest of your day.
Quarla
In forum: Kadence ThemeIn reply to: using Virtue Theme content via Kadence Theme
Glad you’re diving into WordPress! It definitely comes with a learning curve, but you’ll catch on quick:) Happy to help how we can!
1. Kadence Blocks is a page building toolkit for the Gutenberg editor. It doesn’t relate to Elementor. You can learn about Kadence Blocks here: https://www.kadenceblocks.com/
2. I want to clarify that KadenceWP is the name of our company, and Kadence is the name of our newest theme. You, however, are not using our newest theme, you’re using Virtue Premium which is actually our oldest theme, but continues to be well used and well loved. To get the same effect on your homepage as the demo you’re referring to you can follow my instructions from above:
To get the homepage set up as the demo style 2 navigate to Theme Options > Home Layout and you can enable Portfolio Full in the Homepage Layout Manager. Then you can scroll down to Home Portfolio Full Settings and customize as desired.
I hope that’s more clear! Also, what are you settings from Settings > Reading? You’re getting a 404 error on your homepage. Re-saving your permalinks may resolve that. Navigate to Settings > Permalinks and save.
Let me know how I can help further!Best,
HannahIn forum: Kadence ThemeHi,
I’d like to colour the archive+product page banners differently for Out Of Stock Vs On Sale.
At present I have a transparent red on both, but want the On Sale items only to have this green: rgba(68, 216, 68, 0.47)
This page has examples of both at the top of the archive:
Many thanks
Pete
In forum: Virtue ThemeIn reply to: Virtue Premium portfolio post full width
-
AuthorSearch Results





