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 - 14,881 through 14,900 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    Topic: lost css

    #191457

    Sometimes (very rarely) my site loses its css and it looks like this:

    I would appreciate your help in this matter.

    #191453

    Hi there,

    I’m having a problem with our Woocommerce product titles not showing correctly when in mobile view. I tried adjusting “Product title Min Height” under Shop Settings, but my changes seem to only work on wider screens (3-columns +).

    This is our website:

    Here is an example of the product title displaying correctly:

    Here is the problem (title and price not appearing correctly):

    It looks like the “details_product_item” div gets partially covered by the next product’s image.

    Any suggestions on how to fix this?

    Thanks!
    Jen

    In forum: Virtue Theme

    In reply to: Full Width Image

    #191441

    Hi Ben,

    Sorry, I should have specified. The row should appear below the “Choose your site features” row, and above the packages row. Let me know if that helps.

    Wes

    #191435

    Did you load the demo content on that site? If so go to theme options > advanced settings and make sure the demo css in the theme options is removed.

    Ben

    #191431

    I am having an issue with one of my clients websites where the Virtue Theme Logo pops up real quick right before the website loads. It does not happen all the time and not for everyone. Has anyone experienced this before?

    In forum: Virtue Theme

    In reply to: Full Width Image

    #191422

    Hannah,

    I tried your suggestions, but now I don’t even see the image. First, I tried setting the row to full width stretched with the row background image as the image I’m trying to display. Then I used the SiteOrigin “Editor” as the text editor. When I did this I tried adding several different variations of padding to the sides like 1920, 960, 100, etc. Unfortunately I was unable to make the background image appear this way, let alone stretch it to fill the entire screen horizontally. I’ll leave things the way you suggested so you can take another look and see if I’m missing something.

    Thanks!

    #191415

    Regarding SEO; since the posts do reside on the site, aren’t we getting the SEO benefit from them anyway

    It’s not the same. But please consult with your SEO expert or read up. Most everywhere will tell you to avoid Iframes.

    If you want a grid with a border that is not hard to accomplish without the need for embed.

    [blog_posts type="grid" items="2" columns="2"]

    Add that ^ shortcode

    And add this css in your theme options > custom css :

    .kad_blog_item .grid_item {
        padding: 25px;
        border: 1px solid #e5e5e5;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }

    Ben

    #191408

    Here’s a link to Site Origin about the Page Builder plugin conflict. I called my host provider, Lunarpages.com, to see if the sites I have with them have a server cache, and they don’t. And I have an auto clear cache for Edge when leaving browser each time. Then I checked within WP for any options to clear cache there, and there was none. I also don’t use a cache plugin.
    https://siteorigin.com/troubleshooting/identifying-plugin-conflicts/

    So, the last option is to deactivate plugins. Thank you for offering. Could you work from http://www.mychoiceconnection.com/wp-admin? The server is GoDaddy on this one and I flushed cache withine WP. I will shortly send you a login/password as an admin. I don’t want to troubleshoot the others (www.celebratingyourjourney.com or http://www.hcarcheology.org yet). It seems sometimes when some plugins are deactivated then reactivated you lose some of the features and have to redo them. Want to avoid this with these two sites for now. And I am not going to activte Site Origin with new client’s site using Ascend until this is fixed.

    The http://www.mychoiceconnection.com site will be shortly put in maintenance mode until I talk with my client who hasn’t done anything on that site for some time now. Need to see what she wants to be done. So, testing plugin conflicts on this one wont matter if it messes up. Thanks so much for your help with this.

    #191406

    Thanks for the input Ben. I have one client in particular that likes the way the embed renders, nicely framed in the little box. But they want it to appear what they call “normalized”, that is appearing consistently across all embedded posts. So ultimately what I’m trying to figure out is why one embedded post on THIS PAGE displays a thunbnail with title first while the other displays a larger image with the title below it. My client likes the first rendering, so I’d love to figure out how to make that happen with all embedded posts.

    On THIS PAGE the 2 embedded posts do display consistently. While the title doesn’t display first, I might be able to sell the client on this simply because it is consistent. I honestly like this rendering better, but it doesn’t really matter what I like. I wouldn’t even be pursuing this issue quite frankly. BTW, the third image is not an embedded post, just an image made to look like one!

    Regarding SEO; since the posts do reside on the site, aren’t we getting the SEO benefit from them anyway? While I have this post embedded on a page, if you click it you’re taken to the actual post. I’ll also provide a menu in the footer that will allow someone to view all posts by category. Will that be sufficient? Thanks much!

    #191398

    Hey,
    So I’m trying to figure out what your asking. Do you want to edit the style for how WordPress embeds posts? Themes don’t usually control embeds because they are iframed into the page. So no theme styling would affect them. If you are wanting to change hte way WordPress handles this you will need a child theme and will need to override core WordPress files for embeds.

    I strongly don’t recommend that you use embeds in the place of adding posts to your site. Embeds as I said are Iframed content, they will not help your SEO. For best practice you should be adding the posts as real content into a page. Either through a page template or shortcode or widget.

    Ben

    #191392

    In your theme options you were adding :

    <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-79249729-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-79249729-2'); </script>

    Into the theme options > advanced settings > Tracking ID do Google Analytics

    That is only to input your ID not the scripts. If you are going to use that you must only add: UA-79249729-2

    Ben

    In forum: Virtue Theme

    In reply to: Footer Menu Sub Items

    #191378

    I would also add that it isn’t common for websites to make the footer menu have dropdowns. It wouldn’t be standard for users to know or expect that to happen.

    Ben

    #191373

    Hello,

    I’m wondering if there is a way to add a short Contact Form to the Kadence Slider that will only have one slide. Here is an example I’m speaking about:

    I have a gravity forms plugin. I would like to build a similar site like this using the Virtue theme.

    Thank you!

    #191368

    Hey,
    If you need a child theme you can install one at that point. If you feel more comfortable having one from the start that is also fine.

    Either way installing a child theme is done the same way as installing a normal theme. You can download an empty child theme here: https://www.kadencewp.com/child-themes/ then just upload that by going to themes > add new.

    If you want to install a demo site once you are on the import page you will see a list of demos you can install.

    You don’t install something to a child theme. Or to a regular theme. Demo content is content, it’s disconnected from the theme as it’s added to your site through WordPress as content.

    I hope that helps,

    Ben

    #191366

    Hi, we want to have the same style of the other text field, is that possible? the page is this one and you can buy here a product here

    thank you very much
    Angelo

    In forum: Ascend Theme

    Topic: social icons

    #191362

    hi, as you can see here we have on the pre footer a few social icons…canwe reduce a little bit the square? and do a bigger icon too?

    thank you very much
    Angelo

    In forum: Virtue Theme
    #191348

    I am building a new site with virtue premium. Would like to use the example #1. Is there a way to get to it?
    Thank you,
    Jan

    #191343

    Yes. I changed theme to Twenty-Seventeen. And Page Builder still didn’t work. In fact, it reverted me back to All Pages, not the Visual Editor. Site Origin forum has history of this problems a year ago and just in that last couple days as well. Waiting on their reply.

    In the meantime, What do you think is happening to the Virtue Shortcode for Tables?

    In forum: Virtue Theme
    #191342

    Hello,

    I am creating a site using Siteorigin’s Page Builder. For one row I would like an image to be the full width of the page. Unfortunately when I add a row, click row layout tab, and select ‘full width’ under row layout, I am still unable to make the image fill the white spaces on each side of the image. For reference, I have been using the Virtue: Image widget that came with the Virtue theme I am using.

    Here is a link to my site: wesgarvin.com

    Thanks for your help in advance,

    Wes

    #191337
    This reply has been marked as private.
Viewing 20 results - 14,881 through 14,900 (of 39,333 total)