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 'banner'
-
AuthorSearch Results
-
In forum: Virtue Theme
Topic: Banner
In forum: Virtue ThemeIn reply to: Banner
In forum: Virtue ThemeIn reply to: Main menu and logo hiding under topbar
In forum: Virtue ThemeTopic: Banner
Hi there,
Just reinstalled your theme and found that my banner is missing, could you please advise.
Site.
*Login to see link
regards, PaulIn forum: Virtue ThemeIn reply to: Replacing the home page
Hi Again,
I am anxious to get a resolution to my home page issue, as we have a product launch scheduled that is largely dependent on the new home page design being functional. Here is the link to the current home page: http://www.performanceplustennis.comHere is a link to the new home page: https://performanceplustennis.com/home-new/
I can produce kind of a hybrid home page by keeping only the “Page Content” activated in the Theme Options – Home Layout. But the side bar and new banner (Kadence Slider) do not present. The new slider does not present even on the original home page even though I have set the slider shortcode to the new slider.
Your assistance is greatly appreciated! Thanks, John
In forum: Virtue ThemeIn reply to: Call To Action Banner Issues
In forum: Virtue ThemeIn reply to: Call To Action Banner Issues
Unfortunately, yes. The banner is already taking up the full width of its container. If you want a full-width banner on a sidebar layout one option would be to create a row in page builder with a right column where you can add your widgets, giving it a sidebar effect. Then you can add a separate full-width row under that. Would that work for you?
Hannah
In forum: Virtue ThemeIn reply to: Call To Action Banner Issues
Hi Hannah,
Thanks for your prompt reply. I was able to adjust the height of the banner, but not the width. Is the width limited because I am using a sidebar? Please take a look and let me know: https://performanceplustennis.com/home-page-mock-up/
Thanks for your assistance!
John Craig
Performance Plus Tennis
http://www.performanceplustennis.com
949-278-7704In forum: Virtue ThemeTopic: Call To Action Banner Issues
Hi Ben and Team,
Love the theme! However, struggling to get the Call To Action Banner formatted on my home page. Here is the link: *Login to see link Just above the footer. Can’t figure it out! Your guidance is greatly appreciated!Thanks,
John Craig
Performance Plus TennisIn forum: Virtue ThemeMay 5, 2020 at 7:54 pm #248837Hi There,
I’m trying to target the header menu bar in it’s regular and shrinky states to have a slight box shadow on the bottom to define the edge (especially on all-white pages).These are my attempts which did not work:
header #kad-banner{box-shadow: 0px 0px 5px #888888;}
header #kad-banner-sticky-wrapper .sticky-wrapper {box-shadow: 0px 0px 5px #888888;}
header #kad-stickyheader {box-shadow: 0px 0px 5px #888888;}site:
*Login to see linkIn 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: Pinnacle ThemeIn reply to: Mobile scrolling to the right
In forum: Virtue ThemeIn reply to: Need sticky css code for mobile
Ha, so sorry! Here you go:
@media (max-width: 992px) { #kad-mobile-banner, .stickyheader #kad-banner { position: fixed !important; width: 100%; } #content .main { margin-top: 250px; } } @media (max-width: 600px) { .home #content .main { margin-top: 100px; } }Hannah
In forum: Virtue ThemeIn reply to: Mobile menu not working on some devices
In forum: Virtue ThemeTopic: assorted problems
Hi
I’m really struggling with this website:
*Login to see linkOne problem is that I have 2 blocks at the top. One is full width with the headline, and I want that one, Then under that, is another block that I cannot get rid of. It has the same image, it’s wide width and in preview it’s underneath the top banner.
Another problem is that I’ve deleted the black button under the red button about 10 times and it always reappears.
I’m trying to learn blocks and most likely doing things quite wrong.
Thank you for your help!
Carrie-
This topic was modified 6 years ago by
Carrie. Reason: I figured it out
In forum: Pinnacle ThemeIn reply to: Mobile scrolling to the right
In forum: Virtue ThemeIn reply to: Mobile menu not working on some devices
OK, I found it – sorry to cry “wolf”!
A couple of years ago, you helped me by providing some code to stop the mobile menu from stretching the header image backgound. Due to various changes in rebuilding the new site, this code was preventing the menu from showing properly:
#kad-mobile-nav {height: 0;} .kad-nav-inner { position: relative; z-index: 10000; background: #FAFAD2; text-transform: uppercase; }I would still be interested in the menu appearing over the top of the slider image instead of stretching the banner, but that is much less important.
Cheers,
Phil.In forum: Virtue ThemeIn reply to: Mobile menu not working on some devices
In forum: Pinnacle ThemeIn reply to: Mobile scrolling to the right
In forum: Virtue ThemeHi Christoph,
1. Try ading this to your custom css box in Theme Options > Advanced Settings:.home #kad-banner .container { width: 100%; }2. That’s created using the Kadence Slider. See here: https://www.kadencewp.com/knowledge-base/kadence-slider-create-new-slider/
Hannah
-
This topic was modified 6 years ago by
-
AuthorSearch Results



