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: Portfolio with product category
December 1, 2015 at 11:18 am #69245Hey,
1. The home page content is the page content for the page you set as the font page in your settings > reading.The home widget area is a widget area you can add content to in you appearance > widgets page. You can simply add a text widget to that widget area.
2. You would copy that link and use it in the home page custom carousel (if you wanting to have a carousel). You would paste that link into the link box.
Ben
In forum: Virtue ThemeIn reply to: Portfolio with product category
Hey,
No problem for the categories. I just assign images to them.
“You can add in the home page content or in the home page widget area through a text widget.” –> But I don’t see where to add the shortcode ? I looked in the Theme Options Admin Page. There in the “Home Page” I can see (the last item) “Content Home Page Options” (or something like that / it is a translation for me) but there is no mean to add a shortcode ; it seems that this item is for posts ! I can’t no more see the home page widget area. Is it in a sidebar ? I have chosen not to use a sidebar. And anyway I want to create a grid of products category in the center of the main page.
“If your wanting to find the link just got to products > categories in your admin and click view. Then copy the url in your browser.”–> If I go in the category page and click on a specific category I can’t see any url link ! What do I do with this link then ?
Sorry I just begin and some (many !) points are not so clear for me still 🙁
Thank you very much for your help…and patience.
Gerard
In forum: Virtue ThemeIn reply to: Portfolio with product category
November 30, 2015 at 4:52 pm #69091Hey,
1. The shortcode is shown on the link I posted so I thought you would have seen it: http://themes.kadencethemes.com/virtue-premium/product-categories-grid-2/[product_categories number="12" parent="0" columns="3"]You can add in the home page content or in the home page widget area through a text widget.
2. Category pages are built once you add categories in your woocommerce product options.
See here for example: http://themes.kadencethemes.com/virtue-premium/product-category/apparel/
You just need to add a categories and assign images for those categories.
If your wanting to find the link just got to products > categories in your admin and click view. Then copy the url in your browser.
Ben
In forum: Pinnacle ThemeIn reply to: Adjusting Page/Post Layout
November 30, 2015 at 2:16 pm #69059Hey
1. You can’t do that with template content that is pulled in from the template you choose. And items like related posts are comments are built into the template..What it sounds like you would want is just to place the content your adding into the bottom of every page. Which you can do by using the theme options > footer options. There you can add a shortcode that is placed right above the start of the footer.
So I suggest installing this plugin: https://wordpress.org/plugins/widgets-on-pages/
That will create a widget area for you that you can control with a shortcode. So you drop the shortcode into the theme options and then add your content into the widget area using a pagebuilder layout widget.Ben
In forum: Virtue ThemeIn reply to: Archive grid on home page
Hey Eolica,
You could use a shortcode like this-[blog_posts items="12" columns="3" cat="photo"]
If you want it on the homepage you could enable the home widget area from Theme Options > Home Layout then paste the shortcode in a visual editor widget from Appearance > Widgets.
Hope that helps!Hannah
In forum: Pinnacle ThemeIn reply to: Staff section for the homepage layout?
In forum: Virtue ThemeIn reply to: can't link search widget to Icon in topbar
November 28, 2015 at 9:57 am #68782Hey,
So since you want the two items next to each other and all the way to the right in there side of the topbar widget area. I suggest not using pagebuilder. Just add your two widgets into the topbar widget area. Then once thats done post here and I can help you set them next to each other and right in your widget area.Ben
In forum: Virtue ThemeNovember 27, 2015 at 10:19 am #68655The area to the right of your logo (where you have the slider) is your header widget area.
All the space from the end of the logo to the right is the header widget area. If you wanted to add more beside the slider then you would add a widget into the header widget area and use a little css to float it beside the slider.
Ben
In forum: Virtue ThemeI have a Top Bar with widgets.
Below which I display my logo and a SiteOrgin Slider in the Header Widget Area.
Below the logo and SiteOrgin Slider I have a product carousel.
Along the right side staring below the Header Widget Area I have my menu in the Primary Sidebar.
In the Homepage Layout Manager I only have “Best Selling Products” and “Page Content” enabled. I enabled the “Home Widget Area” that just pushed my carousel down.
How do I access the area to the right of my logo and SiteOrigin Slider and above my menu?
Thanks!
http://www.BirdFeet.Net, CraigM
In forum: Virtue ThemeIn reply to: Add image to widget titles
In forum: Virtue ThemeTopic: Spacing help
Hi again,
I hate to ask, but I need help with two small spacing issues that are driving me crazy. I know just enough css to be dangerous and can’t get this to do what I want it to. The domain is http://www.parkersgreenscapes.com. Here are my problems:
1. If you click on the Services tab, you will notice there is a bit of padding above the slider. I want to get rid of that so that it lines up with the green line in the background as it does perfectly on the Home page….and
2. In my footer area, how can I get rid of a little bit of the space above my footer widgets? I obviously want a little space, but not as much as is there now. So just how to reduce the padding or whatever above “Contact Information”, “Service Area”, and “Pages”.Thank you so much! You very well might save a person from going crazy.
Patty
In forum: Virtue ThemeIn reply to: Problem in admin when upgrading to premium
November 23, 2015 at 5:19 pm #68128Hey,
Yes you need to have the premium theme activated.widgets are saved on a theme by theme basis so when you activate the premium theme you would have to go to appearance > widgets and move inactive widgets to the correct areas.
AS for the slider can you post a temp login I’d be happy to take a look.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Add image to widget titles
Hi Hannah,
I added
.widget-title { background-image: url(http://wordpress.memorialsighet.ro/wp-content/uploads/2015/11/widget.png); padding: 10px; }to the testing site http://wordpress.memorialsighet.ro, but it didn’t work. Where I am wrong?
Also, for the image to match the height of the widget title area and to not repeat, is it ok to add this to the code?:
background-size: contain !important; background-repeat: no-repeat !important;Thank you,
Nicolae
In forum: Virtue ThemeIn reply to: Mobile search box below menu
Hey Fredrik,
I would recommend using the header widget area (enabled in Theme Options > Main Settings) and adding the woocommerce search to that from Appearance > Widgets, then using css to only have it display in mobile. So something like this:@media (min-width: 768px) { .headerclass .form-search { display: none; } }That would go in your custom css box in Theme Options > Advanced Settings.
Does that work for you?Hannah
In forum: Virtue ThemeTopic: Add image to widget titles
Hello,
1. Is it possible to add an image to all widget titles? I need it left-aligned. If not possible,
2. Same question for a background of the widget title area (under the title of the widget)? If not possible,
3. Same question for changing the color of the widget title area?
Regards,
Nicolae
In forum: Virtue ThemeIn reply to: google language translator
November 21, 2015 at 11:50 am #67847You can enable the topbar widget area in your theme options > topbar settings and place your translator widget there. Else if you want it in a specific different location other then that area you would need to use a child theme to place the widget into the header where you wanted through the template files.
It’s also possible that there is a translator plugin that allow you to add as a menu item but I’m not aware of one.
Ben
In forum: Virtue ThemeIn reply to: Received Fatal Error
November 21, 2015 at 11:47 am #67846Hey,
1. By width of the blog are you wanting your page width to be less in general?go to theme options > misc settings and set the max width of 940 to on. Tell me if thats what your thinking.
2. In your theme options > topbar settings you can enabled a widget area in the topbar. Then you can add a logo widget into that area.
3. In your theme options > main settings you can enable fourth option in your “logo layout” which enables a widget area in the header.
You can add this css to make the widget area fullwidth by placing this css into your theme options > advanced settings.
.kad-header-left { display: none; } .kad-header-widget { width: 100%; }Then you can add a slider to the header widget area on your widgets page.
Ben
In forum: Pinnacle ThemeIn reply to: Shop page title background
In forum: Virtue ThemeNovember 19, 2015 at 5:40 pm #67633Hello!
I am already completing the main structure of the site and created a custom menu with links for english and french in the primary navigation area. I am working with page builder and customizing the widget area for my front page.
the french site will be: *Login to see link
I am wondering how to make a duplicate front page – this one all in french…
Can there be 2 front pages- or do I have to make a submenu of the front page?
Thanks
-
AuthorSearch Results


