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: Ascend Theme
In reply to: strange infinite scroll behaviour
March 22, 2019 at 10:07 pm #220742i noticed that in the page http://film.glassdynamics.es/window-film-blog/ now the problem is solved but one post is showing not left justified….
thank you very much!
AngeloIn forum: Pinnacle ThemeIn forum: Pinnacle ThemeTopic: Blog Post Titles in Bold
Hello, is there a setting I’m missing to make the blog titles in bold so they will stand out in the Blog Post Carousel?
Site: *Login to see link
Thank you.
In forum: Membership ForumsTopic: Woo / Elementor Pro
Hi,
I’m having trouble figuring out the best way to use Elementor / Woocommcer Pro plugin for multiple checkouts.I want to have different checkout pages for each product – I have created some Checkout templates, now how to I select which specific checkout template is used when a specific product is added to the cart?
Thanks
JeremyIn forum: Ascend ThemeIn reply to: Change/customize login popup
March 22, 2019 at 6:13 pm #220730Hey,
It’s really best if you provide as much details as possible that way I can help. For example, Instead of saying you want to add more text. Perhaps you can say I want to add “string of text” below the login title. Then I can provide options for how to do that. Make sense?If you want to code this it’s going to require you know some php to be able to manage and update that code over time. Are you comfortable with that?
In your woocommerce settings if you allow registration on the account page this popup will automatically include that form.
Be specific about what text what size etc and I can happily get you css.
Your button has to be changed, you need to add this class: “kt-pop-modal” with this data attribute:
data-mfp-src="#kt-extras-modal-login"Which likly means you will need to add through html.
Ben
In forum: Ascend ThemeIn reply to: Adding A Blog Post Carousel
Haha, Kevin thank you. When I followed your instructions I realized I was using the “Pinnacle” theme and not Ascend.
I have one more question….. on the Blog Post titles, is there a way to make them stand out by being bold at least?
The blog post carousel is located at the bottom of the home page: http://m2m.pageonelocalmarketing.net/
Thank you!
In forum: Ascend ThemeIn reply to: Adding A Blog Post Carousel
Hello,
For a blog carousel to show on your home page, rather than use the home latest posts, try enabling the home widget area.
Then go to Appearance> Widgets and add an “Ascend Carousel” to the widget area. Configure the carousel to show posts as needed, and you should be set.
Does that work for you?
-Kevin
In forum: Ascend ThemeTopic: Adding A Blog Post Carousel
Hello all, I’m working with Ascend Theme for the first time, I’m used to Virtue Premium, but decided I should branch out. Ascend is like Virtue on steroids! Way too many options for a first-timer.
I’d like to add a Blog Post Carousel at the bottom of the Home Page and I can’t figure out how to do it. On my Home Layout I have enabled PAGE CONTENT and LATEST BLOG POSTS.
Under Theme Options => Blog Options I have checked: Blog Post Bottom Carousel Default – Yes – Display Recent Posts (I have 4 in total and want 3 to show), but it still doesn’t work.
I swear I have spent nearly 2 hours clicking everything and now I’ve probably messed everything up.
How and where are the settings to make this a blog post carousel? Is there a tutorial on the blog post carousel somewhere? I found one to add a blog post, but not what I was looking for.
One more thing, I’m not using blocks – still using the classic editor. Just don’t have time to learn the blocks yet.
Here is site: *Login to see link
Thank you.
In forum: Ascend ThemeIn reply to: Change/customize login popup
March 22, 2019 at 11:54 am #220706Hello Ben,
Thank you very much for the help. I already created a child theme based on Ascend. And these code works fine.
However, there are a bit more that need your help: such as adding more text, adding a link to registration, adjusting the text size or input block size.
And I want to change the button link of “Buyer Login” in the middle of the home page, to this pop up as well.
Possible?
Kind regards,
In forum: Ascend ThemeIn reply to: Change the colour of the Tab/Accordion title
In forum: Ascend ThemeIn reply to: Change the colour of the Tab/Accordion title
In forum: Ascend ThemeIn reply to: Issue with home page – kt-icon-cogs
In forum: Virtue ThemeIn reply to: Post Summary Styling
March 22, 2019 at 8:30 am #220676Hey,
There is a bunch of p tags breaking up the page. This happens when one is left open. Or when some auto-wrapping is being added at the end of building the content.I can’t really tell you what is creating the issue without being able to see the backend settings. Can you send a temp login. You can use “set as private reply”.
When using a carousel widget all the images are cropped square. But we have a new block in Kadence Blocks Pro (included with virtue premium) that lets to have more control over a post carousel. It has built-in options for other ratios. You can see a demo here: http://themes.kadencethemes.com/ascend-premium-10/post-grid-carousel/
Ben
In forum: Virtue ThemeIn reply to: Post Summary Styling
In forum: Ascend ThemeHello,
I’m having an issue with this showing up at the bottom of my home page above the header. I recreated the page from scratch and it still happens. Its created with Elementor and I am not using icon menus. This only appears on the home page. It disappears if I change it from being the home page.
[url=*Login to see link
[url=*Login to see link
In forum: Ascend ThemeHello,
I bought the premium subscription and downloaded ascend.
I installed a demonstration then as I had deleted a page by mistake, I wanted to start the import again.
Since I can not install any demonstration. Here is the error message:
An error occurred while fetching file from: *Login to see link ign/importer/ascend-premium/agency_site/demo_content.xml!
Reason: 403 – Forbidden.I tried to reset wordpress with 2 plugins but it still does not work
ThanksIn forum: Virtue ThemeIn reply to: Adding text on Blog page
March 22, 2019 at 12:16 am #220629To be clear, in your settings > reading. If you have selected a page as the “posts page” then change that to “select” so it’s not selecting a page. Basically leaving it on select is perfectly fine.
Then go to the page you want as your blog and select the “blog” page template. That will allow you to output your blog as well as display content above it.
Ben
In forum: Pinnacle ThemeIn reply to: blog page post list not showing at full width
March 22, 2019 at 12:00 am #220627Hey,
I pushed out an update that will likely fix this. Basically, if you were setting your blog page by using the settings > reading and defining a page as the “posts” page that overrides any template setting you set in the page. Because it doesn’t use the template you set it uses it’s own custom “home” template. The home template was set to show with a sidebar.I added in some hooks in the latest update which makes the sidebar respond more like a page and you can better turn it off when you have set the settings > reading.
In terms of image size, you would have to use a filter in a custom child theme to change the ratio of the “portrait” images. You can edit the “landscape” images from within the post by setting the max width and max height.
Example code:
add_filter('kt_post_excerpt_image_width_portrait', 'custom_portrait_image_width' ); function custom_portrait_image_width( $width ) { return 300; } add_filter('kt_post_excerpt_image_height_portrait', 'custom_portrait_image_height' ); function custom_portrait_image_height( $height ) { return 400; }Ben
In forum: Virtue ThemeIn reply to: Lightbox for iframe (contact form)
Yes, that worked well, thank you!
As an aside, the iframe has a recaptcha enabled. So, now the page has the recaptcha overlay in bottom right corner of each webpage before opening the lightbox (as well as a second one in the iframe)….and on every page of my site. Any ideas on that? Is there an unrelated setting that I accidentally enabled?
In forum: Virtue ThemeHi,
Is it possible to center the page title on the home page only?
Link is here: *Login to see link
Thanks!
Grace -
AuthorSearch Results


