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 'footer'
-
AuthorSearch Results
-
In forum: Pinnacle Theme
In reply to: Switching Related Products carousel in product page
February 10, 2020 at 12:41 pm #244604Hey,
When you say you want to hide the header on mobile, do you mean the whole header with logo or just the menu.the whole header would be this css:
@media (max-width: 992px) { #kad-banner, #kad-banner-sticky-wrapper { display: none; } }Just the menu is this:
@media (max-width: 992px) { #mobile-nav-trigger{ display: none; } }2. Changing the carousel columns on mobile just takes a little javascript it’s not css that controls this.
In your theme options > header and footer scripts add this to your header scripts:
<script type="text/javascript"> jQuery(document).ready(function ($) { $('#upsale-product-carousel').attr('data-carousel-ss', '2'); }); </script>Ben
In forum: Pinnacle ThemeIn reply to: Stick y header fouls anchor links
February 8, 2020 at 6:25 pm #244539In the current Virtue Premium, I don’t see Theme Options > Header and Footer Scripts. Trying to get sticky header to work with anchors on page https://www.solvt.com/hikes — also spending way too much time trying to get gallery to work like demo.
In forum: Virtue ThemeHi all
we have been using the free version of the Virtue Theme since a couple of years because it´s really awesome. Due to an relaunch of our website we have decided to upgrade to pro version and we´re looking forward using it with tons of options.
The main page of our website shall look like the uploaded image (*Login to see link
We prefer a full layout (header and footer) with a centered container of fixed width. So we choose the full width-layout as page layout. So far so good. Now we want to enlarge the default container width from 1170px to 1400px using.container {
min-width: 1400px;
}in the theme css.
Is this a sufficient and complete way to do it? Or do we have to implement this in a child-theme?
Further it seems that the default container width for mobile devices are linked to the mentioned width of 1170px. Do we have to modify the container width for mobile devices in a similar manner? In this case: what are the ideal values?Thanks a lot.
Regards-
This topic was modified 6 years, 2 months ago by
MCW1891.
In forum: Membership ForumsIn reply to: Member Suggestions
February 6, 2020 at 2:40 pm #244445I get frustrated regularly trying to find how to do rather simple things. Better documentation would be really useful – ideal: covering everything under Theme Options and under Customize (and guidelines for when there’s overlap). For each setting, describe what that setting affects. And (maybe more importantly), have function-oriented documents, e.g., for fonts – where would I go to change font color &/or size in (site header, footer, body, etc)? Is there a setting or would it need custom CSS? I find myself taking way too much time trying to find how to change particular bits of the design.
In forum: Virtue ThemeIn reply to: How do I hide blog post tags in Virtue Premium?
In forum: Ascend ThemeIn reply to: Cycle through all images on page in lightbox
February 5, 2020 at 7:07 am #244367Hey,
I usually suggest doing this unless you are adding one image after another (and normally it’s better to do that in a gallery) this can be really jarring for the user as it’s unexpected behavior.In your theme options > header and footer scripts, add this in the footer scripts:
<script> jQuery(window).load(function () { jQuery('#content').find('a[data-rel^="lightbox"]:not(".kt-no-lightbox"):not(".custom-link")').magnificPopup({ type: 'image', gallery: { enabled:true }, image: { titleSrc: function(item) { if ( item.el.parents('figure').find('figcaption').length ) { return item.el.parents('figure').find('figcaption').html(); } else { return item.el.find('img').attr('alt'); } } }, removalDelay: 500, //delay removal by X to allow out-animation callbacks: { beforeOpen: function() { this.st.image.markup = this.st.image.markup.replace('mfp-figure', 'mfp-figure mfp-with-anim'); } }, }); }); </script>In forum: Virtue ThemeTopic: Different Footer Color
February 3, 2020 at 4:16 pm #244273I would like to add a gallery widget to the top of my footer, but I would prefer its background to be white. Can I control this in the widget itself? Thanks!
In forum: Virtue ThemeIn reply to: Hiding/disabling footer?
In forum: Virtue ThemeTopic: Hiding/disabling footer?
Hi,
I’ve been trying to find whether it’s possible to either hide or disable the website footer in Virtue Premium, but so far have not come across anything. Unless I’m missing a setting in theme options? But otherwise, could you advise me what CSS I would have to use to accomplish this, please?
Thank you in advance.
In forum: Ascend ThemeIn reply to: Facebook pixel code
I want to add the facebook pixel to the header of our virtue theme website pages. What is the best (safest) way to do this. I see different suggestions for doing this, but I don’t want to mess things up. Looking for a simple solution. I saw one suggestion, “You can use the theme options > header and footer scripts. Place in the header scripts”. However, I am not seeing header and footer scripts, in our theme. I saw someone else suggesting the Pixel Caffeine pluggin, but I would like to know if that works without breaking any part of the website.
In forum: Ascend ThemeTopic: two different mobile pages
I have made the website *Login to see link
On my Iphone I see two different websites.Below the footer of one of them it says
“see full site
With proud supported bij WordPress”If you click on ” see full site” than you see the real site. If I scoll to the end of this than I see the possibility “see mobile site”
How can I remove “see full site and with proud supported bij WordPress”?
Best regards,
HildaIn forum: Ascend ThemeIn reply to: Centre Alignment
Hey,
Looks like it’s just the Filter Product by Attribute widget that is not working. Have you assigned attributes to your products?This css will target all links that are uppercase:
a { text-transform: capitalize !important; }This will remove the lines in your footer menu:
.footerclass .menu li a { border-bottom: 0; }Hannah
In forum: Ascend ThemeIn reply to: Centre Alignment
This reply has been marked as private.January 30, 2020 at 11:34 pm #244106In forum: Virtue ThemeIn reply to: White space below footer
Hey Judith,
On some of your pages there is not enough content on the page to push the footer down. See this post: https://www.kadencewp.com/knowledge-base/footer-always-at-bottom/
Hope it’s helpful!Hannah
In forum: Virtue ThemeTopic: White space below footer
Hi there,
I’ve got a problem with some pages of my website: *Login to see link
On some pages there is a white space below the footer, for example:– *Login to see link
– *Login to see link
– *Login to see link
– *Login to see link
– *Login to see link
– *Login to see link
– *Login to see linkOn other pages it’s just normal, like this one:
*Login to see linkHow can I get rid of the white space below?
Thanks in advance for your reply!
In forum: Ascend ThemeTopic: Row Width
January 27, 2020 at 7:16 pm #243910Hello,
Is there a way to make the banner (in a row) on each page of my website the same width as the top bar and footer?
Thank you
In forum: Pinnacle ThemeIn reply to: Home Image Menu and Widget Area Full Width
In forum: Virtue ThemeIn reply to: Conflict maybe
In forum: Pinnacle ThemeIn reply to: Home Image Menu and Widget Area Full Width
In forum: Ascend ThemeIn reply to: Sidebar Menu Highlight
-
This topic was modified 6 years, 2 months ago by
-
AuthorSearch Results


