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: Membership Forums
In reply to: Kadence Slider Pro – in mobile, pad and desktop view
In forum: Pinnacle ThemeIn reply to: Announcement Bar?
December 11, 2017 at 4:11 pm #171571You can use the topbar option in the theme. enable it through your theme options then enabled the topbar widget area and you can add a text widget to the topbar.
Ben
In forum: Virtue ThemeIn reply to: Facebook Like Placement
Another option would be to enable the home widget area and then add it into a text widget in Appearance> Widgets.
If you’re trying to add this to all pages on your site, perhaps one option would be to go to Theme Options> Footer Settings, and
Use Sitewide Footer Call to Action.Then, maybe you could add the shortcode option, and the like button would show up on all pages.
Let me know if that works.
-Kevin
In forum: Virtue ThemeHey,
1. To my knowledge, there isn’t an option to add an iframe code to the kadence slider, but you could add a link to your facebook page?2. You could try adding it to a text widget within your home widget area (appearance > widgets). Or else a plugin like this may be helpful for you- https://wordpress.org/plugins/simple-facebook-twitter-widget/
Hannah
In forum: Ascend ThemeTopic: Adsense
How do I add Google Adsense to the header please? Which widget can I use for the code? I have the menu setup with log in middle, a widget area each side of this and the menu underneath.
*Login to see link site/
In forum: Ascend ThemeIn reply to: EXTRA in header setting
In forum: Ascend ThemeIn reply to: EXTRA in header setting
In forum: Reply To:Cleared cache, and then it was working on the home page.
But then I was looking at the database page, where I added form html in the same editor widget, and it wasn’t working. So as a test I added the form html to the homepage widget, and now the scroll on the drop down menu isn’t working there either.
As a test I copied it all into the custom html widget, but still not working. But by usiing that widget, it showed that there are 10 errors in the html. I just don’t know how to fix them!
http://107.180.68.121/NERevalUpdate/wp-content/uploads/2017/12/Screenshot-2017-12-06-17.13.59.pngHere’s the total html for both the scrolling drop down menu and the sign in area:
<h4><span style=”color: #ff0000;”>Access the Online DataBase</span></h4>
<div class=”dropdown”><button class=”dropbtn”>Click a City/Town name</button>
<div id=”myDropdown” class=”dropdown-content”>Attleboro
Barrington
Bristol
Attleboro
Barrington
Bristol
Attleboro
Barrington
Bristol
Attleboro
Barrington
Bristol</div>
</div><h4><span style=”color: #ff0000;”>Appointment Book</span></h4>
<input type=’checkbox’ id=’form-switch’/>
<form id=’login-form’ action=”” method=’post’>
<input type=”text” placeholder=”Username” required/>
<input type=”password” placeholder=”Password” required/>
<button type=’submit’>Submit</button>
<label for=’form-switch’><span></span></label>
</form>
<form id=’register-form’ action=”” method=’post’>
<input type=”text” placeholder=”Username” required/>
<input type=”email” placeholder=”Email” required/>
<input type=”password” placeholder=”Password” required/>
<input type=”password” placeholder=”Re Password” required/>
<button type=’submit’>Register</button>
<label for=’form-switch’>Already Member ? Sign In Now..</label>
</form>I’m so sorry to be such a time-hog today.
CarrieIn forum: Ascend ThemeIn reply to: Frustrated with Image / layout adjustments
December 5, 2017 at 6:29 pm #170850Lets talk about this image to start:

How would you like this to look on a screen that size? What are you imagining the layout should do? Are you wanting it to drop into different rows? Part of building a responsive site designing with different screen sizes in mind.
Here is a custom option that would decrease all your fixed sizes for that page.
@media (min-width: 780px) and (max-width:1600px){ #pl-65 .image_menu_item_link .image_menu_message h4 { font-size: 14px !important; } #pl-65 .image_menu_item_link .image_menu-bg-item { height: 200px !important; } #pl-65 .kadence_imgmenu_widget { margin: 0 -10px; } }Another option would be for you to switch to a mobile header sooner:
@media (max-width: 1400px) { .kad-header-position-left #wrapper { padding-left: 0; } #kad-vertical-menu { display: none; } #kad-mobile-banner { display: block; height: auto; } }Regardless the biggest issue I see on the page is that your word testimonials is large and long and by default, wordpress won’t break words in half so it’s getting cut off very quickly on any normal screen size. ONly if you are on a very large screen does it not get cut off. So to me that just means you need to either decrease the font size or change how large that column is that your placing the word into.
Next this image:

You are using the split content widget and you are setting the image side to “Cover” which makes the image fill the space as a background. Backgrounds shouldn’t have content and when they are filling to cover they will expand to cover any given area.
See here for some information: https://www.kadencewp.com/background-image-sizing/
I suggest you just change that setting to not cover but to place the image so that all your of your image will always show and you won’t get any part cut off.
Ben
In forum: Virtue ThemeIn reply to: Hide footer sitewide c2a
In forum: Virtue ThemeIn reply to: Primary Sidebar not showing widgets and content
In forum: Ascend ThemeIn reply to: Center content on button?
December 1, 2017 at 12:43 pm #170453Hey,
li.menu-widget-area-kt .btn { display:inline-block; }That would place it beside the text.
In forum: Ascend ThemeIn reply to: Center content on button?
This CSS should center the text:
li.menu-widget-area-kt .btn { text-align: center; }And this CSS should shift the widget area to the left a bit:
.kad-right-header.kt-header-flex-item { margin-right: 40px; }Try adding the CSS to Theme Options> Custom CSS, and let me know if it works for you.
-Kevin
In forum: Ascend ThemeIn reply to: Center content on button?
In forum: Virtue ThemeIn reply to: Button Shortcode is sick
November 30, 2017 at 2:03 pm #170307The px solved the border issues (so from now on I will take your examples literally).
The button looks fine in the short description area. However,
When I put the same code into the description area of a Virtue Info Box widget using Page Builder, the button does not come out the same. The icon and the text are reversed and the spacing is not equidistant from the icon/text to the edge of the button.See buttons here https://easyecoclean.com/product/easy-eco-eraser/
See Product Short Description area
Also, see First row of product info tab for code within Widget.Cynthia
In forum: Virtue ThemeIn reply to: Language switcher in main navigation menu
In forum: Ascend ThemeHi
I’ve just added a carousel to my Home Widget Area and it is working fine apart from the fact that, on first page load or page refresh, for a split second larger versions of the images included in the carousel appear on the page, before being resized to fit within the carousel; this looks a little ugly. Is there a way for you to hide this part of the loading process?
Many thanks
Liam
In forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Pinnacle ThemeHi
after updating to 2.0.9 I have a problem with this site *Login to see link I set on the home page layout the home widget area, but when I try to add a carousel to the home widget area it first appears in the widget place. Then it starts like saving but doesn’t save and in frontend there’s nothing at all. I reopen the home widget area and the carousel is disappeared the placeholder is empty. -
AuthorSearch Results


