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 '1 column footer'
-
AuthorSearch Results
-
In forum: Reply To:In forum: Pinnacle Theme
Hi Ben,
I’m updating the website of my customer that I bought the new license last week.
1- I would like to add pinnacle social share in the footer on top of the four columns but the scheme isn’t available on footer options.
2- the title widget and social symbols has to be on the same row and not on two like now. Please, check at *Login to see link
you will see “Seguici su and two symbols” on two rows on footer 1 but I need them on one row at bottom or top footer center
Thanks
AngeloIn forum: Virtue ThemeIn reply to: Header not showing on mobile.
In forum: Pinnacle ThemeIn reply to: Footer Height
Hi Edgar,
1.
.footercredits p { font-size: 12px; padding: 0; line-height: 12px; }2. I’m not seeing any columns in your footer as of now? I would suggest using a two column layout then add this css to make it one:
.col-md-6.footercol1 { width: 100%; } .col-md-6.footercol2 { display: none; }3. Have you enabled a footer navigation menu from Appearance > Menus?
Hannah
In forum: Pinnacle ThemeIn reply to: Footer Height
Hi,
All is nearly done thank you so much for all your help so far.
I have a problem with the line spacing on the footer and the font is so small can hardly read it.
Questions:
1. How do I reduce the spacing in the lines? I tried but I still cannot get it right.
2. How do I remove the 2 columns in the footer? I tried removing the widgets but for the life of me Pinnacle Theme does not have the option of a single column footer.You can check the page here http://www.megtea.in/
In forum: Virtue ThemeTopic: Few codes required
Hi Ben,
Could you please give me the css codes for the following issues.
1. Language switcher in footer column 4, needs to be centered in all devices.
2. On the my account page dutch > orders (bestellingen) > we have a tab of GA WINKELEN at the right … when thats clicked its going to the english homepage… I would like it to go to the dutch home page.In forum: Virtue ThemeIn reply to: multiple issues
Hello Carrie,
1. Go to Theme Options> Home Layout, and assign the sidebar though there. When you assign a page to be your Front Page through Settings> Reading, the theme will automatically override whatever template you assign and use the settings from your Theme Options.
2. Place this CSS into Theme Options> Advanced Settings to get rid of that padding:
.home-padding { padding: 0; } .home .contentclass { padding-top: 0; }3. To get that contact form to display in the far right as opposed to far left, you should go to Appearance> Widgets and assign widgets to the other footer columns. Or you can try this CSS:
.footercol4 { float: right; }4. Try this CSS to remove the icons:
.kad-header-widget .vcard i:before { display: none; }this will increase the font size:
vcard p { font-size: 1.4em; }This will align it to the right:
.kad-header-widget .vcard { float: right; }5. You can try this for the logo, but I’m not sure that it looks very good:
@media (min-width: 1024px) { .kad-header-widget { width: 40%; } .kad-header-left { width: 60%; } div#logo { float: right; } }6. I’m not seeing this. Did you figure it out?
-Kevin
In forum: Virtue ThemeTopic: multiple issues
Hi Guys-Hope you’re well.
Here’s the url:
*Login to see linkMy issues are:
1. I wanted a thin rule around the sidebar. I selected feature-sidebar for the page template, but it doesn’t show up. So then I created the “column” through pagebuilder, by stacking up the widgets. I guess the question is why isn’t the sidebar showing up, and could I have given it a border?
2. I want no space above the slider please.
3. The ‘contact us’ in the footer is actually in the far right column of 4 columns. But it’s moving to the far left since the first 3 columns have no content. How can I move that to be on the far right?
4. Vcard in header: Is it possible to remove the icons on the v card, make the font size larger, and move it more to the right? (I had used a text widget with an h3 font, but they didn’t resize on mobile)
5. Can I move the logo over as well?
6. On a tablet the header logo has a white background.Thanks for your help. Sorry to be greedy with my questions, but I figured I’d give ’em to you all at once.
CarrieIn forum: Pinnacle ThemeHi,
I am trying to use the blog posts shortcode to display specific categories with the Tabs shortcode.
This is my code[tabs]
[tab title=”Memory” start=”open”]
[blog_posts orderby=”rand” items=10 type=”grid” columns=3 cat=memory]
[/tab][tab title=”Energy”]
[blog_posts orderby=”rand” items=10 type=”grid” columns=3 cat=energy]
[/tab]
[/tabs]If you take a look at this page, you will see that the footer is in the middle of the page. Also only the first tab actually displays blog posts. The second tab only shows one post. Is the code above not correct? Is it proper use to use shortcodes in other shortcodes?
Please help,
Thank you.
In forum: Virtue ThemeIn reply to: Footer Widgets – Image align left in line with text
In forum: Virtue ThemeIn reply to: Virtue Social Links Widget Icon Issue
In forum: Virtue ThemeIn reply to: PHP snippet displays at top of portfolio page
Well, out of the frying pan and into the fire. The problem is clearly the timing of the shortcode return value vs. when the template renders the page. By using return, the output table now renders at the bottom of the page, and for some reason the page footer is now appearing within the “Availability” tab. You can see it here:
http://roeblinglofts.com/portfolio/the-manhattan-w-availability/
Click on availability in the right columnRevised code is here:
https://gist.github.com/mgincnj/d2a17136441b0a1b95af44beb1f8ed91Changes from our original:
1. The query is now in a string ($sql)
2. Automatically add wildcard characters to the front and back of $name, before building $sql
3. Declare $wpdp as global
4. Build $outputString and return instead of echoIn forum: Virtue ThemeNovember 22, 2016 at 8:40 pm #122510Hi Ben,
1. Followed your advise and used the virtue social media widget instead. Thank you! I am now happy with the look of the topbar – just one small thing, the spacing is different between My Wishlist, My Account and My Cart. Why? Is it possible to correct so they have the same space between them, aka My Account closer to My Cart?
2. Did a very quick and dirty draft in photopshop to try and explain, temporally uploaded here: https://hellaholics.com/temp-page-draft-footer/. I want to keep 3 even columns with the content align left. But have the widgets centred.
3. While talking about the look of the footer, is there a way to change the colour of the buttons in the currency converter? And have them align left below the headline?
Hope this make sense. Thank you for your time.
In forum: Virtue ThemeI am trying to create in a four column footer similar to that used at *Login to see link four photographs in a footer column, using the footer widget i have inserted “Arbitrary text or HTML” into the column with the following code to test
[columns] [span6][/span6][span6]
[/span6][/columns]
[columns] [span6][/span6][span6]
[/span6][/columns]
This seems to work however there appears to be too much padding between the images, is there a way of reducing the padding or am i going about this the wrong way.
Thanks
David
In forum: Virtue ThemeIn reply to: How to center the footer content?
In forum: Virtue ThemeIn reply to: Footer Font Size
This is because you’ve now got two menus in your footer. A widget menu, as well as a footer nav assigned in Appearance> widgets. If you wish to get rid of the menu at the bottom right, then you can do so in Appearance> Widgets.
Also, the CSS for styling links (the menu items) within the footer will also be different than the above CSS I provided. If you want to target the menu items in footer column 1, then you will use this CSS:
.footer-widget .widget_nav_menu ul li a span { font-size: 20px; }Let me know if this helps!
-Kevin
In forum: Virtue ThemeTopic: customizing button from menu
dear all
on the main menu i have Shop button
how can i make it highlighted in the same style of virtue theme? fir instance just like the buttons from the footer column 1 and 2
thank you
claude
In forum: Virtue ThemeIn reply to: change from select options to buy now
No worries! It’s my job to help you so of course you’re not annoying me! I just think we’re having some communication issues.
1. You wanted the social media icons to appear next to the footer credits. I see that you placed some social media icons in one of your footer columns, as well as changed how your footer credits appear. If you decided that this is a look that will work for you, then we can say that issue #1 is resolved. Otherwise, let me know how you want the social media icons to appear and I’ll do my best to help you out. Just be as detailed as possible
2. The content in the table of your product had to be added by you, since that’s not the default text to appear in those tabs. So you should be able to remove that part of the table by going to that product page, clicking “Edit Product,” and finding the area “Product Data.” Open up the “Attributes” tab, and you should be able to change the attributes of the product. Find the “Warm White” attribute, and remove it from the product.
Hopefully that clears things up a bit! Don’t hesitate to ask if you need clarification on anything.
-Kevin
In forum: Virtue ThemeIn forum: Virtue ThemeHi,
I’m a virtue premium user for (*Login to see link )
I’ve used virtue free for (*Login to see link ) because I needed a translated virtue theme in my language (Persian).
anyway, the problem I have is regarded to virtue free on (*Login to see link ):
on home layout I’ve enabled “page content” and in the homepage I’ve added this shortcode ([featured_products per_page=”3″ columns=”3″]) to have featured products shown in homepage.
the featured products are displayed but the problem is that whenever anyone opens the website for the first time, the featured products images open on the footer, I mean they interfere with footer text, but after you refresh the homepage it displays correctly.
How can I resolve this?
It’s really bad that first time visitors see the homepage broken.
also I have used the following CSS:.topbarmenu ul li a {
font-size: 16px;
}.footercredits p {
font-size: 18px;
}.footernav ul li a {
font-size: 18px;
}.footerclass {
font-size: 18px;
}.widget_kadence_contact .vcard i {
font-size: 22px;
}#containerfooter h5 {
font-size: 21px;
}#containerfooter .col-md-4 {
text-align: center;
}#nav_menu-3 {
float: right;
padding-right: 130px;
}cc_woocommerce {
margin: 0 auto; max-width: 1100px; }
.product .entry-summary { clear:none !important; }
.woocommerce.columns-3 {white-space:normal} ul.products {white-space:normal; margin-bottom:0} ul.products li.product {margin-bottom:0}
Thank you in advance for your help!
-
AuthorSearch Results


