vijayrajesh
Forum Replies Created
-
Ok, I shall check and get back to you.
Hi,
Are you getting this warning in live server or in localhost?
Forum: Reviews
In reply to: [VR Advanced Widget Title] Good one for widget titleThanks Suren
Forum: Reviews
In reply to: [Thumbnail Crop Position] Doesn't work with already uploaded pictures.Hi,
The basic usage of this plugin is to crop new images.
However, if you want to crop the old images, you can use ajax thumbnail rebuilder like plugins to do the job.
IMO, this Thumbnail crop position should be included in core.
Forum: Reviews
In reply to: [Really Simple Twitter Feed Widget] Doesn't work on local installationIt works very well for me in localhost.
Forum: Plugins
In reply to: [Post Types Order] Can i use your plugin in my theme embedded?Thanks for the reply. Then, It is possible to use your premium one with developer license? We are planning to sell them from a themes club.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Can i use your plugin in my theme embedded?Dear Satrya,
Thanks for your reply. Yes, I will definitely link back to this plugin url
Thanks for your contribution to the WP community.
Thanks @lifeinthegrid Yes I checked that. You care your users.
Thank you again,
https://blog.pixelthemes.com/pt/search/wordpress+as+html+pages/page/7/
Please check this page. You can see the EN translation works normal.
Sorry for the delayed response.
I am just updating this thread.
The file i modified is at /wp-content/plugins/wordpress-seo/frontend/
The filename is class-frontend.php
Thank you,
Forum: Themes and Templates
In reply to: [Buttercream] Buttercream with Right sidebarYou are welcome Shelley. I am glad I could help you completely.
Forum: Themes and Templates
In reply to: [Buttercream] Buttercream with Right sidebarHi Shelley,
In the admin, Please go to Appearance -> Widgets.
There you can add widget items to the “Right Side Bar”.
Hope this helps.
Thank you,
Hi,
This is what i have done now to fix the errors.
The following line
echo '<link rel="canonical" href="' . esc_url( $canonical, null, 'other' ) . '" />' . "\n";
is converted to
echo '<link rel="canonical" href="' . esc_url( urldecode($canonical), null, 'other' ) . '" />' . "\n";
And I have added
$url = urldecode($url);
to the next line of
$url = $this->canonical( false, true );
I am not sure it is a right solution as it touches the core of plugin. Anyway, it works for site.
Were you able to get any better solution?
Forum: Themes and Templates
In reply to: [Minimatica] A modified theme with top menuI am not able to add link here. So, you can visit my site. The site url is blog.pixelthemes.com
Thank you,