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
Topic: Custom Menu Widget Missing
In forum: Virtue ThemeIn reply to: Kadence Page Transitions Activation
In forum: Virtue ThemeI recently changed my static page to a different page. But the new page doesn’t show and the old page (which is trashed/deleted still appears. I’ve waited a few days to see if it would resolve itself. but it has not. *Login to see link It shows a welcome page but should show Black Nativity 2018
In forum: Virtue ThemeIn reply to: PHP Version
November 20, 2018 at 9:09 pm #208171ok, the current version of the theme is 4.8.6
If you are on version 3.2.1 then you are far enough behind that you will need to manually update. See here: https://www.kadencewp.com/manually-updating-a-theme/You can download the latest version from your account page: https://www.kadencewp.com/my-account/
If you can check that and make sure you have 4.8.6 of the theme installed then you I can tell you the issue is not the theme and not WordPress so it would have to be one of your plugins that are breaking with php7.2 and so I would suggest deactivating your plugins one by one.
Ben
In forum: Membership ForumsIn reply to: Inormation
This reply has been marked as private.November 20, 2018 at 8:39 pm #208169In forum: Virtue ThemeIn reply to: Using Portfolio items as product “features”
Hi Kevin,
The portfolio post options are “beside”, “above” and “three rows”. I cannot seem to get PageBuilder to work with a full width page.
If I choose “beside”, and add a row, the row width is only under the text — beside the featured image.
If I choose “above”, I get a full size image before any text.
I have also tried setting project options to none, columns to two, delete featured image, etc.
Thanks!
In forum: Pinnacle ThemeIn reply to: Target=”_blank” applied to email icon
November 20, 2018 at 4:21 pm #208162If the user has web email (Gmail for example) then clicking the icon will take them off your site and to their Gmail account.
That isn’t usually what people want. Or what a user expects. Then they click back in there browser and now don’t have the email compose screen up to write with.
As a general rule if the user is leaving your domain even if to an app the link is set to target=”blank”
If you want to remove that you would need to edit the template content-loop-staff-meta.php
Or you can use javascript and have target removed on page load.
<script type="text/javascript">jQuery(document).ready(function ($) { $('a.email_link').removeAttr('target'); $('a.phone_link').removeAttr('target'); }); </script>In forum: Pinnacle ThemeTopic: Strange headline on website
We’re using the normally great looking Pinnacle Theme for our webside, but are suddenly seeing a very strange headline (see *Login to see link ). When trying to solve the problem, we’re not allowed to log on to our WP admin to fix the problem, but get an empty page with only the same headline on the top:
Warning: Use of undefined constant ݮο̡����ō�÷�����ȣ�������ܧ����;����������ͮ�����������Ւ – assumed ‘ݮο̡����ō�÷�����ȣ�������ܧ����;����������ͮ�����������Ւ’ (this will throw an Error in a future version of PHP) in /customers/9/b/d/iiamo.com/httpd.www/wp-links.php on line 1 Warning: Use of undefined constant ������������ – assumed ‘������������’ (this will throw an Error in a future version of PHP) in /customers/9/b/d/iiamo.com/httpd.www/wp-links.php on line 6 Warning: Cannot modify header information – headers already sent by (output started at /customers/9/b/d/iiamo.com/httpd.www/wp-links.php:1) in /customers/9/b/d/iiamo.com/httpd.www/wp-includes/pluggable.php on line 1219.Can you help?
Kr Pernille
iiamoIn forum: Ascend ThemeIn reply to: featured image title below image on blog page
In forum: Pinnacle ThemeIn reply to: Site Header
In forum: Ascend ThemeIn reply to: /Shop page
In forum: Virtue ThemeIn reply to: Design the phone
November 20, 2018 at 11:21 am #208104ok, add this css:
@media (max-width: 767px){ .shopcolumn1 .product_item .product_img_link { width: 100%; float: none; padding: 0; } .shopcolumn1 .product_item .details_product_item { width: 100%; float: none; padding: 0; } .shopcolumn1 .product_item .product_details .product_excerpt { display: none; } .shopcolumn1 .product_item { text-align: center; } .shopcolumn1 .product_item .product_details h5 { text-align: center; } .shopcolumn1 .product_item .kad_add_to_cart { display: block; margin-left: 0; margin-right: 0; } .page-header .kt_product_toggle_container_list { display: none; } }Ben
In forum: Virtue ThemeIn reply to: WooCommerce product “Undefined”
I agree with you, not sure how they think that the theme is causing that to be outputted?
I tried a live preview of the default theme but cant get it to work right… not very good at testing with other themes and I do not want to mess around with the live site as I have customers on the site all the time.
I guess for now I can just use the CC to hide all of the occurrences…
Do you find it odd that it only happens when a product is shown via shortcode on a PAGE as opposed to the standard archive page?
In forum: Ascend ThemeIn reply to: dynamic title height
In forum: Virtue ThemeIn reply to: Kadence Page Transitions Activation
November 20, 2018 at 10:12 am #208076Did they list a specific page? I’m seeing your products showing valid if you check here: https://search.google.com/test/amp
In forum: Virtue ThemeI have been going back and forth with the WooCommerce developers and support team because some of my products when outputted via the [products id=””] shortcode, there is an undefined value on the product which pushes it below other products…
Example page: *Login to see link
The developers at WooCommerce seem to think it is the THEME causing the “1x Undefined” to appear?
======================================
The product listed on this page which appears correctly is on a product category page:
*Login to see link
============================================================================
The products listed on the following page are actually on a WordPress PAGE and is outputted by using the following shortcode:
Page: *Login to see link
shortcode:
[products ids=”6952, 29127, 1988, 2008, 2010, 2012, 2013, 2014, 2015, 14381, 14382, 23584 ” columns=”6″ orderby=”date”]
I use a PAGE so that I can include a photo of an engine and reference the parts with arrows.Any help is appreciated…
In forum: Ascend ThemeIs there a way to have featured image title placed below the images on blog page? Don’t see anything under theme options for Ascend. I guess I am missing something.
I was able to do it on this site but can’t remember how. I am not using Gutenberg on this one below yet.
In forum: Ascend ThemeIn reply to: dynamic title height
In forum: Virtue ThemeIn reply to: Add banner above woocommerce product
Hey,
There isn’t a built-in function for this.If you’re using Elementor page builder you can use our Kadence Woocommerce Elementor plugin to create custom product templates. https://wordpress.org/plugins/kadence-woocommerce-elementor/
Or, if you prefer page builder by Siteorigin you can checkout this plugin: https://www.kadencewp.com/product/kadence-woo-template-builder/
Hope that helps!Hannah
In forum: Ascend ThemeIn reply to: /Shop page
-
AuthorSearch Results


