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: Portfolio hide "All" tab from filters
In forum: Virtue ThemeTopic: Problem with Picu Plugin
I’m doing a Photography site. Did it with a theme forest theme didn’t like a few things with it so am rebuilding with Virtue.
I am still using the Picu Photo Proofing plugin however it is not displaying correctly in Virtue.
Here it is in the other theme:
*Login to see link
No header/footer…all black background.Here it is in yours:
*Login to see link
The Header & Menu show and the background doesn’t display quite right.I have uninstalled…installed with no luck
Picu of course wants to blame the theme.Any idea how to make the second one ( white background with header ) to look like the first ( all dark )
In forum: Ascend ThemeIn reply to: Footer Issue
In forum: Ascend ThemeIn reply to: Footer Issue
In forum: Ascend ThemeTopic: Footer Issue
Hey,
The mailchimp email input for joining our mailing list is black, how can I change this to white so that it is visible? *Login to see link
In forum: Pinnacle ThemeIn reply to: Magnific Popup
March 2, 2020 at 5:08 pm #245538In a child theme you could add a function like this:
function custom_product_lightbox_off() { if ( is_singular('product') ) { echo '<script type="text/javascript">jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});</script>'; } } add_action('wp_footer', 'custom_product_lightbox_off');Ben
In forum: Virtue ThemeIn reply to: Création d’une page de transfert d’argent
1. This post explains how to have a two column product layout in mobile: https://www.kadencewp.com/knowledge-base/two-product-columns-in-mobile/
2. Try adding this to your custom css box in Theme Options > Advanced Settings:
.footerbase p { color: #333; }Hope it helps!
Hannah
In forum: Virtue ThemeMarch 2, 2020 at 12:32 pm #245502Hi there,
I’m trying to make a landing page that does not have the background image that the rest of the site has. I’ve been able to remove the header & footer with custom css, but I’m having trouble targeting the background.
tried this and it does not do the trick:
body .page-id-4111 {background-image:none !important; Background-color:#fff}-
This topic was modified 6 years, 2 months ago by
Robin Eitel.
In forum: Virtue ThemeTopic: Downloading pages offline
When I try to download my website pages offline on an android tablet in google chrome the header and footer color background colors are not how they appear when online. Any suggestions? http://www.tmpmodex.com
In forum: Pinnacle ThemeIn reply to: Stick y header fouls anchor links
In forum: Pinnacle ThemeIn reply to: Stick y header fouls anchor links
In forum: Ascend ThemeTopic: WooCommerce login form
I have a couple questions:
1. Do you know if it’s possible to have the WooCommerce login form display in a page rather than a popup window? Similar to this: *Login to see link
2. Then on the create an account page, is there a way or a plugin I can download that will allow me create a more robust form for people to fill out to create the account? Like this: *Login to see link
3. Can I add a login button in the footer? Similar to the footer here: *Login to see linkIn forum: Virtue ThemeAnswered here:
https://www.kadencewp.com/support-forums/topic/footer-font-size-change-and-font-type/Hannah
In forum: Virtue ThemeIn reply to: Footer Font Size Change and Font Type?
To center the image change this css:
.footercredits:before { content: url(/wp-content/uploads/ideas4now-website-banner-white_lg.png); }to this:
.footercredits:before { content: url(/wp-content/uploads/ideas4now-website-banner-white_lg.png); margin: auto; }There isn’t a way to add a link to an image with only css. Sorry.
Hannah
In forum: Virtue ThemeDear Hannah, yes it workded, both codes work great.
In regards to the first code
-
what code can I add to center the logo?
, as now the logo is displayed all the way on the left side
and what code to place a link to open in a new browser page when people click on the logo? Thanks!
.footercredits:before {
content: url();
}In forum: Virtue ThemeIn forum: Virtue ThemeHow to add an IMAGE LOGO using CSS just on top of the footer credit? but with different background from the footer credit
I was able to add the logo on top of the footer credit, but it has the same background as the footer credit (green). I want the logo to have a white background and the footer text credit with the copyright and name of the site to have a green background.
I know that I can add an image to the footer widget, but that won’t work in this case because the image will be in a top location in the footer, and I need it to be in the bottom, just on top of the footer credit, so I prefer to add it using CSS
Also if you can help me to make the footer credit background to go completely from side to side, right now it doesn’t go all the way to the end. right now as you can see in the image the footer background in green color doesn’t go all the way to the end of the sides.
I made the footer credit to be green using this CSS code:
.footercredits p {
font-size: 16 px;
line-height: 30px;
color: #FFFFFF;
background-color:#1e7200;
text-align: center;
width: 100%;
}This is the way it looks now:
In forum: Virtue ThemeIn reply to: Footer Font Size Change and Font Type?
Thanks Hanna, followuing up with the footer. I need to change a few elements if you can please help me.
1. I want to add background green color from side to side behind the copyright text in the footer, and also make the font of the copyright larger.
2. I want to change the font size of the text in the footer widgets.
3. Finally, I want to add one .PNG image just on top of the copyright, in the bottom of the footer.
Thanks and sorry for so many questons
In forum: Ascend ThemeIn reply to: Portfolio Grid template – +/- icons on filter header
February 24, 2020 at 1:32 pm #245194Hey,
There isn’t css you can use to change the icon when open because there isn’t a class you can target. You would have to add in some javascript to listen for the change and update classes.<script> jQuery(window).load(function () { jQuery('a.filter-trigger').on('click', function () { jQuery(this).toggleClass( 'trigger-open' ); }); }); </script>That can be added in your footer scripts in the theme options header and footer scripts.
Then you can use css like this:
a.filter-trigger:before { content: "\f067"; font-family: kt-icon!important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } a.filter-trigger.trigger-open:before { content: "\f068"; }In forum: Virtue ThemeIn reply to: Footer Font Size Change and Font Type?
-
This topic was modified 6 years, 2 months ago by
-
AuthorSearch Results


