Access Keys
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [FotoGraphy] Version 2.0.7Hi,
The breadcrumb that you are seeing in the page http://demo.accesspressthemes.com/fotography/blogs-large-thumbnail-view/ is because this page is a custom page template programmed just to show the demo of different layout of the blog page. As you should know that WordPress does not allows to create multiple blog page. And http://demo.accesspressthemes.com/fotography/blogs/ is the actual blog page where there is no breadcrumb.
—————————————————
The gallery widget is working perfectly when we tested again with the latest version of the theme. If you can explain with some video, that would be easier for us to understand the problem.
—————————————————
For the newsletter plugin, we do not add css for those plugin so it they fit well inside the container they will show properly and if they don’t fit you may see some improper layout which can be fixed by custom CSS
—————————————————–
http://demo.accesspressthemes.com/fotography/modern-traditional-photography/ this page is designed without sidebar so the sidebar layout does not work for this page neither the sidebar widget.
Hello vfxlab,
The mentioned feature is only available in our PRO version.
Thanks.
Hello there,
The Add Media button is generated by WordPress itself for the various user roles which have upload media capability. The add media button won’t display or won’t work if the logged in user doesn’t have that capabiltiy.
Please check the below link for understanding WordPress roles and capabilities.
https://codex.wordpress.org/Roles_and_Capabilities
If you still need to assign certain capabilities for certain roles which are not available by default, please check below reference.
https://codex.wordpress.org/Function_Reference/add_cap
Thanks.
Forum: Themes and Templates
In reply to: [FotoGraphy] Incompatible with NextGen GalleryHi there,
Thank you for writing in !!
Your issue is quiet not clear to us , thus can you please send mail to our tech support in here:
support@accesspressthemes.comPlease include your site wp-admin detail too in the mail so that we can check your site functionalities.
You can provide us some temporary login details which you can change later after the checking is done.
Thanks
Forum: Plugins
In reply to: [AccessPress Social Share] counters not workingHello there,
have you changed the slug or url of the post recently? If you have done so the share counter will start from the beginning.
Our plugin will fetch the share count using the API from each network so we don’t have any control over the share counts provided by each social network we will just the fetch the share count and display in the post or page.
Thanks
Forum: Plugins
In reply to: [AccessPress Social Icons] Plugin breaks SSLHello there,
Nice to know that you are already our client hope we would be able to help you to resolve this issue.
First of all, Can you send us your site url so that we can inspect the pages to know where the content being mixed up and also to know if the mixed content is from this plugin too or not.Thanks.
Hello webrolls34,
Are you willing to change the order of the category displayed in the form? If yes then in our today’s update we have added a filter ap_taxonomy_args which you can use to hook to change the argument while displaying the categories.
You can use add_filter hook to modify the args while fetching the categories from the database. Here is the simple code to keep in theme’s functions.php to change the default orderby parameter from id to name.
add_filter('ap_taxonomy_args','ap_taxonomy_filter',10,2); function ap_taxonomy_filter($args,$taxonomy){ $args['orderby'] = 'name'; return $args; }Thanks.
Hello noobiestrikesagain,
We have released an update with the solution for the mentioned issues.
Please add redirect=”URL to be redirected if accessed directly” parameter in the ap-form-message parameter.
For example
[ap-form-message redirect=”http://192.168.1.102/form-page”%5D
Thanks.
Forum: Plugins
In reply to: [AccessPress Social Counter] Facebook Social Counter not workingHi there,
Please let us know if the issue you mentioned is resolved or not.
Have you tried clearing the cache? It might be the issue your counter may not be updating while updating to newer version of plugin.If issue is still persisting, can you please ask for support to our support email support@accesspressthemes.com with your site details?
Thanks
Forum: Themes and Templates
In reply to: [AccessPress Store] To Change Font Stylehello there this is the css class that governs the Banner title
.product-cat-desc h3 {
font-family: ariel;
font-size: 44px;
font-style: normal;
letter-spacing: 0;
line-height: 220%;
text-align: center;
text-transform: uppercase;
padding: 0px;
color: #ffffff;
}
modify and add this to the custom CSS and see if it helpsHello Andres3D,
This feature is already added in our previous updates. Did you check ? Please update your plugin to get this feature.
And if you really liked our plugin then please don’t forget to give us rating.
Thanks.
Hello Tony Valdes,
Thank you very much for the review.
Thanks.
Forum: Reviews
In reply to: [Frontend Post WordPress Plugin - AccessPress Anonymous Post] Nice pluginHello btpub,
Thank you very much for the review. Can you please email us the translation files to support@accesspressthemes.com so that we can include the translation in our next update. We tried to check in your site but couldn’t find the download link for the translation files. Once we add those translation files, we will include your name in the translators list.
And regarding the custom fields, did you check our PRO version ? We have included that feature in our PRO version along with many other features.
Thanks.
Hello there,
Can you please provide us your site link to our support mail support@accesspressthemes.com so that we can check the issue.
Thanks
Forum: Plugins
In reply to: [AccessPress Social Share] counters not workingHello there,
We have just checked your site by doing the sharing for this url and it is updating the share counts properly. Please check.
Thanks