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'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 27,801 through 27,820 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Anchors won't hold…

    #90773

    Wow, fast answer!

    This code works a lot better already. Anchoring normal text now works perfect after I set the offset at -80 instead of 90.

    The admin bar is hidden for all except administrators. During devv-ing I use a “Private Window” of my browser so I’m not bothered by being logged in when viewing the website myself.

    A quick question regarding the Accordion tabs though: it seems as if the anchors are placed on top of the text field within the tabs, effectively hiding the tab title box (what’s it called?). Is there a way to place the anchor above the title, or can you add another offset value in the accordion-anchor code?

    Example:
    offset in site-wide code: -80
    offset in accordion tab code: 20

    Greetings and good night,

    Robert

    #90756

    OK, that did the trick. what was it?

    What about now, please look on the main website, ENGINEERING AND TECH, 2nd link after Home. Same situation. Any idea?

    #90755

    Hi Ben, Sorry I took so long to reply. I can only work on site a few days a week.

    I assigned a menu to mobile and that took care of that. Thank you. As far as a child theme, I am assuming that virtue is not one? I clicked on the article, thank you, but I wanted to add birth date and I don’t see that.

    With regards to menus, how do I create the drop down menus for the main menu categories?

    I just noticed today that my stars for reviews on products are showing a SSSS in internet explorer but not in chrome. https://heartnsoap.com/index.php/shop/

    I would also really love to change the following:
    1. Change “Your Cart” to “Free shipping for orders over $50”
    2. Change the “SOLD” tag to something else, maybe out of stock or something.
    3. The Shipping title in the check out totals to read shipping and handling
    4. A place at the top of the site I can have message to my customers like the one here advertising a sale http://www.wholesalesuppliesplus.com/products/bubble-up.aspx

    Could you recommend apps for the following free or low cost please.
    1. Chat-that I can answer from my mobile
    2. I can’t seem to send tracking notification emails.
    3. e gift cards

    Thank you for the support and knowledge!
    Vanessa

    #90741

    Hi,

    I just moved my website from my localhost to my live server and have run into a problem. In my portfolio pages, the Image List Style 2 images are not displaying correctly. The first image is showing up as a 1px line whereas the second and third are not displaying at all. These were working fine locally, and in a short time fiddling around in inspector I can’t get them to work. This is happening on all the portfolio pages. Is this something you’ve seen before? Inspector is also showing that I have a lot of errors on these pages.

    Thanks,

    -Adam

    #90734

    Hi Hannah,
    actually its not in maintenance mode, this hosting service Hosgator is very very week and i cant configer the site even. i m very disappointed . they said they have some server error for the last 3 days. please check in 30 minits.
    thanks
    Panduka

    #90733

    Hey,
    I think hannah misunderstood. The filter is not a menu, it’s not a ajax filter it only filters what is visible on the page, it’s not designed or set up to work like a menu. You should see a warning of this where you enabled in the theme options shop settings.

    If you have more then one page of product you shouldn’t use the filter. You would need something that re-queried the site like this: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/
    Ben

    #90729

    Looks like your site is in maintenance mode? Do you mind temporarily removing that?

    Hannah

    #90725

    JQMIGRATE is just notices not errors.

    Can you email me a copy of this plugin so I can test to see why it’s not calculating the composite variation.

    [email protected]

    Ben

    #90705

    This CSS will get rid of them throughout your site. Just copy and paste this code from the forum to Theme Options> Custom CSS.

    .hometitle:after, .sectiontitle:after, .widget-title:after {
        display: none;
    }

    Let me know if that works for you!

    #90693

    Hi Kevin,

    There are quite a few changes in my child theme – but I still experience the issue when I have just the Virtue Premium Theme active.

    I have tried disabling all of my plugins (except WooCommerce and WooCommerce Composite Products) with my child theme active and I still experience the issue. I have also tested all plugins off and running the Virtue Premium Theme without my child theme and get the same result.

    Were the errors you saw to do with the JQMIGRATE? These were still present when all plugins were disabled.

    Thanks,
    George

    #90680

    Hi there,

    I am having trouble with the pictures sizing properly across the pages in the header image and scrolling. I have used regen thumbnails but it still isn’t working. Here is a page sample that I am having issues with.
    http://www.freeformproductions.net/services

    I know there is a simple fix but I am not sure what it is. Help
    Thanks so much

    #90673
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Sidebar

    #90670

    1. This CSS will move your sidebar to the left. Copy and paste the code from the forum to Theme Options> Advanced Settings.

    @media (min-width: 992px) {
        #content .main {
           float:right;
      }
    }

    2. Your site is in maintenance mode. Would it be possible for you to make it visible so I can better understand what you’re referring to?

    Thanks!,
    Kevin

    #90666

    Hello!

    When I view your site, all of the testimonial widgets seem to be displaying properly. Would it be possible for you to post a screenshot of what you’re seeing?

    Thanks.

    #90660

    Hi Ben, Hannah,

    I’m wrapping up the details for our new website.

    I found:

    This works.

    The problem I have is the offset. It seems oblivious to the code that’s supposed to fix that. See this forum thread.
    In “Footer Column 1” I placed WordPress’ “Arbitrary Text widget” with the following code:
    <script type="text/javascript">jQuery(document).ready(function ($) {$('#nav-main').localScroll({offset: 80});});</script>

    <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');
    }
    }
    }
    });
    </script>

    The second script works, the first one doesn’t.

    Can you tell me what I am doing wrong?

    Thanks!

    Robert

    #90658

    Hey! If you have purchased Virtue, you should be able to install it on any site that you are running. I have multiple test sites running from one zip of the theme.

    You should be able to do this without any issues.

    In forum: Virtue Theme

    In reply to: Custom product filter

    #90649

    Hey,
    Would you mind posting a link to your site?
    Thanks,

    Hannah

    #90644

    Hi, Ben.

    Why the blocks of home page “Portfolio Carousel title” and “Latest from the blog” appear smoothly (fade) when home slider is slider by Revolution, and don’t appear smoothly when home slider is flexslider? Now home slider is flexslider, my site is: photodina.com

    Can I use flexslider and smooth appear of home page blocks together?

    #90641

    Hi,
    I’ve built my homepage using the widgets in Theme Options –> Home Layout but I can’t work out how to control the amount of blank space between the various widgets.

    In Homepage Layout Manager I have enabled:
    – Custom Carousel (added several images as slides)
    – Page Content (just a few lines of plain text)
    – Image Menu (3 rows of 3 slides, set to Height = 140)
    – Home Widget Area (which has a ‘Visual Editor’ widget with a few paragraphs of plain text, using the Black Studio TinyMCE Widget, Then a ‘Pinnacle:Recent Posts’ widget and a couple of ‘Pinnacle:Image Menu’ widgets)

    There’s no custom CSS, I haven’t changed any HTML surrounding the plain text in the editor, and I haven’t used SiteOrigin PageBuilder on this page. There are also no blank slides in the Custom Carousel or Image Menu that might throw out the spacing.

    I’d like to reduce the amount of blank space above and below the Image Menu widget in particular, as it seems too much to me. I think this might be div.home-padding.home-margin (trying to guess using the Inspect Element in Firefox)

    I’d also like to reduce the space around Page Content (might be div.homecontent.clearfix.home-margin).

    And then within the Home Widget Area a big chunk of space gets inserted around the Visual Editor widget, yet the space between Pinnacle:Recent Posts and the Pinnacle:Image Menu widgets is nice and tight, but I can’t work out what div this might be.

    Is there a way to adjust these spacings with some custom CSS?

    #90640

    Hi,

    I am having some issues with WooCommerce Composite Products with the Virtue Premium Theme (and my child theme) – I have only just built my site, so haven’t ever had this working.

    I have created two test products:


    – on this one I have included a simple product (First Aid Kit) and a variable product (Travel Mug)

    The simple products work, but when I try to select a variation on a variable product – it is ignored.

    I have tested this scenario with:

    Virtue Premium v3.5.9 with my child theme – variations not working
    Virtue Premium v3.5.9 – variations not working
    Virtue Free v2.6.7 – Works fine
    TwentySixteen v1.2- Works fine

    As I am able to get this working with Virtue Free and TwentySixteen, I am assuming that it is not a plugin incompatibility – however, I guess it could be a plugin vs virtue premium issue.

    I am running the latest versions of Virtue Premium (downloaded today and updated). I have also updated WordPress to 4.5 today to see if that helped. Which it didn’t!

    Please can you advise on any other tests that might help solve this.

    Many Thanks,
    George

Viewing 20 results - 27,801 through 27,820 (of 39,333 total)