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 'widget '
-
AuthorSearch Results
-
In forum: Ascend ThemeSeptember 24, 2020 at 9:49 am #257550
We have set up some custom sidebars in the ascend theme and are using a snippet of code in a child theme to manage which sidebar appears for a number of different post types. This is all working fine.
The problem we are having is that sometimes the content of a sidebar is moved into a different sidebar. We think that this is related to changing the software base: activating, deactivating or updating plugins or theme on the site.
Our test site had a buddypress sidebar on it but the live site does not, so the only sidebars are the Ascend ones and our custom ones. We have experienced the problem on both sites.
Is there any way to stabilise the situation so we do not have to continually check that the sidebars retain the correct content?
Thanks
MandyIn forum: Kadence ThemeIn reply to: Logo swapping
In forum: Virtue ThemeDear Support team,
I would like to add Instagram photo post on my page below of icon image section.
how would i do that? if i put widget social link, it is only shown a icon of Instagram not showing all the Instagram photos.Looking forward to hearing from you thanks appreciate your help
myy url is : *Login to see link ine/
In forum: Virtue ThemeIn reply to: SiteOrigin Post Carousel
In forum: Virtue ThemeIn reply to: style text on site origin post carousel
Hello Carrie,
Thanks for reaching out to us.
To confirm, are you referring to the “NEWS AND EVENTS” carousel? If yes, I would suggest you add custom CSS to adjust the styles you want to change. I cannot see settings on the site origin post carousel widget to adjust the texts. You can add this custom CSS code on Customizer > Additional CSS:.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h3 { font-size: 22px; line-height: 25px; color: #2c318c; }Hope this helps and please let us know if we can assist you further.
Best Regards,
KarlaIn forum: Virtue ThemeHi ben,
Hope u are doing well.
i just wondering how to place the position of Primary menu on the front page become straight line with the logo? the position now is quite on right top.
additionally, i would like to place my Instagram photo on page below the icon menu. is there any widget could do that? please guide me thanks
Looking forward to hearing from you soon thanks
my url is : *Login to see link ine/
-
This topic was modified 5 years, 7 months ago by
Susiyana.
In forum: Kadence ThemeIn reply to: Can’t see reviews on product page
Hello Andrew,
Thanks for reaching out to us.
Just to confirm, after installation of the Ryviu – Product Reviews for WooCommerce, did you connect it to your Ryviu account? It is possible that your website’s connection to the review app is not yet established or an error occurs on their connection.
I’ve tried installing the plugin and creating an account on Ryviu. When I click the connect to account, I have selected WordPress and input my website’s URL and was given these steps to follow on the Ryviu dashboard – https://share.getcloudapp.com/4gu9kWZB. Once the Ryviu Chrome Extension was installed, I can already see the review widget from Ryviu on my test site – https://share.getcloudapp.com/4gu9kWNl. Also, I was able to add a review successfully and it displays right away on the product page. Here’s a screen recording of it.
Please double check if you were able to do the necessary steps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Kadence ThemeIn reply to: Header HTML block not working
September 21, 2020 at 2:56 pm #257292Hey,
Make sure you do not have the Gutenberg pligin installed, that would create an issue because they are currently trying to implement blocks in widgets and they are breaking everything. Gutenberg shouldn’t be used in a production site regardless.Ben
In forum: Kadence ThemeIn reply to: How can i create these footer
September 21, 2020 at 1:07 pm #257277I’m going to suggest you set the normal color not through css but in your footer settings for the row, you can set the link color there.
Then you can add this css for the sub menus:
#colophon .site-footer-row .widget-area .sub-menu a { color: var(--global-palette6) !important; }Ben
In forum: Membership ForumsTopic: Widget Dock Plugin issue
I installed the Widget dock plugin and now get this at top of admin screen (first 2 images). On public side of website I get similar errors and no header or content (third image). I tried disabling other plugins , but that was no help. If I replace the class.redux_filesystem.php file with copy from another plugin it goes away. Although the warning “Redux Framework Notice: There are references to the Redux Framework support site in your config’s share_icons argument. This is sample data. Please change or remove this data before shipping your product.” does not go away.
In forum: Kadence ThemeIn reply to: How can i create these footer
September 18, 2020 at 7:15 pm #257198Thank you so much for the css
I removed the margin:auto so that it follows alignment that i set in footer customizer
I added the !important in this css so that it take effect.
.widget-area a:not(.button) {
color: var(–global-palette1) !important;
}However what i want is just the submenu not the whole link
For example :
Aqua Culture : –global-pallete3
sub menu Our Work : –global-pallete6would you please help to provide the css selector for footer submenu items.
Thank you
JoieIn forum: Kadence ThemeSeptember 18, 2020 at 3:43 pm #257178I’ve noted your request for a custom widget, this is plugin territory in my mind I’m putting it on a list but I don’t foresee this being something I take on any time soon.
Regarding question 1. Those are from the pro addon, in your header you can have up to 4 menus.
Ben
In forum: Kadence ThemeIn reply to: How can i create these footer
Try adding this css:
aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget1.content-align-left.content-tablet-align-left.content-mobile-align-left.content-valign-top.content-tablet-valign-top.content-mobile-valign-top, aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget2.content-align-left.content-tablet-align-left.content-mobile-align-left.content-valign-top.content-tablet-valign-top.content-mobile-valign-top, aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget3.content-align-left.content-tablet-align-left.content-mobile-align-left.content-valign-top.content-tablet-valign-top.content-mobile-valign-top, aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget4.content-align-left.content-tablet-align-left.content-mobile-align-left.content-valign-top.content-tablet-valign-top.content-mobile-valign-top, aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget5.content-align-left.content-tablet-align-left.content-mobile-align-left.content-valign-top.content-tablet-valign-top.content-mobile-valign-top, aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget6.content-align-left.content-tablet-align-left.content-mobile-align-left.content-valign-top.content-tablet-valign-top.content-mobile-valign-top { width: 50%; margin: auto; }Is that more what you’re after?
You can use this css to adjust your footer menu color:
.widget-area a:not(.button) { color: var(--global-palette6); }Hope that helps!
HannahIn forum: Kadence ThemeI’ll check with the developer and see if there are plans for something like that in the future.
1. Do you mean the mobile menu and the footer menu? Are you seeing more options then what is shown in the screenshot:

2. It depends on the widget and its source. If there’s a specific widget you’re thinking of I would be happy to help with styling.
Best,
HannahIn forum: Kadence ThemeIn reply to: How can i create these footer
September 17, 2020 at 8:50 pm #257123Here is my site now at dev.bangikan.id
The kadence footer has 3 colums, so i put 6 footer widgets. 1 column has 2 widgets.
Could you please help with CSS so i can divide the colums evenly.
How can i change the colour of the footer submenu (for example “Our Work”) to differ from the menu “Aqua Culture” ? For example taking from the –global-palette6 color ?
Thank you
Joie-
This reply was modified 5 years, 7 months ago by
Joie Hadinata.
-
This reply was modified 5 years, 7 months ago by
Joie Hadinata.
In forum: Kadence ThemeHi Hannah,
We usually develop a dynamic shortcode and apply it for this purpose so that the side menu is dynamically displaying the child items based on the page I thought there may be some sort of feature like this in the theme as it’s quite common to want a page specific side menu, this would be a great widget to include with the theme. 🙂
I have a couple of questions please.
Regarding the menu locations, there are locations “third” and “fourth” but I’m a little unsure where they display or how to get them to display. Can you please advise?
Does the theme provide any styling options for side column widgets?
Thanks
In forum: Kadence ThemeIn reply to: How can i create these footer
September 17, 2020 at 7:04 pm #257118Hello, thank you for your help
i did try the csss provided. Not quite the same result
In the desktop version, the footer is divided into 6 column
In the mobile version, the footer is divided into 2 column and several rowsShould i entered it by footer widget and type html ?
In forum: Ascend ThemeIn reply to: Can’t eliminate space under H4 heading
Hey Hannah, I finally had a chance to circle back on this. I had replaced this line of text on the “real” site with a graphic at the behest of the graphic designer for other reasons, but I cloned the page so we could look into this. The new page is HERE.
I’ve changed it to an h2 tag, but I’m seeing the same issue that I saw when using an h4 tag. It’s the line that says “OUR CHARTER SERVICES | UP TO 6 PASSENGERS MAXIMUM”. I can’t get rid of the uneven spacing beneath the line of text. The Row and Widget both call for no margins or padding. Perhaps it’s just an inherent characteristic when the h4 and/or SPAN tags are called into play? I tried using DIv tags instead, same problem.
Anyway, see what you can make of it. If you want an Admin id to play with this just let me know. While I don’t need an answer for this particular project I have 2 or 3 other sites I’m working on at the moment and I use nothing but Kadence Themes so I’m bound to run into this again.
In forum: Membership ForumsIn reply to: Woo Archive Template?
Apologies for the delay! My weekend was great, thanks for asking:)
For your product columns, I would recommend either using fewer columns or expanding the width of the column the products are in. Have you tried this?
For the sidebar, have you tried adding a Filter Products by Attribute widget? Then also a Product Tag Cloud widget?
The quick view feature is coming soon!!
Best,
HannahIn forum: Pinnacle ThemeDear all,
I’m having a problem with the Gallery widget on one of my pages. I have included the settings in the next screenshot.
As you can see, the navigation arrows are offset to the bottom of the page, far away from the gallery images.
Any idea what can cause this?
Kind regards,
Riens Middelhof
-
This topic was modified 5 years, 7 months ago by
-
AuthorSearch Results




