JackGraal
Forum Replies Created
-
Here’s my post action
Every field is checked.
Forum: Themes and Templates
In reply to: [Hueman] Menus always expanded on some resolutionsI’ve switched all media query elements in main.css from 719px & 720px to 959px & 960px. It fixes the problem, but I’ll need to do that after every parent theme update ??
Forum: Themes and Templates
In reply to: [Hueman] Menus always expanded on some resolutionsAs I said, the problem occurs only between 720px and 959px. The hueman theme’s break point is 720px, my child theme changes it to 960px.
Forum: Themes and Templates
In reply to: [Hueman] Menus always expanded on some resolutionsHi bdbrown,
I’ve seen this topic before, but it didn’t help.In the hueman theme main.css there is something like this:
@media only screen and (min-width: 720px) { .nav-wrap { height: auto!important; }
which might be part of the problem. While overwriting the media query in child theme to (min-width: 960px), the lower width is still using the parent media query of 720px because of !important.
Forum: Themes and Templates
In reply to: [Hueman] Column shortcode stopped working after updateThank you for all the options.
I’m already making changes to Hueman Addons files (customized content of scrollable sharebar) so adding two slashes ‘//’ into a file is not a problem at all. I have all changes backed up and I tend to check up if there was any update to Hueman, so I think that I’m finally where I wanted to be.
Thanks again ??
Forum: Themes and Templates
In reply to: [Hueman] Column shortcode stopped working after updateNope, when I make it like that shortcodes are not working at all (visible in the frontend as [su_xxx]).
There’s an option in SU to set a prefix. When i set it to ‘su_’ the conflict is no more, but I’d need to change ALL shortcodes (not only columns) to have a ‘su_’ prefix.
I don’t want it like it. I’ve been using SU for years and it worked fine with just normal “prefix free” shortcodes.
It worked fine with the shortcodes build inside Hueman theme, but the updated Hueman Addons plugin changed how columns work and, for example, how a highlight shortcode works.
All in all – I’d like to deactivate the “shortcode” part of the plugin ??
Forum: Themes and Templates
In reply to: [Hueman] Column shortcode stopped working after updateI’m using “Add shortcode” button in the post editor. It opens a list of SU shortcodes.
I don’t really need the shortcodes from Hueman Addons plugin so is there a way to deactivate them? Maybe via a function or something like that?
Forum: Themes and Templates
In reply to: [Hueman] Column shortcode stopped working after updateThere still is one problem left – when I create new columns, they use numbers instead of words (“1/2” instead of “one-half”). What can I do about that?
Something must be wrong between Hueman shortcodes and Shortcodes ultimate.
How can I deactivate Hueman shortcodes without deinstalling it (so I can use the sharebar)?
Forum: Themes and Templates
In reply to: [Hueman] Column shortcode stopped working after updateOk, so I have a few thing to do.
Thanks for your help ??
Forum: Themes and Templates
In reply to: [Hueman] Column shortcode stopped working after updateI changed it the way it is written there and it worked – that’s the good part.
So the bad part is that I have to manually edit all my posts, change ‘1/3’ into ‘one-third’ (or any other thing like that in the same way) and add ‘last=”true’ to all columns?
And the [row] shortcode can be removed, right?
Forum: Themes and Templates
In reply to: [Hueman] Column shortcode stopped working after updateSomething like this:
[row]
[column size=”1/3″]XXX[/column]
[column size=”2/3″]YYY[/column]
[row]I didn’t change anything regarding shortcodes when upgrading the theme from the old version.
Forum: Themes and Templates
In reply to: [Hueman] Column shortcode stopped working after updateYes, I’m using the newest version of the theme 3.17 and Hueman Addons 1.0.4.
Forum: Themes and Templates
In reply to: [Hueman] Sharrre bar stopped scrollingFor me it seems to work with Microsoft Edge and Android version of Chrome. But Chrome for desktop, Firefox, Opera and Maxthon don’t work.
Thanks for help, I’ll try to resolve this on my own. Must be a problem with my computer.
EDIT: Turns out it had something to do with “Rocket Loader” or Minify (CSS, HTML, JavaScript) functionalities in Cloudflare CDN service.
One of these two – still testing ??Forum: Plugins
In reply to: [Menu Image, Icons made easy] Can't hide title after update#TrueStory
I’m still hanging on to version 2.4
Forum: Plugins
In reply to: [Disqus Conditional Load] Doesn't load comments in normal modeBoth options were unchecked, I checked the External Javascript Files option. It seems to be working now.
Thank you ??