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: Kadence Theme
In reply to: shadow adding
Hello,
Thanks for reaching out to us.
Go to Customizer > General > Layout and you’ll see the Single Post Boxed Shadow and Archive Grid Boxed Shadow options. Please note that these shadows will only show if you’re using the Boxed Content Style.
On the other hand, if you want to show a box-shadow in your product pages, set the content style to Boxed and add this in Customizer > Additional CSS:
.single-product.content-style-boxed .product.entry { box-shadow: 0px 15px 25px -10px blue; }Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Kadence BlocksIn forum: Kadence BlocksIn forum: Kadence BlocksHello Martin,
Thanks for reaching out.
On the Thumbnail Image Size option, did you select Full or any bigger image size to see if that will fix the issue? Additionally, for us to have a clear view of the issue and better assist you, could you provide us a link to your page where we can see your slider?
Best Regards,
KarlaIn forum: Kadence ThemeApril 27, 2021 at 3:38 pm #265392I use Kadence Theme, and an online course LMS plugin to sell online courses.
By default the LMS plugin I use (Learning management System – LMS), uses WordPress Default user profile page – and WordPress default user profile is hideous looking.
Can I build one using Kadence blocks? And then make it “replace” it?
Any ideas?
Best regards,
Stefan LindbladIn forum: Virtue ThemeIn reply to: line under nav
April 27, 2021 at 9:44 am #265382Thanks Hannah, I’ll give that a go.
Not quite sure why it doesn’t look the same to you. The page I have been working on is https://enhancingyouhealthcoach.com/newhome
The log-in is above
In forum: Virtue ThemeIn reply to: Blog post image & page image weird background
In forum: Kadence ThemeApril 25, 2021 at 7:19 am #265347It does display on the frontend.
I found that if I set the overlay color to transparent for the row the image is displaying again.
Maybe this is something you need to fix?
This happened after recent updates. I still have a dev site on an older version and there this is not a problem.Thanks!
In forum: Kadence BlocksJochen,
Thanks for your reply. Actually I set up a new test page just to get the pics to attach to the post you saw. I’ve also tried creating fresh blocks many times with the same results. It works fine if you have only one tab, but as soon as you have two tabs it doesn’t work. Perhaps this is something specific to the plug-in and the theme. I forgot to mention, but I’m running the latest versions on all plug-ins and Ascend theme and WordPress.Thanks,
LeslieIn forum: Kadence ThemeApril 24, 2021 at 1:12 pm #265339Hello,
a link to an anchor works only inside a document, or with the full URL before.
If it is the startpage, you can also use “/#link” instead of “exampledomain.com/#link”. But otherwise it is always addressing the actual page.The active link marker ignores the anchor, so the link is active, if you are on the “exampledomain.com/” or “/”.
The workaround would be to create a separate page for that link.
Jochen
In forum: Virtue ThemeIn reply to: line under nav
April 24, 2021 at 3:35 am #265333Thank you, a bit more margin I think; I wouldn’t want a menu over 2 lines really.
I have done a bit more work on the site and here is a new screenshot (/newhome for the actual page)
Essentially I just want the menu to start a bit closer to the logo.
Thanks
In forum: Kadence ThemeHallo there,
I am using the anchor links in the top menu to jump to a section of the page.
This works perfectly without any issues. When clicking to the menu the page scrolls down to the placed anchor.
Example link-text in the menu = #link
When I hover over the menu, the link is shown as “exampledomain.com/#link”The problem occurs, when I try to click to the link in the menu from another page.
When I hover over the link in the menu from another page the link is shown as “exampledomain.com/anotherpage/#link” and doesn’t work.
The reason why this is not working is obvious.I have tried to update the link in the menu from just “#link” to “exampledomain.com/#link”
This works but creates another problem for me, since all of the links are now shown as active!Is there anything I can do to solve this problem and avoid this behavior?
Thanks
BlerimIn forum: Virtue ThemeApril 23, 2021 at 4:13 pm #265326Can someone weigh in on this.. I’ve been trying to figure this out now for hours and I’m so frustrated. I searched the group but couldn’t find anything. Perhaps the answer is right under my nose, but I’m am STRUGGLING.
So everything looks great now that I’ve switched over to Kadence EXCEPT my blog post title is completely blocked out by an image. It is this way for all of my blog posts and pages and I can’t find where this image is even coming from. Yes, this is my image, but I never set it as a background image for anything.
How can I get rid of this picture blocking the title?!
In forum: Kadence ThemeIn reply to: Can’t Save Changes & Session Expired Message
April 23, 2021 at 11:45 am #265320Hi Hannah
I’m not using a caching plugin. But I’ve just been through and deactivated my plugins one-by-one, and retried updating a page, and each time it’s the same. The button just hangs on “Updating”.
Is there anything else I can try?
Thanks,
ChrisIn forum: Kadence ThemeTopic: Add to cart button placement
April 23, 2021 at 3:09 am #265300Hi Kadence,
I dont know if this is your theme that decide button placement, but have to ask, investigating it. (I use Kadence Theme and customized the starter template abit. I also use a LMS online cours plugin from Thimpress – Learnpress which is brilliantly easy to use by the way).
WooCOmmerce add-on for my online course LMS, place the Add to cart button Below the specification/information text about my online course. It feels like this is governed by WooCOmmerce – or your Kadence theme.
Is it possible to move, place that button higher up so customers can see it right away? I dont usew the store front by Woocommerce. Instead direct clients directly to the online course pages for quicker smoother experience. But that button is below the text. Meaning possibly too much scrolling if I wrte too much info.
Please see my attached website link so you see how it looks like today. *Login to see link
If this has nothing to do with the KAdence Theme, okay. As long as I know where to look. I have placed the same question to Thimpress who developed Learnpress plugin. (They sit in Asia and I am in Sweden/europe, so time zones apply here in investigating 😉
Best regards
Stefan LIn forum: Ascend ThemeApril 23, 2021 at 1:51 am #265297Not sure how elegant it is, but based on the help you gave me to inspect page elements, I have gathered this together to conditionally style the mobile header in the same way as the original code conditionally styles the full sized page…
body.trans-header div:not(.is-sticky)>.headerclass-outer div:not(.is-sticky)>.kad-header-topbar-primary-outer div:not(.is-sticky)>.headerclass, body.trans-header div:not(.is-sticky)>.mobile-headerclass { background: rgba(0,0,0,0.3); }Really appreciate your help with this. If there are any better solutions, I’d be happy to see them 🙂
Thanks…
Adrian.
In forum: Virtue ThemeHi,
Need to switch from the Classic editor to Gutenberg editor.
What are the things to be kept in mind before making the switch? Does the switch affect the website pages, posts or plugins?
I have a running website: *Login to see link and do not possess coding knowledge. Hence, need your help to make this switch.
Few details about the present website setup:
• The homepage has been created using SiteOrigin Page Builder. The other pages and posts have been created using the in-built templates available in Virtue premium.
• 17 plugins are active presently on the website.
• Several Additional CSS added as and when needed (as per the code provided by the Virtue support team)
• Widgets have been used for page sidebar, home widget area and footerLet me know if you need any further information. I have downloaded a backup of the website.
Thanks
YogiIn forum: Kadence BlocksApril 22, 2021 at 7:03 pm #265286Hello All, I cannot seem to figure out how to center the accordion block within a page column. The accordion block always seems to align left, although I have the block alignment set to align center.
Perhaps there is some code for the css file that I can use? Can anyone help?
Thank you so much…
In forum: Virtue ThemeIn reply to: line under nav
April 22, 2021 at 2:35 pm #265281Hi Hannah, thanks for replying. No the menu is still a decent gap away from the logo. I have tried uploading the image again and the log in detail are above. It currently has a holding page but the /wp-admin works the same. Also how do you allow more space for the menu please? Many thanks
In forum: Virtue ThemeHi Ben
Google have sent me a notification regarding font size on mobile.*Login to see link
I would appreciate if you could instruct me how to change the font sixe and color of my shop font
I have searched high and low on your form and noted code
.product_item .price {
font-size: 26px;
color: #000000;
}
roped this into additional css but this did not work
I cannot find a solution
Iam not technical and hopefully you can suggest a simple way to solve this
Thanka in anticipation
Anthony -
AuthorSearch Results




