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 - 30,901 through 30,920 (of 39,333 total)
  • Author
    Search Results
  • #69522

    Hello,

    I am using primary menu set as basic with shrink for sticky and i’d like the hover box over the menu items to just be around the text – not the full height of the header. I thought this css would work:

    .sf-menu a {
    padding: 10px 10px;
    }

    #nav-main, .nav-main {
    margin-top: 72px;
    }

    But only works for ‘standard’ setting not with the shrink – could you advise on how to alter for the basic+shrink setting please?

    Here’s the site:
    http://www.thepersonaltrainingroom.co.uk

    Many thanks
    Nic

    In forum: Virtue Theme

    In reply to: Featured Products

    #69517

    you can check how the site now looks like with that error on: moscow-monopod.ru

    In forum: Virtue Theme

    In reply to: Featured Products

    #69516

    Hi, Ben.

    I have successfully installed the Child theme and replaced css file with code as you sent me, but I faced with the problems when I changed the php file. I copied the code, which you gave me, but now when I open the site, there is the stripe with the code and also all the menu in my admin area became unclear symbols.

    How can I fix that please?

    Also I saw that in the link you gave me there is WooCommerce Checkout Field Editor mentioned. Just for my curiosity, is it worse than making the changes in Php file manually. or I can change back the php file back as it was and then edit the checkout via that plugin?

    Thanks
    Alexander

    In forum: Virtue Theme

    In reply to: WP Rocket

    #69478

    Careful with lazy load. it depends on your site but some items shouldn’t be loaded that way. 🙂

    Ben

    In forum: Virtue Theme
    #69473

    Hey,
    1. Has to do with the menu falling next to the logo, and it’s not working because there isn’t a logo taking up space… This css will fix it..

    
    header .nav-trigger .nav-trigger-case {
        position: static;
    }

    2. mobile browsers don’t work with background-attachment: fixed;

    You will want to ada a media query to switch those to background-attachment: scroll for mobile. I suggest this:

    @media (max-width: 767px) {
        .siteorigin-panels-stretch.kt-panel-row-stretch.panel-row-style {
            background-attachment: scroll !important;
        }
    }

    Ben

    #69471

    Hey,
    You don’t need a child theme unless you want to edit files in the theme code. which since your only working in the theme options you don’t need a child theme.

    Try your site now.

    Ben

    #69467

    Hey,
    So so that is your issue. In your settings it should be https not http.

    The database needs to match that of your site.
    After you update the site url in your settings then you will likely need to do a search and replace of your database to update all the urls to use https

    Ben

    #69466

    Hey,
    You seem to be loading your site through an iframe?

    You need the url to point to the real files for it to be mobile friendly since iframes can’t determine device width.

    Ben

    #69463

    Hey Fredrik,
    1. It looks like you’re using the Blog template rather than the Blog Grid template. Ensure that you’ve chosen the correct template and saved and refreshed the page. Also, I’m seeing this error on your page: “Failed to load resource: net::ERR_FAILED” I would suggest contacting your host.

    2. You can test the speed of your site here- http://tools.pingdom.com/fpt/
    I would also recommend a caching plugin. WP Rocket and W3 Total Cache work well.

    Hannah

    #69454

    mirellacecchetti.it site there is an image with palallasse that takes the whole screen width

    I want to replicate the same thing in the other site, I looked at the structure of the two sites and are apparently the same, but the result is … why?
    Thank you

    #69453

    Hi Greta,
    The widths vary depending on the number of columns you select. The width of the image menu items seems to be the same in both sites you linked to? What exactly are you wanting to change?

    Hannah

    In forum: Virtue Theme

    In reply to: Mobile menu appearance

    #69449

    Hey Jerry,
    I’m not seeing a menu or a tagline in the site you linked to. Did you remove these?

    Hannah

    In forum: Virtue Theme

    In reply to: Product price font

    #69448

    What problems exactly are you having? I just checked your site and things seemed to be displaying properly. Have you tried clearing your cache?

    Hannah

    #69444

    Hi, I noticed that the new version of Virtue can not set a maximum width of the blocks of the image menu in home page. This is the site
    http://www.centersportgubbio.com

    whereas in the past this was done by default
    http://www.mirellacecchetti.it

    how can I do

    Thanks a lot

    In forum: Virtue Theme
    #69439

    I set my row margin to 0 as a default because I like to manually control the spaces on the desktop site. Problem is- it looks funny on mobile! Thanks for the code.

    #69436

    Hello Ben and Hannah,

    1. I have problems with the menu of a customer’s website. There is no navigation menu between 768px and 991px.

    2. On the homepage I used

    background-attachment: fixed;
    background-size: cover;

    for a few divs, but on iOS tablets and phones the pictures are not filling the screen. The pic seems to be zoomed.

    Link:

    Thank you very much
    Simon

    In forum: Virtue Theme

    Topic: WP Rocket

    #69434

    In an effort to speed up our website, I have purchased WP Rocket for caching… is there any precautions I should take with using this plug or any known issues that would cause me to only select certain options?

    Thanks!

    In forum: Virtue Theme
    #69431

    Hello Hannah,

    I have a little problem with portfolio items.
    This is the site im working on
    I have providers with portfolio grid.
    When i press one of images i have not found page error.
    Please help!

    Catalin

    #69429

    Hi,
    A few small questions:

    1.
    When i chose Blog-grid it looks like Blog standard. What could be wrong? (Remove the X in the link to see please).

    2.
    The customer has made the installation him self with all the demo-content. The site is much slower than yours. What could be wrong? It’s a pretty good webhotel no CDN, but should act quicker here at home. Is there a “speed-tutorial” around?

    Best regards
    Fredrik

    In forum: Pinnacle Theme
    #69428

    i just installed the Pinnacle premium theme 1 and this looks fantastic only i whant the main colour 2 be black.
    The main colour is white now. i see lots of settings at advanced styling but which must i set to have a black website background?

Viewing 20 results - 30,901 through 30,920 (of 39,333 total)