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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 12,881 through 12,900 (of 53,646 total)
  • Author
    Search Results
  • #219869

    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

    #219868

    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 Theme
    #219866

    I 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

    #219865

    So 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!

    #219854

    I’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 and will look into those. Beyond that, any “basics” plugins I haven’t found out about yet?

    Thanks for your help, once again.

    #219840

    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:

    Thank you!
    Avery

    #219830

    I can see this in my panel when I’m loged in.
    At the top of the page…

    In forum: Virtue Theme

    In reply to: Maps contact us page

    #219805

    I really don’t understand how you can view the page and see the right map location and when I view the page it doesn’t. The settings are in the page so whatever you see I’m surely supposed to o see on the site page?

    #219799

    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.

    #219797

    ok, 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

    #219789

    Hey Mark,
    Is this for your homepage? I would suggest creating a separate slider for mobile. You can enable it from Theme Options > Home Mobile Slider.
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Maps contact us page

    #219783

    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_AUIDigB

    So 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, UK

    it 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.3z

    I’ll ask the theme developer about this and see what he says.

    -Kevin

    In forum: Virtue Theme
    #219780

    You can make that css homepage specific like this:

    .home .container.mobile-header-container {
        padding: 0 10px;
    display:none;
    }

    Hannah

    In forum: Ascend Theme

    In reply to: Submenus not collapsed

    #219779

    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,
    Kevin

    In forum: Virtue Theme
    #219771

    Ah yes, I had the header hidden because the homepage was once a simple landing page.

    Thanks.

    #219762

    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

    #219754

    Hello,

    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,
    Simon

    In forum: Virtue Theme

    In reply to: Maps contact us page

    #219730

    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

    #219728

    Hi all, I do not know why but the masonry effect in my product pages is not working anymore :

    I 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çois

    #219720

    Because 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

Viewing 20 results - 12,881 through 12,900 (of 53,646 total)