Getting:
Uncaught Error: Call to undefined function esc_htm_e() in /var/www/html/web/app/themes/freak/404.php
That function should be esc_html_e() instead. Please fix!
Thanks.
I am disappointed that the freak pro theme I purchased seems to have no support.
I have a few posts regarding freak pro that have gone unaswered for months.
I don’t see any responses to other support questions.
Whiskey, Tango Foxtrot ? What gives ?
no freak support, lousy freak support, no more freak, freak theme sucks, freak pro theme sucks, theme support, inkhive theme support sucks
]]>I have tried all the “tricks” but cannot get my freak pro page and post paragraph spacing right on any mobile phones or devices.
It looks fine when I am creating the page or post in the admin interface.
It just looks lousy on mobile devices. Way too much paragraph spacing requiring the user to scroll and scroll and scroll to get to the bottom of the page or post.
Also. The wordpress page break feature doesn’t seem to work with freak pro either.
Please advise.
]]>I have been using Freak free theme for quite some time without any issues.
I recently upgraded to Freak Pro and I lost my sliders. They are visible when logged in as admin but dissappear on the actual site.
If I reactivate the free theme – my sliders return.
I also lost the small thumbnails for the featured posts beneath the header after upgrading to Freak Pro.
Now I have large thumbnails with poor alignment.
I ran the regenerate thumbnails plugin but no change.
Trying to find support for Freak Pro is very confusing. The inkhive site is terrible to navigate.
]]>Trying to change the global page/post font color to black as the default grey is too hard to see.
Added the following code snippet to Freak customize css:
/*
body, html {
color: #000000;
}
*/
Still no love.
Please advise.
thank you.
]]>nextpage / page break feature not working in Freak Theme Posts
<!–nextpage–> inserted manualy and via tool bar
added following code to single.php file: <?php wp_link_pages(); ?>
Cannot get it to work.
Please advise. thank you.
]]>Hi there, this is a bit of a mystery. The featured posts gird displays when I inspect the page or customise but then it disappears when I exit. This is the case with Firefox, Chrome and IE desktop browsers.
However, it all works OK when viewed on my mobile.
I am using a child theme but it works when I use the parent
Could you please help with this as I am very new to WordPress/CSS/HTML.
Thank you very much.
]]>Hello,
I am very new to this but it seems to me that this is a very simple thing.
I would like to change the font size of my site’s tagline. With my limited abilities I checked the page source and found:
<h2 class=”site-description”>Grabbing midlife…!</h2> as well as a reference to site description.
In additional CSS I’ve tried the following but neither works:
h2.site-description {
font-size: 30px;
}
h2 {
font-size: 30px;
}
Not really sure what else to try. Could you please help?
Thanks!
]]>anyone know how?
]]>I have a red line show under all my sidebar titles, how can i remove that and the light grey box around it each one
]]>I’m trying to find out if there is a way to modify the excerpts behavior in the Freak Theme when simply sharing the root URL without an article/blogpost.
For example, when I share https://www.examplesite.com to facebook, I’d rather use the site summary as the excerpt for the site.
When I share https://www.examplesite.com/2017/05/03/complaining-about-freak-theme/, I would use the article excerpt.
Make sense?
Please tell me there is an easy way to accomplish this behavior.
]]>The page i created as a home page displays incorrectly and say “not found” instead of the media and text i put
]]>I’m having trouble with my header. What are the dimensions? All it says is 800 pixels high, but there isn’t a suggested width.
]]>Hello i’ll try to explain my issue. In mobile device when you switch to the left of the screen ,you have a “menu” where you find à list of every page. Unfortunatly, i would like that some pages don’t appear.
Is it possible to chose what page are incluse to this menu? And how?
Thanks
Excuse my english.
]]>The header image does resize on mobile devices. This causes and inappropriate unwanted focus on the image on mobile devices. I tried iPhone, Android and iPad. It resizes great on a desktop though. I want to update to the pro version, however this issues must be resolved first. Is there a way to fix this? The website URL is shannonlayburn.com
]]>I started my website with Siteground and WordPress.com. Once a friend told me I have a little more control with www.ads-software.com I immediately switched. Everything came over but my images and my Freak Pro template I purchased. I have the .zip on my computer but can’t seem to be able to upload it. I used to have a simple FTP server back in the day but don’t know exactly how to upload this theme manually since wordpress.com did it automatically once I purchased the full version.
Please Help
]]>Hi,
I’m hoping that someone could tell me how to change the color of the sub-menu dropdown.
I can’t seem to find where to change this in css or in the theme files.
Any help is much appreciated.
Thanks.
]]>Has Navigation functionality been stripped out of the Freemium version?
I can’t any Post pagination plug-ins to work with single.php.
Why is there no <previous> <next> navigation anyway?
I like the theme.
Thanks
Stephen
]]>Hi,
I am using the Freak theme and I like it very much. Unfortunately it switches to a not so beautiful mobile theme on mobile devices even though it is responsive. Is there a way to deactivate this behavior and only use the full site?
Thanks in advance
Steven
Hi do y’all know how to remove the “Theme Designed by…” line in the footer? Going to be starting a company blog/website for someone, they think it looks more professional without that line. Is there any code I can add to the custom CSS box so I don’t need to make any changes to the code/create a child theme for this? Thanks in advance
]]>Hi, I’m using Freak theme and in when I tested before using in my web site, the Feature posts working correctly.
Now, I’ve activate this theme in my website and althoug it’s correctly configurate (enble check box, and select teh category), I just see the post in this section from my mobile device. But not in the desktop, and don’t understand why.
Somebody can help me?
Thanks in advance
]]>Hi, this seems a great theme, and I’m considering it for a new site.
Can anyone advise me whether it would be possible to position the main menu to the top of the header, rather than having it at the bottom of the header?
How would I do that?
]]>Hello and thank you for the theme. You should be happy to know that your theme served me well for a fundraiser i did last year.
How can i remove the link at the top that says Skip to Content?
]]>Hi, I’m trying to find out why I can’t crop images, so I turned on my debug mode. Now I’m getting all these deprecated constructor errors (https://www.ads-software.com/support/topic/notice-wp_widget-is-deprecated-since-version-430)
As far as I know I have the latest version of Freak-Pro. Is there any chance this error will be fixed anytime soon?
]]>im want to change the peach color on the home page that appears. I cant seemed to find it in the coding. can anyone help?
]]>How can I change the opaqueness of the footer in FREAK theme ?
Tried this in style.css:
#footer{
background: rgba(255, 255, 255, 0.4);
}
And this:
#footer {
/* Fallback for browsers that do not support rgba */
background-color: rgb(255, 218, 153);
/* Transparency for rgba browsers */
background-color: rgba(255, 218, 153, 0.6);
}
I added to child and parent theme with no success.
Made no difference even when setting the opaqueness
Thanks for your advice.
]]>I was messing around in the functions.php codes in my Child theme to Freak.
I updated my changes and got the white screen of death.
I do not have the original code left anywhere.
What must i do to restore my website?
Hello,
I have this syntax error on my website
https://myaltruistictravels.com/
Parse error: syntax error, unexpected ‘<‘ in /home/content/p3pnexwpnas09_data02/40/2718940/html/wp-content/themes/freak/functions.php on line 7
I have no idea how to fix this.
Please help
]]>I′ve run in to a problem and can not seem to find out how to show full posts in stead of excerpts on the home page.
I am showing latest posts on home page.
How i can Disable Sidebar Everywhere on static page but not in Post.
]]>