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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Footer Credit won't go away
In forum: Virtue ThemeIn reply to: Topbar Cart Total link
In forum: Virtue ThemeIn reply to: Topbar Cart Total link
In forum: Virtue ThemeIn reply to: Site no loading due to Woocommerce being activated
November 11, 2014 at 3:37 am #22232Hello 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
In forum: Pinnacle ThemeIn reply to: Enable Shrink Header Shrinks Too Much
November 8, 2014 at 4:10 pm #22096Just need to update to the latest version, I’ve made some fixes. If you have updated make sure you clear your cacheing plugin.
Ben
In forum: Virtue ThemeIn reply to: Home-Icon-Menu disappears with WooCommerce
November 7, 2014 at 11:39 am #21995Hey,
I don’t see this? Site seems to be fine when I check. did you clear your cache?Ben
In forum: Virtue ThemeIn reply to: Icon Menu – sizing and background question
November 4, 2014 at 10:27 am #21710cache cleared:
http://www.auntydotsweets.co.ukButtons 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
In forum: Virtue ThemeIn reply to: Icon Menu – sizing and background question
November 4, 2014 at 10:11 am #21709Can you clear your page cache so I can see?
BenIn forum: Virtue ThemeIn reply to: Icon Menu – sizing and background question
November 4, 2014 at 6:05 am #21679Right 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 ThemeIn reply to: logo link to external url
November 4, 2014 at 12:03 am #21662ok, 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 ThemeIn reply to: Woocommerce 2.2.2 problems
November 3, 2014 at 9:40 am #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 ThemeIn reply to: Woocommerce 2.2.2 problems
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!
In forum: Virtue ThemeIn reply to: Icon Menu – sizing and background question
November 2, 2014 at 4:52 am #21497Hi,
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 ThemeIn reply to: Staff page – hierarchy
November 1, 2014 at 11:00 pm #21488the 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
In forum: Virtue ThemeIn reply to: Icon Menu – sizing and background question
November 1, 2014 at 10:41 pm #214851. 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 toimage="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 ThemeIn reply to: Category Filter Query
November 1, 2014 at 11:26 am #21465I 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
In forum: Virtue ThemeIn reply to: Cart and Search icons not showing. What have I done?
In forum: Virtue ThemeIn reply to: image sizes for single column posts on homepage
October 31, 2014 at 2:30 pm #21404365×365 is what the theme sets for the square featured image on the left.
Optimizing speed… are you using caching? w3 total cache?
Ben
In forum: Virtue ThemeIn reply to: Increase size of instagram feed
October 30, 2014 at 10:39 am #21293I’m not seeing the css on your site can you clear your wordpress cache.
Ben
In forum: Virtue ThemeIn reply to: How to remove side bar in page category
-
AuthorSearch Results


