rafafallo
Forum Replies Created
-
Perfect! Thank you very much.
Forum: Themes and Templates
In reply to: [Go] Remove underline from main manuThank you, it played with the rules
.primary-menu li.menu-item a { opacity: 1; } .primary-menu li.current-menu-item a:after { opacity: 0 }
Basically, they remove the underline from the chosen item. But I am looking after the opposite effect (only the chosen item to be underlined). However, if I exchange the opacity values, all items disappear!
I have tried text-decoration, and outline, with no luck.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] Double login required on two different formsIt seems there was a problem with a reCaptcha plugin I was using previously. I removed it and everything is fine now.
Done! Thank you.
Sorry about the mess. Here it is the current situation: I am using BuddyPress and your post on WordPress 5.4.1 (currently). I have defined two custom post types (publications and news), and their corresponding forms in your plugin. Then I have created new tabs in BuddyPress members page, per post type. Then created subnavs to list the user’s publications/news using
[wpuf_dashboard post_type="publication/news"]
, and subnavs to create new publications/news using[wpuf_form id="publications/news form id"]
. Now, everything works well, but- I have separate pages for creating and for updating publications/news.
- I have publications and news listed but not editable, because they were created before the installation of the plugin
- I cannot make the tabs visible to other users, because they include current user posts (publications or news), not the ones of the profile owner.
That’s it.
As I wrote in a previous question (no answer there yet), I have created a new tab in BuddyPress member page to show the user’s publications in a subnav using
[wpuf_dashboard post_type="publication"]
. What I got can be seen in the screenshot below. As the tab is called Publications and the subnav My publications, then there is no need to have the dashboard title, that is too generic to my use.Screenshot link: https://drive.google.com/file/d/1Nlo3F8Zkmwc8jylZUecOCRnDISqaECAC/preview
- This reply was modified 4 years, 5 months ago by rafafallo.
I has been working, for my needs (no templates yet), but now the warning has dissappeared. Thank you!
Well, I got it. Your posts are tagged with the form id. Somehow the form id changed, so now the post is not associated to the current one. But, isn’t it to risky to associated posts with forms id’s instead of a slug or something it can be reassigned to other form?
Well, I pressed the wrong button (Install WPUF Pages) and things got messed up. Firstly, the dashboard uses as default form one that does not exist (id = 100000827).
I have discovered that the editing page works well with posts edited using your plugin (point 2 above), but I have several ones that have created before installing your plugin. How can I associate them with the corresponding form?
Forum: Themes and Templates
In reply to: [Themelia] Custom blog page to add sliderThank you very much. I had done a deeper search, and I had found the do_shortcode function and your themelia_before_content hook. But my function is much simpler. Why should I wrap do_shortcode with a <div>?
Forum: Networking WordPress
In reply to: Database problems upgrading from 2.8 to 3.0.1It does not work. I lost all information, including admin privileges.