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: Pinnacle Theme
Topic: Product Category Title
In forum: Pinnacle ThemeApril 15, 2016 at 1:39 pm #90941Ok… I’m not getting this. I looked where I told you to look settings > reading… You have a big red error saying you haven’t translated the page you set as the front page.
Let’s start there. Please make a translation for the front page. Then clear your cache and try.
Ben
In forum: Pinnacle ThemeHi,
I am trying to use a light grey background colour for my sidebar menu in the blog page and also a header image only in the blog. I have tryed with all the CSS code appearing here to solve both issues, but nothing happens. My site is in maintenance mode but I could give access to help me to solve both issues.Regards,
In forum: Pinnacle ThemeIn reply to: Products only appear on page two
April 15, 2016 at 1:26 pm #90933I’m confused… The filter is not designed for a site that has more the one page of products. So I’m suggesting you not use it because it’s not meant to be used in teh way you are using it. It’s not a menu for categories. If you want to show your entire shop on the page that’s fine but I would strongly consider what that would do for loading time.
Ben
In forum: Virtue ThemeTopic: align image on page
I’m wanting my small images (ex. Oil Can Test) image to left align with the Durability text aboce it… How do I do that? *Login to see link
In forum: Virtue ThemeIn reply to: Side bar
April 15, 2016 at 1:01 pm #90922Once you choose the sidebar template save the page.. Then you will see the settings.
Ben
In forum: Pinnacle ThemeIn reply to: Add background color to icon menu on home page?
In forum: Virtue ThemeIn reply to: Problem with homepage layout manager
April 15, 2016 at 12:43 pm #90914Hey,
Looks like you’ve set the home page to be the woocommerce shop page. By doing that you are overriding the themes home page control. Woocommerce is setting what shows not the theme.You can add a slider to your shop page in the shop page settings of the theme options but you can’t use the normal home layout manager because that is being overridden.
Does that make sense?
Ben
In forum: Virtue ThemeApril 15, 2016 at 12:32 pm #90910Hey,
That script isn’t from the theme. The theme doesn’t edit the checkout page in output from woocommerce. So I’m not sure what that all is.. Maybe if you can post a link I’ll understand better?
Have you first tried deactivating all your plugins?Ben
In forum: Virtue ThemeIn reply to: Anchors won't hold…
April 15, 2016 at 12:18 pm #909051.
The link on the same page is unaffected. It jumps (without scroll) to the wrong position.
If you’re adding a link not in the main menu then you would need to change the JS the first line of JS for example this part:
jQuery('#nav-main').localScroll({offset: -90});to this:
jQuery('body').localScroll({offset: -90});2. Yeah this is part of calling open a pane directly, it messes with the whole parent structure of hte code… here is a workaround you can replace your code with this:
<script type="text/javascript"> jQuery(document).ready(function ($) { if ($('#accordionname1').length) { if (location.hash){ if($(location.hash).hasClass('in') ) { } else { $('#accordionname1 .in').parent('.panel-default').find('.accordion-toggle').addClass('collapsed'); $('#accordionname1 .in').collapse('hide'); $(location.hash).collapse('show'); $(location.hash).parent('.panel-default').find('.accordion-toggle').removeClass('collapsed'); } } } $('.panel-collapse').on('show.bs.collapse', function () { $('#accordionname1 .in').collapse('hide'); $('this').collapse('show'); }) }); </script>3. no, You would get a really strange double scroll if you try to override. There isn’t a way to filter the scroll based on if your scrolling for an accordion or something else on the page.
Ben
In forum: Virtue ThemeIn reply to: Side bar
Thanks Hannah, however I still have a problem. I went to misc settings and set up a new side bar. However I am not sure how to pick up that side bar from the edit page options. i.e. I can see how to pick a page with a side bar from the edit page, but I can’t see how I can pick a side bar other than the primary one
In forum: Pinnacle ThemeTopic: iPad Overlapping Images
I was wondering how to fix an issue with an image overlapping image via iPad Safari landscape view. Every other browser and device I view this page, it works correctly. However, when using a tablet, the team pictures overlap slightly.
In forum: Pinnacle ThemeIn reply to: Add background color to icon menu on home page?
I think page builder is going to be your best bet for what you’re wanting. You can create rows and give them background colors and set the row layout to fullwidth stretched. You can either set your homepage as a static page, or you can use a Layout Builder widget within the Home Widget Area (Theme Options > Home Layout). Then you can add Virtue: Info Box widgets to the row (Appearance > Widgets).
See here- https://www.kadencewp.com/using-page-builder-virtue-premium/
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Header Height
For some reason, this problem just resurfaced. The code you gave me fixed the problem for the last day, but now the white space has showed up again. Any idea what I should try next? should I adjust the code for hiding the page name/title? I currently have:
.page-header {
display: none;
}.contentclass {
padding-top: 10;
}Thanks,
SusanIn forum: Pinnacle ThemeIn reply to: Add background color to icon menu on home page?
Close, but not exactly what I was going for. So, that code set the background for the icons in the icon menu … which left white space all around the menu. I’m going for the visual division of sections on the home page, via full screen color or image sections.
So, for example on the Kadence website (https://www.kadencewp.com/) there is a top bar (full screen), header menu (full screen) header picture (full screen picture), then section with full screen background color, then testimonial section (full screen color), then an icon section with full screen background color, then the footer. That is what I mean by visual division of sections. The transitions between the full screen sections breaks the website into individual parts to digest …
I’m trying to make the entire section behind the icon menu a different color. Similar to how the testimonial sections and Call to Action sections color the screen full -witdh. I’m not sure if that is a matter of how .icon-menu is defined and is not possible?
I guess I’m looking for a hybrid, call-to action/icon menu.
-Ana
In forum: Virtue ThemeIn reply to: Single product page template
I have just one question – how could I manipulate with stock block on the product page? I have checked variable.php template however it seems that the stock amount is generated via woocommerce_before_single_variation hook from the script unknown to me.
Would highly appreciate your advice.Thank you.
In forum: Virtue ThemeIn reply to: Side bar
In forum: Virtue ThemeIn reply to: Problem with homepage layout manager
I’m having the same problem as described in this thread.
The homepage layout manager its not working. I have tried disabling all items in for the layout and nothing changes on the home page. If I add or move the items under “Enable” nothing changes.
I’ve disabled WP Super Cache and there is no change.
I’m using the current version of Virtue – Premium Version: 3.5.9.
My website URL is: http://doncooperproducts.com/
Please let me know if you can help me resolve this problem.
Best Regards,
Don
In forum: Virtue ThemeIn reply to: Content and backgound.
In forum: Virtue ThemeIn reply to: Change the "Upsell products" text
-
AuthorSearch Results


