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 Theme
Topic: Rectangular Logo
Is there a way I can add a rectangular logo instead of a square one, similarly to the Kadence Themes logo at the top of this page, or the Virtue Theme logo in the demo? I’d like to use this image:
…but right now I’m only able to use the knot as the logo, while adding the text as a site tagline. It doesn’t look very nice: thehighlandshoppe.com.
In forum: Virtue ThemeIn reply to: Mergin
December 15, 2014 at 2:05 pm #25332ok, you have to understand that your content area is centered and the container is less then 1600px so that is why your slider goes to the right, Your adding it in the content area.
What you need to do is use the featured page template. Add it in the slider area…
http://docs.kadencethemes.com/virtue/#featurepage
Ben
In forum: Pinnacle ThemeIn reply to: Menu items not all displayed
December 15, 2014 at 1:56 pm #25329With a menu that large you should really consider changing to a more user freidnly format.
1. Use a full width menu with columns like here: http://themes.kadencethemes.com/pinnacle-premium/
(see features)2. Use a much smaller navigation and have your complete list on a page or sidebar where it’s more natural to select.
Ben
In forum: Virtue ThemeIn reply to: Linking to open a tab isn't working
That’s much better. Now it works from that page or another page. It still works slightly better from a different page than on the same page. When on the same page it opens the tab but sometimes doesn’t move to the top of that tab contents and lands somewhere in the middle. When coming from another page it always appears at the top of the tab content.
In forum: Virtue ThemeHi.
I have a little problem in Firefox.
When in the category page I put the mouse on products picture/block, I don’t see the picture.
For example, in the page *Login to see link put mouse on the “Yellow Box Wine”Thank you.
In forum: Virtue ThemeIn reply to: Linking to open a tab isn't working
December 15, 2014 at 12:12 pm #25301Would work for both… one thing though your link if on the page needs to have data-toggle=”tab” in the link… so link this:
<a href="#sctab11" data-toggle="tab">The Link</a>Ben
In forum: Virtue ThemeIn reply to: Linking to open a tab isn't working
In forum: Virtue ThemeIn reply to: Linking to open a tab isn't working
December 15, 2014 at 11:56 am #25297No, the code is only set up to work if your not one the page.
It’s actually how it works and what it’s supposed to do.For what you want you will want to use this js:
<script type="text/javascript"> jQuery(document).ready(function ($) { var url = document.location.toString(); if (url.match('#')) {$('.nav-tabs a[href=#'+url.split('#')[1]+']').tab('show') ;} $('a[data-toggle="tab"]').on('show.bs.tab', function (e) { window.location.hash = e.target.hash; $('.nav-tabs a[href='+e.target.hash+']').tab('show'); }); }); </script>Ben
In forum: Virtue ThemeMy client prefers phpBB rather than bbpress.
When a page displays blank, it usually means a php error has occurred but error reporting is turned off. I can try to add<?php
error_reporting(E_ALL);
ini_set(‘display_errors’,’on’);
?>to one of your Virtue theme files to display the error messages and try to debug it myself. Which virtue theme file is the one thet loads first for a fullwidth page ?
Regards
RuneIn forum: Virtue ThemeIn reply to: Linking to open a tab isn't working
Could that be due to the caching, that it only works if you do a full reload of the page?
… probably not. I just emptied the cache after I was on the page and clicking the link fails. Seems like I have to force a reload or come from another page to have it work…In forum: Virtue ThemeIn reply to: Linking to open a tab isn't working
Here are steps to reproduce.
1) Anywhere on the site. Hover over the WEBSHOP button at the top and select DLI SNUB Launcher from the popup menu.
2) Scroll to the bottom of the page and click the “other settings” link in the third to last paragraph.Here it fails to open the second tab and just jumps to the bottom of the page.
In forum: Virtue ThemeIn reply to: Linking to open a tab isn't working
Right, the link works if you’re not already there… if you are already on that page with the default tab open (Installation) and click on the link near the bottom that says “other settings”, which triggers “#sctab11” it fails to open the tab, and just goes to the bottom of the page. Replacing that link with the full URL link does the same. It only seems to work if your not already on that page or force a reload of the page.
In forum: Virtue ThemeIn reply to: Drop down menu
December 15, 2014 at 10:51 am #25283If you want a select box in a page or sidebar you would have to use html. For a sidebar you would use a text widget and add the htlm and javascript like this:
<select class="kad-custom-select"> <option value="">Empty</option> <option value="http://google.com">Google</option> </select> <script type="text/javascript"> jQuery(document).ready(function ($) { $("select.kad-custom-select").change(function(){ if ($(this).val()!='') { window.location.href=$(this).val(); } }); }); </script>Ben
In forum: Virtue ThemeIn reply to: Linking to open a tab isn't working
December 15, 2014 at 10:44 am #25282ok so now I see that this link works: http://dreamlight.com/shop/dli-snub-launcher-lightwave-3d-network-rendering/#sctab11
Are you trying to link to the ta inside the page? or from another page in?
Ben
In forum: Virtue ThemeHi
I want to display the latest post summary (#1) from a category across the full width of the page, then beneath it the normal blog grid, starting at #2.
is there a simple way to do this?
All I can manage is similar, but repeating #1. I need the grid to start at #2 to avoid repetition.Andrew
In forum: Virtue ThemeIn reply to: Woocommerce and Category Help
In forum: Pinnacle ThemeHi Ben, its sadly happened again whereas the whole site is down. I have had trouble all day with saving data. Ive updated to the paid theme now and what happens when I update a page, the page does not load the update and i have to press update again, or http 500 internal server notification comes up on a white page instead. This has happened alot since I started using Pinnacle, so i’m wondering if its something I need to do to stop this from happening?
Thanks alot,
SusanIn forum: Virtue ThemeIn reply to: Problems with the start page
In forum: Virtue ThemeIn reply to: Problems with the start page
In forum: Pinnacle ThemeTopic: Accordion Panes Repeating
Hi! I have utilized the accordion shortcode to create four separate accordions on one page. The last two accordions repeat some of the panes from the previous accordions. Is there any way to fix this? Here is a link to the page:
Thank you!
-
AuthorSearch Results


