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: Breadcrumbs and other questions
Replace all above CSS with this and let me know if it works:
.parent-pageid-18063 span.kad-breadcurrent, .page-id-18063 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: #1976d2; color: white; } .parent-pageid-18063 span.kad-breadcurrent:after, .page-id-18063 span.kad-breadcurrent:after { border-color: transparent transparent transparent #1976d2 !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 { 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 { position: relative; left: 3px; } .parent-pageid-18063 .kt-breadcrumb-container span a, .page-id-18063 .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{ 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{ 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 { padding: 5px; } .parent-pageid-18063 span.bc-delimiter, .page-id-18063 span.bc-delimiter { display: none; }-Kevin
In forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
Almost there!!
1.
Now it is not showing on every page so that is good. But It is not showing on this page:
https://kloekkefotografie.nl/fotografie-kennisbank/Only showing on the pages with links like these:
https://kloekkefotografie.nl/fotografie-kennisbank/fotografie-basiskennis/2.
The slashes disappeared on every page now. I only want to get rid of them in
https://kloekkefotografie.nl/fotografie-kennisbank/
and from the pages this page will link to.In forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
Try adding like this:
.parent-pageid-18063 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: #455596; color: white; } .parent-pageid-18063 span.kad-breadcurrent:after { border-color: transparent transparent transparent #455596 !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 { 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 { position: relative; left: 3px; } .parent-pageid-18063 .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 { 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 { 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; }2. Try this:
span.bc-delimiter { display: none; }3. Try this:
.parent-pageid-18063 .kt-breadcrumb-container span { padding: 5px; }Let me know if that works!
-Kevin
In forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
Wow that looks pretty good, thanks!
But still a few little problems.
1.
It is showing on every page, but this style must only show on this page and all the info pages I am going to link to. https://kloekkefotografie.nl/fotografie-kennisbank/
Every subject behind the info icon is going to be a link to a page and that page will have links in it again with other subjects.Is there a way to set this for specific pages somehow?
2.
It still shows the slashes between the breadcrumbs, which are not needed when there are such nice arrow like boxes.3.
Also when I change the font-size as you suggested, the text still doesn’t fit. The boxes then also decrease in size.Rick
In forum: Virtue ThemeIn reply to: Change Site Identity
In forum: Virtue ThemeIn reply to: Change Site Identity
In forum: Virtue ThemeIn reply to: Change Site Identity
I had also changed the tagline in settings – general. But it doesn’t seem to impact the site identity. When the browser is minimized and the mouse hovers over it, I see the Virtue test. If I start typing the site name in the address bar in the browser, same thing. I have looked all over through the WordPress options and settings pages but cannot find the text that needs to be changed.
In forum: Virtue ThemeIn reply to: Turn on Shop Excerpt
February 14, 2019 at 2:22 pm #216599Hey,
It’s designed to show on single column layouts. See here: http://themes.kadencethemes.com/virtue-premium/shop/
When you click on the list icon next to default sorting the excerpt shows.
If you want to prevent the excerpt from loading then In your theme options > shop settings you can use “Stop Product Excerpt from loading in the shop grid pages.”
If you want to show excerpts within a grid layout and not just for list layouts then you would need to add this css:
.product_details .product_excerpt { display: block; }I hope that helps,
Ben
In forum: Pinnacle ThemeTopic: Feature Image Not Showing
February 14, 2019 at 2:13 pm #216596Hi,
On the latest post on my site (Best Travel Booster Seats), the feature image is not showing on my homepage (*Login to see link ). I can’t see anything that I have done differently. I always size the feature image to be 600 x 750px. I have also tried to drop in another feature image (that is working from another post) and it still doesn’t work. Any thoughts?
Thank you.
Tara
In forum: Ascend ThemeTopic: Mobile Responsive Pages
AnonymousFebruary 14, 2019 at 2:10 pm #216594Hi there,
I just designed two pages that look great on my laptop, but when I test them on mobile, they look terrible:
Do you have advice on how to change the settings of the first row with a “call to action” widget at the top of these pages, so that they display well on mobile?
Thank you in advance!
In forum: Pinnacle ThemeIn reply to: Breadcrumbs and other questions
Great!!
1. Perfect!
2. Perfect!
3. OK 🙂Ow and this question was also in my first post:
On the right side I have a widget with recent posts. I would like to have a bordercolor around it just like the box with the main info on the page (but without the shadow). Just a simple border with the color #459686
New question:
Is there a way to make these breadcrumbs a bit more visible and attractive? For example like this page:
https://imu.nl/internet-marketing-kennisbank/begrippen/In that page they look more user friendly and nice that the page you are on is highlighted with a blue color.
In forum: Virtue ThemeIn reply to: Assistance for excerpt and blog fonts (CSS)
In forum: Ascend ThemeHello if user is logged *Login to see link the image not is been showed, can you check?
In forum: Pinnacle ThemeHi,
Working on a new page: *Login to see link
I have a few things I would like to change.
1. I would like to have the breadcrumbs just above the block with all the info. Check the image below for the location in red.
Behind every info icon there is a subject. Al those subjects are going to link to other pages with the same layout. Now, there is only one example: the first link. As you can see it is the same layout and also on these pages I would like to have the breadcrumbs on the left side above the main block.
I also added the following CSS to change the font-size for the breaadcrumbs on all pages. But somehow it doesn’t affect this page link…
#kadbreadcrumbs {
font-size: 14px;
}2. On the right side I have a widget with recent posts. I would like to have a bordercolor around it just like the box with the main info on the page (but without the shadow). Just a simple border with the color #459686
3. I added a facebook i frame in the top right corner. Is it preferred to use the script instead or doesn’t it matter which one I use?
Got the code from this link:
*Login to see linkThanks!
Rick
In forum: Ascend ThemeTopic: KT Share on blog archive
Hi guys,
I’m trying to add the social share buttons to the blog page template below the read more button. There’s not an option in the plugin settings so was looking to add it to the template using a child theme. Is this doable and what code would I need to put into the template for this to work?
http://88.208.220.137/~joannehegarty/home-test/
Any advice appreciated.
Thanks
BillyIn forum: Ascend ThemeIn reply to: Ascend transparent header for blog page
In forum: Ascend ThemeIn reply to: Ascend transparent header for blog page
In forum: Virtue ThemeIn reply to: Parallex Settings
In forum: Virtue ThemeTopic: Parallex Settings
Hi,
I am building a couple of websites and using the parallex option but it’s not seeming to work as smoothly as it should.
I have had a look at some of your demo sites using parallex and the background seems to stay in position, with mine it is slowly moving up with the page when I scroll??
Are there any settings I can tweak? I’ve turned it off on one of the sites I wanted to use it with as it just didn’t look right??
Will post the link below.
Thanks, for your help.
Mel
In forum: Ascend ThemeIn reply to: Kandence Slider
not sure what has happened but even the following page with the 3 link boxes used to be side to side on one line now gone funny also https://www.fmbranding.co.uk/customer-shops/
-
AuthorSearch Results


