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 - 29,481 through 29,500 (of 39,333 total)
  • Author
    Search Results
  • #79487

    When you are in the admin of your site are you using https? Because if your logged in with https then your images should select based on the url of the page.

    Can you send me a temp login?
    Ben

    In forum: Virtue Theme
    #79485

    Hey Russell,
    You can always just add it again. It won’t hurt your site to have it twice.

    Hannah

    #79482

    Hi Michael,
    Do you mind posting a link to your site?
    Thanks!

    Hannah

    In forum: Virtue Theme
    #79479

    Any chance you can post an actual link to your site? You can set as a private reply.

    Hannah

    #79445

    Hello Virtue Team! Long time I have not ask a question, which reflects how good your themes are! Yet, today I have a question. I am trying to hide the site name when the website is viewed in a mobile devise. This is the link to the website pany (see top left company name: Sky Global Inc in white font). First I checked if there is a tool on the theme options but I did not find one. Then I tried to use this CSS condition:

    /*Condition to hide company name in header*/

    @media
    (max-width: 767px) {
    .page-id-5 .brand logofont {
    display: none;
    }

    But it did not worked (maybe I wrote something wrong?). Could you please give me hand on this? I just want that company name to show when the site is viewed on a desktop, but I want to hide it when is viewed in a mobile phone. Thanks in advanced!
    PS: Any plan on developing a new theme any time soon? I already have Virtue and Pinnacle.

    #79442

    Same with me, but only the /content-product-cat.php file. Don’t want to replace php files; last time broke my site. Used the “Rollback” plugin to previous version of Woocommerce.

    #79431

    Hi,

    I’ve recently added an SSL certificate to my site –

    There’s a couple conflicts to do with images in the topbar/slider/logo/stuff set in the Theme Options

    However, when I go into the media library to pick out the images, they have ‘http’ at the start of the image link. The page also displays a green padlock up until the point I open the media library, then it goes grey and displays the conflicts. I’ve already tried removing all images in every tab under Theme Options, but it didn’t work. I’ve also tried securing the entire site, but still the Media Library isn’t secured.

    Is there a way of setting images/the logo without picking them out the media library from Theme Options? Or do you know how to resolve this issue?

    Thanks

    #79430

    Hi there – is it possible to change the button colour for the Read More button that appears for example here for each post –

    Many thanks
    Susie

    #79423
    This reply has been marked as private.
    #79411
    This reply has been marked as private.
    #79406

    Hey Rolf,
    There is a way to do this if you’re using a child theme, otherwise you could use this plugin ( https://wordpress.org/plugins/use-any-font/ ) then add the font script to the site load and then override in css.
    For example, if you added “Poppins” font and wanted to use it for all your h1 fonts you would paste this in your custom css box in Theme Options > Advanced Settings:

    h1 {
    font-family: 'Poppins', sans-serif !important;
    }

    Hope that helps!
    Hannah

    #79396

    Hey Ben,

    I’m using center logo with menu on the sides where I like the look on laptop and phone, on a pad the menu drop down button is shown in the center this looks a bit weird. I would like to float it right side without it changes the laptop look. Do you have some CCS for this?

    Second is more a wanna-have. When i want to change the font of the website i have to change it on 10 different spots. Is it possible for you to make a option where you can change the default font and the change is made to all places where i use the default font. I have seen you use this method in other places.

    Anyway thanks,

    Michael

    #79392

    Hi,

    I cannot get white space below my parallax slider (I want to create white space between my parallax slider and the following portfolio slider “My Teaching Method.”)

    I went to “settings” then “position” and entered the value “100” px for “bottom margin”, but it does not take after saving. I have added white space to the bottom of my main homepage revolution slider sucessfully this way, so I cannot understand why it is not working.

    Alternatively, I have tried to add white space above my portfolio slider (My Teaching Method) but cannot find a way.

    My site is Koreafluency.com. I would appreciate your help.

    Thanks,
    M

    In forum: Pinnacle Theme

    In reply to: Box style home page

    #79383

    i’m using it in a local server…
    I got the details on making the width 960px throughout the site… However it doesn’t effect the home slider and menu…
    They still cover the full width…
    I’m using revolution slider… Any possibilities of changes, to make the home slider and menu with a width of 960 px…

    #79357

    Hello, my site is under construction (I’ve installed a mainteinance mode plugin to show only the final work to my client) but I’ve noticed the same issue with Gallery Carousel on a demo page of Pinnacle Premium:
    http://themes.kadencethemes.com/pinnacle-premium/galleries/

    Thanks, Diana

    #79333

    I’m not entirely sure what happened, but my shop css seems to have failed entirely. There are a couple places throughout the site where some CSS is failing, and I’m considering doing a refresh of the whole site back to one of the Virtue templates, but that would mean redoing a lot of customization again. I did upgrade to the latest version of woocommerce, but the only page that really was affected was /shop. Any idea on how to resolve, or at least identify the css issue before I have to refresh everything?

    In forum: Virtue Theme

    Topic: Logo resize

    #79332

    Hi,
    I’m using
    #thelogo img {
    max-width: 460px;
    }
    to make my logo bigger, please check on hiliusa.com. however, when the website is shown in narrower screen, the size of logo remain the same while others are shrinked, and it is overlapped with menu.
    Is it possible that the logo could be resized same ratio as menu and they won’t overlap with each other.

    Thank you very much.

    #79309

    Hey,
    There will be an update out today that will remove this notice for the one category file. Note that there isn’t anything updated that will effect your actual site. Woocommerce just updated a class so it’s minor and won’t change how things work or look.

    Ben

    #79308

    Hey,
    Looks like your trying to attach images from google mail. Please use a sharing site like http://tinygrab.com/

    1. I’m not needing orange? What device?
    2. Unfortunately I need more specific then that? I assume though you are using pagebuilder and you can change the padding of rows right in your page builder row edit settings.

    3. In terms of what the theme adds this css:

    .infobanner {margin:0}

    If your using page-builder you will need to remove the bottom margin in the widget settings.

    4.

    .home-message h4, .home-message h5 {
        font-family: arial;
        color: blue;
    }

    5. That if your theme options > basic styling… Primary color.

    6.

    .pinnacle_calltoaction_widget h2 {
        font-family: arial;
        font-size: 20px;
    }
    .pinnacle_calltoaction_widget h5 {
        font-family: arial;
        font-size: 20px;
    }

    7. Theme options > basic styling primary colors will change your colors.
    You can set the text in the widget itself.

    8. Parallax is already turned off on mobile. When you set it to parallax on desktop through page builder it will already switch to cover on mobile.

    Ben

    In forum: Virtue Theme

    In reply to: Image size

    #79307

    sweet !
    thanks

    any tip on how to improve the look of the site
    ?

Viewing 20 results - 29,481 through 29,500 (of 39,333 total)