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: Virtue Theme
In reply to: how to change the space in the home layout
August 22, 2018 at 7:50 pm #199712So 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
In forum: Virtue ThemeAugust 22, 2018 at 7:46 pm #199711Inside page-portfolio.php line 168 has:
'post_type' => 'portfolio',Would need to be
'post_type' => array('portfolio', 'product'),In forum: Ascend ThemeIn reply to: Keep header, menu and footer of default theme only
In forum: Virtue ThemeAugust 22, 2018 at 4:17 pm #199703Hey,
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-taxonomyOtherwise, 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
In forum: Ascend ThemeIn reply to: Keep header, menu and footer of default theme only
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
In forum: Ascend ThemeIn reply to: Keep header, menu and footer of default theme only
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.
In forum: Ascend ThemeIn reply to: Keep header, menu and footer of default theme only
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
In forum: Ascend ThemeIn reply to: Keep header, menu and footer of default theme only
In forum: Ascend ThemeHello,
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.
In forum: Pinnacle ThemeIn reply to: How to add new section on Home Page
August 22, 2018 at 2:27 pm #199691That’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.
In forum: Virtue ThemeIn reply to: Page Builder text widget title
In forum: Virtue ThemeIn reply to: Page Builder text widget title
In forum: Virtue Themehi 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 ForumsIn reply to: AMP Errors
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.
In forum: Ascend ThemeIn reply to: Image menu – title and subtitle
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
In forum: Virtue ThemeIn reply to: Number of products in Product search results
August 22, 2018 at 10:38 am #199644in your settings > reading “blog pages show at most” that number will determine the search results per page items.
Ben
In forum: Pinnacle ThemeIn reply to: Product details not showing
August 22, 2018 at 10:28 am #199641This page is crashing when it tries to start outputting the product image:
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 ThemeIn reply to: Elementor not working
In forum: Ascend ThemeIn reply to: Elementor not working
August 22, 2018 at 10:21 am #199637Can 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
In forum: Pinnacle ThemeTopic: Product details not showing
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: *Login to see link
Once you click on a product then this is the page, it is great with all the details etc.: *Login to see link
My other site has the identical setup but this is what shows up. On the category page which is fine: *Login to see link
But this is what I/you get when a product is clicked: *Login to see link
As you can see totally blank! What have I missed here? Please help 😀 Regards, Janek -
AuthorSearch Results


