anabelle
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Menu Images] Generated CSS path is giving 404 errorThanks.
Sorry for the inconviniences, we figured out a better way of doing this.
Comming next week
??
Indeed,
This plugin is not intended to make the text in your menu disappear, it justs sets some css with background images, from there on, you will have to do it.
The tecnique we use is the same as JsonB123, is called “CSS image replacement” in case you want to search more.
In fact we use this plugin and this same tecnique to do multi state images, with default, hover, and active states. This is done combining CSS image replacement with CSS Sprites.
??
The red bold was intended not for a particular project, but as a warning, as this plugin is still in early development.
We do welcome all your feedback, and the new version deasn’t do this, in fact, the new version doesn’t add inline css, it generates it on an external file.
We still have some issues with multiple menus, and some menu implementations that lead to 404 errors, as you see, we have a lot of work to do, but we are exited to share our progress and get feedback.
Thanks JsonB123 for your words, we will continue to make this plugin better for all of us ??
Forum: Plugins
In reply to: [Custom Menu Images] Generated CSS path is giving 404 errorThanks for your feedback,
Let us check and get back to you.
Forum: Plugins
In reply to: [Custom Menu Images] Generated CSS path is giving 404 errorHi,
How are you calling the menu?
Is it registered via functions.php or just called in the theme?
Hey ameraz.
The image is set via CSS in the front end, so you can make it the background of the menu item.
lemonfig, yes, this bugs are solved. Sorry this week we couldn’t release the new version.
Forum: Networking WordPress
In reply to: "Error establishing a database connection" adding new siteWe solved this.
First of all the problem was with databases connection
my main concern was that privileges will be the problemI granted all privileges but didn’t work
I backed up all the website, started debugging, creating new db user, and granted him the priviliages. db error went away, but mu refused to work.
when added new user in wp-config.php I used the standard pattern of config file instead of spanish comments, wpmu was disabled there, and I enabled that.
It worked ??
Forum: Plugins
In reply to: [Ajax Post Carousel] [Plugin: Ajax Post Carousel] Category and Slug NameThanks for reporting.
We will look into it.
We have a new version with many improvements comming next week.
Keep tunned and thanks for your feedbak.
??
Forum: Plugins
In reply to: [Ajax Post Carousel] [Plugin: Ajax Post Carousel] Filtering by taxonomyIf you mean the length of the excerpt itself, you’d have to do it using another plugin or some function in your theme.
This is outside the scope of our plugin.
Forum: Plugins
In reply to: [Custom Menu Images] [Plugin: Custom menu images] icons showing problemCSS is for now, added at the footer.
We are changing this in the next version and it will be properly added in header.
Hi, sorry for the delay.
Can you share your modifications back? We are about to release a new version.
Thanks!
Thanks for sharing back ??
Forum: Plugins
In reply to: [Custom Menu Images] [Plugin: Custom menu images] icons showing problemWe use hook “wp_get_nav_menu_items” to add CSS to menu items, so if theme do not use this hook to generate menu then CSS can not generate
Forum: Plugins
In reply to: [Custom Menu Images] [Plugin: Custom menu images] icons showing problemSorry for the delay.
Does your theme have the wp_footer(); hook?