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 - 15,901 through 15,920 (of 53,646 total)
  • Author
    Search Results
  • #199712

    So before based on what you said and your link it seemed like you were wanting to change the title of the products on your home page, in the carousel. Not on the single product pages. For single product pages, you would need this css:

    @media (max-width: 992px) {
    div.product h1.product_title {
    font-size:14px;
    }
    }

    To keep from this type of confusion it really is best to create a new topic for each question.

    Ben

    #199711

    Inside page-portfolio.php line 168 has: 'post_type' => 'portfolio',

    Would need to be

    'post_type' => array('portfolio', 'product'),

    #199704

    Try this CSS:

    .page-id-111 .above_footer_outer {
        display: none;
    }

    Let me know if that’s what you were after!

    -Kevin

    #199703

    Hey,
    So I can think of some possible hacks but I must say upfront that I don’t suggest hack or trying to hack. I don’t understand the reasons for this and from what you have said I would strongly suggest doing this: “I am aware we can switch post types with a simple plugin too, which we may end up doing in the long term” now and not trying the hack anything.

    Product posts don’t have to function as products, you don’t have to have an add to cart, and if that is why you are making them portfolio I suggest just making the posts products to start with.

    In terms of a hack, you can use a child theme override the portfolio grid template and change the query arguments to include both portfolio posts and product posts. BUT this will not let the taxonomies work together. The taxonomies are post type specific so if you set one it would then remove the products because they don’t have that taxonomy selected. You can’t assign a portfolio taxonomy to a product post. You can rewrite the entire custom post type registration and add the product posts to the registration of the portfolio types but this is a big hack that you would have to become responsible for in your code:
    https://wordpress.stackexchange.com/questions/92430/can-multiple-custom-post-types-share-a-custom-taxonomy

    Otherwise, if you want a specific group or products and a specific group of portfolio posts to show on the same page inside the same loop you would need to run some custom meta arguments and assign these custom meta information manually into each post you wanted to be part of this group.

    https://codex.wordpress.org/Class_Reference/WP_Meta_Query

    Ben

    #199698

    I see! You could certainly edit the template via a child theme to remove the widgets, but a simpler solution would be to just hide them with page specific CSS. If you can link to the page that you’re wanting to remove those widgets from, I can provide the CSS for you.

    -Kevin

    #199697

    Hi Kevin,

    Yes, I see where those widgets are, but my understanding was if I deleted them it would impact all of the site.

    To put it simply, I want to create my own custom template. One that includes the header area, nav menu, and footer of the demo content them that I am using.

    http://www.beautifyinternational.com

    As you can see, I am taking my design cues from the Ascend them demo content. Which is great for most pages, but for the contact page and maybe some others, I would like the freedom to use Elementor but keep the consistency of the header, nav menu, and footer seen in the default theme pages.

    #199695

    The map and contact form are added with page builder to the contact page’s content.

    The above footer widgets are set in Appearance> Widgets, under “Above Footer Widget Area.”

    "Likewise, is there a way to start from scratch and create a standard template using the demo theme’s header and footer and menu?"

    I’m not really sure what you mean by that. Can you explain more

    #199693

    Hello,

    Can you please link to this page so that I can see the elements in question?

    Thanks,
    Kevin

    #199692

    Hello,

    I would like to create page with Elementor, but keep the aforementioned items created with the demo content. In this particular case, the Contact Us page.

    I essentially just want the header with menu, and the footer, and get rid of everything in between.

    It was almost achieved by editing the page builder widgets, but the Featured Products, Product tags, etc are still on a row that I can’t seem to get rid of.

    Likewise, is there a way to start from scratch and create a standard template using the demo theme’s header and footer and menu? There are times when I want these core elements but everything in between I would use Elementor for.

    #199691

    That’s correct I have page content added above the latest posts on the backend but it’s not showing up on the front end. I am trying to add a section that reads “Featured in” and have the logos of articles that have covered this project.

    #199684

    Yeah, just add the page id class like this:

    .page-id-217 .panel-grid-cell .widget-title {
        font-size: 20px;
    }

    Let me know if that works for you.

    -Kevin

    #199682

    Thanks, it works but it changes the titles throughout the site.

    I would only want to make the title smaller on that one specific page. Is it possible?

    #199670

    hi ben

    is there a way to have single products added into the portfolio section of the site?

    I imagine i could do this by changing the main portfolio template (page) to include post type of products?

    or perhaps a custom function to include this? I am using a child theme by the way

    what would you suggest?

    J

    In forum: Membership Forums

    In reply to: AMP Errors

    #199652

    Thanks for taking a look. If you can think of a better plugin for the gallery I could be open to that.

    I have the premium version of the next gen but I have not renewed my yearly subscription. There is an update for it that I can not do due to not renewing. I have been thinking about getting a different gallery plugin. Just not sure which way to go. Even with the custom java script error the pages all load up okay.

    Once again your team does a great job on customer support.

    #199645

    Hi Kevin,

    Yes it works. 🙂
    Is it also possible to move together with the title when I hover the mouse?

    http://www.quickmiconsulting.com on homepage > boxes after slider.

    Tnks

    Lilian

    #199644

    in your settings > reading “blog pages show at most” that number will determine the search results per page items.

    Ben

    #199641

    This page is crashing when it tries to start outputting the product image:

    http://www.sandrapphotography.com/product/gosky-10×42-binoculars-adults-compact-hd-professional-binoculars-bird-watching-travel-stargazing-hunting-concerts-sports-bak4-prism-fmc-lens-phone-mount-strap-carrying-bag/

    That can mean that product image is corrupt or that your server is not allowing the product image permissions to be created in the product gallery size. Or some other reason set on by a plugin or something else.

    Can you send me a login to that site? I could then take a look?

    Some tests would be to turn off the theme aspect ratio control in your theme options > shop settings.

    Check your php memory settings as well as the php version.

    Ben

    In forum: Ascend Theme

    In reply to: Elementor not working

    #199640
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Elementor not working

    #199637

    Can you send me a login to your site so I can see what the error message is?

    To be clear based on my comment before you can’t edit page builder content with elementor or vise versa. You can have both running you just can’t edit the content of a page with one then the other.

    Ben

    #199627

    Hi Guys I really hope you can help me with this. I am tearing my hair out for the last two days. I have deleted and re-imported products a few times with no luck. I have two sites with the identical setup, on the one site’s category page if you click on a product then the details page shows up with all the details and Amazon customer reviews etc. You can see the category page here:
    Once you click on a product then this is the page, it is great with all the details etc.:
    My other site has the identical setup but this is what shows up. On the category page which is fine:
    But this is what I/you get when a product is clicked:
    As you can see totally blank! What have I missed here? Please help 😀 Regards, Janek

Viewing 20 results - 15,901 through 15,920 (of 53,646 total)