castortray
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Linkedin share not showing imageI don’t think that issue is related with Linkedin. Some of the post working fine when sharing website on linkeding.
I’ve tried two suggestion:
1. https://beta.beantin.se/clearing-linkedin-link-sharing-preview-cache/
doesn’t helped (but it looks that linkedin caching from scratch)
2. https://socialdebug.com/
showing that everything is fine.That’s why I have no idea what could be wrong
Forum: Plugins
In reply to: [Cresta Social Share Counter] Linkedin share not showing imageit is working with “Yoast SEO” for facebook sharing.
However for Linkedin it’s working randomly, sometimes sharing featured image sometimes not.website : https://www.confandweb.com
e.g.
Not wokring for https://www.confandweb.com/phishing-social-engineering-1-attack-vector/
working for https://www.confandweb.com/semafor-2017/I cannot find any pattern, please help
Forum: Plugins
In reply to: [The Events Calendar] Widget font size, stylehow to control the space, to have something like this: https://imgur.com/a/Hu87h
Forum: Plugins
In reply to: [The Events Calendar] Widget font size, styleI found simple way and paste below code in Additional CSS
.tribe-list-widget .tribe-event-title { font-size: 14px; }
but how to decrease space between the lines of tribe-event-title and tribe-event-duration (events listed in Events Widget) ?
perfect !!
I don’t really know how should I thank you ??
I noticed only one thing,
this function replace also empty cells and create link to page where table is included.it is possible to change this function, to change only filled cells to clickable link and skip empty cells (leave it empty) ?
thanks for that !!
this is the best support for plugin I ever seen
Hi again,
How to modify below function
add_filter( 'wp_table_reloaded_cell_content', 'wp_table_reloaded_add_custom_links', 10, 4 ); function wp_table_reloaded_add_custom_links( $cell_content, $table_id, $row_idx, $col_idx ) { if ( 123 != $table_id ) return $cell_content; if ( 5 != $col_idx ) return $cell_content; if ( 1 == $row_idx ) return $cell_content; return '<a href="' . $cell_content . '" target="_blank">Link</a>'; }
to change two columns for url clickable links ?
I want to have 4 and 5 columns with “Link” name,can you help me, please ?
IForum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Distinguish new rowsperfect, Custom CSS is enough for me,
thanks againI know, but I really like automation process ??
but don’t worry I’m just asking ??
and thanks again for quick reactionregards
Hi Tobias,
Can you please also add options to automatically sort imported table by colum B or C etc ?
Many thanks
Regards
Hi,
I search a google and test a lot solutions but issue still exist.
I tried on my 3 computers and error is the same on all of them.Maybe this is related with “Temporary path on server.”
As this issue exist only when I upload big file.
On server where website is hosted 8mb is the maximum size for media in wordpress. I tried php.ini php5.ini and .htaccess but I cannot change limit (confirmed with support desk)Thanks for any other suggestions
can you pls share your working plugin ?
Forum: Networking WordPress
In reply to: Maximum upload file size: 8MB.it doeasn’t work for me ??
does anyone have othe solution ?
Forum: Plugins
In reply to: [Plugin: Simple Dropbox Upload Form] How to not save on server firstI have the same issue ??
Please help us ??