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 'cache'

Home / Forums / Search / Search Results for 'cache'

Viewing 20 results - 2,201 through 2,220 (of 5,558 total)
  • Author
    Search Results
  • #178292

    I don’t see anything wrong with that page. Did you clear your cache?

    Please post a screen shot of what you are seeing.

    Here is a 3rd party tester that shows nothing wrong: https://www.browserling.com/browse/win/7/chrome/64/https%3A%2F%2Fgroomsring.com%2Fproduct-category%2Fgold%2F14k-fancy-rings%2Fpage%2F9%2F

    Ben

    #178291

    I also cleaned the cache but I discovered the issue in another computer of a client of mine this morning so has to be related to kadence slider and something else

    #178282

    Hey,

    I’m not experiencing this on my site. The first thing I would do is check Theme Options> Home Slider to make sure the slider is still assigned.

    If it is, then I’d clear your cache. If still not displaying, start testing active plugins for a conflict by turning them OFF one by one, seeing if the slider functions properly when a certain plugin is OFF.

    Let me know if this is helpful.

    -Kevin

    #178263

    Thank you. I did clear the cache, went to a different browser and then all links were blue – wonderful. Again, thanks!
    -Chris

    #178261

    I’m seeing all of the links on the page appear as blue. Did you clear your site’s cache after adding the CSS?

    -Kevin

    In forum: Ascend Theme
    #178240

    Hi Priscilia,
    I’m seeing the latest posts directly under your header for both languages. Have you tried clearing your cache?

    Hannah

    #178238

    I have no issue clicking on your menu. Perhaps you should try logging out. And turning off any browser extensions you are using.

    site’s product pages are loading very slowly, especially as you click further into pages past page 6 and into double digit pages

    That would be because no one has clicked that far and thus your cache for those pages have not yet been built. You can use a caching plugin that will prebuild pages like that or manually click through each so you have a cache. (I am referencing server cache).

    It would really help you to do suggested optimizations here: https://www.kadencewp.com/need-for-speed/

    Also your server is slow and so getting better hosting should not be understated.

    #178215

    I can see your page loading here without issue: https://groomsring.com/product-category/gold/14k-woven-rings/page/3/

    Is there is a page that isn’t loading then link specifically to that page? Do not reference it in vague terms. Link directly to a page that you see as broken. If it’s showing for us then it will allow us to know that you’re seeing something we can’t and we can start problem-solving your computer or your cache.

    It’s also very important that you clear your cache and if you see server errors that you talk with your hosting provider.

    Ben

    In forum: Virtue Theme

    In reply to: Edit comment.php

    #178180

    Hannah,

    I put the user avatar inside the comment body and wrapped in divs.

    Before:

    <?php echo get_avatar($comment, $size = '56'); ?>
    <div class="media-body">
      <h5 class="media-heading"><?php echo get_comment_author_link(); ?></h5>
      <time datetime="<?php echo comment_date('c'); ?>">
        <a href="<?php echo htmlspecialchars(get_comment_link($comment->comment_ID)); ?>"><?php printf(__('%1$s', 'virtue'), get_comment_date(),  get_comment_time()); ?></a>
      </time>
      <?php edit_comment_link(__('(Edit)', 'virtue'), '', ''); ?>

    After:

    <div class="media-body">
    <div style="width:56px;display:inline-block;float:left">
    <?php echo get_avatar($comment, $size = '56'); ?>
    </div>
    <div style="width:calc(100% - 56px);display:inline-block;float:left">
    <h5 class="media-heading"><?php echo get_comment_author_link(); ?></h5>
      <time datetime="<?php echo comment_date('c'); ?>">
        <a href="<?php echo htmlspecialchars(get_comment_link($comment->comment_ID)); ?>"><?php printf(__('%1$s', 'virtue'), get_comment_date(),  get_comment_time()); ?></a>
      </time>
      <?php edit_comment_link(__('(Edit)', 'virtue'), '', ''); ?>
    </div>

    As I said, I tried doing that in child theme first, then I tried to do it parent theme. And refreshed the cache. But the changes didn’t show up.

    In forum: Virtue Theme

    In reply to: Edit comment.php

    #178163

    Hi Sam,
    You should only be editing the child theme, not the parent theme. Did you clear your cache? What edits did you make?

    Hannah

    In forum: Virtue Theme
    #178038

    I’m seeing it as wide as the button. Have you cleared your cache?

    Hannah

    #178008

    1. I’m not seeing this now, did you clear your cache?

    If you still see it try adding this css:

    body.trans-header #kad-header-menu {
        position: fixed;
    }

    If you still see it make sure your browsers have no extensions running and post the version of each browser you are seeing it along with the screen resolution so I can try and recreate exactly.

    3. I’m trying to recreate this, I’ll post back.

    4. In each page you can set the max font size and min font size. Also, the defaults are set in your theme options title options. These settings are different from the typography settings.

    ON this page, for example, you have the max and min set to 130px : http://demo1.srp.org.uk/walter-bergmann-fund/

    #177981

    Hi Givan,
    Have you cleared all your cache? Including your mobile cache? Make sure that has been done, then let me know if there’s still no change.

    Hannah

    In forum: Ascend Theme

    In reply to: responsive title

    #177913

    Perhaps you just need to clear your cache. You should clear you sites cache after any and every change you make.

    I am seeing a carousel when I view on a mobile device. which mobile device are you using that you are not seeing the carousel?

    Ben

    #177810

    Hi Sarah,
    Are you using a caching plugin? Make sure all your cache is cleared. Are the changes saving in the backend?

    Hannah

    #177570

    Yes, I’ve cleared my desktop and mobile cache several times. select2select has been turned off for a while.

    Issue still remains

    #177569

    Hi Stephen,
    Have you tried clearing your cache after turning select2select off? Be sure to clear your mobile cache as well. Let me know if the issue remains.

    Hannah

    In forum: Ascend Theme

    In reply to: Product thumbnails

    #177557
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Product thumbnails

    #177556

    I’ve been looking at this for awhile and can’t seem to find anything obvious. Ben is on a trip so his activity will be more limited on the forums than usual, but he’ll probably have some good input when he’s back on.

    When you deactivated plugins, did you also clear your site’s cache?

    -Kevin

    In forum: Ascend Theme

    In reply to: Product thumbnails

    #177409

    I see now. This isn’t occurring on my test site. First thing I would do in your case is deactivate plugins one by one, seeing if the cart functions properly when a certain plugin is OFF.

    Be sure you’re clearing your cache after each.

    Let me know if you find anything.

    -Kevin

Viewing 20 results - 2,201 through 2,220 (of 5,558 total)