Access Keys
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AccessPress Mag] No Slider is visual on home pageHi sagar,
I think you miss to assign template “Home Page”. Follow instruction from here:
http://doc.accesspressthemes.com/accesspress-mag-documentation/#!/set_up_home_pageThanks!!
Forum: Themes and Templates
In reply to: [AccessPress Mag] Does pro allow multiple sections?Hi Stacy,
We can’t understand your problem with slider option. Can you please describe more?
Thanks!!
Forum: Plugins
In reply to: [AccessPress Social Share] Counters are not updatingHello there,
Have you setup the share count using newsharecounts? if yes please clear the share counts cache this should fetch the new share counts.
Thanks
Forum: Plugins
In reply to: [WP TFeed] Proxy awareHello there,
Here are your replies.
1. The fetching of tweets are triggered on page load with caching system. i.e the tweets are fetched once and stored in cache and fetched from the cache until the cache expires
2. Our plugin will fetch directly using the twitter Oauth API.
Thanks.
Forum: Reviews
In reply to: [AccessPress Social Login Lite - Social Login WordPress Plugin] wasteHello there,
This error message from facebook app will appear if you haven’t configured the app settings correctly. Please follow the instructions as mentioned in the note section for facebook. This link should help you to resolve issue.
Thanks
Forum: Plugins
In reply to: [AccessPress iFeeds] Instagram feeds slanted on footer widgetHello there,
If you like our plugin, Please don’t forget to give positive rating as well 🙂
Thanks
Forum: Themes and Templates
In reply to: [Accesspress Basic] Slider Error in MobileHi there,
Did you make any code customization within the theme files ? As in our demo site the slider seems to be performing fine. You may check our demo link here.
Thanks,Hi There,
Go to Theme folder(accesspress-parallax)->layout->team-section.php
there you can find below code$args = array( 'cat' => $category, 'posts_per_page' => -1, );and add order parameter like below code
$args = array( 'cat' => $category, 'posts_per_page' => -1, 'orderby'=>'rand' );Thanks.
Forum: Plugins
In reply to: [AccessPress Social Share] Counters are not updatingHello there,
Have you registered you site to newsharecounts or opensharecount to make the twitter share count work. Please go through the documentation about how it works for newsharecounts and opensharecounts.
Thanks
Forum: Themes and Templates
In reply to: [AccessPress Parallax] Creating Full Wide Pages IssueHi There,
Please us below code to make page 100%#primary { width: 100%; float: left; }Thanks.
Forum: Plugins
In reply to: [AccessPress iFeeds] Instagram feeds slanted on footer widgetHello there,
Please add this css in your stylesheet. This should fix the issue.
ul.instagram-widget {
padding: 0;
margin-left: 0;
}Thanks
Forum: Themes and Templates
In reply to: [AccessPress Lite] How to switch the site title and description?Hi There,
Go to Setting->General there you can find “Site Title” and “Tagline” from there you can add your text.
Thanks.Hi There,
Please use below custom css code to remove post date and author..entry-meta { display: none; }Thanks.
Forum: Themes and Templates
In reply to: [AccessPress Lite] Hide the "Welcome post" sectionHi There,
Go to Appearance->Theme Option->Home Page there you can find “Welcome Post” from there you can choose welcome post.
Thanks.Forum: Plugins
In reply to: [Social Auto Poster] Scheduled post to FBHello there,
We have added the feature to publish the schedule post to facbook in our last day’s update so please update the plugin in your site.
Thanks.