Access Keys
Forum Replies Created
-
Hello there,
Can you please activate our plugin in individual sub sites instead of network activate and check if it works.
Thanks
Hello there,
If you are using PHP version less than 5.4 please update your PHP version to 5.4 or higher as facebook API requires PHP version 5.4 or higher.
If you are using PHP version 5.4 or greater please ask for support in our support mail support@accesspressthemes.com
Thanks
Hello there,
We haven’t done any studies for making the plugin multi site support yet. We will let you know if we release an update regarding this.
Thanks
Forum: Reviews
In reply to: [FotoGraphy] Looks good in demo but lacks functionality and support.Hi there,
Thank you for writing us here.
We direct our clients to the documentation of theme , since we have incorporated every steps there while working with our theme . But there is always place for improvisation thus we are in process for better documentation. Thank you for notifying us, we have updated our forum here and in our site as you can check now. If you have still problem in our theme then you can mail us here:
support@accesspressthemes.comWe will try to not disappoint you in future next time.
Thank you!!
Hello there,
Currently our plugin does not support multi site.
Thanks
Forum: Themes and Templates
In reply to: [SportsMag] Problem with Page Category on top of article titleThank you.
We will be careful from next timeForum: Themes and Templates
In reply to: [Aplite] how to change images in Aplite home page slider ?@emranh17 You can check out this documentation:
https://accesspressthemes.com/documentation/theme-instruction-accesspress-lite/
Thanks
Forum: Themes and Templates
In reply to: [Aplite] Background Image not functioning as intendedThis seem to have solved your issue. If you have any further query you can post it in our support forum:
https://accesspressthemes.com/supports/Thanks
Forum: Themes and Templates
In reply to: [Aplite] Menu tab remains highlighted no matter what page I'm onDo contact us if any issue appears.
Thanks
Forum: Themes and Templates
In reply to: [Aplite] add new widget areaWe hope your issue is solved here.
Thank you for contacting us.Forum: Plugins
In reply to: [AccessPress Social Icons] Center footer iconsHello there,
We have just checked your site and the social icons are appearing centered. Have you managed to fixed it yourself? If not please specify the issues with more details with some screenshots.
Thanks
Check this tutorial http://www.wpbeginner.com/beginners-guide/how-to-easily-create-a-multilingual-wordpress-site/ with the header “Translating Categories, Tags, and Custom Taxonomies”
Hi,
The polylang plugin works fine with slider as well. You will have to create a corresponding slider category for the another language and then create a post under that category as well
Please check the documentation of the polylang to find on how to work with category.
Forum: Themes and Templates
In reply to: [Accesspress Basic] Change theme color?Hi there.
Thank you for writing to us.
And apologize for our late reply.
Did the code work as suggested by Sudheer?
Also many thanks to Sudheer for supporting.
Thanks.
Forum: Themes and Templates
In reply to: [AccessPress Parallax] Overwrite layouts sectionHi,
You will also have to duplicate the index-parallax.php and find the code
<?php include($template."-section.php");?>and replace it with
<?php include(locate_template($template."-section.php"));?>With this, you can replace any section file with your own.