How can we help?
If you are looking for support for our PokaTheme, this is the place!
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi Fernando,
Thank you for the update.
Regarding your mention of the “Poka Geolocation” plugin, could you please clarify a few details so we can better assist you?
Installation: Do you currently have the Poka Geolocation plugin installed and activated alongside the PokaTheme?
The Issue: Could you please elaborate on what exactly is happening?
We are looking forward to your reply so we can resolve this for you.
admin
KeymasterHi there,
To help us investigate this further and provide an accurate solution, could you please provide some additional information about your setup?
Specifically, we would need the following details:
WordPress Version: (e.g., 6.4.x)
Active Theme: The name and version of the theme you are currently using.
Active Plugins: A list of the plugins currently active on your site.
Website URL: The link to the page where you are experiencing the issue so we can inspect it live.
Once we have these details, we’ll be able to take a closer look and get back to you as soon as possible.
admin
KeymasterHi Fernando,
Thank you for reaching out to us!
Regarding the “Free Slot Games” section you mentioned, please note that this is handled by a third-party plugin and is not a native feature developed by our team.
To help you get everything set up correctly, I recommend checking our official documentation. You can find detailed guides and instructions here: 👉 PokaTheme Documentation
If you need anything else or have further questions about our theme features, feel free to ask!
admin
KeymasterHi cliffknez,
Could you send us your url to check it?
admin
KeymasterHi Bincatt,
Could you send us your url to check it?
admin
KeymasterHi Lachian,
Could you send us your url to check it?
admin
Keymasterver. 4.1.6
19/12/2025
**Fixed**
* Fixed: Geolocation databse update error
* Fixed: Resolved PHP Deprecated warning in Affiliates structured data (Schema.org).**Affected theme files:**
* functions.php
* style.css
* inc/geolocation/includes/database/manager.php
* /inc/core/hooks.phpadmin
KeymasterTo remove the “Review” button in affiliate table style 4, the easiest way is CSS.
Go to Appearance → Customize → Additional CSS and add:
/* Affiliate table (style 4) – hide Review button */
.affiliates_table.style_4 .review_btn,
.affiliates_table.style_4 .btn-review,
.affiliates_table.style_4 a[href*=”review”]{
display: none !important;
}If it doesn’t hide it (class names can vary by version), use Inspect on that button, copy its exact class, and replace the selectors above.
If you want, email support your page URL (or the HTML snippet from Inspect) and we’ll give you the exact selector for your setup.
admin
KeymasterHi Aidan — the icon-poka-twitter etc. are theme icon font classes (not images). You’ll find them in the theme’s icon font files.
Where they are:
In your install: wp-content/themes/pokatheme/assets/ (look for fonts/ + the CSS file that defines icon-poka-* classes)
How to use them:
Add an element (menu item / HTML block / widget) and use something like:
Or if you’re using a menu/social module, it should output them automatically once you set the social URLs.
If you can’t see them on the site, it’s usually because the icon font isn’t loading (cache/minify plugin stripping fonts, mixed-content, or wrong paths after a move). Quick test: temporarily disable minify/caching and hard refresh.
For extra help, email support with your site URL + a screenshot of where you’re trying to add them, and we’ll tell you the exact place/module to use.
(Replying to David: support is still available—email is the fastest way if something is urgent.)
admin
KeymasterIn Header Style #2 the logo container has a fixed height, so large logos can overflow.
Fix (recommended): upload a logo close to the intended size (same height as the header), then set a max height with CSS.
Go to Appearance → Customize → Additional CSS and add:
/* Header Style #2 – prevent logo overflow */
.header_style_2 .site-logo img {
max-height: 60px;
width: auto;
height: auto;
}If you want a different header height, just change 60px.
If you need extra help, email support with your site link + your current logo size (px), and we’ll give you the exact max-height to match your header.
-
AuthorPosts