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,921 through 27,940 (of 39,333 total)
  • Author
    Search Results
  • #89774

    Hey Tomek,
    Can you post a link to your site? Try setting your permalink setting to Post Name. Does that fix?

    Hannah

    In forum: Pinnacle Theme

    In reply to: Footer Height

    #89773

    Your site is back on maintenance mode so I can’t really check this out. Are you using the latest version of the slider? If there were an update you would see it in Appearance > Theme Recommended Plugins. Do these errors show in the front end or back? Is this when you create a new slider or use the existing one?

    Hannah

    #89771

    Good morning… I just updated to Pinnacle Premium and I am developing on my local machine. Coincidentally, this morning the dev site tells me there is an update available to go from 1.6.3 to 1.6.4. However, the update fails. I also noticed that my online account at Kadence still shows 1.6.3 as my download. Ok, now for the question… maybe I am just rushing the process and the actual update file is not ready for updating through the traditional WordPress process? Or, maybe the update may get broken when I do it through a “localhost” dev site? I am not complaining, I love the theme… just want to be careful not to mess things up during my development process. Thanks!

    #89769

    Hi there.

    The mobile menu title and hamburger icon disappear when I click on them to reveal teh mobile menu. You then have to click back in the empty space to make it re-appear. I can’t see any settings that would affect this.

    I’ve done a screengrab of it in action:

    The website is http://www.getcarter.xyz

    Thanks

    #89768
    This reply has been marked as private.
    #89763

    Thank for the answer but no, it does not work. I worked before I installed the PolyLang plugin.
    After installation, when I’m editing a page in a certain language, I can see only the pictures that were uploaded “in that language” …
    So to use the standard Virtue carousel or gallery I have to reload the pictures for every language. I’v also tried to modify the setting “the widget is visualized for [all languages] drop down in the gallery creation page but ha no effects.
    Maybe it is because I installed the plugin after creating some content for the website.

    #89762

    I would like to hide the text and the title only this block partners. following website link (I am using this code [carousel type = post orderby = date columns = 8 items = 11 = 10 word_count speed = 5000 = scroll all cat = partners].

    Thank you

    #89761

    Hi there, to display images for my website I am using the Pinnacle:Gallery widget. I was just wondering if I am able to change the background colour that appears behind the caption of the image when the cursor hovers over it? Before the recent update I believe this was showing orange and after the update it has gone to black. I was wondering if there is a way that I can change this back to the orange as this suited my website perfectly. Thank you very much and I am loving this theme!!

    In forum: Pinnacle Theme

    Topic: search issue

    #89756

    I don’t know if this belong here, but I need help… Any hint will be appreciated.

    I have two versions of the same site and some more installations local, they all give strange results when searching, from the theme search icon, from the WP widget, or from the Woocommerce Widget. You ask for an article or a product well known and they return the attachment page of the associated multimedia, but not real item. Normally I don’t need to search, buts customers would do. These installations are not yet publicized.

    Here are the addresses of the sites, they both have different data, but the same plugins and theme (Pinnacle updated).

    Thank you a lot!

    In forum: Virtue Theme
    #89737

    Maria, Always best to create your own topic please.

    If you need to download the latest version you can here: https://www.kadencewp.com/my-account/
    If you are using the browser safari note that it will automatically extract zip files when you download so either use a different browser or re-zip the folder once downloaded.

    cathal, I’m looking into this. I’m having a really hard time recreating so I’m digging around.

    As a temp fix go here: https://www.kadencewp.com/kadence-themes-demo-content/
    Download the importer. extract the zip and go to importer/virtue_premium/site_style_03/theme_options.json. There you can open that file and copy the contents. Then import that using the theme options > import/export settings.

    Ben

    In forum: Virtue Theme
    #89736

    Find more free images here: https://www.kadencewp.com/free-resources-for-re-making-your-site/

    Ben

    #89730

    Hey Vanessa,
    I just checked your site on several browsers and could see the full image in all of them. Could you send a screenshot of what you mean? If you’re wanting the slider to display fullwidth you should use either the kadence or revolution slider.

    Hannah

    #89723

    When I built the site, on both IE and Chrome on my PC the slides were fine. I have had several visitors inform me that slides don’t show properly on their PCs. They are too big and therefore cut off on all sides or other display issues. How can I fix this? It looks terrible. Other sites don’t have these issues. I would like my slider to look like this. http://Www.honest.com

    Instead it doesn’t http://www.heartnsoap.com

    #89715

    Hi Ben! So loco translate won’t conflict with polylang then? I don’t know if its better than to keep the language just french in that case….I am unsure if the differences matter (between fr and fr-qc) since this is not a blog type website where local colloquialisms might matter more….I guess I can try out one plugin and see how it goes with loco-tranlate.

    #89713

    Hi,

    I have used a demo for the virtue theme using your plug-in, and I’m wondering whether the images within the theme are royalty free and can be used for our own websites?

    Hope to hear back soon! Thanks!

    Lewis

    In forum: Virtue Theme

    In reply to: Photo Gallery Resize

    #89701

    When I look at your site. It still shows that the virtue gallery is not enabled in your theme options > misc settings.

    Please confirm that in your theme options > misc settings you have the virtue gallery enabled.

    Ben

    #89697

    I cant seem to get the products to go into a grid rather than rows. Didnt have a problem on my other site and I think ive got mostly the same settings. Also i have the grid/row selector option on but i cant see the icon on the product page.

    Temppassword1

    In forum: Pinnacle Theme
    #89691

    1. It looks like you’re using a plugin that’s adding those social sharing features to the posts.

    2. in your Theme Options> Home Layout> Home Layout Manager, set “Page Content” to be at the top of your page.
    Then, in the page options for your home page, you can add a row that contains a Pinnacle Social Links widget.
    Try that and see if it works for you.

    3. Use this CSS. Copy and paste the code from the forum to Theme Options> Custom CSS.

    This bit will allow you to control how the text within your footer displays.

     .product-categories li a, .widget_archive li a, .widget_categories li a, .widget_nav_menu li a, .widget_pages li a, .widget_recent_entries li a {
        background: transparent;
        color: white;
        font-size: 12px;
    }

    This CSS will set the footer background color.

    .footerclass {
        background-color: #4f4f4f;
    }

    This is some CSS that I snagged from another thread that will allow you to shrink the footer.

    .footer-widget .widget, .footer-widget {
    margin-top:0;
    }
    #containerfooter {
    padding-top: 0;
    }
    .footercredits {
    padding-top: 0;
    padding-bottom: 0;
    }

    You can add footer credits via Theme Options> Misc Settings> Footer Copyright Text. You can use shortcode like this [copyright] [the-year] [site-name] [theme-credit] to automatically pull your site’s info, or you can set it to whatever you want.

    Hope that helps!

    #89679

    Hi!

    I recently finished building http://www.jespersson.com but I’ve got a few questions about the finishing touches.

    1. Sometimes when the page loads there are social sharing icons below the latest blog posts for a brief moment. I’m not sure I’ve added such things but I’d really like it so I’m looking for a solution to get social sharing with all blog posts.

    2. I’ve tried linking to my own social media using the icon menu on the home page layout however the area is just blank without any icons. In fact I don’t really like to have my own social media there at all since I’d like much smaller icons at the very top of the page just below the big picture. Not sure that’s possible though.

    3.I really don’t like the layout of the footer. I use colour #4f4f4f as a main colour on the website and I’d like the whole footer to be in that colour with white text. The white areas are really ugly. Also I’d like the whole footer to be a lot smaller with smaller fonts. If possible I’d also like to have the copyright text in the center.

    I know this is a lot but these are some of the finishing touches that I just don’t get how to make them work.

    Thanks in advance!
    Jesper

    In forum: Virtue Theme
    #89676
    This reply has been marked as private.
Viewing 20 results - 27,921 through 27,940 (of 39,333 total)