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: Add a Read more Tag in a Brand page
In forum: Virtue ThemeIn forum: Ascend ThemeHi guys,
I am trying to show a different archive layout for the Staff taxonomy, like Staff Group (and same for Portfolio groups).
The problem is that when I use Elementor template generator, it doesn’t pick up this taxonomy in display conditions. Their documentation says that has_archive has to be turned on for this to work, so I’m assuming that taxonomy is not turned on for Staff Group?
Is there a way to turn it on, or do you have a function handy?
here’s an example archive page for Staff Group> *Login to see linkThanks,
LukasIn forum: Membership ForumsMarch 25, 2020 at 6:27 pm #246791Newest Version.
I tried again the “All Blog Post Page”, now it is working fine. I do not know what I did wrong in my first try. Topic seems resolved for me.
Thank you, great feature this “All Blog Post Page” setting. And great support!side note: Would be cool to assign different “Blog Post Page” for different Post Categories. But for me, because I have only one of this kind, it’s totally fine as it is. 🙂 And I know you have enough feature-ideas you can put your work in.
-
This reply was modified 6 years, 1 month ago by
Sebastian C..
In forum: Ascend ThemeIn reply to: Related Products
Hey,
That’s not something you could do with css unfortunately. One workaround would be to use a plugin that allows you to create custom product pages like https://www.kadencewp.com/product/kadence-woo-template-builder/ or https://www.kadencewp.com/product/kadence-woocommerce-elementor/ .
Then you can use a shortcode to display a product carousel. Like this:[carousel type="product" items="10" columns="4" sscol="2" cat="cat-slug"]
Would this work for you?Hannah
In forum: Ascend ThemeIn reply to: Related Products
Hi Hannah,
I have played around with it most of the day trying different approaches. But I believe because of my “tags” it still pulls a product from a different category then the product page it is on. Is there some css we can add to have it pull only from the category of the product page?Kindest Regards
TedIn forum: Membership ForumsIn reply to: Displaying Portfolio like Split Content block
In forum: Membership ForumsMarch 25, 2020 at 3:25 pm #246784I am using the latest version of Virtue Premium and Kadence Blocks and Blocks Pro. I am trying to display my archive portfolio page with a list of my projects similar to the split content block look (image on left or right and title with button to view more centered vertically/horizontally on the other side). I couldn’t figure out how to do it with the portfolio options available through the Portfolio Grid template. I have found a way to sort of mimic this with the Post Grid block. The problem with this is that I lose use of the category filter and also I’m having difficulty getting the title and button to center.
I am able to create a template file, do a WP_Query of the portfolio custom post type, get the taxonomy terms, and pull the custom fields. Can I use php based code (I know very little about Javascript) to display the category filter and then loop through the portfolio items to insert the content into the split content block without having to create a dummy split content block, view the source code and generate the code from that?
I would love to be able to call the code from a template for all your awesome blocks without having to reinvent the wheel.
In forum: Virtue ThemeIn reply to: Mobile friendly site errors
March 25, 2020 at 3:11 pm #246775Notice at the top you have Page load issues, and then if you click on that it’s “Page partially loaded”
That means that styles and scripts (which would determine how the site looks on mobile) are not being loaded. From that top link it appears almost all are not being loaded (53). The status on them is “Other error”. Which is vague and so unhelpful.
Others that I’ve seen with this managed to fix most often by waiting a week and then retrying and for whatever reason google mobile works. This is an issue I’ve seen throughout the web and unrelated to WordPress even. It’s a google mobile test error and it’s not been fixed.
Another way I’ve seen this get fixed for people is to optimize and speed up their site for mobile. (If I had to guess I think yours might be related to this). It appears you need to optimize the site. The load time is currently around 6.3 seconds when I test and ideally, that would be below 1 second. I suggest working with your images first, optimize and compress. Also look at using a caching plugin and minify plugin.
https://www.kadencewp.com/blog/need-for-speed/Some times it can also be related to your server, either it’s location or that it’s blocking the google bot from resources.
Ben
In forum: Virtue ThemeIn reply to: Search-Filter Plugin results template not working
March 25, 2020 at 2:52 pm #246773If you want to override the base of the template system (the default heading and footer are loaded via base) then you would need to use a base template.
I don’t know your plugin though so I’m not sure how it’s choosing a template. But from the two pages, you linked two the template being used are page templates. “feature sidebar” and default.
It seems to me that your plugin is only pulling in their content around
the_content()tag. Not around the page template.So can you send me the docs you are looking at for your plugin to see who they suggest you define a template?
Ben
In forum: Virtue ThemeIn reply to: Se puede separar el loop?
Hi Daniel,
There isn’t a built-in function for this. One workaround would be to create three categories, one for your top posts, one for your featured post, and the other for your bottom posts. Then you can display all your posts on one page using multiple shortcodes like this:
[blog_grid orderby=date items=4 columns=4 cat=CAT-SLUG1]
[blog_posts items=1 word_count=30 cat=SLUG2]
[blog_grid orderby=date items=8 columns=4 cat=CAT-SLUG3]
Would this work for you?Hannah
In forum: Membership ForumsMarch 25, 2020 at 2:43 pm #246768Yes it’s the “All Blog Post Page”
What version of the theme are you using?
Ben
In forum: Virtue ThemeTopic: Portfolio: left align title
March 25, 2020 at 11:22 am #246746Hello,
Is there any way to left align the portfolio page title?
Many thanks,
Ellen Green-
This topic was modified 6 years, 1 month ago by
Ellen Green.
In forum: Ascend ThemeIn reply to: Disable footer widgets
In forum: Ascend ThemeTopic: Related Products
In forum: Virtue ThemeMarch 25, 2020 at 9:18 am #246738Hi, in this site we want to remove the option for the user of click the image or title or so on to enter the product detail: we want the user stays into the archive page *Login to see link ine/tienda/tienda-de-prueba-1/
we tried this *Login to see link but it is not working, … the post author says to check the woocommerce/content-product.php and the priorities… I checked and they are the same… so why the snippet is not working?
thanks
AngeloIn forum: Ascend ThemeTopic: Disable footer widgets
Hello Support team!
Is this poosible to disable ‘Above footer widget area’, ‘Footer coloumn1’ widget, ‘Footer coloumn2’ widget and ‘Footer coloumn3’ widget on this specific page?
*Login to see linkThanks a lot?
Anita
In forum: Membership ForumsMarch 25, 2020 at 4:31 am #246731Thank you again for your support.
There’s one part I do not understand
You can assign a page as the “parent” blog page in your theme options > breadcrumb settings and that will make your breadcrumbs home > page > category > post.
That kind of breadcrumb-result seems as a good solution for me: “home > page > category > post”
But I do not find the settings.
I searched under “theme options > breadcrumb settings” as you said, but I do not see an option to set something as parent. Theme: AscendDo you mean the setting “All Blog Post Page” setting? I tried this one and selected a page there. But it is not generating the kind of breadcrumb in your example: “home > page > category > post”
(Edit: I also search “theme options > Blog Settings” and also the settings in the post itself … I still miss a setting which is able to assign a “page as parent for a post (blog page)”. 🙁 )
-
This reply was modified 6 years, 1 month ago by
Sebastian C..
-
This reply was modified 6 years, 1 month ago by
Sebastian C..
In forum: Membership ForumsIn reply to: Autoptimize plugin breaks tabs and accordion blocks
March 24, 2020 at 10:35 pm #246727I cleared the cache and that did not solve the issue.
I turned off the Optimize Javascript code option and the tabs worked correctly.
When I turned on the Optimize Javascript Code option and did not enable the Aggregate JS-files option, the tabs worked correctly.
When I enabled the Aggregate JS-files option, the tabs stopped working.Here is a link to a test page on my site with a tab block. I currently have the Aggregate JS-files option enabled.
https://www.ifoundthisgreatbook.com/_test/In forum: Virtue ThemeIn reply to: Product columns and more..
-
This reply was modified 6 years, 1 month ago by
-
AuthorSearch Results


