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 'Page'
-
AuthorSearch Results
-
In forum: Virtue ThemeJune 22, 2016 at 5:24 pm #100257
no license key should be the same. Can you send me a temp login I can take a look at your page.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeTopic: Structured Data-Google
Hello Folks,
I was submitting a new sitemap and checking my Google Analytics. Under the Search Console, I have errors that seem to be related to the ‘hcard” for all of my pages. I’m figuring it is coming from the header and/or footer on each page, where I have this info, which is the Vcard. Below is the info from the Google Search Console/Structured Data Markup. Just curious what your thoughts are.Link:
*Login to see linkThanks
hcard
itemtype:
*Login to see link
tel
itemtype:
*Login to see link
value:
847.304.0616
hcard
itemtype:
*Login to see link
tel
itemtype:
*Login to see link
value:
847.304.0616
email
itemtype:
*Login to see link
value:
[email protected]In forum: Virtue ThemeIn reply to: woocommerce variable product details won't commit
This reply has been marked as private.June 22, 2016 at 2:49 pm #100243In forum: Pinnacle ThemeIn reply to: Background Image size in mobile view
June 22, 2016 at 2:42 pm #100241https://www.kadencewp.com/chrome-inspect-tool/
See above. You can see what the pagebuilder row ids are.
Ben
In forum: Pinnacle ThemeIn reply to: how to make items equal size
In forum: Virtue ThemeIn reply to: Sticky header in the way
June 22, 2016 at 2:36 pm #100238In your theme options > theme extensions. Enable the header footer scripts. then reload the page.
In your footer scripts add this :
<script type="text/javascript"> jQuery(window).load(function () {jQuery.localScroll.hash({offset: -90});}); </script>In forum: Virtue ThemeIn reply to: Top Bar setting – Theme Option issue
June 22, 2016 at 2:19 pm #100235add however many icons you want. click save at the bottom then refresh your page.
I’ll look into forcing yith to play nice.
Ben
In forum: Pinnacle ThemeIn reply to: Blog Posts out of order
Awesome!, it fixed the homepage, the items are in order and aligned too.
It doesn’t seem to work for the blog page though, is there a different code needed for that?http://shoottheplanet.net/category/blog/
Thanks Ben!,
~IndigoIn forum: Virtue ThemeJune 22, 2016 at 2:15 pm #100233So using the built in portfolio types you can assign more then one type per post.
My point being you can create teh page you have now for portfolio using the theme portfolio shortcodes and creating types for each year then assigning each post to whatever years you want.
Adding another level of filter on top of that is where you get into a lot of coding especially since you’ve output four loops some with the same post.
Ben
In forum: Pinnacle ThemeIn reply to: spacing
In your case, I think it would be best to reduce the height of the image that you uploaded. The reason there is so much space is because of the height of the image, so there isn’t really a good CSS option to reduce it.
You can use this CSS to decrease the size of the image, but you’ll notice that the text shrinks as well:
.kad_img_upload_widget img { max-height: 200px; }Another option would be to use a Call to Action widget in Page Builder and type the text in. You’d have to style it to be the correct font with some CSS, but then it would behave responsively.
If I were you I’d crop some of the height off of the image and re-upload it.
Hope that helps!
In forum: Virtue ThemeIn reply to: Background image / color for different web pages…
In forum: Pinnacle ThemeIn reply to: Background Image size in mobile view
In forum: Virtue ThemeIn reply to: Ho wto turn off side bar of the search result page ?
I don’t believe that the home page link that’s showing up has to do with the code that I gave you. Even when I remove the CSS it still shows up. I believe this is due to there being instances of those search terms on the home page. Searching for a term like “acrylic” doesn’t pull up the home page.
And the images are displaying at different sizes because the images themselves are smaller. See here:
Small Image-http://alpha3x.com/wp-content/uploads/2016/06/150×150-BP01.jpg
Larger Image-http://alpha3x.com/wp-content/uploads/2016/06/500×500-33.jpg
You can fix that by uploading images that are all the same size for your pictures.
Hopefully this is helpful!
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: Background Image size in mobile view
June 22, 2016 at 11:19 am #100205Hey, so that code is page specific.
so for your new page:
@media (max-width: 768px){ #pg-1090-0 .panel-grid-cell .kt-simple-box { min-height:300px !important; } }Ben
PS. did you try the split content widget?
In forum: Pinnacle ThemeIn reply to: Mobile Menu Language Switcher WPML Center Logo
June 22, 2016 at 11:02 am #100203Hey,
“do not wrap me into the mobile menu” is not how the mobile menu works. Things are not “wrapped” they either are in the mobile menu or not you can’t pull something out. So to be clear you don’t have to add the “buy now” in your mobile menu but you can’t add it there and expect it or force it to show up somewhere else on the page. It’s in our not.So think of buy now as it’s own thing. What your wanting isn’t something the theme really supposts so this isn’t really something theme support does. But in attempt to be really helpful for you I brainstormed for some css solution.
Here is what I came up with.. But I must stay I still disagree that this looks good on mobile, it’s fine for tablets but on a smaller mobile screens I think it’s too much.
@media (max-width: 992px){ .kad-header-menu-left { display: block; position: absolute; right: 80px; width: 150px; padding: 0; z-index: 1000; } .kad-header-menu-left .kad-primary-nav ul.sf-menu { display:block; } .kad-header-style-basic.kad-header-center-logo .kad-header-menu-left .kad-primary-nav ul.sf-menu>li { width:100%; } .kad-header-menu-left .kad-primary-nav ul.sf-menu>li { display: none; } .kad-header-menu-left .kad-primary-nav ul.sf-menu>li.menu-buy-now { display: block; } .kad-header-style-basic #logo { max-width: 40%; } }I’m confused about this:
“Except that I would like to have the topbar menu from the kad-topbar-left to kad-topbar-right. Please advice with a function for the function.php”are you wanting the topbar menu to be on the left of topbar? is that what that means? Please confirm.
I do have a suggestion for the topbar through:
@media (max-width: 992px){ .kad-topbar-right { width: 100%; } #topbar ul.sf-menu > li > a { font-size: 12px !important; } #topbar ul.sf-menu li { min-width: 0; } #topbar #mobile-nav-trigger { display:none; } #topbar .sf-menu.topbmenu ul { min-width: 180px; right: 0; left: auto; } }Ben
In forum: Pinnacle ThemeIn reply to: Change font size
In forum: Virtue ThemeIn reply to: adjust image in Parrallax
How did you add this? Is it a call to action via Theme Options> Home Layout? Or did you create it via page builder?
It’s a bit hard to write the CSS when I can’t see the site, so again, if you can post a link that works best.
I used this CSS on my site to move that text up, but I can’t promise that it will work on your site without a link.
.panel-grid-cell .widget_virtue_calltoaction_widget { padding-bottom: 30px; margin-top: -40px; }Place it into Theme Options> Advanced Settings and let me know if it helps. If not, then I need a link to get it right.
Thanks!
In forum: Virtue ThemeIn reply to: Background image / color for different web pages…
-
AuthorSearch Results


