JakenCD
Forum Replies Created
-
Forum: Plugins
In reply to: [Restrict Widgets] not displaying widget by categoryThis is the solution I think I need.
so, in “your widget title” –> Do I have to put “Info Canada”? Info canada is the name of the menu I want to put in the left sidebar only for the posts with the category Canada
1 function custom_rw_display_widget ($display, $instance) {
2 if (is_category(1) && $instance[‘title’] == ‘Your widget title’) { // change Your widget title
3 $display = true; // or false if you want to hide it
4 }
5 return $display;
6 }
7 add_filter(‘rw_display_widget’, ‘custom_rw_display_widget’, 10, 2);Forum: Reviews
In reply to: [Caldera Forms - More Than Contact Forms] Excellentactually, better than expected! nice work
I have been working more than 2 weeks with your plugin. At the beginning everything seemed to work. After a while the conditions start to fail (without changing anything). I tried to replace them and they never worked again
I have just started a new one 20 min ago and some conditions work and some other don’t.
I guess you can understand how frustrated I am after working for 2 weeks in an estimation form and now I have to drop everything.
the idea of your plugin is fantastic but it has too many bugs that you should fixe.
In case it can help, I’m mostly using dropdown and checkbox and they fail when some conditions are called.
ps: have you changed something in the last 2 days. Till then everything was working. then everything was a mess
well, you only have to check how many resolved issues you have…
Forum: Reviews
In reply to: [Caldera Forms - More Than Contact Forms] Excellentreliable, you have to be kidding…
But the “hide” is in conditions, so you have to set some if statement.
What condition did you set?
or did you do something different?
I need exactly the same
Forum: Themes and Templates
In reply to: [Customizr] Text in posts not displayingI don’t get what you say but it works fantastic for what I want.
Let me put it in context.I have a section called “our schools”. In there, there are (for now) 3 more sections: canada, new zealand and EEUU.
what i did was creating posts for this “pages” instead of creating pages. That way, every time I add a blog entry with the category “escuelas”, the section “our schools” automatically creates a new entry with this post. But I don’t want this entries in the blog, cause they are not really post entries. I just use the posts to get what I wanted.
Is the solution I chose a bad call? Should I do something different?
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Text in posts not displayingActually I was trying to hide some posts, with the category Escuelas, from the blog.
Should I open another Topic, or is this one ok?
Forum: Themes and Templates
In reply to: [Customizr] Text in posts not displayingoh, shi….
I was trying a thing the other day and my internet disconnected and I completely forgot about this.
Sorry to make you waste your time. And thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] ugly last tab in cellphoneCan you please help me with the question above? thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] ugly last tab in cellphoneI would like to change the line-height too.
do you have any guide where I can see what to call in the CSS?
Thanks
Forum: Plugins
In reply to: [Multiple content blocks] Multiple content blocks not workingI’m using the theme Customizr. I don’t think that is the problem, but just in case
Forum: Plugins
In reply to: [Multiple content blocks] Multiple content blocks not workingsorry I don’t get you.
My problem is simple. The plugin says it cannot be initialize even though it is installed and active. I’m pretty new at this, so consider me a noob. Maybe it is a small thing.
The pluguin suggests me to visit the front-end (and gives me a link) and try again. I do it and it doesn’t work.
after the first sentence, it also says the typical Http Requests issue, but when I disable it, I the 2 sentences disappear from my page editor and I don’t see any option to create blocks anywhere. Think that maybe I’m looking in a wrong place.
If you want I can give you access to my wordpress so you can take a look. Just tell me an email or a place to tell you my access codes
Forum: Plugins
In reply to: [Multiple content blocks] Multiple content blocks not workingdreamglish.com is my website in case it helps
Forum: Plugins
In reply to: [Multiple content blocks] Multiple content blocks not workingno, they don’t
I visit the website in the front end and it doesn’t work, after reloading wordpress
also, when I disable HTTP Requests, the whole sentence disappear and I don’t see it again if I dont uncheck the option
Really weird
I was checking other topics to see if somebody had the same problem but nobody had it. Lots had the HTTP Requests issue, but not the first one:
It doesn’t look like we can automatically initialize the blocks. Visit this page in the front-end and then try again.