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: Virtue Theme
In reply to: Calendar plug in conflict
March 14, 2019 at 4:40 pm #219866I just looked through the code of that plugin, it’s showing a filter to override all excerpts on the single events page. (I can’t understand why they would do that but I don’t know what they are trying to accomplish). Regardless there isn’t anything I can do for you because it’s the code simply overriding how WordPress is designed to work.
I’m not sure why you choose that plugin but assuming you need to stick with it I suggest not adding anything on your single events that would pull in an excerpt. So, for example, turning off recent posts carousel and the footer testimonials.
Ben
In forum: Virtue ThemeTopic: Calendar plug in conflict
Hello,
Somehow the calendar text is showing up in the footer section of the page where it shouldn’t be, like the testimonial slider and the recent blog posts descriptions. Can you give me some advice on how to fix this?
Here is an example page: *Login to see link
Thank you!
AveryIn forum: Ascend ThemeIn reply to: Submenus not collapsed
Hello,
Those settings only apply to the main menu and secondary menu in your header. In general, a footer menu isn’t going to do this because it will resize the page when you open the menu items, which isn’t great for usability.
Can you link to an example of what you’re trying to do so I can be sure that I’m understanding your goals completely?
Thanks,
KevinIn forum: Ascend ThemeTopic: Submenus not collapsed
Ascend Premium – 1.7.3
I have two menus in the footer where the submenus are not collapsed.
I have turned on “Submenu items collapsed until open” in theme options, but they still don’t.
They are both in the footer: *Login to see link
I’m probably missing something
Thanks as always for the help and the great theme!!
In forum: Ascend ThemeIn reply to: Ascend problem
March 13, 2019 at 1:48 pm #219666Hey,
1. Are you in the customizer or the theme options? Have you tried in both? Can you send a login so I can see this? (you can use set as private reply.2. If you want my opinion I would suggest not using file looking backgrounds. But design is about opinions so someone might really like that.
2a. you can use this css:
.second-nav-container { margin-left: 0; padding-left: 0; }2b. you can use this css:
.second-navclass .sf-menu>li:after { display: none; }2c. you can use this css:
.above-footer-widgets .widget-title:before, .footer-widget-title:before, .kt-title:before, .sidebar .widget-title:before { display: none; }3. No, only use a child theme if you need to change code files, adding css it’s not required or needed.
4. For your clients they can use your License, it means they come to you for support. If for example you were no longer working with them or you wanted them to come to us for support then they would need to get there own license but as long as they are your client the license is valid for them.
If you cancel your license then the customer will get a notice in there admin that the license isn’t active and they are not getting updates. It’s then up to the client to decide if they want to ignore the message or get a license of there own 🙂
I hope that helps!
Ben
In forum: Virtue ThemeIn reply to: Placing a Widget in Header Area
Kevin,
In the Theme Options>
Main Settings
Mobile Header
Topbar Settings
Footer
Home Slider
Home Mobile Slider
Home Layout
Blog Options
Basic Styling
Advanced Styling
Typography
Menu Settings
Language Settings
Breadcrumbs
Misc Settings
Advanced Settings
Theme Extensions
Import/ExportIs it located under one of these options?
Pam
In forum: Virtue ThemeIn reply to: Placing a Widget in Header Area
Hannah,
Thank you for the response.
Well, that’s my problem. In Appearance> Widgets….there is no option for header widget.
I only have:
Instagram Slider – Shortcode Generator
Primary Sidebar
sidebar1
Top Widget
Home Widget Area
Footer Column 1, 2, 3, 4Am I missing something?
Pam
In forum: Virtue ThemeIn reply to: consent banner
Hey Shaun,
There’s actually a header output built into your theme options. From theme options > theme extensions make sure “Header and Footer Script output” is turned on. Then save and refresh the page. You should then see Header and Footer Scripts in your theme options panel and there you’ll find a header output tab.
Hope that helps!Hannah
In forum: Ascend ThemeTopic: Ascend problem
Hello,
I bought membership and am trying to use Ascend theme. Have many questions, first: It seems that when I choose a Google font (Oswald) for the website in Appearance and then save “Custom CSS”, the fonts go back to default. What should I do?
I’d like to build menus as in this site I have previously made: *Login to see link – would this be possible in Ascend? How to access the items in the 2 menus? Or maybe I should just forget about the archive file looking backgrounds in the menus. This is where I am trying out the new site: *Login to see link
Detail question: 1. How to get the upper menu align left with the page content? Now the menu items are centered. 2. How to hide the vertical little line inbetween the horizontal menu items? 3. How to hide the horizontal line in the beginning of footer items and sidebar items?
Is it advisable to create a child theme if you make so many changes? – I am not yet familiar with child themes, must study that.
Question regarding work with clients: Now that I’m a member, shall I give my Product API Key to the client or just fill it in while building the site and then next year ask for a password and go fill the key in on their site again? What if I cancel my subscription? My guess is the client then is on their own and gets no updates, unless they make a subscription themselves.
Thank you in advance,
UllaIn forum: Virtue ThemeHow do I get rid of the space between the menu and the header image?
*Login to see linkThis is what I have in custom CSS.
.footercredits {
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
}.footercredits p {
font-size: 12px;
color: #000;
border: 1px solid #000;
padding: 5px 10px;
display:inline-block;
}.home [class*=wp-image] {
padding: 0;
width: 100%;
}.virtue_image_widget_caption {
font-size: 16px;
color: #000;
margin-top: 5px;
}Thanks.
In forum: Membership ForumsWhat do you think is going on here? Here’s the code you gave me a long time ago to use for creating the sticky menu. I put it in footer column 4.
<script type=”text/javascript”>
jQuery(document).ready(function ($) {
var topOffest = $(‘body’).hasClass(‘admin-bar’) ? 32 : 0;
$(‘.navclass’).sticky({topSpacing:topOffest});});
</script>Here’s another code you gave me related to nav bar. In answering this question: “How do I reduce space between menu nav links so all are on one line. And adding gold line on top and bottom of menu bar. Also can it remain one line even if someone increases screen size on monitor?”
placed in Adv Setting Custom CSS box
#nav-second ul.sf-menu>li {
width: 8.75%;
}
.navclass {
background: #000000;
border-top: 5px solid #eea91f;
border-bottom: 5px solid #eea91f;
}In forum: Virtue ThemeYou can add this to your custom css:
@media (max-width: 768px) { .col-md-4.footercol1, .col-md-4.footercol2, .col-md-4.footercol3 { width: 100%; } #containerfooter .alignleft, #containerfooter .alignright { float: none; text-align: center; } #containerfooter aside#widget_kadence_social-2 { display: table; margin: auto; } }In the future, it’s best to start a new topic:)
Hannah
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: center footer columns
In forum: Virtue ThemeTopic: center footer columns
Hi
*Login to see link
I’d like the 3 columns to be fairly evenly spaced; the first row has a layout builder which is fine the way it is.
Could you help me please?Thank you so much.
CarrieIn forum: Ascend ThemeIn reply to: Social Media Links and How to only have one of the
In forum: Ascend ThemeIn reply to: Social Media Links and How to only have one of the
Hello,
1. The social widget in your footer should be editable in Appearance> Menus, Footer Widget Column 1.
2. For the menu, you can edit the portfolio item in Appearance> Menus. Same for the blog. Just remove the submenu items that you do not want to show and make sure the correct menu item to your portfolio and blog is selected.
Does that help?
-Kevin
In forum: Virtue ThemeMarch 8, 2019 at 10:59 pm #219119The carousels are a little different because they are built with Javascript. You would have to use a shortcode and then in the shortcode define the column count for smaller sizes:
[carousel type="featured-products" columns="3" items="8" speed=9000 scol="3" xscol="2" sscol="2"]Or you can just add this into your theme options > header and footer scripts in the header scripts and it will change all your carousels:
<script type="text/javascript"> jQuery(document).ready(function ($) { $('.kt-content-carousel.products').each(function(){ $(this).attr('data-slider-xs', '2'); $(this).attr('data-slider-ss', '2'); }); }); </script>In forum: Membership ForumsIn reply to: Ascend Social Links – center in footer
In forum: Membership ForumsI added the Ascend SLinks in a footer but can’t seem to center it or change the style.
-
AuthorSearch Results


