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 - 5,301 through 5,320 (of 5,558 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #22292

    Hey, when you remove it in misc settings it should go away. Are all your other theme options working? Could be you just need to clear your cache.

    Hannah

    In forum: Virtue Theme

    In reply to: Topbar Cart Total link

    #22279

    Sorry. I thought I’d cleared it loads of times but I didn’t have enough boxes checked so I was only clearing the cached images and files….!
    Goodness knows what was wrong with it – I probably fixed it half an hour ago without even realising.
    Andrew

    In forum: Virtue Theme

    In reply to: Topbar Cart Total link

    #22278

    Hey, I just tested and it linked to the cart page. Try clearing your cache.

    Hannah

    #22232

    Hello Ben,

    I have contacted my host and they have changed the site url and home fields to specify https which also matches the general settings in wordpress which both show https. As a result the mobile devices now load both ‘featured product’ and ‘blog posts’ on the home page which again I did not realise yesterday were also not loading. Also, I do not have any cache plugins installed on my dashboard that I am aware of.

    So, at this moment everything works fine on a desktop but on mobile devices the icons do not load. Is there a work around? Would you consider looking at my wp dashboard if I provide my login details. I am at a loss at how to resolve this,

    Thanks for your support

    #22096

    Just need to update to the latest version, I’ve made some fixes. If you have updated make sure you clear your cacheing plugin.

    Ben

    #21995

    Hey,
    I don’t see this? Site seems to be fine when I check. did you clear your cache?

    Ben

    #21710

    cache cleared:
    http://www.auntydotsweets.co.uk

    Buttons are small – still far apart and depth seems bigger now….also when I altered it in the real site the ‘latest news’ bit overlaps the grey background area

    Many thanks

    Nic

    #21709

    Can you clear your page cache so I can see?
    Ben

    #21679

    Right okay – I have been playing around with it and this is what I have done:
    Added a static page as the homepage instead of latest posts
    in the page (using pagebuilder) I set up info boxes making 7 columns and putting a button image into 5 of these (so I can have the desired space either side) I made the background grey and then used the CSS you updated for me to make the buttons seems like they are coming towards the screen. However the CSS didn’t work so I just altered it a tiny bit to:
    .kad-info-box {
    -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
    transform: scale(1,1);
    -webkit-transition: -webkit-transform .2s ease-in; /* Changed here */
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
    }
    .kad-info-box:hover {
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
    }

    Cleared the cache (as you suggested) and boom it works!! woohoo!!!

    The reason I wasn’t able to see the pagebuilder items in either ‘visual’ or ‘editor’ was because the page was only a draft – once I published it I could see it in all three modes.

    Okay just a couple more questions (so sorry):

    This is my test site:
    http://www.auntydotsweets.co.uk/
    where it says ‘plant hire’ ‘plant hire’ etc in the buttons – how can I alter this so that the space between each button (which is built through pagebuilder using the info box widget) and top and bottom isn’t so large? I really don’t want the buttons much bigger but closer together…

    Many thanks

    Nic

    In forum: Virtue Theme
    #21662

    ok, so if your working on line 16 and making a change then I think something isn’t uploading when you edit.
    Do a test, add some text in the file and upload, then go to your site, clear the cache and confirm that the text is showing.

    Ben

    In forum: Virtue Theme
    #21566

    @martin
    You don’t want an empty .htaccess file. It needs to have the standard wordpress redirects for permalinks or your site won’t work.

    You should also force www in your url so people can’t access your site without using it and then it would show broken font files. Your host should be able to help with the dns records for that.

    Try clearing and deactivating super cache, saving your permalinks, deactivating your plugins and then installing wordpress 4.0.

    Ben

    In forum: Virtue Theme
    #21538

    Hi Ben,

    my website is still not running under wordpress 4.0
    This morning I tried to update again, but I still have the same problem (redirection error) as before.
    Like you recommended I installed the plugin “redux framework” – the theme options are working right now. I flushed my cache plugin (WP Super Cache) and I deleted everything in my .htaccess file (but not the file itself).

    Maybe you have any other suggestions for me?

    Best regards!

    #21497

    Hi,

    Thank you for getting back to me so quickly – that is a shame.
    Ok – no i haven’t cleared my cache I am not 100% on how to do this. Also if I am changing the whole site around so that the icon menu isn’t used on front page but that a page with and icon box in it is being used I am guessing that CSS will not be of use to me….

    I have been trying to add my icons through the icon box option (using PageBuilder) but there isn’t any options (that I can see) for size, alignment etc. Also how do I edit the padding between the icons – I set up 7 across so that I will have the desired space in between but the five icons I have in the middle have big gaps inbetween… I also have this CSS to animate the icon menu on the landing page – what would I need to change it to to achieve the same effect please?

    .home-icon-item {
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid;
    box-shadow: 10px 10px 5px #80838a;
    }
    .home-iconmenu a, .home-iconmenu .home-icon-item {
    -ms-transform: translate(0px,0px); /* IE 9 */
    -webkit-transform: translate(0px,0px); /* Chrome, Safari, Opera */
    transform: translate(0px,0px);
    -webkit-transition: -webkit-transform .2s ease-in; /* Changed here */
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
    }
    .home-iconmenu a:hover, .home-iconmenu .home-icon-item:hover {
    -ms-transform: translate(0px,-10px); /* IE 9 */
    -webkit-transform: translate(0px,-10px); /* Chrome, Safari, Opera */
    transform: translate(0px,-10px);

    .home-iconmenu a, .home-iconmenu .home-icon-item {
    -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
    transform: scale(1,1);
    -webkit-transition: -webkit-transform .2s ease-in; /* Changed here */
    -moz-transition: -moz-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
    }
    .home-iconmenu a:hover, .home-iconmenu .home-icon-item:hover {
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
    }

    Last question:
    If i set the homepage to a static page, that has the icon box set up within the page – can I make it a blog page so that the latest posts are displayed. And is there an option to have say 2 columns followed by 1? So you’ve got two posts side by side, then one full width underneath.

    Many thanks

    Nic

    In forum: Virtue Theme
    #21488

    the image menu.. a few are loading from the other domain.. that is important to fix.

    Make sure to disabled any plugins you are not using (even theme recommended like cyclone, if you not using it don’t run it) and in the w3 total cache settings you need to enable page cache and minify at least.

    Ben

    #21485

    1. the css I gave would do what you want. Did you clear the cache, make sure there is no errors in your custom css?

    2. If you check out the video it shows how to set up a page with pagebuilder, would require that you make your home page a static page and not the latest posts page. While working on the page you can use the visual editor widget and click “virtue shortcodes” to add the icon box.

    3. Icon box is icon menu.. and if you want to use an image and not an icon you can switch that in the shortcode. It defaults to icon="icon-home"
    You would change to image="urltotheimage"
    With this route you would have to set up on every page. There isn’t a shortcode that pulls the home page icon menu into other pages.

    Ben

    In forum: Virtue Theme

    In reply to: Category Filter Query

    #21465

    I don’t see anything off the page, you will want to rearrange how you have the items listed, did you clear your cache?

    The first level of submenus are the column header, the second are the columns content.. you can see an example on the pinnacle theme, which uses a similar menu system: http://themes.kadencethemes.com/pinnacle-premium/

    Hover over features.

    Ben

    #21414

    PS. I have emptied the caches. AG

    #21404

    365×365 is what the theme sets for the square featured image on the left.

    Optimizing speed… are you using caching? w3 total cache?

    Ben

    #21293

    I’m not seeing the css on your site can you clear your wordpress cache.

    Ben

    #21221

    Oops, sorry Ben.

    I cleared the WordPress cache (W3 Total Cache), but not my browser cache (Chrome). Just cleared the Chrome cache and it’s still not scaling the excerpt the full length. Same thing in Firefox and IE (cleared those caches as well).

Viewing 20 results - 5,301 through 5,320 (of 5,558 total)