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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 48,561 through 48,580 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #25333

    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 Theme

    In reply to: Mergin

    #25332

    ok, 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

    #25329

    With 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

    #25318

    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.

    #25312

    Hi.
    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 put mouse on the “Yellow Box Wine”

    Thank you.

    #25301

    Would 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

    #25300

    Great thanks Ben,

    OK, would that version work for both if you were on the page already or coming from another page? I could see a use to be able to jump to another tab when on the same page or to go directly to a tab coming from another page.

    #25297

    No, 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

    #25290

    My 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
    Rune

    #25288

    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…

    #25286

    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.

    #25284

    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 Theme

    In reply to: Drop down menu

    #25283

    If 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

    #25282

    ok 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

    #25256

    Hi

    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

    #25252

    Hey,
    In your admin area go to Woocommerce > Settings and select the Products tab. Then set the Shop Page Display to show subcategories.
    Hope that helps!
    Hannah

    #25248

    Hi 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,
    Susan

    #25241

    Hi David,
    So you don’t want a slider on your homepage at all? In theme options > slider settings select “none.”

    Hannah

    #25237

    The Question is:
    How to disable the Rev Slider on the start page?
    Thank you!

    #25235

    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!

Viewing 20 results - 48,561 through 48,580 (of 53,646 total)