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: Ascend Theme
In reply to: excerpt missing from page settings sidebar
October 13, 2020 at 6:58 pm #258693Hi Hannah
The post grid/carousel block also enables pages to be displayed just like posts as well as by selecting individually as required.
This is a great feature I have been using instead of child page shortcodes for some time now.
Having the excerpt available for Pages would be useful in some use cases.
Regards
Chris
In forum: Ascend ThemeIn reply to: Make Page Scroll to View Accordions When Opened?
Hi Hannah, I took screen shots so you can see what I’m talking about (at this point I would have to rebuild the entire Home page to use a different builder). I’ve set the default to have Anxiety Disorders open when you land on the Home page. But when you click on an accordion that’s lower down, in this case Stress Related to Psychosocial Factors, the page doesn’t scroll at all so that what’s inside the accordion can be read. In fact, because the accordion up top closes, the page actually scrolls up (more or less). You have to manually scroll down to read it the section you’ve opened. Is there a fix for this? Thank you?
In forum: Kadence BlocksTopic: Same Tab on refresh
October 13, 2020 at 2:03 pm #258682Hi Ben and team. Any way to make it so if a person is on a certain tab initially, they will stay on that tab when they refresh the page? Thanks so much.
Griffin
In forum: Kadence ThemeIn forum: Kadence ThemeHello Hakki,
Thanks for reaching out to us.
There is no built in option to set mobile shop columns and the default style is that columns will take the full width for mobile views, since it will look cramped on smaller devices if you have 2 or more columns per row.
If on the other hand, you still want to set 2 columns on mobile view for these pages, you can try to add custom CSS:
@media screen and (max-width: 575px) { .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); } .archive #archive-container { grid-template-columns: repeat(2, minmax(0, 1fr)); } }Hope this helps.
Best Regards,
KarlaIn forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Woo Extra Brands and EAN in Google Error Consol
Hi Ben – This will add the code in the page: and is working 🙂 But would be nice to include the name and the MPN or EAN by picking out the values from the attributes.
So if you define in product attributes by exstracting them from defined product attributes:
Brand: Mineralstate
MPN: 12345
EAN: 123456789/** Add Json Brand And MPN */ add_filter( 'woocommerce_structured_data_product', 'nt_woocommerce_structured_data_product_offer', 10, 2 ); function nt_woocommerce_structured_data_product_offer( $markup, $product ) { $markup[ 'brand' ] = array( '@type' => 'Thing', 'name' => 'Mineralstate', // my site only has reviews on one product and all product have same brandname ); $markup['mpn'] = $product->get_id(); // set product id as mpn. return $markup; }Possible to modify this snippet of the top of your head to use the attribute values
pa_brand
pa_mpn
pa_eanI know its outside scope of support. But thought it would be a good addition to the Woo Extra reviews.
As it stops google consol throwing an error on products.
REF: reference URL for inserting the attribute values in the function.
In forum: Kadence ThemeIn forum: Membership ForumsIn reply to: Elementor, Kadence Themes and woocommerce
Hello Michael,
Thanks for reaching out to us.
You may want to take a look at our newest theme, Kadence – https://kadence-theme.com/. Also, this plugin may also help you with further customizations you want for your WooCommerce pages – https://www.kadencewp.com/product/kadence-woocommerce-elementor/.
Hope this helps.
Regards,
KarlaIn forum: Ascend ThemeIn reply to: excerpt missing from page settings sidebar
In forum: Virtue ThemeHi Hannah,
I am recently learning to make a landing page with Kadence block with Guttenberg editor.
I am just wondering why would the preview result is different between editor and actual preview site on wordpress?Please help me with these 2 issues below :
*There is cramp messed text one the first banner and also the huge gap in the product feature carousel? how could the preview in editor and the actual preview result is the same? i think i have made default width setting page.
*When im editing in the editor where could i change the page name? i cant find the menu the edit the page name as you an see the link of url is looking like this : *Login to see link ine/687-2/Could please help me out thanks. Below is screen recording for both preview version and also the link.
Looking forward to hearing from you soon thanks.my url: *Login to see link ine/687-2/
In forum: Kadence BlocksIn reply to: Advance slider block arrows and width problem
In forum: Ascend ThemeHi Hannah, yes, that was the way I was thinking I would have to do it–link to a portfolio grid for each category. But since there are 24 separate categories, that would mean I need to make 24 separate pages, one with a grid for each category. Just wanted to confirm that I would have to do it that way. Thank you!
In forum: Virtue ThemeIn reply to: Post hierarchy in URL and on post category pages
In forum: Kadence ThemeIn reply to: Product Elements Extras Customisation
Hey,
I would suggest using a plugin like the this: https://www.kadencewp.com/product/kadence-woocommerce-elementor/ It allows you to build custom product pages with Elementor and assign them to individual products.
Let me know if that’s something that will work for you!Best,
HannahIn forum: Virtue ThemeGoogle consol is throwing a warning now for EAN and Brand in snippet.
My Stars have stopped displaying in Google search – Since warning has been shown in consol.
Anyway to add the Brand and EAN to a product so they display in the woo extras review snippet. and on the page. (if added as product attributes for example?)
Do you think this is related?
In forum: Virtue ThemeIn forum: Membership ForumsIn reply to: Ascend Split Content alignment on page
In forum: Kadence ThemeIn reply to: Show Related Posts for CPT
In forum: Membership ForumsIn reply to: Woo Extras plugin Issue
Hi Ben and Hanna
Fixed the Issue will post here for anyone in the same boat.
This plugin is a free version ( they do sell a proplugin that does this plus more.) but this happily can resolve issues with the reviews.
Make a backup first – or practice on copy of site in localhost XAMPP
STEPS NB: I only had 1 product with reviews so was less complicated
- Installed
- Exported the comments to csv
- Deleted all reviews and all comments
- Imported the comments
- Approve all comments
- re synch the reviews with the woo extra plugin
- I had a few comments that where imported BUT the count of the comments where 142 BUT the review count was 139 in backedn and front end
- To fix this I located the comments by username that where in the comments list but not displayed on the product page
- Made a copy of the text date, user email
- delteted from the comments
- resubmitted these comments myself from the front end of the website on the product page
- selected them from the comments list updated the date of submission
- then approved these comments and then clicked ont he review tab and approved these reviews.
Now happily all commnets and Json data is correctly displayed in front end and json snippet.
Sorry for wasting your time ben. Thanks for taking a look anyway :).
-
This reply was modified 5 years, 6 months ago by
lee.
-
AuthorSearch Results





