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'

Home / Forums / Search / Search Results for '1 column footer'

Viewing 20 results - 101 through 120 (of 319 total)
  • Author
    Search Results
  • #192683

    I’m using a widget in the Above Footer Widget Area and Footer Column 1, but we’d like to suppress these from appearing on any page that has Member Pages as a Parent page. Is there any way to accomplish this? HERE is an example of one the pages on which we’d like to hide these widgets. There is a sidebar menu with a list of bands. All those with an * have a page on this site and we’d like to suppress these footer widgets for all of them.

    Thanks so much!

    #189369

    1&2.

    .footercol1 .kad-btn {
        min-width: 200px;
        font-weight: 600;
        font-size: 20px;
    }

    3.

    .footercol1 .widget, .footercol1 .widget-first {
        margin-top: 0;
    }
    #containerfooter {
        padding-top: 0;
    }

    4. Footer columns one is the footer call to action. Is that what you mean or do you mean the left column footer? Are you just wanting to give it a separate background to others?

    5.

    div#pgc-w5aec9d192b1f4-0-0 {
        margin-top: 10px;
    }

    6. I’m not seeing that. Can you send a screenshot? https://postimages.org/

    Hannah

    #189340

    Hi Hannah

    I’m playing around with another solution, trying to make a similar look to the sitewide footer CTA in the Col. 1 of my footer widget, as you will see if you have a look at https://www.stephenjudges.com/.

    A few questions:

    1. The button size (pinnacle shortcode) is a little small. When I select large it does not change. Have you got some CSS to make it bigger, say medium?
    2. I’d also like to make the button text bold and larger.
    3. How can I get rid of the grey footer bit above the column 1, so that it goes from the white page background directly into the teal footer.
    4. Is it possible to select with CSS the background colour of the footer column 1?
    5. How do I perfectly vertically align the text on the left “Want to be notified…” and the button, please? I tried valign, and it worked for the button, but not the text on the left.
    6. When I click the button, the popup appears, but the whole page behind it shifts to the left about 20px, leaving a weird gap on the right of the page. Any idea what’s going on here?

    Thanks so much for your help!

    Janine

    In forum: Ascend Theme

    In reply to: Footer widgets

    #186475

    Hello,

    Here is CSS that will target all of the text within those two footer columns:

    .footercol1 span {
        color: red;
    }
    
    .footercol1 p {
        color: red;
    }
    
    .footercol4 span {
        color: red;
    }
    
    .footercol4 p {
        color: red;
    }
    
    .footercol4 a {
        color: red;
    }

    Adjust the font properties as needed and add to Theme Options> Custom CSS.

    let me know if that works for you!

    -Kevin

    In forum: Ascend Theme
    #186472

    Hi,

    I’d like to change the font size in my footer widgets in the first and last column but I’m having problems targeting them. Could you please send me the css?

    Many thanks, Isabel

    In forum: Virtue Theme
    #185826

    1. Here is some CSS that will allow you to change the hover background of your slider buttons:

    .ksp-btn-layer:hover {
        background: #b7e4e6c4 !important;
    }

    Just change the color to whatever you want, and place the CSS in Theme Options> Advanced Settings.

    2. Use this CSS to reduce the height of your footer:

    .footercredits {
        display: none;
    }
    footer#containerfooter {
        padding-top: 0;
    }

    3. You could do that through a widget. Another option would be to use page builder plugin to configure the sidebar within your post content. Just build the column to the right of your post content in page builder, and then turn the sidebar off for the post. Does that make sense?

    -Kevin

    #185757

    Hello!

    In Theme options -> footer I choosed fourth option where is 1 footer area fullwidth and 3 colomns below, however in widget area there are just 4 footer columns. There isn’t one area fullwidth above columns. In forum I found topic about it, but it was for Ascend theme.
    How can I get this?
    In best scenario I would like to get one footer area fullwidth above 4 columns below.

    Thank You!

    #185511

    Hi:
    I am using Virtue Bold and want to edit the footer. I have left the default footer widget layout with the default 2 columns and know that I can change the text in Theme Options, miscellaneous settings.

    What I would like to know is:
    1. In the footer copyright text, the default has short codes for [the-year] [site-name] and [theme-credit]. If I want to add a link as part of the footer text – how do I do that?
    2. What is the name of that area? If I want to change the font or background color I know I can do that in the Custom CSS Box.
    3. How can I adjust the height of the footer area? I believe there are two rows or sections?

    Thanks,
    Jim

    In forum: Ascend Theme

    In reply to: Email form in footer

    #185066

    hey Glenn,

    I don’t have that site setup at the moment to view the configuration directly, but it appears that the title and the form are in two separate columns on the demo site, while they are in the same column on your site.

    Try adding this CSS to Theme Options> Custom CSS, and let me know if it gets you close enough:

    .footercol1 {
        text-align: center;
    }
    
    .mc4wp-form h5 {
        text-align: center !important;
    }
    
    .footercol1 .col-md-6 {
        width: 100%;
    }

    If that doesn’t work, then I’ll reset my site and load up that demo so I can see the exact configuration.

    -Kevin

    #184277

    The input type=”email” by default is set to a width of 100% if you want to have it sit next to the image in a small 1/3 footer column you will need to make the max width something like 200px.

    #183491

    Hi,
    I’m having a strange issue with the footer/page bottom on phones only.
    Site:
    theme: ascend premium 1.4.2

    Can’t scroll to the bottom of the site on a phone (android) when held upright (portrait).
    If I rotate the phone to landscape (sideways) then I can get to the bottom, but not when holding it normally.
    It just sticks and bounces back up. Can’t see the 3rd column footer widget or the footercredits.
    If I remove all the footer wigdets, the problem still exists. Then I can’t scroll past the bottom of the page.

    It’s fine on everywhere else – tablet, laptop with browser at all screen sizes.
    I don’t know if this is happening on any other type of phone but have checked on Samsung Galaxy S7 & S8 and both are the same.

    Completely stumped as this problem isn’t happening on any other site I have using Ascend.

    :)SD

    #182873

    Theme Options – Typography – Body Font Options – Body Font – Font Size

    Can only set size up to 18px and view it on Inspect. Cannot set to any other font size.

    Am trying to set font-size to 20 but Inspect will only reflect 18 px.

    Entire custom css:

    /* Removes any border around links. */

    a {

    border: none !important;
    }

    /* visited link color set in Basic Styling. */

    .cmn-t-translate-bshadow

    {
    /* color: #741109; */
    font-style:italic;
    font-weight: 700;
    }

    /* This colors links blue and re-sizes it on hover which causes the link to shrink/shift in size so the link is noticeable when hovering over it. */

    .cmn-t-translate-bshadow:hover

    {
    color: black;
    font-weight: 500;
    }

    /* center footer column 3 */


    @media
    (max-width: 992px) {
    .footerclass .kadence_social_widget, .footercol3 {
    text-align: center;
    }
    }

    I do not see font-size set to 18px important!

    Sign on info to follow;

    #179140

    Hello, i would like to know if i need to do something or not ?

    I got some errors when I tried to import the demo :

    —Downloaded files—
    The import files for: Travel Site were successfully downloaded!
    Initial max execution time = 90
    Files info:
    Site URL =
    Data file = /var/www/vhosts/voyageavecnous.fr/httpdocs/wp-content/uploads/2018/02/demo-content-import-file_2018-02-13__19-11-47.xml
    Widget file = /var/www/vhosts/voyageavecnous.fr/httpdocs/wp-content/uploads/2018/02/demo-widgets-import-file_2018-02-13__19-11-47.json
    Customizer file = not defined!
    Redux files:
    ascend -> /var/www/vhosts/voyageavecnous.fr/httpdocs/wp-content/uploads/2018/02/demo-redux-import-file_0-2018-02-13__19-11-47.json

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    ——
    New AJAX call!
    [WARNING] Failed to import product_tag Backpack
    [WARNING] Failed to import pa_color Blue
    [WARNING] Failed to import product_tag Cup
    [WARNING] Failed to import product_type external
    [WARNING] Failed to import pa_color Gray
    [WARNING] Failed to import pa_color Green
    [WARNING] Failed to import product_type grouped
    [WARNING] Failed to import product_tag Notebook
    [WARNING] Failed to import pa_color Orange
    [WARNING] Failed to import pa_color Red
    [WARNING] Failed to import product_type simple
    [WARNING] Failed to import product_tag Travel Gear
    [WARNING] Failed to import product_type variable
    [WARNING] Failed to import pa_color Yellow
    [WARNING] Failed to import product_cat Travel Accessories
    [WARNING] Failed to import product_cat Travel Bags

    —pt-ocdi/before_widgets_import—

    —Importing widgets—
    Primary Sidebar :

    Rechercher – No Title – Widget already exists
    Ascend: Recent Posts – Recent Posts – Imported
    Éditeur visuel – About Me – Imported
    Ascend: Social Links – Follow Me – Imported
    Nuage d’étiquettes – No Title – Imported
    Catégories – No Title – Imported

    Footer Column 1 :

    Éditeur visuel – No Title – Imported
    Ascend: Social Links – No Title – Imported

    —Importing Redux settings—
    Redux settings import for: ascend finished successfully!

    —pt-ocdi/after_import—

    #178986

    I am trying to create a home page hero image (no topbar, no header, no footers).

    Here is what I did.

    1. Reset all Ascend theme options to default.

    2. Add new page (did not publish yet).

    3. Selected PageBuilder editor.

    4. Created one column row.

    5. Added SiteOrigin Hero widget to that row.

    6. Edit Hero widget.

    a. Added one frame.
    b. Added Content – Shelter Smart The Sky Isn’t The Limit
    c. Below Buttons addded a background image in Background.
    d. Clicked Done.

    Changed no other parms in the hero widget options (found at

    7. Publish.

    8. Clear cache.

    9. Go to

    At this point the page displays a header, page title, small image, above footer, and footer areas.

    My goal is to simply have a single hero image displayed with buttons linking to other parts of the website.

    Thanks for your help.

    Jerry

    #176990

    Hello again,

    Quite a few questions I am afraid. I have built a test site on hellaholic.se to make myself familiar with the Ascend theme, then I changed from theme Virtue to Ascend on our main site hellaholics.com.

    Questions Demo site vs Hellaholics.com:
    1. On hellaholic.se there is space/padding between the first Kadence slider and the product carousel below, but not on hellaholics.com. Can you tell me why? Have I missed a setting? What I would like is the more “airy” look with space as on hellaholic.se.

    2. On the Ascend demo shopping site and on hellaholic.se the shop sorting drop-down menu looks fine. On hellaholics.com its more narrow and looks squashed. Why? Can it be solved? Please see screen shoot on the following link:

    3. On the Ascend demo shopping site the mini-cart pop ups to the left, on hellaholics.com it pops to the right. Can this be changed? Prices in the minicart on hellaholics also looks squashed/touches the lines, can a more open look be achieved? Increase size on the minicart and/or Increase the space between each line? Make it look more as in theme Virtue

    4. Logotype sizing on tablet and mobile phone-
    On hellaholics.com (main store, previously with theme virtue) and hellaholic.se (my test store). I have what I believe is the same settings, yet the logo is still tiny on tablet on hellaholics.com.

    Styling:
    Footer
    5.A) What changes needs to be done to the CSS to get purple hoover colour and maintain the other colours on the currency widget?
    5.B) Is it possible to align the currency widget buttons to the left.
    6. How can I add padding/space between widgets in footer on mobile view.

    Home – front page
    7. Is there a way to force the blog images on the front page to a similar size no matter the original image size? Preferably landscape, in the same size as the image with the girl with the pink lips.

    Shop pages
    8. How can I align price to the left on mobile view (so it become similar to the desktop and tablet view)
    9. How can I decrease the product title font on mobile view, but maintain it on desktop and tablet.

    Cart & Checkout
    10. In the cart – can cart totals be placed below cart summary? As in theme Virtue. Looks very tight now, again please temp page link here:

    Categories, product page
    11. It would be most appreciated if you can provide me with the CSS for: Product categories not underlined on product pages.

    Browser issues:
    12. The logo acts up in Internet Explorer. The same goes for the icon menu who brakes the frame and the text is hard to read.

    13. Shop product column layout: While checking the site on stationery MAC and laptop MAC, in the browsers Chrome, Firefox and Safari the product column layout shows 3 products in a row (as in settings). On laptop PC, in the same browsers as above the product column layout shows 3 products in a row (as in settings).

    But when I attach my laptop (PC) to a larger screen the browser Google Chrome only shows 2 products in a row. I understand that this can differ ofc, but why this occurs on a lager screen but looks good and maintain 3 products in a row on a smaller screen is beyond me in chrome. Any thoughts? Again please see screen shoot here:

    #176953
    This reply has been marked as private.
    #176748
    This reply has been marked as private.
    #175611

    Hi again

    1. I am using image menu widgets to link to my subcategories, but the row is always slightly misaligned, ie not perfectly centred on the page. I think it is the image margin that seems to affect the third (right) column? Do you have any CSS to change this for me please?

    https://www.theinspirationcloud.com/food/

    2. Is it possible to change the text title in the image menu to H2? I think it is pulling from H4, which gets a bit lost.

    3. I have made the row backgrounds grey, but there is a small sliver of white background appearing above the footer (and here you can see how the image menus are not centred). Any ideas how I can get rid of this please?

    4. Do you have any CSS I can use to make the text in the sidebar “recent posts” smaller, please? Some of my longer titles cause the white background to overflow under the images.

    Thanks very much for your help!

    Best wishes for a happy and healthy new year!

    Janine

    #174879

    yes, Ben, i was confusing, but the translated italian name is not helping! because i have these widgets showed for the fullwidth area + three columns below: upper footer area, column 1, column 2, column 3, column 4…. so, as you told me, column 1, is in reality the fullwidth, so my question is: the upper footer area is another fullwitdh of the theme or am i confusing again? the area i mean is called above_footer_outer ….

    i mean, if it is another fullwidth of the theme i will call: upper footer fullwidth 1, upper footer fullwidth 2, and than the exact number of columns… no?
    but i think you are actually correctly supposing that the fullwidth are, in reality, columns….

    Anyway, i don’t want to miss you perfect work, it was just my opinion… that’s it.

    THANK YOU VERY MUCH for the work you did and do!!!
    Angelo

    #173703

    I have a row with 2 columns.

    I put a revolution slider in the left most column, but instead of displaying inside the column, it centers across the entire row.

    I tried the Revolution Slider widget, as well as a text widget with a shortcode.

    This happens with any slider I have, and on different pages.

    Any suggestions?

    You can see issue just above the footer here:

    The slider is the “Request Pricing” box.

    WP: 4.9.1
    Ascend Premium 1.3.2
    PageBuilder: 2.6.0
    SO Widgets Bundle: 1.11.2
    Slider Revolution: 5.4.6.4

    Thanks as always!

Viewing 20 results - 101 through 120 (of 319 total)