Hey Lindsay,
That’s your page title background. You can set the Page Header Default Background from Theme Options > Page Title. But you can change this from page to page/post to post from each edit page.
Hope that helps!
Hannah
Hi,
I had this issue once before you I was given code that worked. I was testing a plugin (woocommerce currency converter) and when I added the top bar and widget and then deactivate and deleted it I notice a white space under my second slider on the homepage under the top nav.
Thanks
Hi, I found a related post but it was for Virtue and the solution offered by Hannah did not exist in Pinnacle.
I want the Page Header (Banner) for each post to be that pretty grass scene that comes with the demo package.
I will have different Featured Images for each post, however.
Is there a way to set this globally, so the banner image for blog posts (extending all the way across the top of the screen) is the same?
Thanks!
Lindsay
What exactly goes wrong when you try to use the “Page scroll to id” plugin? Does it give you an error?
Hannah
Hello Hannah,
I want to use png or gif images of the same size than a bullet (16 px or 18 px) to replace them.
I am trying to display one in a page but nothing appears and I don’t understand why…
Thanks for helping me.
I tried the “Page scroll to id” plug-in and it appears to not be compatible with this theme.
Is there any way to create animated smooth scrolls with the menu using anchor links?
Thank you. That certainly changes the default page but doesn’t fix the issue I am seeing. I will contact support for the other plugin I purchased.
Hi,
The Language-Switch on the Homepage doesn’t work correctly with ssl. on Start with wwww.lobolmo.de the englisch Homepage doesn’t display correctly. Before updating theme and polylang it worked.
Thanks
Michael
Hi,
the portfolio doesn’t display correctly on mobile devices – see: http://www.lobolmo.de
There are no pictures, only a slider.
Thanks for a hint
Michael
Hi,
I am currently creating my first website with the theme Pinnacle premium. I would like to fix the footer at the bottom on the page. Because currently, depending on the information in a page, the position of the footer could be in the middle of the page.
I can note find a solution in the theme. Do you have a solution for that
Thanks in advance
PY
Hi Ben,
thanks for the fast help. The portfolio-pages provoke an 404
https://www.lobolmo.de/en/portfolio/presentations/
Any idea what happend?
Thanks
Michael
The WYSIWYG content/description is not displaying on the products pages: *Login to see link
This disappeared after updating the pluings/theme.
Your assistance is most appreciated.
Using slider revolution on my home page which consists of 7 slides. I want to have the slideshow to loop continuously, after about 10-20 seconds the slideshow stops. I am only using fade from one slide to another. Here is my home page *Login to see link . Looking at the page source for my home page I noticed an java script error which I have pasted below. Since I am unfamiliar with Java, I am unsure what to do. Any advice will be greatly appreciated.
<script type=”text/javascript”>
function revslider_showDoubleJqueryError(sliderID) {
var errorMessage = “Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.”;
errorMessage += “<br> This includes make eliminates the revolution slider libraries, and make it not work.”;
errorMessage += “<br><br> To fix it you can:<br> 1. In the Slider Settings -> Troubleshooting set option: <b>Put JS Includes To Body</b> option to true.”;
errorMessage += “<br> 2. Find the double jquery.js include and remove it.”;
errorMessage = “<span style=’font-size:16px;color:#BC0C06;’>” + errorMessage + “</span>”;
jQuery(sliderID).show().html(errorMessage);
Attributes can be added to the additional information tab. So in your product edit page you can click on the attributes tab and any that you add you can choose to show on the product page and they will be show in the attributes tab. This is how woocommerce products work.
as for the menu add this css in your theme options > advnaced settings. I think I see what your talking about. you have the mobile background set to transparent:
@media (min-width: 991px){
#kad-mobile-nav {
max-height: 500px;
overflow-y: scroll;
z-index: 1000;
background:#fff;
position: relative;
}
}
All your other pages have a sidebar. Because there is nothing in the sidebar it’s just a blank space. But there is a sidebar there. You can have a sidebar on your home page using the theme options > home layout and enabling a sidebar.
Or you can make all your pages fullwidth (using the fullwidth page template). Then you can decrease the max width for your site in the theme options > misc settings by enabling the max with of 940.
Ben
In a child theme (get one here: https://www.kadencewp.com/child-themes/ )
You can add this function to the functions.php file:
function kad_sidebar_pages($sidebar) {
if (is_page() && !is_page_template()) {
return false;
}
return $sidebar;
}
add_filter('kadence_display_sidebar', 'kad_sidebar_pages');
Ben
Hi, the home page of my site http://www.ultimatekitchensmagazine.com shows the feature image and blog excerpts. In the theme options you can set the number of words to have in the excerpt. This works, however I am having a problem with the blog posts not aligning horizontally. I think it must be the differing lengths of each word, as some excerpts use up more vertical space than others, despite having the same word limit.
How can I get these blog posts to line up on the home page?
Thanks, Glenn
Hello,
How can I increase the font side at the order received page? Aka the “Thank you. Your order has been received.” text.
Also wondering if there is a way to add a bit more “air” between the Checkout / Order Details / Customer Details / Billing Address bars at the order received page? So it feels less cramped.
Looking to avoid using a checkout customize plug-in.
The site is: *Login to see link
Thank you.
Hi Ben sorry I found it, and I set the blog page to have no sidebar, which fixed it.
Mark
I’m sorry; landscape; it seems to be fine in portrait. And what I mean bu “Additional Information” is that on the product pages, when a visitor selects one of the products, the product pages comes up and below the “Add to Cart” button, there are three tabs; one reading “Description”one reading “Additional Information” and one reading “Reviews”.