Sankalan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Mobile Menu Not Working After 3.3.8 UpdateThanks for your assistance.
I disabled all plugins and then activated them one at a time. It turned out that WP Page Navi was causing the problem.
But,
WP PageNavi is an important plugin that allows pagination. What do I do?
Forum: Themes and Templates
In reply to: [Hueman] Mobile Menu Not Working After 3.3.8 UpdateI didn’t give any solution @nikeo. 🙁
The problem still persists.
The demo site works perfectly on my mobile device. There is no horizontal scroll either on the demo site.
Please help me Nicolas
Forum: Themes and Templates
In reply to: [Hueman] Mobile Menu Not Working After 3.3.8 UpdateAlso,
Save and Exit option in Customizer is not working!!
Forum: Themes and Templates
In reply to: [Hueman] Page break not working on PagesYes, it worked. I wonder what will happen when the theme gets updated. I will have to add that chunk of code again to page.php.
Denzel, can you please tell me a way to make this change permanent. I think you will suggest working with child theme but I don’t have any knowledge of coding. So, it will be great if you can just tell me the steps that I need to follow.
Thanks in advance.
Forum: Themes and Templates
In reply to: [Hueman] Page break not working on PagesUnfortunately Denzel, this is not working.
Actually what’s happening is that even before I made this edit to page.php, using pagebreak option was creating pages. It is just that the pagination was not showing.
What I mean is that say my page has the url
When I am using the pagebreak, I can’t see any paignation BUT,
when I am using this url:
http://something.com/newpage/2/
the other page is showing up with the rest of the text below the <!–nextpage–> tag.
I need this pagination to show up. It is not showing.
However, that pagination is showing for long post where I always use pagebreak tag and it works like a charm.
Did I explain myself well enough?
Can you help Denzel? It will be really great if you can help.
PS: I have done the following:
1. Installed the plugin WP-PageNavi — nothing happened
2. Deactivate all plugins and then reactivate one at a time to see if any plugin is causing this problem — nothing to complain about
3. Cleared browser cache, cleared website cache, opened website in incognito of Chrome and Firefox — nothing happened.The result is same… I cannot see pagination in the page.
- This reply was modified 9 years, 4 months ago by Sankalan.
Forum: Themes and Templates
In reply to: [Hueman] Center align menu in TopbarNice to see you Alex. I love the theme you made. Sad that you gave the development work to someone else.
Anyway, thanks for the code. It worked! Awesome! Thanks again.
Forum: Themes and Templates
In reply to: [Hueman] Center align menu in TopbarThank you for your reply.
However, it did not help because I am not a coder and I don’t have any knowledge of CSS codes and @media queries.
Forum: Themes and Templates
In reply to: [Hueman] Center align logo@ suascat_wp
Thanks for the response. It worked!
Will mark this as resolved!
Forum: Themes and Templates
In reply to: [Hueman] Header Ad not showing in Heuman ThemeYa sorry about that. I removed hueman and installed Enspire. This theme seems to work correctly for me. So, sorry for bothering you. I forgot to update. I am so sorry.
Forum: Themes and Templates
In reply to: [Hueman] Header Ad not showing in Heuman ThemeHi bdbrown,
Thanks for your reply. I implemented the custom CSS but now no ads are showing up at all, not even on desktop!
Help please.
RegardsForum: Themes and Templates
In reply to: [Hueman] Header Ad not showing in Heuman ThemeOkay, I found this piece of custom CSS code which shows the header ad:
@media only screen and (max-width:3000px) {
#header-widgets {
width: 800px;
height: 90px;
}
}BUT, since the header ad is a responsive ad unit, is should also show up in mobile devices.
I am not good with code (call me dumb) but is that CSS code designed only to show ads when viewed on desktops? How do I make the header widget work even on mobile screens?
Any help will be greatly appreciated.
Forum: Themes and Templates
In reply to: [Hueman] Post Date Showing But Not YearWow!That was simple. Stupid me! Thanks a ton friend.
here is an update:
Everything appears to be behaving weirdly.
I tried to login and still received the error. In the meantime, I was on a different tab on Chrome and I was trying to browse through different posts when I saw the admin bar appear on the top. I went in to dashboard from there. the dashboard url is showing
factslegend.org/wp-admin/index.php
but
factslegend.org/wp-admin is still giving the error
Forum: Fixing WordPress
In reply to: Fatal Error: Cannot redeclare defer_parsing_of_js()Okay Solved the annoying problem. Here is what I did:
1. As suggested by Andrew, disabled Hueman child and master themes.
2. Cleared all cache files from the cache plugin.
3. Disabled all cache files.
4. Cleared browser cache and cookies.
5. Restarted browser.
6. Downloaded Hueman master and child theme – fresh download.
7. Went into cPanel, uploaded the zipped theme files.
8. Deleted Old files for Hueman master theme and unzipped the fresh files of the master theme.
9. Deleted old files for Hueman child theme and unzipped the fresh files for the child theme.
10. Went back to dashboard, activated the themes.
11. Opened website in both regular window and incognito window and voila!
My website was back.
Folks, just be careful about fiddling with functions.php file. One error and your website is screwed and you go nuts in no time.
Thanks to Andrew for guidance and support. Plain and simple, I was going crazy and couldn’t have made it without his aid.
That’s it!
Happy blogging!
Bye!
Forum: Fixing WordPress
In reply to: Fatal Error: Cannot redeclare defer_parsing_of_js()Andrew, I am still staring at the same error. 🙁