aryanrajseo
Forum Replies Created
-
Thank you.
My fault. I mistyped the post topic to
current category
instead of
current tag
.
The above mentioned code is working.
[display-posts posts_per_page="3" category="" taxonomy="post_tag" tax_term="current" exclude_current="true" title="Related Posts"]
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Restrict SEOPress CSS file for logged userswp-admin/admin.php?page=seopress-advanced
Enabling > SEOPress in admin bar Remove SEOPress from Admin Bar in backend and frontend
WORKED.
Forum: Plugins
In reply to: [Harrys Gravatar Cache] Postman Plugin conflict with Harrys Gravatar CacheSorry, I am using about 21 plugins and the warning is visible only when this plugin is active.
I have tried to disable each plugin and after activating this, i got the Error.
I have ngnix as proxy.
Web server: Apache/2.4.29 (Ubuntu) (Linux USERNAME 64-bit #35-Ubuntu SMP Fri Aug 10 17:58:07 UTC 2018)
PHP version: 7.2.11-3+ubuntu18.04.1+deb.sury.org+1 – show PHP information (phpinfo)
MySQL version: 5.7.24-0ubuntu0.18.04.1
Curl version: 7.58.0 / SSL: OpenSSL/1.1.0h / libz: 1.2.11
OpenSSL version: OpenSSL 1.1.0h 27 Mar 2018Forum: Plugins
In reply to: [Harrys Gravatar Cache] Local Gravatar Cache for Logged in usersHi,
I am sorry, It is for logged users only and i have not found any option to give you the user details as the site is not for logged out visitors. Here is the code which is added in functions.php for the menu item.
add_filter('wp_nav_menu_items', 'sp_add_loginout_link', 10, 2); function sp_add_loginout_link( $items, $args ) { // Change 'primary' to 'secondary' to put the login link in your secondary nav bar if ($args->theme_location != 'primary' ) { return $items; } if ( is_user_logged_in() ) { $current_user = wp_get_current_user(); $items = $items . '<li class="menu-item m-right menu-user"><a href="/account/">'. get_avatar( $current_user->user_email, 120 ).' ' . $current_user->display_name. '</a> <ul class="sub-menu sub-menu-user"> <li class="menu-item account"><a href="/account/">My Account</a></li><li class="menu-item logout"><a href="'. wp_logout_url(home_url()) .'">Log Out</a></li> </ul></li>'; } return $items; }
I am using Genesis framework with Genesis Sample theme. Please let me know if you need any more details.
- This reply was modified 6 years ago by aryanrajseo.
Forum: Plugins
In reply to: [Harrys Gravatar Cache] Local Gravatar Cache for Logged in usersSorry,
It working on pages but not on front page, post page, archive page and error page.
- This reply was modified 6 years ago by aryanrajseo.
Forum: Plugins
In reply to: [Harrys Gravatar Cache] Local Gravatar Cache for Logged in usersHey there,
It is working BUT,
seems like the function is also restricted for the singular post.
I have a custom menu item with function get_avatar() to output the gravatar on each page and I found that, Page’s Gravatar is from Gravatar.com and singular post Gravatar is from local.
May be it is using conditional to check if the comments are enable or not or may be is_single() that is restricting this to work globally.
It would be great if you could help me to enable this globally as the welcome Gravatar will shown on each post page for all logged users.
- This reply was modified 6 years ago by aryanrajseo.
Forum: Plugins
In reply to: [Shared Counts - Social Media Share Buttons] Feature RequestThank you.
It is working. is it possible to display specific i.e limit social icons in the shortcode?
That would be great.
Thanks.
Forum: Plugins
In reply to: [Enlighter - Customizable Syntax Highlighter] Gutenberg Block or Classic BoxThank you.
Sorry, I forget that there is a separate section to enable the Gutenberg block as I have already tried the Beta version.
Well, I like it.
It looks beautiful and works great. I liked the Simple UI. I have played with it for 10minutes and loving it.
You are doing an amazing work. I would definitely support you in the future with more than a review.
Thank you for your time.
I am really sorry.
It was my fault. I have not renamed the zip folder
Plugin.WordPress-Master
toenlighter
which was creating issues loading the files and so the settings were not working.How stupid I am.
It is working perfectly now.
No i have not disabled anything.
There is one notice >> Enlighter Plugin Warning: Option use_smilies is enabled. Legacy smiley sequences like ?? are replaced by images which also affects posted sourcecode.
When i visit Settings > Writing there is no option to disable smilies.
I don’t think it will be any problem.
Also noticed that Enlighter Settings page tabs not work every time. Most time it shows all option in single page.
- This reply was modified 6 years, 3 months ago by aryanrajseo.
Thanks.
Enabled the Enlighter but there is no Block named Enlighter or Enlighter Sourcecode Appear.
Using Valet on Mac.
System Info
PHP Version: 7.2.4
Server Software: Darwin
Enlighter Plugin Version: 3.8-BETA1
EnlighterJS Version: 2.12.0
TinyMCE Extension: 3.5.0
Gutenberg Extension: 0.3.0
Cache writeable: true
JSON Extension: installed
Shortcode Processor: Enlighter low-levelMy bad.
I installed the same and was searching for the separate block. It defaulted in a Classic Editor Block and Working great.Just an offtopic question. There is one code block in Gutenberg. Do you know if this also works without breaking the code? The classic editor code breaks the pasted code.
I believe you have tested this block and i would like to know if I can trust on this block or not?
I will still use Enlighter. I just want to know as sometimes I need to paste some data, codes in only a few articles on other site.
Thank you.
Thank you.
But how to test this out? How I combine them to test this for Gutenberg?
I don’t know how to combine all the project together to install it as a plugin.Wow,
Great work.
Is it code file name or clipboard feature?
I wonder how to combine the all three projects together to install on WordPress to test this?
and How each project EnlighterJS, EnlighterJS.TinyMCE, Enlighter (WordPress) combined into a single plugin for official WordPress?
I have checked the plugin file and there was no separate project folder.
Thank you.