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
Hi
I am having trouble getting HTML text to collapse and look ok, I am using the page builder and have tried the custom HTML widget and Site origin text editor.
Can you point me in the right direction please, the URL is *Login to see link
Thanks
David
In forum: Membership ForumsIn reply to: Add content to top of blog page
You shouldn’t have to add a blog widget if you’re using the blog page template. http://docs.kadencethemes.com/ascend-premium/templates/blog-page-template/ Are you using that?
Hannah
In forum: Membership ForumsIn reply to: Add content to top of blog page
September 18, 2019 at 11:32 am #237687I played with that too… But I think I figured it out now by adding the content and a blog widget. That’s not clear in your documentation if you want to add it.
Thank you!
Luke
Hi, All,
In short, I am using SliderPro on a page. Creating slide. Full width. Size 1140 x 489. Beautiful. 😉
Now I am taking Slide short code and placing in text widget on page. However, the image is not loading to the size that I created in SliderPro.
And here is where I have issues.
SiteOrigin Pagebuilder:
1. Insert row. Set attributes, layout, design for that row. I have tried everything combination…nothing allows the image to appear as 1140 x 489
Text Widget place in above established row. I do not set attributes, because Pagebuilder row is already controling that. Correct?
<gurrrrh>
Load page….image is cutoff at top and bottom.
Please help me to understand settings for these Pagebuilder rows and the widget settings. I could not find anything on this forum that helped me resolve this issue.
Thank you,
PamIn forum: Ascend ThemeIn reply to: Siteorigin page builder in post categories
Hey,
You can’t use page builder to edit your categories, but you can create a new page and add your categories via shortcode like this:[blog_posts orderby=date items=4 word_count=30 cat=photos]So say you wanted to add page builder content to your “Photos” category, just create a page, add your content via page builder, then paste the above shortcode into a text widget. Would this work for you?Hannah
In forum: Membership ForumsIn reply to: Add content to top of blog page
September 18, 2019 at 8:08 am #237665Hi Hannah,
Yes I did add content. You can see there is a SO row with and ascend image widget.
Thank you,
Luke
In forum: Ascend ThemeIn reply to: ASCEND: Hero? or Call to Action?
In forum: Virtue ThemeHello:
I’m trying to add custom CSS to left-align the contents of a widget in the sidebar of the Virtue blog page. The widget has a 5px border on all four sides, and I would like to eliminate only the left border, so the contents are flush with the left edge of the widget column.Images attached showing the widget identified in the inspector (div#sbi_images) as it currently is (padding: 5px), and the same widget with the padding as I would like it (padding: 5px 5px 5px 0px).
I must be doing something wrong with the syntax; I’m not sure how to correctly identify the element. Thanks if you can help.
I will post the website under development in a private reply.
In forum: Ascend ThemeIn reply to: ASCEND: Hero? or Call to Action?
Hi, Ben,
Excuse the late response.
Here is what I am attempting to do…because I love the Slider Pro.
Home Page Layout> Page Content> SiteOrigin Pagebuilder>Insert Block > Row> Widget> Text > Insert Kadence Slider Pro Shortcode
No matter what I do, I can’t get the row itself to work with the Slider Image.
Sending you link.
Thank you,
PamIn forum: Ascend ThemeIn reply to: ASCEND: Hero? or Call to Action?
September 17, 2019 at 4:14 pm #237638But I know that I can only use SliderPro in one area of homepage
You can use it more than once, just has to be different slides, you can’t have the same slider on the page more than once.
The Ascend call to action widget has title, subtitle and button options. What different options are you wanting? You can always use a text box and place whatever content you want into it.
Ben
In forum: Ascend ThemeIn reply to: ASCEND: Hero? or Call to Action?
Hi, Hannah,
Thank you for the prompt response. Yes, I tried the SiteOrigin Page Builder and did what you suggested. I promoted me that I couldn’t have a row without a widget. So….I did what you suggested and place a call to action widget in the row. Yikes….that was a nightmare.
So how to get I text over the image with a button link?
Thank you,
PamIn forum: Ascend ThemeHi, Gang.
I want to place a fullwidth image on the home page further down from the slide image above with a link to an article. I have tried the SiteOrigin Hero widget. A little wanky. I have tried the Call To Action Widget. Doesn’t give me what I’m looking for. I really want more of a SliderPro image with titles and button. But I know that I can only use SliderPro in one area of homepage.
Any suggestions?
Thank you,
PamIn forum: Ascend ThemeIn reply to: SEARCH does not appear to find basic words?
September 16, 2019 at 11:48 am #237550WordPress search does have a hard time searching content withing a page builder. Siteorigin exposes the widgets internal text for search a little better and if you use that with the flip box it shows in the search results but elementor doesn’t get widgets content into the search. If you use none “WordPress” widgets, items that are specifically created for elementor those are usually able to get into the content in a way that WordPress can read for search queries.
Ben
In forum: Membership ForumsIn reply to: Kadence Woo Extras – PRODUCT GALLERIES
September 16, 2019 at 11:19 am #237545Hey,
If you use our widget that is inside this plugin: https://wordpress.org/plugins/kadence-woocommerce-elementor/You can add the product gallery and it will load the woo extras gallery.
Ben
In forum: Virtue ThemeTopic: Center Footer Columns
Hello,
I found this posting about centering the footer columns in the Virtue support forum (*Login to see link and I added the code to my Advanced Settings:
footer#containerfooter {
text-align: center;
}
.virtue_social_widget.clearfix {
display: flex;
align-items: center;
justify-content: center;
}
.footermenu {
float: none !important;
margin-right: auto !important;
margin-left: auto !important;
}
.footercredits.clearfix {
display: inline-flex;
flex-direction: column;
width: 100%;
}
.footernav.clearfix {
display: flex;
}It centers everything but the menu, which is still left justified. How can I center that for mobile?
You can see what I mean at *Login to see link
Thanks,
Jim
In forum: Virtue ThemeIn reply to: Is there a Top of Page arrow for mobile screens?
Or, if you want to avoid accidents, do this.
CSS
.to-the-top { margin:80px 0 0 0; text-align:center; } .to-the-top a { padding:7px 24px 10px 24px; background-color: #e3b015; border-radius: 4px; color: #fff !important; font-family: Roboto; font-size: 16px; text-align: center; position: relative; } .to-the-top a:hover { color: #fff !important; } @media (min-width:980px) { .to-the-top { display:none; } }With widgets, add a custom HTML at the end of footer’s last column with this in it…
<div class="to-the-top"><a href="#">TOP</a></div>In forum: Membership ForumsSeptember 13, 2019 at 8:40 pm #237477Hello, I am using Elementor Pro to create my product pages and I tried to activate the Product Galleries but it doesn’t seem to work with the Product Images Widget that is provided by Elementor Pro. Is there any way to make it work?
Thanks in advance.
In forum: Ascend ThemeHi,
Website: *Login to see link o Theme: Ascend
Issue: I’ve enabled the ‘Headers Extra Widget Area’ with Click to Call HTML which shows up and works fine in Desktop view, but does not show up in Mobile View, please advise, thank you.
Cheers
-
This topic was modified 6 years, 7 months ago by
bugit.xyz.
In forum: Ascend ThemeSeptember 12, 2019 at 4:12 pm #237429Hello
I am looking at selling some artwork on a website through fineartamerica.com. It says you can do this using their iframe shopping cart widgets – is this something that will work with your themes? Can you see any problems with doing this?
There is more info here: *Login to see link
Thank you for your help
KirianneIn forum: Ascend ThemeHello,
i made this site http://www.littledreamstrani.it.
In homepage for text and image row i have used this method:
1) page builder site origin 1 row 100% with 1 cell.
2) Text editor widget in which i write the text and add a media image aligned on right.
In responsive mode, how i can control the collapse order? now in responsive i have first the image and then the text, how i can obtain before the text and then the image?
Follow a private reply with login data.
Thanks and regards
-
This topic was modified 6 years, 7 months ago by
-
AuthorSearch Results


