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
-
The top bar menu is dark blue with white letters.
The primary menu used to be the same color and with white letters.
When I go to advanced styling to set the background color, I don’t see an option.
The options available are:
main background
topbar background
header background
secondary menu background
mobile menu background
feature background
footer background
body backgroundUnder the menu settings, I see options for:
Primary Menu Font and Color
Hover and Active Font Color
Hover and Active Background ColorI can’t seem to find a place to set the primary menu background color.
Website: *Login to see link
In forum: Virtue ThemeIn reply to: problem no content page displayed tablet or mobile
May 5, 2020 at 5:59 am #248748merci so much Hanna . I have tried to disable the plug in Full screen background , it does nothoing.
I can send to you all of the css added to the Advanced option theme.
a bit in disorder but maybe something will help .
the heroes content are not displayed under the @media (max-width: 768px)list of css active :
/* Main home page with choice of languages Landing page do not display menu and footer on english version only page 3 langues */
.home #kad-banner, .home #containerfooter {
display:none;
}/*STyle of the portfolios items … on a Portfolio page */
.portfolio_item .portfoliolink {
position: static;
border: 0px solid rgba(255,255,255,.5);
opacity: 1;
background: rgba(0,0,0,0);
border: 2px solid transparent;
}
.portfolio_item .piteminfo h5 {
margin: 0;
padding: 6px 0 6px 0;
color: #EEE;
}
.portfolio_item .piteminfo p {
color: #EEE;
}
.portfolio_item:hover .portfoliolink {
border: 2px solid rgba(255,255,255,1);
}/* FILTER PROJECTS in PORTFOLIO PAGE police filter name du portfolio */
#filters li h5 {
color: #99a1a4;
font-weight:400;
}
/* color mouse over filter name on portfolio page */
#filters li h5:hover {
color: #fff;
}
/* pour mobile couleur du mot filter dans potolio page */
.filter-trigger {
color: #7593a0;
}
#filter-trigger:hover {
color: #fff;
}/* CODE POUR MOBIL to reorganise the display style of FILTER PROJECT SUR MOBILE code to change the style of displaying the filter project in Portfolio Page – Hanna */
#filters li {
float: left !important;
margin-left: 15px !important;
margin-bottom: 10px !important;
}
#filters {
height: auto !important;
}
.filter-trigger {
display: none;
}/* CONTACT PAGE rend transparent le background de area de saisie de texte ds */
#kad-feedback-new-post input.full, .contactform input.full, .wpcf7 input {
background-color: rgba(220,220,220, 0.7);
}
.wpcf7-form-control.wpcf7-textarea {
background-color: rgba(220,220,220, 0.7);
}/* CONTACT PAGE change lthe color of submit’s text of bouton send dans contact */
.wpcf7 input.wpcf7-submit {
padding: 12px 18px;
font-size: 12px;
border: none;
display: inline-block;
color: #1b84e1;
background: #fff;
transition: background .6s ease-out;
-webkit-transition: background .6s ease-out;
-moz-transition: background .6s ease-out;
-o-transition: background .6s ease-out;
}/* TO DISPLAY THE PAGE 3 LANGUAGES ON MOBIL 3 langues s’affiche sur Mobile */
@media (max-width: 780px) {
.so-widget-sow-hero-default-2da0f0801951 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
height: auto !important;
}
}/* RIGHT TOP BAR WIDGET to display on/off if Mobil or PC ( contient le F11) only */
@media (max-width: 768px) {
.topbar-widget {
display: none;
}
}
/* to suppress empty space before (top) content of home page */
@media (max-width: 768px) {
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
padding: 0;
}
}
/* espacement du texte dans page bio ; voir css style du module de la page a line-height à 27 px*/
——————————-
maybe it could help you .
marcIn forum: Virtue ThemeIn reply to: Align text left in footer and in layout bilder
In forum: Virtue ThemeIn reply to: Footer always at bottom – nearly
In forum: Virtue ThemeIn reply to: Footer always at bottom – nearly
Thanks for the CSS Hannah – the 1px gap on the home page has gone.
Regarding the footer going off the bottom of the page, it is happening in more than one place – possibly for different reasons.
The single product page is one example and I have included a screen shot to show a close-up of the bottom 20 or so pixels missing.
The home page is different – I have a slider set to full heigh and instead of just filling the sceen, it pushes the footer waaaay down.
Very many thanks for your help,
Phil.In forum: Virtue ThemeIn reply to: Help with Redesign of a Virtue site
Hey,
So importing the demo content actually overrides all your existing content and settings. Your host may be able to do a backup for you if you do not want this. Otherwise I would be happy to help you get things set up as you’re wanting.
The footer content pulls from your footer widget area which can be edited from Appearance > Widgets.Hannah
In forum: Virtue ThemeIn reply to: Footer always at bottom – nearly
Sorry, I’m seeing the footer at the bottom of your screen even in your screenshot. Again, apologies if I’m overlooking something. Can you please clarify?
2. You can use this css:
.sliderclass { padding: 0; margin-bottom: -2px; }In the future it is best to start a new topic 🙂
Hannah
In forum: Virtue ThemeIn reply to: Help with Redesign of a Virtue site
I have a related question – I have got myself in a bit of a muddle! I downloaded the Virtue demo over my existing site. I thought I would be able to clean things up and I would learn more about the workings as I did so but it doesn’t seem so easy! At the moment when I edit in elementor some of the stuff I see on the editting panel I don’t see on the test site – examples include my call to action and a video that I have on the home page. Instead I see the demo call to action only. Also, I can’t see how to update the footer information to remobe the demo content.
Sorry to be a pain, I appreciate I have complicated everything, can you help? My test site that I am working from is houndsconnect.dreamhosters.com
Thank you
In forum: Virtue ThemeHello Hannah and Ben,
after 2 days working on updating our website, I am facing 2 issues, that I haven’t solved yet, so I’ve decided to ask here for help.
1. I want to change my website to a complete fullwidth homepage.
The challenge I face is the header. I want to make it fullwidth with Logo, Menu and Social Icons (right now using topbar), and an thumbnail image to register to newsletter. Somehow like hereDo I need to add a script in header and footer script section?
2. How do I write text and btton over the home slider, like in this example?
I haven’t figure that out yet
————————————————————
I hope you can help me out with one or two of my issues. Thank you for this support forum. It was already quite helpful to me
In forum: Virtue ThemeIn reply to: Footer always at bottom – nearly
Hi Hannah,
Sorry for the delay – site is now live.
The problem seems to be confined to products because the content is much shorter for products. So we need to stretch the page so that the footer is at the bottom of the screen.At the moment it is nearly there but the bottom of the footer is just off the bottom of the screen. I have tried to modify the padding in the css but have been unable to fix it.
As a separate problem, (do I need a new ticket?) there is a 1px line of background at the bottom of the full-screen slider on the home page. Please could you advise how to remove this?
Thanks,
Phil.In forum: Virtue ThemeIn reply to: Footer always at bottom – nearly
Sorry, I think I misunderstood you.
it always drops off the bottom of the page
Do you mean that you are losing part of the footer? You can increase the padding-bottom value in the css you’re adding. Does that make a difference? Your site is in maintenance mode so I’m no longer able to access it.
Hannah
In forum: Pinnacle ThemeIn reply to: Pinnacle vs. Ascend
4. Sorry for misunderstanding! There isn’t a function for this within the Kadence Slider. As a workaround, you could use the Advanced Slider block from Kadence Blocks. That would allow you to add a full-width row layout to the block and then add a header text within that. Would this work for you?
As for your menu, are you planning to keep it three menu items on either side instead of four? If so, remove this from the above css:.kad-header-style-basic.kad-header-center-logo .kad-primary-nav ul.sf-menu>li { width: 25%; }You may also need to use a smaller font for your menu items so they do not wrap.
This will put your footer and copyright on two different lines:
.footernav.clearfix, .footercredits { width: 100%; text-align: center; } .footernav ul { float: none; text-align: center; } .footernav ul li { float: none; display: inline-block; }Hope that’s helpful!
Hannah
In forum: Virtue ThemeIn reply to: Hide footer on one page Virtue Bold
In forum: Pinnacle ThemeIn reply to: Pinnacle vs. Ascend
Back to the menu problem:
Can you please check the primary menus again? Menus are changing, as I’m building the website…and now I have 3-3 left and right menus, but what if 1 menu text has 2 words? They look bad again 🙁
And I’d like the Footer menu line and the Footer copyright text to appear in 2 lines, as they are in 1 line now.
Thanks a lot,
AnitaIn forum: Virtue ThemeHi there. How do I hide the footer on one page only. the postid is post=34 Thanks very much. *Login to see link
In forum: Virtue ThemeIn reply to: Align text left in footer and in layout bilder
April 29, 2020 at 6:54 am #248413You can add this css:
@media (max-width: 780px){ .footer-widget.widget .siteorigin-widget-tinymce.textwidget p, .footer-widget.widget .siteorigin-widget-tinymce.textwidget h5 { text-align:left !important; } }Ben
In forum: Virtue ThemeIn forum: Virtue ThemeHi Hannah,
I’m using your code from “Footer always at bottom” on this site, but because I have made modifications, it always drops off the bottom of the page!
An example is here but it may move due to ongoing development, so please feel free to look at any “short” page.
Thank in advance,
Phil.In forum: Pinnacle ThemeIn reply to: Pinnacle vs. Ascend
In forum: Virtue ThemeIn reply to: Changed Footer on Product Pages
-
AuthorSearch Results



