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: Ascend Testimonial Centering
March 5, 2019 at 12:06 pm #218708Hey,
Can you send me a login. I can see from the code output that something in the html is adding an open p tag. I want to see if I can find that in your page.Ben
In forum: Virtue ThemeIn reply to: slug portfolio and portfolio type slug
March 5, 2019 at 10:13 am #218682Hey,
I can confirm that structure would work, after you added it in your theme options did you resave your permalinks on your settings permalinks page?Ben
In forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
That isn’t working for that page because it has a different parent page ID than the others that you previously requested. Are you sure you don’t want this to just effect all of the breadcrumbs on your site? That would get rid of the complexity of targeting various parent and child pages.
-Kevin
In forum: Virtue ThemeGood Morning!
I’m having 2 problems I can’t figure out:
1. I’d like the accordian widget to be closed when the page opens.
2. I’d like the 3rd row down (“Professionals in Plaza’s staff …”) to be centered.
I tried
#panel-93-2-0-0 .panel-widget-style {
margin: auto;
}
which didn’t work.Thank you!
In forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
The links that come frome this page:
https://kloekkefotografie.nl/fotografie-kennisbank/all get the layout and I do not have to add pages manually in CSS.
For example I added this one:
https://kloekkefotografie.nl/fotografie-kennisbank/fotobewerking/and it has the layout.
Why does that not work for for example this page:
https://kloekkefotografie.nl/fotografie-kennisbank/fotografie-basiskennis/This link has the right layout:
https://kloekkefotografie.nl/fotografie-kennisbank/fotografie-basiskennis/wat-is-de-belichtingsdriehoek/
but when adding this page:
https://kloekkefotografie.nl/fotografie-kennisbank/fotografie-basiskennis/sluitertijd/
it doesn’t have the layout.so the pages that come from the ‘fotografie kennisbank’ are all ‘automated’ and the links that come frome the next breadcrumb should all be added manually in CSS?
In forum: Ascend ThemeMarch 5, 2019 at 1:31 am #218639Hello,
I created a Slider yesterday and I tried to put it on my Home Page but it doesn’t appear. I tried putting it as a widget, directly in the Home Page… But nothing works.
In forum: Virtue ThemeIn reply to: Virtue Header
Hi Kevin,
The header issue still exists if I use sticky header with shrink option in the theme options.
Currently when the landing page loads it loads the grey area below the header for a split second then reverts to the correct layout.
Still getting the issue with the image menu, not every time but it randomly occurs.
Any ideas on what I could check?
In forum: Ascend ThemeTopic: Ascend Testimonial Centering
March 4, 2019 at 5:00 pm #218625Hello,
No matter what I try (adjusting margins and/or padding for the widget), the testimonial box will not center between the arrows on my websites.
Here is an example – please see the testimonial carousel at the bottom of this page:
*Login to see linkThank you for your help.
In forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
Update the previous CSS to this:
.parent-pageid-18063 span.kad-breadcurrent, .page-id-18063 span.kad-breadcurrent, .page.page-id-18456 span.kad-breadcurrent { display: inline-block; padding: 0 0 0 20px !important; margin: 0 5px 10px -2px; height: 24px; line-height: 24px; position: relative; background: #459686; color: white; } .parent-pageid-18063 span.kad-breadcurrent:after, .page-id-18063 span.kad-breadcurrent:after, .page.page-id-18456 span.kad-breadcurrent:after { border-color: transparent transparent transparent #459686 !important; position: absolute; top: 0; content: ''; left: 100%; width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 12px; border-color: transparent transparent transparent rgba(222, 229, 231, 0.72); z-index: 2; } .parent-pageid-18063 span.kad-breadcurrent:before, .page-id-18063 span.kad-breadcurrent:before, .page.page-id-18456 span.kad-breadcurrent:before { position: absolute; top: 0; content: ''; left: 0; width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 12px; border-color: transparent transparent transparent #fafafa; z-index: 1; } .parent-pageid-18063 .kt-breadcrumb-container span, .page-id-18063 .kt-breadcrumb-container span, .page.page-id-18456 .kt-breadcrumb-container span { position: relative; left: 3px; } .parent-pageid-18063 .kt-breadcrumb-container span a, .page-id-18063 .kt-breadcrumb-container span a, .page.page-id-18456 .kt-breadcrumb-container span a { color: rgba(0, 0, 0, 0.5); background: rgba(222, 229, 231, 0.72); display: inline-block; padding: 0 0 0 20px; margin: 0 5px 10px -2px; height: 24px; line-height: 24px; position: relative; padding-left: 5px; } .parent-pageid-18063 .kt-breadcrumb-container span a:after, .page-id-18063 .kt-breadcrumb-container span a:after, .page.page-id-18456 .kt-breadcrumb-container span a:after { position: absolute; top: 0; content: ''; left: 100%; width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 12px; border-color: transparent transparent transparent rgba(222, 229, 231, 0.72); z-index: 2; } .parent-pageid-18063 .kt-breadcrumb-container span a:before, .page-id-18063 .kt-breadcrumb-container span a:before, .page.page-id-18456 .kt-breadcrumb-container span a:before { position: absolute; top: 0; content: ''; left: 0; width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 12px; border-color: transparent transparent transparent #fafafa; z-index: 1; } .parent-pageid-18063 .kt-breadcrumb-container span, .page-id-18063 .kt-breadcrumb-container span, .page.page-id-18456 .kt-breadcrumb-container span { padding: 5px; } .parent-pageid-18063 span.bc-delimiter, .page-id-18063 span.bc-delimiter, .page.page-id-18456 span.bc-delimiter { display: none; } .parent-pageid-18063 .kt-breadcrumb-container span a, .page-id-18063 .kt-breadcrumb-container span a, .page.page-id-18456 .kt-breadcrumb-container span a { padding-left:20px; margin-right: 5px; } .parent-pageid-18063 .kt-breadcrumb-container span, .page-id-18063 .kt-breadcrumb-container span, .page.page-id-18456 .kt-breadcrumb-container span { padding: 5px 5px 5px 0; } .parent-pageid-18063 .bc_nomargin #kadbreadcrumbs, .page-id-18063 .bc_nomargin #kadbreadcrumbs, .page.page-id-18456 .bc_nomargin #kadbreadcrumbs { padding-bottom: 0; margin-top: 10px; }If you need to add more pages, then you can find the page ID class in the body tag when you’re looking at it through inspect tools.
-Kevin
In forum: Pinnacle ThemeIn reply to: Doesn’t show a post on category
March 4, 2019 at 3:30 pm #218614Hi Hannah,
Yes I have deleted one of the plugin already but still same situation.
But I found out the not working post page doesn’t show all of the categories I have created like the othet post pages. Instead, the category called “Mayu’s blog” which linked the blog post page has been deplicated automatically.
Please let me know how I can show the original categories on the editing post page.
Many thanks,
Elliot
In forum: Membership ForumsIn reply to: Kadence AMP Breaking Kadence Blocks Row Block
March 4, 2019 at 2:45 pm #218608Any chance you can send a login to these pages so I can better see whats going on.
Ben
In forum: Virtue ThemeMarch 4, 2019 at 1:36 pm #218590What have you changed since I was on your site last and we had this working: https://www.kadencewp.com/support-forums/topic/elementor-display-during-edit-page/
Have you installed another plugin? changed a setting? Is this happening only on one product.
In forum: Ascend ThemeIn reply to: Events Calendar link from blog do not load fully
No, I’m not editing at the moment. I have however been looking at some templates with the String Locator plugin trying to locate some changes made by a developer I hired some time ago. I made some changes but I restored it. A few months ago you were looking at this page and had admin access when I had problem publishing events from Events Calendar as posts.
In forum: Ascend ThemeIn reply to: Ascend admin settings are different?
March 4, 2019 at 1:17 pm #218583I guess I am confused, you can add any content into your page, there is no limit on what you add in a portfolio post.
You can use the project options or you can turn them off, that is up to what you want to show.
If you want to start the page with a video like in the example you posted then you can add the link to the video in your video project settings and set the product to video.
Or you can simply add the video right into your content.
Because this doesn’t seem to be making sense can you send me a login I’ll just quickly create a portfolio post for you so you can see.
Ben
In forum: Virtue ThemeIn forum: Ascend ThemeIn reply to: Events Calendar link from blog do not load fully
March 4, 2019 at 12:24 pm #218572Your page is dying right after the buy button on the event. That means it’s hitting a php error. Are you editing any templates?
Ben
In forum: Virtue ThemeIn forum: Ascend ThemeIn reply to: Ascend admin settings are different?
Ok I think maybe it’s because I don’t know block editor? I was used to Pagebuilder. So here is kind of what I’m looking for – something like http://themes.kadencethemes.com/ascend-premium-5/portfolio/a-year-in-review/
Say I had a project featuring a water bottle. In that project I have a video, and several images. I’d like to show the main image, then underneath a gallery of the other images and video plus a description (like in the sample above). I just want to show all the assets and info for that one project together, then I’ll dupe the page for each of the other projects I have. Any way I can accomplish that? Thank you!!
In forum: Virtue ThemeIn reply to: Custom sidebars not working
-
AuthorSearch Results


