petrosweb
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] After update i cant login to admin@jamesosborne Thank you very much for your response. Unfortunately your suggestions didn’t fix the issue. Any other ideas?
Is it possible to find out have changes have been made to the database with the update?
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] remove 'urge to rate' bubble for mobilesThere was just 1 example when i activate the power user settings, that’s why i couldn’t find it.
So now the star button is deactivated! Thank you for the help!Forum: Plugins
In reply to: [Rating-Widget: Star Review System] remove 'urge to rate' bubble for mobilesI tried that. But what option deactivates that bubble? I thought i was the showTooltip but its not for that particular bubble.
Forum: Plugins
In reply to: [xili-language] post_type => 'post & the_curlang()i couldn’t find a solution. I used an other plugin.
hi guys if found a solution here
the solution:
echo jwplayer_tag_callback(“[jwplayer config=\”Custom Player\” file=\”$media_url\”]”)it workes for me!
Forum: Fixing WordPress
In reply to: Adjust a URLi have found the following code to rewrite the URL but i cant make it work. Any one knows whatg am i doing wrong?
thanks..
<code> add_action( 'init', 'ss_permalinks' ); function ss_permalinks() { add_rewrite_rule( 'translator/([^/]+)/?', 'index.php?pagename=translator&service=$matches[1]', 'top' ); } add_filter( 'query_vars', 'ss_query_vars' ); function ss_query_vars( $query_vars ) { $query_vars[] = 'wordid'; return $query_vars; } </code>Forum: Fixing WordPress
In reply to: Adjust a URLi have set the permalink to custom structure: /%postname%/