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 'site'
-
AuthorSearch Results
-
In forum: Virtue ThemeIn forum: Pinnacle Theme
In reply to: Formatting Pinnacle Gallery
April 25, 2018 at 9:51 am #188495ok, so a custom zoom on windows not through the browser. That could make sense why layouts would break, I would guess if you browsed around enough you would see broken layouts on other sites. The width is percentage based and when the browser can’t correctly figure the percentage because of zoom it would effect anywhere that had percentages.
Add this into your theme options custom css I bet it fixes it:
@media (min-width: 992px){ .tcol-md-4 { width: 33.32%; } } @media (min-width: 1200px){ .tcol-lg-4 { width: 33.32%; } }Ben
In forum: Virtue ThemeIn reply to: Limiting bottom of picture/length code
Hey,
Here’s some CSS that will make the product titles equal height:
.product_item .product_details h5 { min-height: 60px; }For the images though, I strongly suggest using larger ones that are at least the same or similar dimensions. These photos are much too small to display well:
https://austin-sol.seatpotato.shop/wp-content/uploads/2018/04/Doritos_Cool_Ranch_3.pngSo if you can, I really suggest getting larger versions of them on your site. If that’s not possible, I should be able to give you some CSS.
-Kevin
In forum: Pinnacle ThemeIn reply to: Formatting Pinnacle Gallery
In forum: Ascend ThemeIn reply to: Customize the tabs Design
April 24, 2018 at 11:19 pm #188460Hey,
This isn’t an option and again it shouldn’t be done because it’s outside of what tabs are designed and supposed to do.Personally, I want to suggest that I think you would be so better off using a normal header and menu and making your site faster if you’re worried about clicking back and forth. Then you can easily style and set up a sticky header.
Placing all of your content into tabs is really not how you are supposed to build a site for usability and SEO reasons. Tabs inside of tabs are even worse for user accessibility because your users will never know what is there unless they click through all of your tabs. Normal users don’t click through all tabs, because normal websites use the header for navigation many people never click on tabs and only focus on whats in your header and menu if they are looking for something specific.
Ok, I feel better for having warned you, again this is your site so do whatever pleases you. I just can’t offer things without giving warning.
A fixed nav requires javascript if you are going to have it be stuck only when the user scrolls then un-stuck when the user is at the top of your page. So you can’t do this with css alone. It’s way outside theme support to create and support this kind of function so I can’t offer that but I can point you in the right direction if you know how to work with javascript or are working with a developer who knows how to work with javascript then it should be easy to tweek. You are going to need something along these lines
<script> jQuery(document).ready(function ($) { $('#panel-235-1-0-0 > .kadence-tabs-container > .kt-tabs').sticky({topSpacing:35, zIndex:1000}); }); </script>The top spacing will need to change based on if you are logged in an the admin bar is showing or not. Past that, once the javascript comes into play there may need to be some css tweaks but you can’t know what until it’s added.
Ben
In forum: Virtue ThemeIn reply to: Menu not showing on mobile
April 24, 2018 at 11:01 pm #188458Hey,
Glad you got it worked out. Just so you know if you need to post a screen shot you can upload your image to a site like this: http://postimages.org/Then post a link to that uploaded image.
Ben
In forum: Ascend ThemeIn reply to: Customize the tabs Design
You are right Ben. It wont be safe so I wont use it on my site.
I am trying to fix the entire tabs panel on the top of the page as a user scrolls down the page. I tried to use the following code.
.kadence-tabs-container > .kt-tabs {
position:fixed;
}But this code fixes only a part of the entire panel. Moreover, items remain fixed on the middle of the screen as I scrolled down.
Please advise
In forum: Virtue ThemeHi,
I write you becouse, about 18 hours ago, in every page of my website appeared a strange permalink.
I leave you link: *Login to see link
As you can see there in shop page, product page, home, etc.. there is this extension: ?v=2768bca59842
Maybe is due to a bad plugin that I have deleted but the permalink is still on.
Where I can cancel this?
Thank YouIn forum: Membership ForumsApril 24, 2018 at 4:42 pm #188434Hi K-team, this is first time for me building a WooCommerce using Kadence WooTemplates, and using Pagebuilder inside of Woocommerce, and I’m either missing something really basic, or I’m way off course. I’ve watched the vids and still can’t figure out what up.
Brand new site. Just getting a proof of concept woo install going.
I built a new template in WooTemplate (named wood boxes) using PageBuilder and some Woo Widgets (Woo Product: Gallery, Title, Short Description, Price, Add to Cart, etc.) Saved. Thought it strange that when you open the widgets, you get no options, other than basic styling of the container. Figured it happens at the page level.
Then I created a new Product, using the new template.
Under Product Template: select ‘wood boxes’
Add product name and save/publishAt this point if I go to the public product page, it displays with just the title, as expected.
Return to edit the product:
Pagebuilder: select Layouts > Clone: Woo Product Template > wood boxes > Insert > Replace CurrentThe template is added to pagebuilder, and looks just like it did when I created it. Save and view the public product and the public page refuses to load – I get a blank white page with zero content.
Also, I’m curious as to the behavior of the Woo widgets I’m using inside PageBuilder. The fact you can’t actually do anything inside them is odd. Are mine behaving properly, or do I have a conflict? I created a 2nd product, for instance, without using the WooTemplates, but I did use Pagebuilder inside the product page, and that product does display, but not all of the widgets I loaded in have options available on the product page. I set the template to use the Product’s Pagebuilder.
Sorry, I’m all over the place, but this feels so promising, and I’m getting nowhere. 🙂
Thanks!
ChrisIn forum: Ascend ThemeIn reply to: Header widget top spacing
In forum: Ascend ThemeIn reply to: Weird Search Issue
April 24, 2018 at 1:14 pm #188403The update has been out for a while. I pushed it out the day I said I would.
Your developer seems to be disregarding that some searches worked. If you look at your searches now they are showing a whole sidebar widget area below the footer.
I know what I’m talking about and I know that it was a direct conflict with sensei. I’m happy to resolve that for you. You don’t need to get your developers help.
I suggest you remove whatever your developer added in the child theme.
If you are having trouble with the search and you are using the latest version then send me a login to your site.
Ben
In forum: Reply To:April 24, 2018 at 12:57 pm #188400Hey,
Just to confirm you copied that script from here and not a notification email. An email would sanitize and break the code.Can you send me a login to your site using Set as private reply so I can take a look and see whats going on with it added?
Ben
In forum: Virtue ThemeIn reply to: shopify
April 24, 2018 at 12:50 pm #188397Hey,
I was under the impression that plugin was discontinued: https://wptavern.com/shopify-discontinues-its-official-plugin-for-wordpressAnd I just wanted to be clear that your shop and everything features wise that runs the shop still has to be done on Shopify’s platform which is not WordPress. Linking to that platform from a WordPress site shouldn’t create any issues with the theme.
Ben
In forum: Ascend ThemeHi
– I would like to centrate my one column Kadence Price table. (thaqt doesn’t work in the normal fashion)Thanks in advance!
Martijn
The page I need help with: *Login to see link
In forum: Ascend ThemeIn reply to: Customization of Tab Style One
In forum: Ascend ThemeIn reply to: Export Settings
In forum: Ascend ThemeTopic: Image width
Hi,
on this site: *Login to see link
every page starts with an image or a slider. Today i saw the site on a 2 meter wide 4k Monitor and noticed that on pages that start with an image, the start image does not expand to 100%, but leaves a white space to the right. I can replicate this at home by dragging the browser window wider than my main HD monitor (i have a 2 monitor setup that allows me to expand to the second monitor). When i go wider then 1920px, the images do not stretch but leave white space to the right. The sliders are perfect.The image and sliders are inserted like this in the first row of every page:
– for image (*Login to see link
<div class="wrap_header">
<img src="*Login to see link />
<div class="arrow"></div>
</div>– for slider (*Login to see link
<div class="wrap_header">[kadence_slider_pro id="1"]
<div class="arrow"></div>
</div>and the div is styled:
.wrap_header {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
margin: 0px;
}The row in PageBuilder is wide stretched for all.
How can i make the images expand like the slider does?Thank you,
B.AndersIn forum: Ascend ThemeIn reply to: Customization of Tab Style One
In forum: Virtue ThemeIn reply to: button distance
In forum: Reply To: -
AuthorSearch Results


