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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Image menu shortcode
March 15, 2017 at 11:53 am #137019Yeah that make sense because the columns are tight css… Use this css:
.homecontent > .row { margin-left: -10px; margin-right: -10px; }Ben
In forum: Virtue ThemeIn reply to: Image menu shortcode
March 15, 2017 at 11:48 am #137016Hey Ben,
regarding the hover: Right now it is only a color change, but this is just a test site. It will be a real different image on the live site.
Regarding the padding: I used columns but now the image items are actually larger then the divider…see the one on the very top.In forum: Virtue ThemeIn reply to: Image menu shortcode
March 15, 2017 at 11:42 am #137012Rather then adding clear and since your adding these like columns. I suggest you change the way your using the shortcodes to wrap them in a row. So like this:
[columns] [img_menu image=http://wordpress.p395839.webspaceconfig.de/wp-content/uploads/2017/03/rosa.png description="54-pcs-set" height="265" link=wordpress.p395839.webspaceconfig.de/contact] [img_menu image=http://wordpress.p395839.webspaceconfig.de/wp-content/uploads/2017/03/rosa.png description="54-pcs-set" height="265" link=wordpress.p395839.webspaceconfig.de/contact] [img_menu image=http://wordpress.p395839.webspaceconfig.de/wp-content/uploads/2017/03/rosa.png description="54-pcs-set" height="265"] [/columns]2. Your css wont’ work with a transition because the image is only there when hover so when you remove the mouse there is no hover and thus no image to fade with. So css like this could work, although I don’t see any reason for using an image if your just wanting a color:
.home-message h5, .home-message h4 { z-index:2; } .home-message:after { content:''; display:block; background: url("http://wordpress.p395839.webspaceconfig.de/wp-content/uploads/2017/03/23.png"); position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; opacity:0; -moz-transition: opacity .6s ease-in-out; -ms-transition: opacity .6s ease-in-out; -o-transition: opacity .6s ease-in-out; transition: opacity .6s ease-in-out; } .home-message { background: transparent !important; } .home-message:hover:after { opacity:1; }Ben
In forum: Virtue ThemeIn reply to: SPLIT content
March 14, 2017 at 5:27 pm #136864You can also just add two columns in pagebuilder and place this class in the left column
kt-animate-fade-in-leftand this class in the right columnkt-animate-fade-in-right.Ben
In forum: Ascend ThemeIn reply to: Image menu items
Ok, i understand.
Unfortunately i can’t make everything 2 columns. So i switched the Tablet layout OFF to get from 3 directly to 1 column.
This works ok on desktop and works well on every window size.But on my daughters Samsung Tab 10 Tablet i still get a tablet layout, meaning 2 columns and the items again jump on the next row, with or without your CSS.
I can’t reproduce the 2 columns layout on my Laptop no mater how i resize the window, so i’m clueless.
Is it possible get 1 column on the tablet in portrait view ?
In forum: Ascend ThemeIn reply to: Image menu items
March 13, 2017 at 6:05 pm #136671Breaking down 3 columns to 2 columns is your issue. There is no “normal” approach to that where they somehow align.
Ben
In forum: Ascend ThemeIn reply to: Image menu items
Sorry Ben, i don’t understand everything you say but mentioning tablet reminded me that i checked the tablet layout in Pagebuilder settings. I taught it is a good thing actually. Unchecking it seems to collapse the 3 columns directly into one and it “solves” the problem.
I still don’t understand how i can use that tablet setting without forcing with css. I didn’t do anything but putting 6 widgets on a 3 column row.
And i sure have no idea how to duplicate any column at 50% …So, only if you can spare the time:
– what is the correct way to place the 6 widgets on a stretched row and still use the tablet layout setting in Pagebuilder, because it is actually nice that it collapses first into 2 columns.Do i have to override with your CSS, or is there a “normal” approach ?
In forum: Ascend ThemeIn reply to: Image menu items
March 13, 2017 at 2:10 pm #136626Your items are in three columns on “tablet” screen those columns are setting a width of 50%. Thus you get what you have. You seem to want the first to columns to fill 50% and the last column to somehow duplicate into to columns at 50%. You can’t do that within settings.
You can always override with css:
@media (max-width: 1024px) and (min-width: 780px){ #pg-136-4 #pgc-136-4-2 { width:100% !important; } #pg-136-4 #pgc-136-4-2 > .widget { width:50% !important; float:left; } }Ben
In forum: Virtue ThemeHi,
I am using the sitewide call to action. However, the area for the button is too small, forcing the button text to wrap on two lines. How do I give the button more space without messing up the other columns on the site?
Take a look here: federalhybrids.com
Thanks!!
In forum: Reply To:In forum: Reply To:yes it’s here http://ecocolour.naturalfabricdyeing.com/start-here/
btw I copied over my footer text to this site but it didn’t change anything so I’ve changed it back. Hannah suggested adding my image in widgets but that only give an option to have columns when I want a full width image. How do I get that original image back please?In forum: Reply To:In forum: Pinnacle ThemeIn reply to: Staff page absolute size
http://www.imarriedthewar.com. There are three columns. Would like to set the column height to max of 400, which is about where they are at now (you’ll see one of the staff blocks has social media and email links. The usual block with excerpt will likely not include these links.
In forum: Virtue ThemeIn reply to: Custom carousel
February 19, 2017 at 3:21 pm #133366The page you linked to is a woocommerce shop page (archive page) you can not use page-builder no that page as it creates all kinds of issues with how woocommerce builds the page. If that is what you were trying to do then this makes sense.
Instead of using a widget just add a shortcode
[carousel type="cat-products" cat="category" items="10" columns="4"]Ben
In forum: Pinnacle ThemeIn reply to: Staff page absolute size
February 19, 2017 at 2:39 pm #133357Best to set a min height. If you post a link I can help with the css. Without seeing your site it’s impossible to know what height to set it to as it would also depend on how many columns you are using.
Ben
In forum: Virtue ThemeIn reply to: Portfolio Items on Home Page
In forum: Pinnacle ThemeIn reply to: how to get same cells height
One potential workaround would be to place a portfolio carousel into the content using a shortcode, like this:
[carousel type=portfolio orderby=date columns=1 items=8 speed=9000 scroll=1]Within the simple box it will look like this:
[kt_box opacity="1" min_height="300" valign="middle"]<p>[carousel type=portfolio orderby=date columns=1 items=8 speed=9000 scroll=1]</p>[/kt_box]Try that and let me know if it works for you.
In forum: Virtue ThemeIn reply to: List all portfolio posts on one page/image question
Hello Tracey,
One option that may work for you is the portfolio post shortcode. Try adding this to a text editor on the page that you’d like the posts to show up and let me know if it works for you:
[portfolio_posts orderby=date excerpt=false columns=3 items=6 height=200 lightbox=true showtypes=true]As for the second question, it looks like this plugin may be what you’re looking for:
https://wordpress.org/plugins/enhanced-media-library/-Kevin
In forum: Virtue ThemeIn reply to: Extra: Split content in three or more …
Sorry, I’m not sure I understand. there is no way to setup the Split Content widget to have 3 columns, but you could use Page Builder for a similar effect.
Try adding a page builder row with 3 columns, and add a Visual Editor to each one. Within the Visual Editor, you can add a Simple Box Widget that has a minimum height with a vertical align set.
Then, add your content to the simple box shortcode and it should display evenly across the page.
You may want to set the row that contains these widgets to Fullwidth Stretched under “Row Layout.”
Let me know if this works for you.
-kevin
In forum: Virtue ThemeIn reply to: Extra: Split content in three or more …
Hey,
So you’re wanting three columns instead of two? There ins’t a built in option for that. I would recommend using page builder and adding three columns with three separate widgets. Or else two columns, one long column using the split content widget and the short column with a text or image widget. Would that work for you?Hannah
-
AuthorSearch Results


