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 Theme
In reply to: Shop page – filtering
In forum: Ascend ThemeIn reply to: Shop page – filtering
I’ve put basic WooC filter back. Have put a widget with filters to the Shop page. Filtering for attributes are ok. But when filtering for Categories, url moves to …./categories link from …../shop, so filters disappear again :((( Can you please take a look at that?
In addition, can you please write the css for:
– hiding shop sidebar in mobile view
– change filter titles font type from H3 to H4Thanks a lot,
Anita-
This reply was modified 6 years, 2 months ago by
Anita.
In forum: Ascend ThemeIn reply to: Lack of margins in Latest Post module
February 13, 2020 at 9:45 am #244777So, I have tried the following experiments…and now wondering whether it just makes sense to fix with a CSS bandage, as inelegant as that might be.
1. Removed css code styling the “Latest Posts” title.
2. Changed the order of the latest posts module to make it first in order, above page content and the home widget.
3. Removed the Home Widget Area.
4. Attempted changing various settings in the Latest Posts module, including the post output style and the number of posts output. Problem persists no matter what the post output format is.Can’t think of anything else, but it seems like that css could be easily overridden, right?
In forum: Virtue ThemeIn forum: Virtue ThemeHi there,
I’ve got 2 questions regarding a widget:
For the visual impaired my client would like to add a widget to the website to make the text bigger if they want.
This is there website.
I’ve added the Accessibility Widget to the topbar (left), but the font color is partially white, on a white background (you can’t see the text ‘Grote letters’). How can I change the font color?I’ve already added this code in css:
.topbar-widget ul li a {
color:#000000;
}.widget_accesstext ul{
list-style: none;
}But this only makes the letters T (for normal en bigger text) black.
The second code I’ve added for removing a standard bullet that comes with it.Also, when I look at the website on my phone I see that the logo is not aligned in the center, I think that’s because of the Accessibility Widget.
I hope you can help me to solve this problem,
Thanks in advance for your reply!
In forum: Virtue ThemeTopic: Custom Sidebar id or class
Hey Ben and team
Hope you are doing well.
I’m creating a custom sidebar – all good but even though I’ve given it a name in the theme options and added content to it in the appearance section, on the front end, I’ve noticed the custom sidebar name does not appear as a class or # name in the markup…. therefore making it more difficult for styling.
This is what I see:
<aside id="ktsidebar" class="col-lg-3 col-md-4 kad-sidebar" role="complementary" itemscope="" itemtype="*Login to see link
<div class="sidebar">
<section id="black-studio-tinymce-3" class="widget-1 widget-first widget widget_black_studio_tinymce">etc!
Could you consider adding to the theme so that the custom name , ID or class shows up in the front end ? I’d really like to be able to style that particular sidebar using its custom name / id or class.
Thanks
In forum: Pinnacle ThemeIn reply to: Row Animation Issues
In forum: Virtue ThemeFebruary 10, 2020 at 12:55 pm #244606On a site that made use of the Virtue Premium theme and Site Origin PageBuilder, I’ve converted every page and post to the block editor.
Is there any more cleanup I should do before removing the pluginsPageBuilder by Site Origin
Site Origin CSS
Site Origin Widgets Bundle-
This topic was modified 6 years, 2 months ago by
Josie Jordan. Reason: forgot to mention every post now uses the block editor as well as every page
In forum: Pinnacle ThemeIn reply to: topbar widget color
In forum: Pinnacle ThemeIn reply to: Home Image Menu and Widget Area Full Width
Thanks Hannah, worked perfectly.
Related to this, I’d like to reverse the hover effect on the image menu items.
I found this post https://www.kadencewp.com/support-forums/topic/quick-way-to-reverse-image-menu-widget-behaviours-f-x/ but it doesn’t actually have the css the guy used!
For clarity: I’d like the image menu items to have the orange overlay and title/subtitle for the before state and then fade away on hover to a clear background image.
Thanks as always for the great support!
In forum: Pinnacle ThemeIn reply to: topbar widget color
Yes, here you are:
https://instalacjawp.ewap.stronazen.pl/
I used text widget. One more problem that I noticed is that “link” is not vertically centered. I would also like to change it.
In forum: Ascend ThemeFebruary 9, 2020 at 12:12 pm #244553Hi guys,
I’m working on the homepage for this website, and if you scroll down toward the bottom, you’ll see that both the Latest Posts module (look for the header “New Words”) and the Home Widget Area run all the way to the edge of the screen — there’s no margin on either side, meaning that text and headlines bump right up against the edge.
Is this the way it is supposed to look, or should I be looking for a bug? Or a setting I’m missing? I just need 10-20px of white space on either side of those modules, which I might be able to get using CSS, but I wanted to check here first to see whether there’s something uniquely buggy going on on this site. Thanks!
In forum: Ascend ThemeIn reply to: Shop page – filtering
In forum: Virtue ThemeIn reply to: Splash Page?
Oops! Much better when I add the closing brackets. The images and captions are now centered, but the left margin of 100px (which I added to a Layout Builder widget that contains Virtue Image widgets) still appears on mobile.
Also, I would like the headings and text (which are in SiteOrigin Editor widgets) below the image of the woman to be centered on mobile.
I am grateful for all of your help with this! What’s the best place for me to leave a positive review of your support?
Thanks,
DustinIn forum: Virtue ThemeIn reply to: Splash Page?
You’re not closing out any of your media queries in your css and it is affecting all css being added after. Make sure you have closing brackets for your media queries. So in your css change this:
@media (max-width: 992px) { div#panel-397-0-1-0 { display: none; } @media (max-width: 992px) { div#panel-397-0-0-0 { display: none; } @media (min-width: 992px) { div#panel-397-1-0-1 { display: none; } @media (max-width: 768px) { .kt-image-inner-contain { text-align: center; width: 100%; } .virtue_image_widget_caption { text-align: center; } #pl-397 #panel-397-1-0-0 { margin: 0; }to this:
@media (max-width: 992px) { div#panel-397-0-1-0 { display: none; } } @media (max-width: 992px) { div#panel-397-0-0-0 { display: none; } } @media (min-width: 992px) { div#panel-397-1-0-1 { display: none; } } @media (max-width: 768px) { .kt-image-inner-contain { text-align: center; width: 100%; } .virtue_image_widget_caption { text-align: center; } #pl-397 #panel-397-1-0-0 { margin: 0; } }Hannah
In forum: Virtue ThemeIn reply to: Splash Page?
This will hide your second image on desktop:
@media (min-width: 992px) { div#panel-397-1-0-1 { display: none; } }Try this for centering your content on mobile:
@media (max-width: 768px) { .kt-image-inner-contain { text-align: center; width: 100%; } .virtue_image_widget_caption { text-align: center; } #pl-397 #panel-397-1-0-0 { margin: 0; } }Let me know how that works for you!
Hannah
In forum: Ascend ThemeIn reply to: Shop page – filtering
One option would be to use a page builder plugin to add the filter as a widget into the content area of your shop page. Then you can use css and media queries to have that show only on mobile, and also to hide the sidebar filter on mobile. Would that work for you?
Hannah
In forum: Virtue ThemeIn reply to: Splash Page?
In forum: Virtue ThemeIn reply to: Splash Page?
In forum: Pinnacle ThemeIn reply to: sidebar1
-
This reply was modified 6 years, 2 months ago by
-
AuthorSearch Results


