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 'widget area'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Mobile view not working
January 21, 2016 at 10:56 am #77008OK, I see, you have added a sidebar to the page using page builder. Because page builder moves to one column on mobile your added sidebar is above because it’s added in the left column.
Here is what I suggest. Use your real sidebar (the widget area in appernace> widgets) as your left sidebar. You can do this using this css:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }then in page builder add your extra column as the right sidebar and not the left. Then both sidebars will move below your content on mobile.
css can be added in your theme options > advanced settings.
Ben
In forum: Virtue ThemeIn reply to: edit header that's a logo and menu
Sorry, I misunderstood. If you want a horizontal menu it would be easier to use the primary menu as it is already horizontal. Go to Appearance > Menus and enable the primary menu. Then go to Appearance > Widgets and remove the custom menu widget from the header widget area. Then let me know and I’ll give you css to style it.
Hannah
In forum: Virtue ThemeIn reply to: Top Bar Help
Hi Amber,
In Theme Options > Topbar set Enable widget area in right of Topbar to On. Then you can go to Appearance > Widgets and add a visual editor widget to topbar widget area and add whatever content you like. Let me know when this is done and I would be happy to provide css that would place and style it as desired.Hannah
In forum: Virtue ThemeIn reply to: Image size
January 20, 2016 at 7:35 pm #76890Woocommerce has a shortcode for related product, you can place that in your widget area: https://docs.woothemes.com/document/woocommerce-shortcodes/
Else I don’t know of a plugin but you can ask woocommerce.
Ben
In forum: Virtue ThemeIn reply to: Replacing WP search with Google Site Search
January 20, 2016 at 5:44 pm #76848In your theme options > topbar settings turn off the search and enable the topbar widget area. Then add your widget into the topbar widget area.
Ben
In forum: Virtue ThemeIn reply to: Sensei Help
January 20, 2016 at 2:50 pm #76770Hey 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
In forum: Virtue ThemeJanuary 20, 2016 at 2:15 pm #76765Hey,
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 ThemeIn reply to: Search Box in between icon menu & featured products
Hey! You should be able to do that through the “page builder” options that you’ll find on the page edit screen. You’ll want to enable a row, and place a Search widget on that row.
then you’ll need to go to Theme Options >Home Layout >and place “page content” on the enabled area, wherever you’d like that search to appear.
Enabling the Page Content will allow you to do edits through the home layout page as well as the edit page area.Hope that helps!
In forum: Virtue ThemeTopic: Logo div – smaller
In forum: Virtue ThemeIn reply to: align right coroner Virtue social widget
Hi Hannah ,Hi Ben,
Thank you so much for your help and support, i really appreciate it.
I m in the process of completing the home page need final touch ups
1.How to increase space(padding) between “elegance that never fades” and “Luxurious elegant floral design,Vancouver”
2.Gap need to increase between bottom end ( bottom end padding) of “Awards” section and beginning of topic “Featured” logos section ( after the line as you can see there is a gray line)
3. the gap between logos of the “Featured” section need to reduce , at the moment as you can see its bit more between logos.(for this section i m using home widget area with visual editor )
4. padding between the topics(such as “Awards”, ” Featured” ) and its contents padding (the contents below the title) need to reduce ( as a example good gap between featured videos topic and its content gap)
5.how to make Hover color need orange to gray color
6. As you can see there is are six pictures on the bottom of “Luxurious elegant floral design,Vancouver” where i used as a sort of menu by using Portfolio Carousel , when we move the cursor over those pics the Titles show up ( as an example when hove over the picture we can see the titles like”weeding” or “x-mas” or valentines” etc) so the requirement is need the css code to SHOW those TITLES ON THE IMAGES without Hoovering , which means need to see the topics of the picture without any hoovering effect.there is a general issue , when i open the webpage on some of the browsers other than my computer , the images on the “Portfolio Carousel” as you can see the six pictures after the slider images overlaps ( overlaps between each images ), it happens for chrome , Firefox and Explorer, ( i m using windows 10 and chrome works for me fine), is their solution for that.
thanks a lot for the grate and wonderful help , just want to know is their any way that i can send you donation for the wonderful help you have given so far , please let me know. waiting for favorable response, thank you in advance for your support.
Panduka.In forum: Virtue ThemeJanuary 19, 2016 at 2:24 am #76392Hello, 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!!
SusanIn forum: Virtue ThemeIn reply to: align right coroner Virtue social widget
January 18, 2016 at 8:25 am #76238Hey,
So it would be best if you can remove this css:@media (min-width: 400px) { .home .tcol-md-25.tcol-sm-3.tcol-xs-4.tcol-ss-6.all.cat-b.p-item { width: 40%; } .home .kad_portfolio_fade_in { float: right; } }and that doesn’t really make sense for the layout. Can you remove that.
Then just add this and I think you will get what you want:
@media (min-width: 767px) { .home-portfolio.clearfix .cat-b.p-item { width: 50%; } }2. You can add a title using another empty widget like a text widget in your home widget area.
I would suggest using a gallery with custom links. You can add links using this plugin: https://wordpress.org/plugins/wp-gallery-custom-links/Ben
In forum: Virtue ThemeIn reply to: align right coroner Virtue social widget
Hey,
Sorry for the delay! Thanks for the kind words and for recommending our theme! We truly appreciate it.1. I played around with this for quite some time and couldn’t come up with the right css to make it work. I will make sure the theme developer looks into this. Thanks for your patience!
2. There isn’t a built in option to turn off the auto play within the home layout options. I would suggest using a shortcode like this:
[custom_carousel columns=4 speed=9000 scroll=1] [carousel_item columns=4] Item 01 - Add your info here [/carousel_item] [carousel_item columns=4] Item 02 - Add your info here [/carousel_item] [carousel_item columns=4] Item 03 - Add your info here [/carousel_item] [carousel_item columns=4] Item 04 - Add your info here [/carousel_item] [/custom_carousel]You could just paste that into a visual editor widget within the home widget area.
3.
#containerfooter h3 { text-align: center; border-right: 1px solid; }Hope that helps!
HannahIn forum: Virtue ThemeWhen I try to change the order of the enabled items on the Home Layout panel, I get:
“There was a problem with your action. Please try again or reload the page.”
The enabled items are:
Page Content
Featured Products
Home Widget Area
Latest Blog PostsIt’s at http://www.guidedimagerydownloads.com
Have you any idea what the problem might be or how to fix?
In forum: Pinnacle ThemeIn reply to: Portfolio items on homepage
In forum: Pinnacle ThemeIn reply to: adding social media icons
In order to do this, you’ll need to go into Theme Options >Top Bar Settings > and select “Enable widget area in left of Topbar?” to be on.
Then, in Appearance >Widgets, you’ll want to assign “Pinnacle: Social Links” to your top bar widget area.
Hope that helps!
In forum: Pinnacle ThemeIn reply to: adding social media icons
In forum: Virtue ThemeIn reply to: embed video in post
All of those options can be found when you add a new post, right below the main content area of the post. There should be an area labeled “Standard Post Options,” here is where all the options are. When you place the video in the header, your post will look like this:
http://themes.kadencethemes.com/virtue-premium/youtube-video-post/
Or are you wanting to display the video in the sidebar of the post? That will be more complicated and you’ll have to create a specific sidebar for each post containing a widget with the embedded video. I have never done that but if it’s what you’re wanting then I’ll walk you through it.
In forum: Virtue ThemeIn reply to: Link to custom tab and hide heading in the tab
Hi Oystein,
So sorry for the delay!!
1. I think I’m following. The only way to do something like this would be through custom javascript that overrode into the woocommerce tabs. You would need to make links like this:
<a class="linktotab" href="#kad_custom_tab_01">Link to Custom Tab</a>
note that class is important.
Next add js like this in your footer widget area in a text widget:
``2. You can add this to your custom css box in Theme Options > Advanced Settings:
#content div.product .woocommerce-tabs .panel h2 { display: none; }Hope that helps!
HannahIn forum: Virtue ThemeIn reply to: embed video in post
Thank you Kevin, but I don’t see the “if video post” area, or “head content” in the edit post page.
Should I be using the Post Meta Video Widget?Please note, these posts are in the sidebar, not under the page header.
Here’s a link to the site-thanks so much!
http://www.falconconsultinggroup.com/the-falcon-consulting-groups-managing-partner-thomas-raftery-appeared-on-nbc10-philadelphia-to-discuss-issues-related-to-1-2-billion-powerball/ -
AuthorSearch Results


