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: Virtue Theme
Topic: Plain old text box.
In forum: Ascend ThemeIn reply to: Header of Blog Post
1. You can add as many images to a post as you would like. I went into your test page and added an Advanced Gallery Block and created a full-width slider with your two images. The title and subtitle colors can be set from the same place where you set the title image (in your edit page under Post Title and Subtitle).
2. Which editor are you wanting to use? Please pick only one:) If you want to use the block editor you can add all your text into a paragraph block within the editor. If you’re wanting to use page builder by siteorigin you can paste your text into a text or visual editor widget.
Kadence Blocks is a toolkit for the Block Editor.3. Which main post page do you mean? Your archive page? If you do not set a title or subtitle under Post/Page title and Subtitle settings then the page will pull from the page/post title set for that page. Does that make sense?
4. If you click the dropdown arrow beside Add New (when creating a new page or post) you should see an option to choose the block editor (where you can use kadence blocks) or page builder by siteorigin. Simply clicking Add New will take you to the classic editor because you have the classic editor installed.
I hope this is helpful!
Hannah
In forum: Virtue ThemeIn forum: Ascend ThemeIn reply to: ASCEND THEME: Image Sizing, Shadowing and more
In forum: Ascend ThemeIn reply to: force mobile menu breakpoint
February 28, 2020 at 1:29 am #245396Thanks!!! now the site is open, is there a way to push the right RESERVA ONLINE button a bit more on the right? It is a extra widget …
Thanks!
AngeloIn forum: Virtue ThemeHappy to help!
OK, let’s try the first option. This css should adjust the background color and height of your search:.form-search .search-query { background-color: rgba(255,255,255,.2); color: #fff; height: 30px; }This will change the color of your icon:
.form-search .search-icon { color: #fff; }This will change the color and background of your icons:
.virtue_social_widget a i { color: #fff; } .virtue_social_widget a { background: transparent; }Let me know if there’s other styling you’re thinking of!
Hannah
In forum: Ascend ThemeTopic: force mobile menu breakpoint
February 26, 2020 at 10:50 pm #245331Hi, we have a new site ( at the moment it has a coming soon mode) …where we have the main menu like this
but if the screen is less than nearly 1500px it starts to overlap elements ….
and finally when is too much it falls in a big problem…
so, is there a way to force mobile menu even, under 1500 px? and, there is a way to mantain only the menu always streched on all its container? i mean, i notices that the logo and the extra widget area try to get closer to the main menu and a lot of white space is left on both right and left sides…
can you help me?
thank you very much!
In forum: Ascend ThemeTopic: Top Bar Widget – Mobile
Hey!
I enabled the top bar widget for mobile but the “Free Shipping For All Orders: isn’t displaying. Is there an additional step I need to take for it to show on mobile devices? *Login to see link
In forum: Virtue Theme1. You can use css to hide the navigation labels. If you post a link I would be happy to provide that.
2. For that you would need to use the header widget area and add a search widget from Appearance > Widgets. You can enable the header widget area from Theme Options > Main Settings > Logo Options.
Hannah
In forum: Ascend ThemeIn reply to: Centre Alignment
February 25, 2020 at 11:33 am #245240Hey,
1. Styling overlap with dropdown.
My suggestion is to turn off select2 in your theme options > misc settings. It seems to be conflicting with something else you have running on your site.Otherwise, add this CSS:
.select2-container.select2-container--open .select2-dropdown { z-index: 10000; }2. There is no option to force a search when an attribute is selected.
3.
It would also preferable to have the attributes displayed in the list form with a limited number of items and a small scrollbar to the right side, as shown in image 2 attached. Is there a way to make this happen ?You would have to create your own widget. The output of the core woocommerce widget doesn’t allow for that.
I suggest you take a look at some plugins like: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/
Ben
Ben
In forum: Virtue ThemeHow to add an IMAGE LOGO using CSS just on top of the footer credit? but with different background from the footer credit
I was able to add the logo on top of the footer credit, but it has the same background as the footer credit (green). I want the logo to have a white background and the footer text credit with the copyright and name of the site to have a green background.
I know that I can add an image to the footer widget, but that won’t work in this case because the image will be in a top location in the footer, and I need it to be in the bottom, just on top of the footer credit, so I prefer to add it using CSS
Also if you can help me to make the footer credit background to go completely from side to side, right now it doesn’t go all the way to the end. right now as you can see in the image the footer background in green color doesn’t go all the way to the end of the sides.
I made the footer credit to be green using this CSS code:
.footercredits p {
font-size: 16 px;
line-height: 30px;
color: #FFFFFF;
background-color:#1e7200;
text-align: center;
width: 100%;
}This is the way it looks now:
In forum: Virtue ThemeIn reply to: Footer Font Size Change and Font Type?
Thanks Hanna, followuing up with the footer. I need to change a few elements if you can please help me.
1. I want to add background green color from side to side behind the copyright text in the footer, and also make the font of the copyright larger.
2. I want to change the font size of the text in the footer widgets.
3. Finally, I want to add one .PNG image just on top of the copyright, in the bottom of the footer.
Thanks and sorry for so many questons
In forum: Pinnacle ThemeIn forum: Virtue Themehttp://www.ezycaresucculents.com.au
Hi on my mobile site, I have text in my shop saying “no Categories”..
Everything else seems to be working fine, how do i remove this?
Thanks
In forum: Ascend ThemeTopic: Social Links
In forum: Ascend ThemeTopic: Sticky topbar?
Hello Support team!
I’ve put phone number and email into topbar widget area in desktop view.
And into Mobile Top Icon bar in Mobile view.In mobile view, top icon bar is sticky, perfect!
But is this possible to make Topbar Widget area also sticky, in desktop view?Thanks a lot,
AnitaIn forum: Ascend ThemeGood Morning,
Need some help tweaking slider location. I have tried everything I know to resolve, and in fact, might have made it worse. <cheesy grin>
Header has logo.
Want to place Kadence Pro slide beneath the logo.
Tried using SiteOrigin Pagebuilder to create the look I want, but now I am unable to delete that widget image.I want to see to these components from top to bottom in this order:
Topbar Navigation
Logo
Kadence Pro Slider
Latest Posts
FooterThank you,
PamIn forum: Virtue ThemeIn reply to: Targeting Custom HTML in the Home Widget Area
You can use this css:
@media (max-width: 768px) { .home-widget-box .textwidget.custom-html-widget font { font-size: 25px; line-height: 30px; } .home-widget-box .textwidget.custom-html-widget h2 { font-size: 20px; line-height: 25px; } }That is specifically for mobile. For larger screens you can adjust/remove the media query.
Hope that helps!Hannah
In forum: Pinnacle ThemeIn reply to: Switching to Gutenberg and Kadence Blocks
Thank you, I got it to work with this shortcode: [carousel type=”testimonial” columns=1 fullwidth=standard speed=9000 limit_content=false cat=full name of testimonial-group items=30].
But the lines don’t break properly and the styling is really basic and hard to customize.
Therefore I continue to use the plugin “widget on pages” and can style the testimonial carousel in the widget area in a few clicks.
I will switch to Kadence Testimonial block once I have the nerve to import more than 60 testimonials, though 🙂
Best,
BernhardIn forum: Virtue ThemeIn reply to: Ken Burns effect
-
AuthorSearch Results


