Access Keys
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AccessPress Store] 4 Product in column successful, IE error.Hi there,
Can you please send us mail in our support please:
Along with your site URL so that we can check please.
Thanks
Forum: Themes and Templates
In reply to: [AccessPress Store] Drop Down Menu'sHi there,
Thank you for writing to us !!
Put the following line css in customizer >> General Settings >> Custom Css Area or style.css..boxed #site-navigation > .store-menu > ul > li:last-child:hover ul {
left: auto !important;
right: 0;
}Thanks
Hello there,
Currently it is not possible to add create gallery button but we will try to add this feature in our future udpates.
Thanks.
Hello there,
The post format option is in general settings tab.Please check in general settings for post format option.
Thank You
Forum: Themes and Templates
In reply to: [The Monday] strange change with last updateHello khahina,
Thank you for your useful post and much appreciated. Regarding description text for product section we have manged it from customizer field in same section. So please update theme.
Thanks,
Forum: Themes and Templates
In reply to: [AccessPress Mag] Articles no completeHello there,
Thank you for your suggestion. We will try to come up with fixes in next plugin update.
Thanks
Forum: Themes and Templates
In reply to: [Accesspress Basic] Problem in the screen for adding linksHi there,
Can you let us know which button you clicked prior to getting this page.
Thanks,Hi there,
Thank you for writing to us!!
When you select the latest product that will show the latest product you have added despite being of a man or woman. Only when you select the option as category you will be able to show your desired product category as of man or woman.There is no other option than that.
Thanks
Hi there,
Can you please send us mail in our support please:
Along with your site URL so that we can check please.
Thanks
Forum: Themes and Templates
In reply to: [AccessPress Store] Access Press Store – Issue w/Sidebar & PagesHi there,
The exclude function will surely work. You need to put the page ID of the page you want to exclude. You can get the page ID of particular pages when you edit any page and on the end of the URL you will get its ID. e.g.
http://localhost/accesspress-store/wp-admin/post.php?post=91&action=edit
Here 91 is that page ID, which you need to put in exclude field in the pages widget.
Thanks
Hi there,
Thank you for writing to us!!
That may have caused due to some plugin that you have used. So please try to deactivate other plugins and check if that solve the issue.
Thanks
Forum: Themes and Templates
In reply to: [The Monday] strange change with last updateHello there,
Thank you for writing to us!!
Our sincere apology for the inconvenience caused. But with this update we have modified our theme in huge thus along with some layout changes, option in customize are also changed.
Hope you understand.Thanks
Forum: Themes and Templates
In reply to: [AccessPress Store] Access Press Store – Issue w/Sidebar & PagesHi there,
if you want to modify the theme layout you have to create child theme here is the instruction to create child theme.
https://codex.wordpress.org/Child_Themes
Thanks
Forum: Plugins
In reply to: [AccessPress Social Counter] Resizing icons in sidebarHi There,
We don’t have resize feature in our plugin currently. So to resize the icons, please go to your style.css of your current site directory and paste following code at end of the file.
.apsc-theme-2 .apsc-each-profile {
min-height: 66px !important;
margin: 2px !important;
width: 61px !important;
}Thanks.