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 'sidebar'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 3,601 through 3,620 (of 5,356 total)
  • Author
    Search Results
  • #76957
    This reply has been marked as private.
    In forum: Virtue Theme
    #76925

    Hi Ben,

    It seems to be back up and running (yay!) here is the link http://www.aussiepm.com.au/wordpress/

    My question is can I set up the pages so that the information is displayed before the widgets when it is on mobile view? My customer was unhappy that the view wont be the same as it is on a computer and didn’t like that the sidebar widgets showed before the site information.

    I hope I am making sense, my apologies for being a pain 🙁

    #76823

    Hey,
    So just to clarify you can’t use pagebuilder and woocommerce shop page. Those conflict. If you want to add content you can just don’t use pagebuilder just use the standard page editor.

    AS for your css you have this at the top and it’s missing the closing bracket:

    .postwrap {
    background-color: transparent;
    width: 400px;
    float: none;
    margin-left: 100px;
    padding: 20px 15px 0px 10px;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */

    you need to add }

    in terms of removing the background on the category title you should also considering changing the font color if your going to do that because white will just blend into the image.

    .product-category.grid_item a h5 {
        color: black;
    }
    
    .product-category.grid_item h5 mark {
        color: black;
    }
    

    Ben

    #76808

    Hey,
    So yes we did add better support and what we felt like was a better layout for mondern tribe.

    You issue has to do with css your adding like this:

    @media screen and (min-width: 768px)
    .tribe-events-event-meta .tribe-events-meta-group {
        width: 25% !important;
    }
    } 
    

    which is breaking the layout we added.

    If you would like to change it back to have the details appear below the content you can use this css:

    .kt-event-main {
        width: 100%;
    }
    .kt-event-sidebar {
        width: 100%;
    }
    

    Ben

    In forum: Pinnacle Theme
    #76771

    Hi everyone,

    I’m looking to see if you might be able to offer some guidance on moving the location of the sidebar. I currently have a sidebar on my woocommerce shop pages with a categories widget. When a sidebar is added, it’s always on the right side of the page. Can the location be moved to the left side instead?

    You can see what I’m talking about here:

    I appreciate any help you can provide… and I apologize in advance if this is a simple selection in the settings I’m not seeing somewhere.

    Thanks!

    In forum: Virtue Theme

    In reply to: Sensei Help

    #76770

    Hey Conor. Lets start at the top.

    1. If you would like to remove the sidebar you can use this css but first I need a link to the page you would like to remove the sidebar on.

    2. If you would like to define what is in your sidebar (so you don’t have things like “site admin, wordpress.org etc”) you can use the apperance > widgets page. And remove and add widgets into the primary sidebar widget area.

    3. If sensei is adding a page then you would need to ask them how to remove it.

    4. I just clicked on “lost password” and its working for me are you testing this while logged out?

    Ben

    #76765

    Hey,
    You can’t have a fullwidth parallax area and have a sidebar. If you would like to have a sidebar widget area above the fullwidth parallax you can use pagebuilder to create the sidebar as a column and still use a fullwidth page template.

    Ben

    In forum: Virtue Theme
    #76744

    Hey Chris,
    Not sure I’m following. The sidebar widgets should be displaying below everything already?

    Hannah

    #76738
    This reply has been marked as private.
    #76737

    Hi Guy,

    The Parallax footer only worked with full width body and then stopped working when a sidebar was added to the right – there was talk of making the Parallax footer still work WITH a sidebar – has that happened yet?

    I don’t want to say the wrong thing to a client today.

    Thanks!
    Vanessa

    #76637

    In settings, I have set the front page to be a static page and have selected it to be the blog page.

    But the blog posts are not appearing, Only the title “BLOG” and the sidebar are appearing.

    I have already looked through the Settings, Theme Options, Pages and can not figure out how to make the blog posts appear.

    Please let me know how to fix the above issue.

    Thanks!

    In forum: Virtue Theme

    In reply to: Image size

    #76572

    regarding this question

    is it possible to position the related products in the product page, instead of below the description on the left side . in other word , remove the side bar and place the related products there in a nice list …may be with a few options on the design side ?
    i think its a functionally you should add to the theme because this way the related products from the same category get more exposure

    i was really suggesting you ad this code to you theme ..give the option to remove sidebar for products pages and place instead the related products option ..not necessarily in a carousel slider

    In forum: Virtue Theme
    #76556

    Thanks Hannah,can you please tell me the best way to put the site information before the sidebar widgets etc?

    Thanks for your help with this 🙂

    #76523

    This may not be optimal CSS, but this is the best that I could come up with at my current experience level. Hopefully this works for you!

    @media (min-width: 1350px) {
    .sidebar {
        float: right;
        width: 1%;
    }
    }
    
    @media (min-width: 1262px)  and (max-width: 1350px) {
    .sidebar {
        float: right;
        width: 10%;
    }
    }
    
    @media (min-width: 1150px)  and (max-width: 1262px) {
    .sidebar {
        float: right;
        width: 28%;
    }
    }
    
    @media (min-width: 992px)  and (max-width: 1150px) {
    .sidebar {
        float: right;
        width: 52%;
    }
    }

    Or, if you were just looking to push the sidebar over a little bit and get everything lined up, then you could do so by pasting in this.

    
    @media (min-width: 992px) {
    .sidebar {
        float:right;
    }
    }

    Hopefully this helps!

    In forum: Virtue Theme
    #76495

    Also, on the Blog Sidebar, how do I remove the calendar icon before “December 2014” under the Archives?

    Thanks!

    #76491

    yeah the issue is just with the facebook widget. It has a fixed width of 330px which is wider then the sidebar normally.

    Ben

    #76432

    I simply go to post link in dashboard, add media, tag to a category/page, save. Don’t know what you mean by “post a link.”

    Yes. Blog Post Defaults>Blog Post Sidebar Default (Yes, Show)
    Blog Post Summary Default (Landscape Image Slider)
    Default post summary feature Image
    Replace theme default feature image for posts without a featured image (no media)
    Blog Post Head Content Default (Image)
    Blog Post Author Box Default (Yes, Show)
    Blog Post Bottom Carousel Default (Yes, display recent posts)
    Choose how many items to show on recent/similar post carousel (5)
    Blog Category/Archive Defaults
    Category Display Type (post excerpt)
    Display the sidebar on blog archives?This determines if there is a sidebar on the blog category pages. (Sidebar Layout)
    Choose a Sidebar for your Category/Archive Pages (primary sidebar)

    To clarify I meant no images shown in Blog Post Bottom Carousel, just excerpt w/ link. Want the image that is added to post to show there as thumbnail.

    #76400

    Hi Hannah,

    Could you please help me with a few changes for my PRODUCT CATEGORY PAGES:

    1. I want to remove the SUB- CATEGORY picture boxes that show up on the PRODUCT CATEGORY PAGE.

    2. a] Reduce the size of the PRODUCT SORTING dropdown tab to fit the text within.
    b] Put the PRODUCT SORTING tab on the same line as the GRID VIEW & LIST VIEW tab. These three tabs should preferably be aligned to the “SEARCH FOR PRODUCTS” area on the CATEGORY SIDEBAR. (The space between the cyclone slider and the 3 tabs should be same as the distance between the cyclone slider and the “search for products” tab.

    3. I want to reduce the space between the first set of products on the page and the second line of products. Theres too much space between products at present.

    4. Could I have a hover effect over the sidebar menu items? I want the text colour to change to white and the background colour change to the dark blue that I have for my ADD TO CART BUTTON.

    Thanking you in anticipation.

    #76392

    Hello, I use the Virtue Premium theme and bought & downloaded the WPML Multilingual CMS plug in. I do not have string translation option with it. Everything is translating fine, the posts and pages, EXCEPT:
    1)the home page. I cannot get change slider images on the home page which I´d like to make into Spanish version. I looked in the Language Setting and it shows that the .mo file for the home page is not found. This is what shows:
    Language Code Locale file name MO file in /var/www/vhost/eleteholistichydrate.com/home/html/wp-content/languages MO file in /var/www/vhost/eleteholistichydrate.com/home/html/wp-content/themes/virtue_premium
    English en .mo
    Spanish es .mo File not found! File not found!

    2) the Widget area does not show another language (Spanish) version, I have Footer image menus and the Sidebar..

    I appreciate the help since I´m a newbie at this. In case it helps, the website is http://www.eleteholistichydrate.com
    Thanks!!
    Susan

    #76386

    Good evening,

    On the homepage of our website (www.heyvoyager.com) I am using two widgets (instagram and twitter feed) as part of the primary sidebar and I would like to have them both aligned as far as possible to the right.

    I have identified the twitter feed target using Chrome developer tools but I have been unable to successfully adjust the CSS to align it with the instagram feed.

    I have tried targeting what I believe is the twitter feed widget (.div.twitterwidget.widget-easy-twitter-feed-widget-kamn-3) and adding custom CSS. Unfortunately, none of the following worked:
    text-align: right;
    margin-left:auto; margin-right:0;
    float: right;

    I am using a shortcode for the twitter feed as part of the ‘Easy Twitter Feed Widget’ so I am not certain if this is inhibiting CSS.

    If you have any guidance I will greatly appreciate it as I am now lost.

    Thank you for your time,

    Ben

Viewing 20 results - 3,601 through 3,620 (of 5,356 total)