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 ThemeJune 12, 2020 at 10:49 am #251187
Hello,
I used SliderRevolution to display banners in each of the product categories.
I recently updated SliderRevolution through the Virtue Premium recommended plugin interface.
SliderRevolution went from version 5.x to 6.x.
From that moment on, the banners stopped appearing on the product category pages and on the shop page.
I noticed that the shortcode format has changed, so I tried to insert the new shortcode provided by SliderRevolution, but it didn’t work.
Please, can you guide me in some way to resolve this using the most up-to-date version of SliderRevolution, or maybe give me a way to downgrade.
Thank you,
In forum: Virtue ThemeIn reply to: Google Maps Shortcode / GDPR / Load on click
Hi Hannah,
no, I want to avoid a cookie banner. Google Maps is the only script that loads third party cookies. So I just need an iFrame- or shortcode-blocker that unlocks by clicking on a placeholder or button.
Best regards
Thomas-
This reply was modified 5 years, 11 months ago by
Thomas.
In forum: Virtue ThemeIn reply to: Google Maps Shortcode / GDPR / Load on click
Hi Thomas,
Are you wanting a compliance banner? A plugin like this may work for you: https://wordpress.org/plugins/gdpr-cookie-compliance/
Hope that’s helpful!Best,
HannahIn forum: Virtue ThemeIn forum: Membership ForumsIs there a div id that defines the start and end of a blog post content (and ideally is not used in any other page types)?
What I am trying to achieve:
This helper format automatically places multiple appropriately sized display banner ads within dynamic long-form article content. The article’s container must match your placement ID, and your articles should contain multiple paragraphs in <p></p> tags or text nodes to have ads weaved in properly
Example code:
<div id=”entry-content”>
<p> … content here … </p>
<p> … more content … </p>
</div>Thank you.
In forum: Virtue ThemeIn reply to: problem of home page as landing template attributes.
In forum: Virtue ThemeIn reply to: problem of home page as landing template attributes.
June 1, 2020 at 1:38 pm #250542hi ben and hanna
sorry to ask you again.
Could you find a solution to hide the menu ( kad banner ) shown in that page : mauriziomontobbio.comAll my best Marc .
In forum: Virtue ThemeIn reply to: problem of home page as landing template attributes.
May 31, 2020 at 3:50 am #250484Hi ben and Hanna
I come back to you about my problem.the home page https://mauriziomontobbio.com/ take no more in count the ccs code in Option theme advanced css … : The goal was to not display the menu and footer in that page . the page is a landing page template. Maybe a conflict with last verio n of WP? strange? the code following is actually i n the option theme; I have tried to redo a page based on the template Landing page. Until I décided to choose it as home page, no menu and footer, but once I affect it as home page the menu appeared.
/* FOR HOME PAGE 3 buttonslanguage choice No menu and no footer . The following code suppress the display of menu and footer only on mainhome landing template page */
home #kad-banner, .home #containerfooter {
display: none;
}best Marc
In forum: Virtue ThemeMay 29, 2020 at 6:14 pm #250464Hi ben and Hanna
My home page *Login to see link take no more in count the ccs code in Option theme advanced css … :/* FOR HOME PAGE 3 buttonslanguage choice No menu and no footer . The following code suppress the display of menu and footer only on mainhome landing template page */
home #kad-banner, .home #containerfooter {
display: none;
}best Marc
/*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);
}/* epaisseur 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;
}/* rend transparent le backgrounddesarea de saisie de texte ds contact page */
#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);
}/* change la couleurdu texte du bouton submit 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;
}/* pour que la page 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;
}
}
/* to hide the right top bar widget on mobil only under a resolution */
@media (max-width: 768px) {
.topbar-widget {
display: none;
}
}
/* to suppress empty space before 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;
}
}/* margin top et bas du H5 titre du portfolio sous le logo */
h5 {
margin-top: 0;
margin-bottom: 0;
}/* supprimer espacement avant la top bar en haut
#topbar {
margin-top: -20px;
} *//* Espacement vertical dans le texte paragraphe de PAGE BIO à 30px dans le css de la page */
/* CODE POUR MOBIL REDUIRE LE FILTER PROJECT SUR MOBILE */
#filters li {
float: left !important;
margin-left: 15px !important;
margin-bottom: 10px !important;
}
#filters {
height: auto !important;
}
.filter-trigger {
display: none;
}In forum: Ascend ThemeIn reply to: Customised header on Mobile Version
May 28, 2020 at 12:02 pm #250366You could do this with css, for example css like this could get you started:
#kad-mobile-banner .mobile-header-container { flex-direction: column; } .kad-mobile-header-height { height: auto; min-height: 50px; } #mobile-logo { position: static; padding: 0; }To get it closer you need to change so that the cart and mobile toggle are on the same side.
Ben
In forum: Virtue ThemeIn reply to: Merging the primary menu with the background picture
Hi Joanne,
Sounds like you’re wanting a transparent header? Virtue theme does not have a function for that like our other themes do. If you wanted to make the header transparent on just the homepage you can use this css:.home.stickyheader #kad-banner { background: transparent; } .home .is-sticky header#kad-banner { background: #2c5d63; }Your home menu item is only a different color when the home page is the current page. This pulls from Theme Options > Menu Settings > Hover and Active Font Color.
Hope that’s helpful!
Hannah
In forum: Virtue ThemeIn reply to: Mobile Menu Text Size (Not dropdown text zize)
May 20, 2020 at 4:31 pm #249919Hey,
That font setting has to do with teh menu items, not the toggle, you can use this css:#kad-banner .nav-trigger-case .kad-menu-name { font-size: 15px; }Ben
In forum: Ascend ThemeTopic: Fonts and Site speed
May 20, 2020 at 4:27 am #249879Hey Hannah,
I did a google site speed test and it says the following are Potential savings but don’t know how or what to do as I don’t understand it?
1). URL Potential Savings
…fonts/kt-icon.woff2?62sx4n(www.adventuretravelcoach.com). 920 ms
…v14/1Ptrg8zYS….woff2(fonts.gstatic.com)
0 ms
…raleway/CcKI4k9un….woff(www.adventuretravelcoach.com) 250 ms
…lato/9k-RPmcnx….woff(www.adventuretravelcoach.com)130 ms
…lato/wkfQbvfT_….woff(www.adventuretravelcoach.com)570 ms
…lato/oUan5VrEk….woff(www.adventuretravelcoach.com)560 ms
…v14/1Ptug8zYS….woff2(fonts.gstatic.com)0 ms2). Can I add a Bluehost widget to my sidebar without this plugin and if so then I can remove this plugin?
Bluehost Plugin: This plugin makes it easy for you to add Bluehost affiliate banners to posts using a Bluehost icon above the editor. You can also add static banners to the sidebar with the widget. To get started to insert your Bluehost Affiliate Username under Settings -> General or click here. Version 1.0.7 | By Mike Hansen.
Same with GetYourGuide- and Booking.com Plugins
Thanks in advance
In forum: Virtue ThemeIn reply to: HIDE TOP BAR
In forum: Virtue ThemeIn reply to: Nav menu wrap
Hi Ben, thanks for the clarification.
I tried your code instead of Hannah’s solution above. Whilst Hannah’s fix corrects the background issue, your css does indeed set the kad-banner static, but the appearance isn’t corrected – the background still doesn’t reach the right hand edge.
I’m happy using Hannah’s fix, I’m just interested in the cause.
Kind regards,
Phil.In forum: Ascend ThemeIn reply to: JE NE VEUX QUE DES PRODUITS SUR MA D’ACCUEIL
Hey,
1. You can enable these from Theme Options > Mobile Header > Mobile Header Extras.2. This css will force your desktop menu to show on mobile:
.kt-header-position-above, .second-nav-container { display: block; }And this will hide your mobile menu:
#kad-mobile-banner { display: none; height: 0; }3. Looks like that’s pulling from your sidebar? You can adjust the sidebar content from Appearance > Widgets.
Hope that helps!
Hannah
In forum: Virtue ThemeIn reply to: Nav menu wrap
May 15, 2020 at 11:48 am #249517Hey.
The #wrapper has a width of 1170px and padding of 15px on each side, so the headers width is normally 1140 because of the padding, since you want the header to fill to the wrapper a negative 15px margin is added to each side to move the header back out to fill the space od 1170px.When you add in the sticky header that is throwing off the start size because it gets a position relative.
A workaround could be to add this:
@media (min-width: 1200px){ .boxed.stickyheader #kad-banner { position: static; } }That will respect the negative margin so that background fills before it’s stuck.
Ben
In forum: Virtue ThemeIn reply to: Nav menu wrap
Thanks Haannah,
I was curious which plugin would cause that.
I can see virtue.css setting the correct width:
html.js.js-running body.home.page.logged-in.admin-bar.wp-embed-responsive.stickyheader.virtue-skin-default.boxed.customize-support div#wrapper.container {width: 1170px;}But I also see this html which contradicts by fixing the width narrower:
<header id="kad-banner" class="banner headerclass kad-header-style-three kt-not-mobile-sticky" data-header-shrink="1" data-mobile-sticky="0" data-header-base-height="120" style="top: 32px; width: 1140px;">Does that mean it is a theme setting that I have got wrong or could it be a plugin changing a theme setting?
Thanks,
Phil.In forum: Virtue ThemeIn reply to: Banner
In forum: Virtue ThemeIn reply to: Nav menu wrap
Hey Phil,
Sorry for the delay! Try adding this to your custom css box in Theme Options > Advanced Settings:@media (min-width: 1200px) { header#kad-banner { width: 1170px !important; } } @media (min-width: 992px) and (max-width: 1200px) { header#kad-banner { width: 970px !important; } }Hope it helps!
Hannah
-
This reply was modified 5 years, 11 months ago by
-
AuthorSearch Results


