WqkO
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Missing table after 2.6 updateHi @stuartduff,
Thank you for your answer. I downloaded and installed the 2.5.5 version of WooCommerce and then I upgraded to 2.6.8 but once again the same errors show up… :/
I’ve checked the database and the tables are indeed missing. Is there another procedure I could try to solve this issue? 🙁
Thank you
Forum: Plugins
In reply to: [File Away] Select upload folder in frontendOh ok! I didn’t think to try this way!
It’s working now, thanks a lot! 🙂
Forum: Themes and Templates
In reply to: [Refur] Menus Not UseableI was having the same issue but you put me on the right track to find a fix.
There’s indeed a small margin that screws everything up. To remove it, just add the following code to your css:
.main-navigation ul ul {
margin: 0;
}Cheers!
Forum: Plugins
In reply to: Looking for a way to display if a user is online / busy / away / offline.Is there any way this can be accomplished with an existing plugin or am I gonna need to create one myself? Thanks
Forum: Fixing WordPress
In reply to: Display all the videos stored in a folderMe again,
So yeah it worked! All I had to do is modify the directory stored in $filename before it is called in the <video> tag. I don’t know much about php but this was easily done with the “str_replace” function.
Thanks again!
Forum: Fixing WordPress
In reply to: Display all the videos stored in a folderThanks a lot zota marius, I’m working on it and it seems on the right track.
I’ll post a more elaborate answer once I’m done tweaking it.
Forum: Fixing WordPress
In reply to: Display all the videos stored in a folderThank you for your answer onehare. I’ve given a try to your plugin but unfortunately I think it doesn’t handle the feature I’ve asked for.
I’ve spent a couple hours looking for this on google but I’ve now ran out of keywords. I’m ready to use an all-in-one plugin that does both upload and automatic display on a page if need be.
Any suggestion?
Thanks!