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 - 15,341 through 15,360 (of 53,646 total)
  • Author
    Search Results
  • #203291

    normally gravity forms has it’s own styling. I’m not seeing it applied on this page are you specifically turning it off in your settings?

    For example, the bullet list is normal css applied by the browser if you are using a li tag. This is the kind of thing there default styles should all cover.

    Ben

    In forum: Ascend Theme

    In reply to: Call to Action Text

    #203290

    Regarding the original inquiry:
    I only want the first call to action widget on both pages 878 and 920 Shadow or outline or what ever you suggest to have the white text show up better on the page.

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

    Hey,
    So it looks like you have been infected with a type of malware. Doesn’t always mean you were hacked but your site is not secure. Right now there is a redirect taking place for traffic coming to your page from google but not direct traffic. This likely means some malware code was added to a theme or plugin or core WordPress file or the htaccess server file.

    The login you sent doesn’t let me see anything.

    Here are the steps I suggest for you.

    1. In the users of your site, any with admin permissions change the passwords.

    2. I don’t know who you are hosted with, but many hosts would help resolve this for free, some won’t, some will charge. But you need someone who understands website administration to search for malware files and remove them. A workaround can be to restore from a backup if you know the exact date of infection (in your case that would be really hard to know). Or to manually remove all of the files on your site (while leaving the database intact and manually replacing them with files downloaded from the correct sources so you can be sure they are coming to you clean.

    Next, you need to check the htaccess file and make sure that was only what WordPress core adds.

    Then run the tests and see if you’re still seeing a redirect. If you are then the malware is deeper and part of some server files that only your host could help you with. But that is unlikely.

    Once clean I also suggest changing the database user password just in case that was compromised. That is another thing most hosts can help you with.

    3. Install https://wordpress.org/plugins/sucuri-scanner/
    go through the hardening steps and make sure you have alerts set up so you would be alerted if files were changed.

    4. Install SSL on your site. Pretty much every decent host offers this for free.
    https://www.kadencewp.com/adding-ssl-wordpress/

    5. After all that you need to take a hard look at what allowed the infection in the first place. The most likely cause is through bad management of your server. That could mean on your hosts part or on your web administrators part. If you are on a shared server then it’s possible it just came through another site that you are sharing the server with. If you were running WordPress or plugins/themes that were out of date that is another security issue and especially with WordPress could be the cause. This falls back to issues that can be caused by your web administrator.

    Finally, make sure you don’t have any plugins from untrusted sources.

    In the end, it could be caused by so many things both users inflicted or server inflicted that it’s very hard to give any solid explanation of the cause but it’s a good time to examine the things you are doing and the plugins you are using.

    Ben

    #203278

    Hey,
    In the future please create new topics for new questions. Helps keep things more organized.

    1. The css I posted is fine, you have a broken css in your custom css box that is breaking the whole box which is why you are not seeing any changes. For example:

    .homepromo {margin-top:-45px;"}

    That shouldn’t have any " in it.

    Or this:

    @media (min-width: 768px) .page-header>p.subtitle {
        display: none;
    }

    Is broken if you want to use a media query it must be properly wrapped like this:

    @media (min-width: 768px) {
    .page-header>p.subtitle {
        display: none;
    }
    }

    Remember also that I specifically asked for a link to where you had tabs to see what kind of content you had in them. If you change which content is inside the tabs you add then you will need to update css.

    2. You can use this css to hide the subtitle on mobile:

    @media (max-width: 768px) {
    p.subtitle {
        display: none;
    }
    }

    3. hiding the call to action on a single page would be this:

    .page-id-1870 .kt-call-sitewide-to-action  {
        display: none;
    }

    4. Use this:

    .home_blog {
        padding-top: 0;
    }
    #203272

    Hello,

    It seems as though the page wasn’t published and is saved as a draft. Are you able to view your portfolio items in the admin area? You should be able to see them as drafts in Portfolio> All Portfolio. Do they show up there?

    -Kevin

    #203268

    What I’m doing is reskinning an existing site with Virtue. The form was fine in the custom theme that was there before but for Virtue it doesnt want to cooperate. I’ll send you a link via pm as soon as I activate Virtue again (I have the old theme showing while I add all the new content and switch back and forth as I need). No new plug ins were added other than the Virtue ones, and Page Builder.

    Elaine

    #203264
    This reply has been marked as private.
    #203261

    Hi,

    I have a portfolio of products, grid setting to Square 1:1. But on the actual portfolio post detal page (single portfolio), the image is cropped, not 1:1:

    Is there a setting or a function I can use to remove the crop? I tried changing the max-width and height CSS values for img(although not sure I want to change it for all images on site) and also for .single-portfolio .portfolio-single-img, but that doesn’t seem to have much effect. I.e. setting the height is ignored, regardless of the value, even something tiny – the image height doesn’t change:

    .single-portfolio .portfolio-single-img {
    width: 56% !important;
    height: 55% !important;
    }

    height remains the default one.

    thanks,
    Lukas

    #203259

    Dear Kadence,

    It seems that our site gets strange redirects from google when clicking on specific sub-pages. Is that anything to do with wordpress, are we hacked?

    #203251
    This reply has been marked as private.
    #203249

    Hi Ben,

    THANK YOU VERY MUCH for the individual css/js for the header, great, work perfect!

    Sorry, the css code for styling the tabs don`t work. Maybe you have another idea?!

    I have also one additional css question: How can i hide the Page Subtitles on Mobil/Smartphones, i try several classes but I just can not get it.

    <div class=”page-header” wfd-id=”91″>
    <h1 class=”entry-title” itemprop=”name”>PAGE TITLE</h1>
    <div class=”page-bread-container clearfix” wfd-id=”92″><div id=”kadbreadcrumbs” class=”color_gray” wfd-id=”93″><span itemscope=”” itemtype=”http://data-vocabulary.org/Breadcrumb” wfd-id=”96″><span itemprop=”title” wfd-id=”97″>Home</span></span> <span class=”bc-delimiter” wfd-id=”95″>»</span> <span class=”kad-breadcurrent” wfd-id=”94″>PAGE TITLE</span></div></div>
    <p class=”subtitle“> Exclude this Subtitle on Mobil/Smartphones</p>
    </div>
    In forum: Virtue Theme
    #203246

    Hi,

    the my account pages is in https://www.cool-x.fi/oma-tili/

    But you would have to register to see the problem inside the my account pages (for which i linked the image in my previous message).

    -Anu

    #203244
    This reply has been marked as private.
    #203238

    Hi – I’m using the Virtur Premium theme. I’m trying to set up a very basic gravity form but cant seem to style it properly. I got styling tips from another site, however my primary problems are: the form window is too small even though its set as full width – which means that I can’t lay two fields next to eachother even with their preset classes, I also cant center the form even if I try pagebuilder and put it in a center column, OR if I put it on a regular page with a text justify of center. I am using the “add form” option in the page text box. I also noticed that if I put it on a page that has a layered kadence slider, the slider images wont show at all.

    Has anyone have any tips or hints to fix these issues? I’ve been trying for hours and I’m at a loss. Thank you!

    Elaine

    #203231

    Hello,

    LINK:

    I am hoping to move the main menu over to the left a bit, so I can add one more page “Contact” to the menu without it starting a second line.
    I’ve already added css code to lessen the padding between menu items.

    I found this code in support and it works, but it shrinks the logo a lot:


    @media
    (min-width: 992px) {
    .kad-header-left {
    width: 15%;
    }

    .kad-header-right {
    width: 85%;
    float: none;
    }
    }

    Thank you!

    #203223

    I am getting the error when I try to install the importer plugin, either from the Getting Started page, or by uploading the zip file. Both give me an error when trying to activate. My theme is activated. I am also getting the same error when I try to install and activate any of the kadence plugins that are bundled with the theme.

    When you ask if I can send a login, what are you asking for? If you want login credentials to my server, how to I get those to you without them being posted on the forum?

    #203220

    I’m using version 1.6.2, which I downloaded the day before yesterday. I just checked the download page and it appears to be the latest version.
    I’ve downloaded the updater from the link provided (I did this before I posted my original post). That downloaded updater is what is giving me the ” The link you folloed has expired. Please try again” error when I try to manually install the theme.

    In forum: Ascend Theme

    In reply to: WP Media folder

    #203197

    Hey Kevin,

    Sorry I wasn’t clear.

    When you visit that page on the front end (I gave admin as well so you could test things out) and you click on an image in the gallery it doesn’t open the large file in the lightbox. It shows the click finger but is dead and nothing happens.

    Thanks!

    #203187
    This reply has been marked as private.
Viewing 20 results - 15,341 through 15,360 (of 53,646 total)