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: Kadence Theme
In reply to: Alignment issue in footer row – BUG
October 14, 2020 at 2:33 am #258704Hi Ben,
I saw you already implemented the fix for https://www.kadencewp.com/support-forums/topic/alignment-issue-in-footer-row-bug/#post-258624. AWESOME :)!
I posted a feature request for sontent alignment options, tomake this more consistent:
This thread can be closed. Thank you for your blazing fast fixes!
Have a great day,
TobiasIn forum: Kadence ThemeIn reply to: Alignment issue in footer row – BUG
This reply has been marked as private.October 14, 2020 at 1:28 am #258702In forum: Kadence ThemeIn reply to: author.php
October 12, 2020 at 1:51 pm #258577Hey,
You can’t make a child of a child. I suggest using a plugin like this to add your custom PHP or css: https://wordpress.org/plugins/code-snippets/If you absolutely need a child theme then you would have to use the bold child theme and add your edits to it. It’s not ideal.
Virtue uses a wrapper function to wrap templates, if you want to make a custom template you would need to follow the example of what’s in page.php which you will see doesn’t have a header or footer call and uses some important div structure classes to make sure the content is setup with the sites max width.
In a case where you just want a map with multiple markers I would strongly suggest just using a plugin that allows you to do this vs going through this older tutorial which will require you manage a lot of development to create the map.
I hope that helps!
Ben
In forum: Kadence ThemeIn reply to: Alignment issue in footer row – BUG
This reply has been marked as private.October 12, 2020 at 11:27 am #258547In forum: Kadence ThemeIn reply to: Alignment issue in footer row – BUG
Hey,
Hope you enjoyed your weekend!
1. Is this only happening in the backend? The extra space will show in anticipation of a new block being added. Though if a new block is not added the spacing should be removed on the live site.2. Does this happen when you actually view from a tablet, or only when viewing the tablet mode from desktop? Have you cleared your cache?
3. I’m seeing that pull from your global palette, but you can make it specific with css like this:
#colophon .site-bottom-footer-wrap .site-footer-row-container-inner a { color: #fff; }4. I’ll see what insight the developer has on this.
Best,
HannahIn forum: Kadence ThemeIn reply to: Some UI improvements
In forum: Ascend ThemeIn reply to: Row separator not showing
In forum: Kadence ThemeIn reply to: Alignment issue in footer row – BUG
This reply has been marked as private.October 9, 2020 at 2:42 am #258424In forum: Kadence ThemeOctober 8, 2020 at 9:13 am #258357Hi there,
i found a bug. It’s not possible to set the alignment for mobile in footer row on the right column.
I added Footer Navigation to:
Footer Bottom row – right column.
Desktop: Content align: right – WORKING!
Tablet: Content align: middle – WORKING!
Mobile: Content align: middle – aligned on the right instead in the middle.Best regards :)!
EDIT: It isn’t working in customizer, but it is working in frontend.
-
This topic was modified 5 years, 6 months ago by
Netzlichter.
In forum: Ascend ThemeTopic: Row separator not showing
I have created my website using the Ascend Shopping template as a reference. I created the home page using page builder and placed a three arrow row separator that is supposed to overlap the footer section. The only way I can get the row separator to appear is by adding a bottom margin of 30px. But when I do that, there is a white space (like an empty row) behind the arrows. If I don’t add a bottom margin, the row separator doesn’t show at all. How do I get the row separator to show and look like it’s overlapping the footer (similar to the Ascend Shopping demo)?
Link to the website: *Login to see link
In forum: Ascend ThemeTopic: css question
Hello Support team!
On the first row of this homepage (under Kadence Slider), I use a 1 px top border with color #ac6382.
*Login to see linkIs this possible to change this top border color to a gradient color, with some css? Weight should be eg. 7 px, not 1 px.
I’m using this gradient color eg. in ‘sitewide footer cta’, and ‘footercredits’:
.kt-call-sitewide-to-action {
background: linear-gradient(90deg, rgba(172,99,130,1) 0%, rgba(149,74,135,1) 53%, rgba(126,49,146,1) 100%);
}Thanks a lot,
AnitaIn forum: Kadence ThemeIn reply to: Header CSS bug?
October 2, 2020 at 5:03 pm #258115HI,
I don’t suggest you do this, you can turn off the header and footer right in your page settings : https://kadence-theme.com/docs/page-post-specific-layout-settings/
If for some reason you do want to do this with css use:
#mastheadas the selector for the header.Ben
In forum: Ascend ThemeIn reply to: Login modal on custom menu link
October 2, 2020 at 4:55 pm #258111Hi, the mobile menu has a custom walker for the submenu navigation so it doesn’t run through that filter.
That wouldn’t work anyway because the mobile navigation is a popout and you can’t have a popout on a popout. The only way to do this then would be to trigger a close of the menu then open the login panel.
So if you made the class for the menu item “kt-custom-login-pop-modal”
Then you can add this javascript in your footer scripts in your theme options:
<script> jQuery(document).ready(function($) { $('.kt-custom-login-pop-modal a').on('click', function(e) { e.preventDefault(); var popup = $.magnificPopup.instance; popup.close(); setTimeout(function() { popup.open({ items: { type: 'inline', src:'#kt-extras-modal-login', }, removalDelay: 0, callbacks: { open: function() { } }, }); }, 220); }); }); </script>Ben
In forum: Kadence ThemeTopic: Header CSS bug?
October 2, 2020 at 4:00 pm #258110Hi Kadence,
I’m trying to build a landing page without a header and footer. I applied the following CSS:
/** General >> Main header site header row container inner **/
#main-header .site-header-row-container-inner {
display: none;
}/** General >> Colophon site footer row container inner **/
#colophon .site-footer-row-container-inner {
display: none;
}This doesn’t show it on the desktop, but it does show it on tablet and mobile. Why doesn’t it hide it on tablet and mobile? Here is a quick screen recording of the issue: *Login to see link
Kind regards,Henri
In forum: Kadence ThemeIn reply to: Styling the Side Cart
In forum: Kadence ThemeIn reply to: Styling the Side Cart
This reply has been marked as private.September 30, 2020 at 12:06 pm #257955In forum: Virtue ThemeDear Hannah
could please help me minimize or bring up a bit between the featured product and icon image? Also the gap between testimonial custom carousel and footer?
To be clear you can see my attached screenshoot. I marked it with red arrow. I see there is quite a gap between two. Please help me how to adjust it to get the gap closer to each other. Thanks
my url is *Login to see link ine/
In forum: Kadence ThemeIn reply to: Styling the Side Cart
In forum: Kadence ThemeIn reply to: Footer Link
Hello David,
Thanks for reaching out to us.
Kindly check your Link Colors option on Customizer > Footer > Row setting and see if the same color is selected. Here’s a screen recording for your reference.
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Kadence ThemeTopic: Footer Link
September 29, 2020 at 6:50 am #257850As you can see in the Customizer image I have footer navigation on the right, and on the left I created a new menu which is place in Widget 1 to link to the privacy policy, the link shows in the Customizer but in the site the link is there but the same color as footer background. Bug or am I doing this wrong. Tried to do it by linking from a text widget and it did not work.
-
This topic was modified 5 years, 6 months ago by
-
AuthorSearch Results


