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: Woocommerce product grid overlapping rows
In forum: Virtue ThemeIn reply to: Slider revolution break the page
This reply has been marked as private.September 24, 2019 at 5:33 am #237982In forum: Virtue ThemeThis reply has been marked as private.September 24, 2019 at 5:30 am #237980In forum: Virtue ThemeSeptember 24, 2019 at 5:29 am #237979Hi Ben,
I thought it might help if I give you the list of plugin I have:
Active Plugins (11)
Akismet Anti-Spam by Automattic – 4.1.2
Coming Soon Page & Maintenance Mode by SeedProd by SeedProd – 5.0.26
Kadence Blocks – Gutenberg Page Builder Toolkit by Kadence WP – 1.6.13
Kadence Importer by Kadence Themes – 2.0.5
MC4WP: Mailchimp for WordPress by ibericode – 4.5.5
MCE Table Buttons by Jake Goldman, 10up, Oomph – 3.3
Really Simple SSL by Rogier Lankhorst, Mark Wolters – 3.2.5
Slider Revolution by ThemePunch – 6.1.2
Page Builder by SiteOrigin by SiteOrigin – 2.10.11
SiteOrigin Widgets Bundle by SiteOrigin – 1.15.8
Yoast SEO by Team Yoast – 12.1
Theme
Name: Virtue – Premium
Version: 4.9.16
Author URL: https://www.kadencewp.com/
Child Theme: ✕In forum: Virtue ThemeSeptember 24, 2019 at 4:51 am #237975Hi Ben,
Since I updated Virtue Premium theme and Slider Revolution, all sliders are broken and break the menu.
In Chrome and Firefox, it’s a mess – strangely it looks fine in Safari.
The website is http://www.philandbrothers.com
Thanks for your help
FredIn forum: Virtue ThemeSeptember 24, 2019 at 4:40 am #237974Hello,
I am having issue with Revolution Slider in Chrome and Firefox.
All the sliders are broken and break the top of the page, since the last update of the theme and the update of the plugin.Is there a problem of compatibility or update?
The website is http://www.philandbrothers.com
Fred
In forum: Ascend ThemeHi, upon checking the Google Page Speed of our site using Ascend Premium Theme, the page speed score for mobile is low. The first opportunities that appears is “Preload Key Requests”.
“Consider using <link rel=preload> to prioritize fetching resources that are currently requested later in page load.”
…fonts/kt-icon.woff2?62sx4nHow can I fix this to improve our page speed? And how can I further improve our website’s page speed?
Website: *link removed
Thanks
-
This topic was modified 6 years, 7 months ago by
Ben Ritner. Reason: Link removed
In forum: Pinnacle Themethis I’ve noticed only seems to happen (so far) when I’m logged in… the images are all cut off from about 30% down from the top of the image
I’ve seen it happen on a couple of Pinnacle sites I have
When I refresh the problem goes away, however If I open a new tab (in Chrome) and past the page link in there the problem is displayed.
This is an example of the featured items carousel on the home page…
all themes and plugins updated
###update
on further testing….this seems to be caused by a Lazy Load plugin conflict
-
This topic was modified 6 years, 7 months ago by
Michael.
In forum: Virtue ThemeSeptember 23, 2019 at 10:55 pm #237966Hi, I installed the last theme version and last WP and WC versions… but woocommerce says that a few page templates are not updated… can you please have a look on it please?
thanks
AngeloIn forum: Ascend ThemeOkay, Ben, I reviewed this again…
In order to get all the categories listed in the footer as I have shown, I will have to develop another category CSS to handle it. Correct? That’s a developer project.
So – I have snapped a plugin called “Enhanced Category Page” and am doing the following. Each of the “categories” listed in the footer will be linked to their own page. Such as this http://www.websitename.com/category/categoryname
Otherwise, I don’t see how we can do it without your helping to write code to develop. And I know that’s not in our membership. <cheesy grin>
We have tried using the Category Widget in the footer, but again, it either lists (which is a long list) or usng dropdown, which is also very long and difficult to maneuver.
Any thoughts you might have, please share?
Thank you,
PamIn forum: Ascend ThemeHi, Ben, thank you for responding. Sorry for the delay.
We began imputing some. On the website, the categories are listed in the footer, using Virtual Editor and columns.
We want a visitor to be able to click on the topic they want to read and then be taken to the page listing all posts relative to that particular category.
We tried using the List Category widget, but it just lists them in one column. Not what we are looking for.
Hope that helps.
Thank you,
PamIn forum: Virtue ThemeIn reply to: Mobile slider not showing on Mobile
September 23, 2019 at 4:56 pm #237960Hey,
You can’t “page cache” the home page and use the mobile slider. Basically page caching makes a copy of the output as if viewed from a desktop. And then serves that output to every next visitor regardless of device. Meaning mobile is going to get the desktop version. Some caching plugins allow you to have a mobile and desktop version of cache which would work. Otherwise, you can load both sliders for everyone and hide one for some users and one of others based on screen size.You seem to be using “WP Fastest Cache” which doens’t give options for a seperate mobile cache unless you have premium so you will need to load both sliders for everyone and show and hide based on screen size.
I went in and set that up, using the shortcode option for desktop and adding this into the shortcode input:
<div class="kt-desktop-slider">[kadence_slider_pro id="1"]</div><div class="kt-mobile-slider">[kadence_slider_pro id="2"]</div>Then adding this css:
.kt-desktop-slider {display:block;} .kt-mobile-slider {display:none;} @media (max-width: 767px) { .kt-desktop-slider {display:none;} .kt-mobile-slider {display:block;} }Ben
In forum: Ascend ThemeUsing Ascend and Seriously Simple Podcasting…
Whenever I am displaying a podcast post, rather than just showing me the series it is in, it is showing all series.
Example: mid way on front page of this: *Login to see link rch
or on each of these:
*Login to see link rch/series/messages/However, in the backend they are not all selected:
*Login to see link rch/wp-content/uploads/2019/09/Screen-Shot-2019-09-23-at-2.18.28-PM.pngIn forum: Ascend ThemeHi,
We have created a list of topics in footer. It gives us the clean look we’re look for. The Category Widget wouldn’t allow us to place in 6 columns. I will give you the link so you can see what I mean.
If there is another way to accomplish this look, please share. Otherwise, I fear that we will have to create a page for each topic and create a shortcode. <grimace>
Your thoughts?
Thank you,
PamLink in separate post. 😉
In forum: Pinnacle ThemeHey there,
I’ve added a new post type called Podcast using a plugin called Custom Post Type UI. I’ve created a post using this new type, but it cannot seem to find the template and is taking me to an error page. Can you assist?
Thanks!
In forum: Ascend ThemeIn reply to: Sidebar location
In forum: Ascend ThemeTopic: Sidebar location
Here is the “Shop” page of WooCommerce showing a sidebar at left:
*Login to see linkHere is a woocommerce product page and the sidebar has moved to the right:
*Login to see linkIn this theme config page, how can I change the position of the sidebar in the product page to “left”?
*Login to see linkIn forum: Ascend ThemeIn reply to: Video block and a few questions
September 23, 2019 at 12:16 pm #237928Hey,
1. You can’t use the URL that arguments&feature=youtu.beso you just need to update to:https://www.youtube.com/watch?v=Zuy7zwVEAd0.2. Can you provide an example of how you want this video carousel to work?
3. you can add css like this:
@media (max-width: 992px){ .page-id-72428 #content > .row { display: flex; flex-direction: column-reverse; } }Ben
In forum: Ascend ThemeIn reply to: Footer problem
September 23, 2019 at 12:00 pm #237923Hey,
I’ve not edited your topbar.1. None of your script is missing from the output of the page. You will have to follow up with Amazon and ask them specifically for what they see missing.
2. The next update will include the api to allow only footer replacement. That should come out this week.
Ben
-
This topic was modified 6 years, 7 months ago by
-
AuthorSearch Results


