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: Pinnacle Theme
In reply to: Mobile Usability issues detected
November 12, 2019 at 10:44 am #240422Hey,
I’m sorry I must not be explaining well enough. The reason the screenshot it bad is because of what I said above. Google isn’t able to load the scripts on your site. Google mobile test isn’t reading any of your CSS files meaning the code that styles your site is not being read by Google.Things you can do is optimize your page load. Making your page load faster can help with how the Google mobile tester works. For example, if you are loading some really large (not web-optimized) image, then Google will stop even trying to render your site because it’s not optimized.
It’s also worth contacting your hosting to make sure they are not blocking google.
Ben
In forum: Membership ForumsIn reply to: Policy Link in Accept-Field in Kadence Block Form
November 12, 2019 at 9:21 am #240414Hey,
In the label, you can add {privacy_policy} which will pull in the title of your privacy policy page and make that title a link to your page.Ben
In forum: Virtue ThemeNovember 12, 2019 at 8:34 am #240408That is strange this is the link from the button on the page I linked to: https://kernl.us/api/v1/archive/5c6713f0e7e3900c0885dd81
Can you try it and test with another browser than the one you are using?
Ben
In forum: Ascend ThemeIn reply to: Missing Icon Borders
In forum: Virtue ThemeHi Guys
I’ve added a new sub-total column to my-account/order table using the following snippet(which is working and displays the new column on the my-account/order tab) (with the help of Ben in a previous support question) the snippet :
//show sub total in order pageadd_filter( 'woocommerce_account_orders_columns', 'add_account_orders_column', 10, 1 );
function add_account_orders_column( $columns ){
$columns['item_subtotal_tax_excl'] = __( 'Sub-total', 'woocommerce' );
return $columns;
}
add_action( 'woocommerce_my_account_my_orders_column_item_subtotal_tax_excl',
'add_account_orders_column_rows' );function add_account_orders_column_rows( $order ) {
// Example with a custom field
if ( $value = $order->get_subtotal() ) {{
echo esc_html( $value );
}
}
}Then I used a function to display my-account order tab on any page with a short code . The function I used to be able to display order tab on another page which is:
function woocommerce_orders() {
$user_id = get_current_user_id();
if ($user_id == 0) {
return do_shortcode('[woocommerce_my_account]');
}else{
ob_start();
wc_get_template( 'myaccount/my-orders.php', array(
'current_user' => get_user_by( 'id', $user_id),
'order_count' => $order_count
) );
return ob_get_clean();
}}
add_shortcode('woocommerce_orders', 'woocommerce_orders');Now when I display the my-account order tab using the added short code [woocommerce_orders] it displays the default order columns but it does not display my newly added “sub-total” column on the page with the short code [woocommerce_orders]
Any ideas how I can display my newly added “sub-total” column along with all the other my-account order columns when I use the shortcode [woocommerce_orders] ?
-
This topic was modified 6 years, 5 months ago by
walter.
In forum: Pinnacle ThemeIn reply to: Mobile Usability issues detected
Hi Ben, thanks for the reply, much appreciated. We I hope it is Googles buggy tester but the link you gave me …test/mobile-friendly gives me a horrendous screenshot of my front page – see the attachment.
I have about a dozen sites using Pinnacle and have never had the slightest problem until this one.
If you suggest I can run all the other sited through the “…test/mobile-friendly”
Look forward to your reply.
Thanks & regards,
JanekIn forum: Ascend ThemeIn reply to: how to remove social networking icon
November 11, 2019 at 10:08 pm #240378Hey,
Can you link to your page? where is this icon being output from?Ben
In forum: Pinnacle ThemeHello
i’m using the contact form with math, but I have a lot of spam.
I read in you forum to ad recaptcha, tried to activated your plugin, got a key from google but can not see how do integate it.what i’m doing wrong?
I did it on my test page
beatmueller-art.ch/franz2thank you for your help
In forum: Ascend ThemeIn forum: Pinnacle ThemeIn reply to: Reusable blocks not available in Pinnacle Pro
This reply has been marked as private.November 11, 2019 at 4:13 pm #240349In forum: Ascend ThemeIn reply to: Show filter tags on portfolio page
In forum: Virtue ThemeIn reply to: favicon
In forum: Pinnacle ThemeIn reply to: Mobile Usability issues detected
November 11, 2019 at 12:10 pm #240330Hey, that notice just means google mobile test wasn’t able to download all of your resources. This can be caused by a bug in the mobile test (likely and would go away in a couple of days) or (unlikely) your server is blocking google from accessing style sheets.
You can run tests here: https://search.google.com/test/mobile-friendly
You will see that google comes back with “page Loading issues”
If you click to view you can see that many of your external scripts (css files and js files) were unable to load.
Some times that can be “fixed” by optimizing your site, having it load faster. But even if that is the case the issue comes from the google mobile tester which has been reported many times throughout the web to have issues.
Ben
In forum: Membership ForumsNovember 11, 2019 at 11:46 am #240322Hey,
Just download the latest version from your account page and manually update by removing the current version you have from your site and uploading the latest. You won’t lose templates.Ben
In forum: Membership ForumsHey guys,
I’ve been using the slider block on a clients site since it came out and it seems to be working great until about a week ago or so. Not sure if it has to do with the CSS update to Kadence Blocks or not but would you mind taking a look?
It’s right at the top of the page. The slider looks normal when editing the page but on the front end the slider images aren’t showing. I’ve turned off the caching plugin and that didn’t seem to help. I’ve also tested in on another page and had the same result. I don’t see any JS errors in the inspect element console either.
Thank you!
In forum: Ascend ThemeIn reply to: Editing Categories
1). I deleted the “orderby=date” option as it displayed the portfolios (albums) in a different order than I wanted.
2). The original “snapshots’ page was a SiteOrigin PageBuilder and was also a “portfolio grid” type of page. When I added the shortcode it displayed the portfolios twice. I changed it to “default template” and even when I previewed it, it showed them twice. When I finally published the changes, it then only showed them once. I’m assuming (hoping?) it is now showing the shortcode and it is a default template page and not a portfolio grid page.
3). I also created a test category page (and published it) using the new block editor and added the same shortcode.This is the short code I used in both pages:
[portfolio_posts excerpt=false columns=4 items=8 height=200 lightbox=true showtypes=true cat=assembly-setup]
I don’t think I need the excerpt= or height= or lightbox= or showtypes=, but I left them in. I just want to be able to show one portfolio, in this example, just assembly-setup. However, in both cases it shows all portfolios. See pages:
https://www.cagesplus.com/test-category/
and
https://www.cagesplus.com/batting-cage-images/snapshots/
BTW, I just tried the following shortcode
[portfolio_posts columns=4 items=8 cat=assembly-setup]
and it seemed to do the same thing, i.e. show all 7 portfolios. But it did show I don’t need the excerpt, height, lightbox, or showtypes. I did need the columns=4 and items=8 as the default items seems to be 4. /Bob DeCloss
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Layout question(s)
I like the way your header on these forums (for example) tucks away into a very tight little compact bar. Your logo is particularly well suited to that. I think I need to find a way to simplify the logo and make it in such a way that it does suit that space. The large version is what we use on our product labels, though, so I want for the associations to remain. I tried to work it into the Kadence Slider at the very top of the home page, but it’s not going to work there.
Hannah gave me a snippet of CSS last week that removed the logo altogether as soon as the header started to shrink. Could that be used to add another image at the same time? I don’t suppose there are animations for that area yet, are there?
Agreed about the menu icons. I wasn’t thinking about that. I’ll shelve that idea, at least for now.
By stacked, I mean one thing above another which is above a third thing on the left side while on the other, there’s much less (and part of what is there shouldn’t be). See the image below. The top is what I think I’d like for the header area to look before shrinking. I could easily be talked out of using the global banner function, but as the information it contains is part of what I hope encourages people to get into the shopping cart area, putting it there would be too late for many folks. Also, I most often point to the URL of a particular product in my ads, so including that on the front page alone isn’t going to be useful.
I need to be able to say something like that where people are reasonably certain to catch it. It’s important because other companies like ours don’t keep their yarns in stock, and are usually more like 6 weeks or more in delivering product. Right now, two of our competitors are apologizing about being 6 months behind in completing orders. Fast shipping, even for custom items, is a big selling point. I’m not fond of that placement, but I can’t think of where else to put it. As it is, it’s easy to edit or change when I want to, too. What if the CSS Hannah started included a bit of style in it’s presentation of this text, and also disappeared when the header shrinks? I get confused about top bar / main menu designations. I don’t know what to properly call this, but this is kinda what I’m thinking about. Before shrink and after: https://gyazo.com/307ffe861c731c345292a38c0c6e2a5f
As far as I know, this is the only problem area. What’s there at the moment doesn’t look great, but it functions as it’s supposed to. In other words, this isn’t a priority issue in my mind. I’m grateful for your help, but with Hannah’s help, and that of your on-line documentation, most everything is back up and running again. I have some things to do in other parts of the site that I’ve been unable to make work nicely until now, but these blocks are going to make what I want to do in those areas slick and easy. I have some advertising I want to do for Friday, so as long as we can get that header area looking good before the close of Thursday, that’ll be plenty of time.
In forum: Ascend ThemeHi guys
Just a quick (hopefully) question. I’m looking at this demo theme: *Login to see link
However, when you go to the portfolio page itself, the filter links don’t show:
*Login to see linkIs it possible to have the filter links on the portfolio section as well as the main home page?
In forum: Virtue ThemeIn reply to: Size images
-
This topic was modified 6 years, 5 months ago by
-
AuthorSearch Results



