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: Mobile version of the Page Title area?
Ben,
As always thank you… So after reading your first answers I installed wp rocket and played around a bit. I really am not seeing a speed hit on pages with the slider. But I will definitely keep the function example in my tool kit uncase I need it.
Thanks again.
Jeremy
In forum: Ascend ThemeIn reply to: Creating a new section on Main Menu
Hey,
Depending on what kind of information you want each park page to have, you could do this using the blog or portfolio feature. Either allows you to create categories (or types). That way you could limit which posts to show on which page. Does that make sense? Let me know if you have further questions on this!Hannah
In forum: Virtue ThemeIn reply to: Calendar plug in conflict
March 14, 2019 at 4:40 pm #219866I just looked through the code of that plugin, it’s showing a filter to override all excerpts on the single events page. (I can’t understand why they would do that but I don’t know what they are trying to accomplish). Regardless there isn’t anything I can do for you because it’s the code simply overriding how WordPress is designed to work.
I’m not sure why you choose that plugin but assuming you need to stick with it I suggest not adding anything on your single events that would pull in an excerpt. So, for example, turning off recent posts carousel and the footer testimonials.
Ben
In forum: Ascend ThemeSo I’ve been trying to figure out how to add a a new section to my website beyond what the Photographer theme I imported has. I currently have a Portfolio, Blog, About me, and Contact. I would like to create a new section called Destinations that would appear on the Main Menu and where once I click it would give me the option to go to a different page or blog, one for each the of the National Parks I have visited which its the main reason why I decided to create a website. Just like most of travel blogs have. I would very much appreciate if you could tell me how to create this section and a new page for each National Park.
Thanks a lot!In forum: Membership ForumsTopic: WooCommerce Getting Started
March 14, 2019 at 3:49 pm #219854I’m providing free web/WordPress help to an organization that purchased the Virtue Pro theme when I helped them convert their site to WordPress. (My first experience with a Pro theme – big thumbs up for your support.) We’re slowly working to create a new home page using the block editor, both because of an SEO consultant’s feedback on what content to have there and to get familiar with the new editor, so we can use it going forward.
Recently they’ve asked about what it would take to enable e-commerce on the site. I’m totally new to the e-commerce side of things. WooCommerce seems the obvious choice to explore (unless we run into some “deal-breaker”, which I do not expect), particularly as Kadence has multiple plugins for WooCommerce. I’m quite comfortable learning yet another computer/web based tool and helping others get up to speed with it as well.
I’m fairly certain they’ll want to go from a single-theme license to an “all-in” ‘Kadence Membership’, particularly for Woo Extras and some of the other WooCommerce-targeted plugins. Going that route, we’ll probably figure out how to incorporate Kadence AMP as well, to improve performance for people using phones to view the site.
So I have some “newbie” questions to get started.
(1) Theme – I’m planning to put the commerce in a secondary installation of WordPress at mainsite.org/store or something like that. The WooCommerce info recommends using the Storefront theme. It seems to me we’d be better off sticking with Virtue Pro, since that’s what we’re familiar with. Does the Storefront theme (or any of your other themes) have anything spectacular that might make me change my mind?
(2) Plugins –
(a) Automattic has a “WooCommerce Blocks” plugin. Is this largely redundant to what your plugins do, an expected companion plugin, or does it provides features different from your plugins?
(b) “WooCommerce Services” looks interesting. It looks like it would be a good thing to add. Thoughts?
(c) I saw your blog post *Login to see link and will look into those. Beyond that, any “basics” plugins I haven’t found out about yet?Thanks for your help, once again.
In forum: Virtue ThemeTopic: Calendar plug in conflict
Hello,
Somehow the calendar text is showing up in the footer section of the page where it shouldn’t be, like the testimonial slider and the recent blog posts descriptions. Can you give me some advice on how to fix this?
Here is an example page: *Login to see link
Thank you!
AveryIn forum: Pinnacle ThemeIn reply to: call_user_func_array() ….
In forum: Virtue ThemeIn reply to: Maps contact us page
In forum: Virtue ThemeIn reply to: Kadence slider buttons display tiny on a mobile
Thanks guys, appreciate the response.
Kevin, Yes, the site is in staging and is using the virtue theme. The holding page is not. (Since I set this up I have learnt of plugins to create holding pages). I’m not sure how you can access my staging site? Please advise.
Hannah, I am using the slider on every page. A different one for each page.
In forum: Ascend ThemeIn reply to: Mobile version of the Page Title area?
March 14, 2019 at 11:27 am #219797ok, so from what I read most browsers are smart enough to not load those.
But to remove via the php output and run two cache files you would need to add a filter like this in a child theme:
add_filter('kadence_pagetitle_display', 'custom_remove_pagetitle_for_mobile' ); function custom_remove_pagetitle_for_mobile( $pagetitle ) { if( is_page('18') && wp_is_mobile() ) { return false; } return $pagetitle; }Or using lazy load could be a good option.
Ben
In forum: Virtue ThemeIn reply to: Kadence slider buttons display tiny on a mobile
In forum: Virtue ThemeIn reply to: Maps contact us page
Since you’re not getting any errors associated with your google maps api on the page, I don’t believe this is an API issue.
When I do a google search of the address, it brings me to the same place as it shows on the map:
https://www.google.com/maps?q=43-44+High+Street,+Kinver,+West+Midlands,+DY7+6HF&um=1&ie=UTF-8&sa=X&ved=0ahUKEwiK0ZSLiYLhAhUSOn0KHQVdC28Q_AUIDigBSo this isn’t likely an issue with the theme or your API for google maps. Google itself seems to be confused about the address.
Are there any other ways you might input the address? It seems when I type it like this into google:
43-44 High St 43-44 High St, Kinver, Stourbridge DY7 6HF, UKit shows the correct location.
https://www.google.com/maps/search/43-44+High+St+43-44+High+St,+Kinver,+Stourbridge+DY7+6HF,+UK/@52.4483331,-2.2294169,19.3zI’ll ask the theme developer about this and see what he says.
-Kevin
In forum: Virtue ThemeIn reply to: Mobile Header not Showing
In forum: Ascend ThemeIn reply to: Submenus not collapsed
Hello,
Those settings only apply to the main menu and secondary menu in your header. In general, a footer menu isn’t going to do this because it will resize the page when you open the menu items, which isn’t great for usability.
Can you link to an example of what you’re trying to do so I can be sure that I’m understanding your goals completely?
Thanks,
KevinIn forum: Virtue ThemeIn reply to: Mobile Header not Showing
In forum: Pinnacle ThemeIn reply to: Logo and Menu on Shop Page
Try going to Theme Options> Shop Settings, and scroll down to the bottom where you’ll find “Shop Slider/Content.”
Under that, set “Place behind Header” to OFF. That should make the header appear as it does on other pages.
Let me know if that works for you.
-Kevin
In forum: Ascend ThemeMarch 14, 2019 at 8:46 am #219754Hello,
I have put a Ascend Carousel with featured products to the homepage, and would like to change the background from white to grey (#efefef). Can you please tell me how to do this? or if this is possible?
Thank you very much!
Kind regards,
SimonIn forum: Virtue ThemeIn reply to: Maps contact us page
to be honest can’t remember what I did as was 2 years ago, alls I know I visited the contact us page and the map is not showing our location but somewhere else but it did used to show the correct location?
I obtained an api key because I have it saved but don’t understand how it’s all of a sudden showing another location
In forum: Virtue ThemeHi all, I do not know why but the masonry effect in my product pages is not working anymore :
*Login to see linkI already had the same issue before on other website due to a conflict with Lazy Load plugin, but I no longer use this kind of plugin so… need your help !
Best regards,
FrançoisIn forum: Virtue ThemeIn reply to: Hide sub-categories on the top of shop page
March 13, 2019 at 10:32 pm #219720Because of how the inline filter works (it won’t query your site) you shouldn’t be using it on a page that has pagination. It only filters what is on the page, it’s not a menu or an ajax filter. I suggest instead you use a menu or look into the ajax filter hannah posted.
Ben
-
AuthorSearch Results


