PG
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mega Menu] First item text transformHi Fahim
I have created my own theme.
Here is the testing link for mega menu – https://www.uniconta.com/da/new-menu121/Mega Menu is the second one from the top. Here is the screenshot – https://i.paste.pics/30381c68c6eb5a4609b7056324ea49a1.png
I would like the highlighted menus here to be same transform as I have written them in Menu and not capitalize or uppercase.
Thanks for all your help.
Forum: Plugins
In reply to: [WP Mega Menu] First item text transformHi
Thank you for your quick reply. I have already setup everything successfully. It’s just I am not able to set First Item Text Transform to Normal or None.
I am using the free version and Sub Menu Items menu show different options than in your guide.
Here is a screenshot for reference: https://paste.pics/7NRCD
Thanks for your amazing help!
Can you guide me how to add it in exclusion before I enable the plugin please ?
but now i have disabled it. Do you want me to reactivate it ?
Forum: Plugins
In reply to: [WordPress Popular Posts] PHP ErrorThanks, it worked ??
Thanks, it helped.
Forum: Plugins
In reply to: [WordPress Popular Posts] PHP ErrorHi
Thanks for the quick reply.
I am using the widget, with filters : Time range-7, Post type-post, Display views & date.
I am using WPML latest version and have multiple languages.
PHP version: 7.3.9
Wordpress Version: 5.2.4It somehow crashes when I put the widget here:
https://www.uniconta.com/at/unipedia/but working fine here: https://www.uniconta.com/da/unipedia/
- This reply was modified 5 years, 4 months ago by PG.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] php errorI am also getting this error:
PHP Notice: compact(): Undefined variable: notice in /wp-content/plugins/google-captcha/includes/class-gglcptch-settings-tabs.php on line 139
PHP Notice: compact(): Undefined variable: error in /wp-content/plugins/google-captcha/includes/class-gglcptch-settings-tabs.php on line 139Forum: Plugins
In reply to: [Private groups] SpectatorHey
Thanks for your reply.
I did little play around with it and find out that “Spectator” role doesn’t allow Private Forums to see. If they need to be seen then user must be atleast “Participant”.
But it has a flaw that user will also be able to post. But all thanks to your plugin, it’s fixed.Thanks though!
Forum: Plugins
In reply to: [Multisite Language Switcher] Linking posts by codeHi
Thanks for your reply.
Yes, actually I have a custom post type that supports custom taxonomy
country
. Now when I am trying to move the single site to multisite, i have made different countries as different sites. I will run a script that will copy posts from the base site to their appropriate country’s site. In case of multiple countries, I needed to link them together.
So, I was thinking of having site ids and post ids in hand; if I can link those posts together.For the request:
This is what I have done in MslsMetaBox.php$query = array( 'post_type' => $type, 'post_status' => get_post_stati( [ 'internal' => '' ] ), 'orderby' => 'title', 'order' => 'ASC', 'posts_per_page' => - 1, 'fields' => 'ids', 'author' => '' ); if ( is_admin() && !current_user_can('edit_others_posts')){ $query['author']=get_current_user_id(); } $my_query = new \WP_Query($query);
- This reply was modified 5 years, 6 months ago by PG.
Forum: Fixing WordPress
In reply to: Custom login page redirectHi Kartik
Thanks for your reply.
Main problem is the if condition here. page_viewed does not match wp-login.php. When we enter URL – sitename/wp-admin it redirects to {sitename}/wp-login.php?redirect_to=http%3A%2F%2Flocalhost%2F{siename}%2Fwp-admin%2F&reauth=1
which is not equal to “wp-login.php”I hope what I am saying makes sense.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Getting errorPlease ignore, once updated the website the error was gone.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Impossible to turn OFF the popup ?!Same thing happened to me after upgrade. All draft/private popups started showing up. Had to remove all inactive popups to fix it.
I too got confused until I see this thread.
Seems like Spyros Vlachopoulos has mentioned wrong link as his plugin page.