u_Oi
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] Redirect the download page?Hi,
Thank you! Yes, It helps.
Regards,
Forum: Plugins
In reply to: [Simple Download Monitor] Redirect the download page?Hi,
Sure, the plugin creates a download page for every file (like this: http://www.domain.com/sdm_downloads/name-file/) I would like to know if there is a function to block the access to these pages or redirect them to other url.
I already used the below options but I want to block or hide the entire download page.
-Hide the download button on the single download page of this item.
-Disable the single download page for this download item. This can be useful if you are using an addon like the Squeeze Form.Regards,
Forum: Themes and Templates
In reply to: [Miyazaki] Modify size of featured image?Hi Anders,
Thanks for the quick reply. Actually, my images are small. Finally, I didn’t try Regenerate Thumbnails, because with this big update (block editor) I will reload everything and migrate content from classic editor to the new one.
But hope You may consider to add an option to resize featured image in the future.
Thank you anyway and have a great 2019!
-Javier
Forum: Plugins
In reply to: [WP-PostRatings] My raitings is vercticalHi @gamerz
I have same problem but can’t contact the author. Can you suggest anything to solve this?
Regards,
Forum: Plugins
In reply to: [bbp user ranking] Horizontal align for badges/images in forums?I could give you access to wp-admin if you want.
WP 4.9.8
bbPress 2.5.14
Theme Hitchcock 1.13Forum: Plugins
In reply to: [bbp user ranking] Horizontal align for badges/images in forums?Your welcome!
Since I installed the plugin it didn’t display any count. I used couple times “repair forum tools” but nothing.
Could be a problem with the theme?
Forum: Plugins
In reply to: [bbp user ranking] Horizontal align for badges/images in forums?I already did 11 months ago haha 😉
Sorry if I should open a new ticket, but I realized that counters are not working. In my case, I am using the counter for topics and replies, both display 0 even when an user has a topic published. I already used the repair forum tool but nothing happened. May you check this?
Below avatar you can see:
Temas:0
Respuestas:0Thanks.
Forum: Plugins
In reply to: [bbp user ranking] Horizontal align for badges/images in forums?Awesome! Thanks Robin, it looks nice now. Also, in case someone need for 32px icons I added margin-left: 5px; to put them on the middle.
Have a great weekend!
JavierForum: Plugins
In reply to: [bbp user ranking] Horizontal align for badges/images in forums?Hi Robin,
I updated the plugin and I changed the option on dashboard but they still align vertical.
Forum: Plugins
In reply to: [bbp user ranking] Horizontal align for badges/images in forums?Forum: Plugins
In reply to: [WP-PostRatings] Display Forum Topics with Ratings?@wallacelin In fact, it is possible.
I guess You will need to edit bbpress templates and paste rating shortcode within a php code.
Regards,
Forum: Plugins
In reply to: [WP-PostRatings] Display Forum Topics with Ratings?Hi @wallacelin
Paste the follow code into your functions.php
It will display rating shortcode after each topic.
@gamerz thanks for this great plugin!
/* Display Rating Form After Topic */ function display_after_topic() { if( get_post_type() == 'topic') { echo do_shortcode( '<div style="text-align:center;">[ratings]</div>' ); } } add_action ('bbp_theme_after_reply_content', 'display_after_topic') ;- This reply was modified 7 years, 8 months ago by u_Oi.
Forum: Plugins
In reply to: [WP Post Rating] Are ratings visible as Rich Snippets in Google Search?Also, I guess you can’t use word “WordPress” before your plugin title, try to find more information about it.
Hope you can add snippets because the plugin is really useful!
Good Luck!
- This reply was modified 8 years, 2 months ago by u_Oi.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Generate a screenshot in Buddypress MessagesHi @micropat
Thanks for the help.
I tried to find information about it… I read how to solve embed issues but the error still there. May you suggest where should I look for? I modified files, install and uninstall plugin but always is the same. Or there is a function to desactive “embeds” once I install AddToAny?
Thanks
RegardsForum: Plugins
In reply to: [bbp user ranking] Link badge to page and suggestions.I realized the tooltip no works in Safari but It does in Mozilla.