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

Home / Forums / Search / Search Results for 'COLUMNS'

Viewing 20 results - 1,621 through 1,640 (of 3,937 total)
  • Author
    Search Results
  • #167048

    Hi,

    I am using a table in my company info page to display data about my company in two columns and many rows.

    The sections are divided by a dashed line, but the dashed line becomes heavy at the ends where lines meet. I would like the dots to remain the same throughout the table if possible. Is there some setting or css to control the way the dashed lines display in the table?

    Thank you.

    #166955

    Hi Kevin

    Well it’s a live site at http://www.tauntonracecourse.co.uk so I’ve made this temporary page to show you:

    http://tauntonracecourse.co.uk/latest-news-taunton-racecourse/

    That’s just a blog page with a sidebar containing the same blog but with a lower word count.

    As mentioned, I can fix this with CSS myself (probably) but it seems to me that by default, there’s no way to have a single column blog set to have a lower word count than specified in the theme blog settings.

    So I guess this is almost another feature request, with either the “kad_blog” shortcode allowing a word count setting, or the “blog_posts” shortcode having a columns setting (which allows for one column).

    Thanks, Steve

    #166952

    Hey Steve,

    Can you please share a link to where this is displaying? I may be able to provide some CSS to get it in two columns.

    -Kevin

    #166951

    Hi Ben and Team.

    I’m struggling a little with word counts on blog posts/shortcode functions and some help would be great. As I understand things I can set an excerpt length in Blog Options. That’s all fine.

    Then on a sidebar I also want some post excerpts, but not with as many words as the default setting above.

    Looking at the shortcodes it seems I need to use the “blog_posts” shortcode like this: [blog_posts orderby=date items=4 word_count=30 cat=photos] as the “kad_blog” option does allow for a word count parameter.

    That’s fine, but “blog_posts” seems to layout in two columns and I only want one. I could hack this in CSS by setting col-md-6 to 50% etc… but that seems a bit messy.

    Is there a better option for doing this? (I’m looking for the word_count parameter in “kad_blog” or a columns option in “blog_posts” I guess).

    I did a search and this has been asked before, and the response seemed to suggest that there was a one column blog option somewhere in the theme settings but I’m not sure if I interpreted what was being written correctly.

    Kind regards
    Steve

    #166751

    Hello,

    I just changed my theme from Virtue Premium to Ascend premium because I could really use the three-columns right under the slide at the top. (I reset the website completely and imported the Wanderlust demo, there it’s just like I want it.. (travel secrets, travel gear and new adventures). However: I don’t see anything , it’s just one big white area. The rest is just like the demo…

    Also, the kadence slider doesn’t show my whole image, there’s the original image from the demo visible at the right of my picture. I entered some text with the delay in Kadence Slider, I don’t see any text on my picture..

    Could you please help me? (The site is now ‘Under construction’.. I did that on purpose)

    Thank you,

    Nathalie , the Netherlands

    #166659

    1. Check out the inspect tool you can see what you need to change there: https://www.kadencewp.com/chrome-inspect-tool/

    2. That is added through the theme options > home layout. The “latest posts” module

    3. Slide height=”none” will keep your images in whatever ratio you uploaded them as.

    or you can set a specific height like height=”300″

    In the shortcode that looks like this:

    [portfolio_posts columns="4" items="4" orderby="date" excerpt="true" height="none"]

    Ben

    #166447

    Hey,

    I don’t know about those widgets since they’re not controlled by the theme, but I just tested and was able to add columns to accordions by using the Virtue: Tabs and Accordions widget.

    You can add a visual editor tab within the accordion, and then use the theme column shortcode within the accordions.

    Let me know if this works for you.

    -Kevin

    #166445

    Hi guys,

    I think this is a theme issue but if not, please advise. I am using two different accordion menus, and they are behaving the same. The goal is to list the items in columns on desktop.

    We’re looking at “plain cheese, build your own” – site origin is on top, followed by the Inked widget.

    1 – Site Origin accordion, with no columns, works fine but has no columns!
    2 – Site Origin with columns, but spills over when expanded. I’m using the Shortcodes Ultimate plugin there.
    3 – Inked accordion, behaves just like site origin.I’m using the Shortcodes Ultimate plugin there as well. Is it that plugin?

    Can you direct me to a better widget that would expand into columns and not bleed out into the next group?

    Thank you,

    Luke

    In forum: Ascend Theme

    In reply to: Shortcode

    #166405
    This reply has been marked as private.
    #166399

    There are a couple ways, and to be clear you can mix pagebuilder and other home layout options.

    If you add a text widget place this into it:

    [portfolio_posts columns="4" items="4" orderby="date" excerpt="true"]

    Showing the excerpt underneath isn’t an option but you can force it with css like this so goto theme options > advanced settings and add this:

    .portfolio_item .portfoliolink {
        opacity: 1;
        position: static;
    }

    Ben

    #166306

    Hi,

    Since a couple of hours, maybe a day or two, the image that should be displayed in the shortcode img_menu does not display.

    Here is an example of the code:
    [img_menu image=” columns=”1″ title=”Hiking maps of the US” description=”National Parks, California, Colorado, East Coast…” link=” height=”300″]

    The link to the image seems to be ok. The only change I remember I made recently is the latest minor Woocommerce 3.2.2.

    And one of the pages where I have the issue:

    Regards,
    Christian

    In forum: Virtue Theme
    #166245

    [carousel type="featured-products" orderby="rand" items="10" columns="5" scroll="all"]

    #166165

    Hi,
    Can you tell me how to change the submenu ordering when using multiple columns? The default is alphabetically horizontal. I want it alphabetical vertically, instead.

    EXAMPLE:
    Instead of:
    A B C
    D E F

    I want:
    A D
    B E
    C F

    Help is much appreciated. Thank you.

    In forum: Virtue Theme
    #166127

    By default woocommerce outputs featured products by “menu_order” meaning by the order, you set in your admin on the sort products page.

    There isn’t an option to randomize the carousel for the home page but you can add a carousel using pagebuilder or the home widget area and a shortcode. Then in the shortcode parameter, you could set the order to random. would be like this:

    [carousel type="featured-products" orderby="rand" items="10" columns="5"]

    Ben

    #165868

    I am using fullwidth page builder on the very first row where I am using a call to action widget and it is not making any interference with the sidebar.
    All other rows have standard layout.
    So in my opinion that should not be the problem.

    Regardless of your opinion on how web design and development works. I’m simply trying to help and explain that you should not add a full-width row when you are using a sidebar. You should just add your sidebar content into the page using page builder columns. Or you should add your fullwidth content above the page using the page title area.

    You are welcome to ignore the advice of the developer I’m just tiring to help you make a good site.

    In terms of microsoft. It’s known that it’s the worst and lest flexible browser. It won’t do what browsers like chrome will and self fix a page. It also won’t support flexbox fully.

    If you send me a login I can force your split content to work even with your page layout being all wrong with the full width and sidebar. But I still recommend that you do things the way they are supposed to be done.

    Ben

    #165841

    One solution that should work for you would be to add the shortcode within a div, like this:

    <div id="testimonial-1">[testimonial_posts orderby=date items=4 columns=4]</div>
    
    <div id="testimonial-2">[testimonial_posts orderby=date items=4 columns=4]</div>

    The CSS to target the testimonial boxes would look like this:

    #testimonial-1 .testimonialbox {
        background: red;
    }
    #testimonial-2 .testimonialbox {
        background: red;
    }

    Let me know if that works for you!

    -Kevin

    In forum: Ascend Theme

    In reply to: Shortcode

    #165765

    Hi Dmitry,
    You can use shortcodes like these:
    [products limit="9" columns="3" category="sales"]
    [products limit="9" columns="3" category="charter"]
    Then you can paste those into your home page content area or else a text widget within your home widget area.
    Hope that helps!

    Hannah

    In forum: Ascend Theme

    Topic: Shortcode

    #165729

    Hi there
    I made 2 categories for my products in WooCommerce
    -Sales
    -Charter
    Now i need to show them on home page:
    SALES
    4 columns, 3 rows
    Charter products
    4 columns, 3 rows

    All i found in settings is Product Carousel Tabs in Home Page Layout settings. But i don’t need carousel and with those tabs all my products shows together :O

    Thank you for the help!

    #165561

    Hi Ben

    Thanks so much for your help. This has worked, but I find the results a little odd when viewed on my tablet and laptop, as it has added a chunk of white space between the blog summary title and excerpt, in both types of carousels (home page blog summary, bottom of individual posts). So I am changing my approach to using page builder on the homepage. theinspirationcloud.com

    1. I have used image menu widgets, but want them to align exactly with the blog grid columns below. What settings do I need to enable this? I have left 25px guttering between the cells, but the row, set to full width, does not extend fully to the right. Do I need to add an image width element to get the alignment exact?

    2. Is there a way to mimic the lovely gradual animation effect that the image menu delivered when I was using it from the homepage layout manager? One image sliding up slowly, one after the other? If I don’t fiddle with the animations effects in page builder, they all slide up at the same time.

    3. Can I shorten the excerpt length slightly on the blog grid shortcodes I have used?

    Thank you so much for your help!

    Janine

    #165049

    I have created my home page using the page builder.
    On top using [product_categories number="12" parent="0" columns="3"] i display all the categories from the shop

    Now i would like to show a virtue carrusel with the latest arrived products, and for this i create a new category
    “last arrivals”

    then i use the virtue carrusel and i set it up so that it displays this category

    carrusel type: product category and then i choose that new category.

    The things work fine but i would like that this category doesnt appear when i use the first code from the post. How can i do this?

    Is there any other way to display some products that i want in a carrusel?

    Regards,
    Bernat

Viewing 20 results - 1,621 through 1,640 (of 3,937 total)