Gustav
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] Why no HTML in new messages?Ok ;(
I thougth about a work around.
Can you direct me in a way so when i press submit the CHAT is updated without using sac.php?
Like updating #element instead?
#element is actual chat element.
So the chatbox element is updated.
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] Why no HTML in new messages?So how do i print this?
As i sed the iframe comes out as plain text and not an iframe.
How do i print out the iframe in LIVE chat?simple-ajax-chat.php
$loop = $id .'---<iframe src="https://MYWEBSITE.COM/'.$test.'"></iframe>---'. $text .'---'. $time .' '. esc_html__('ago', 'simple-ajax-chat') .'---'. $url .'---';
Try this.
form#sac-form label { display: none; }
- This reply was modified 5 years, 7 months ago by Gustav.
simple-ajax-chat-form.php
Yes its possible. I will reply later when i have more time.
Please provide a exaxmple link to the profile and i will fix it.How does the profile link look?
https://yoursite.com/profile/username???
Forum: Developing with WordPress
In reply to: Get user description by username with argumentForum: Fixing WordPress
In reply to: User can hide postsBump!
Forum: Developing with WordPress
In reply to: Convert youtube links to embed / iframeYes it was a theme problem. Solved now.
Forum: Developing with WordPress
In reply to: Replace “–” with “-” without plugin.Doesnt work. Tryied with different words.
<?php echo str_replace( 'X', 'text', get_the_title() );?>
Forum: Developing with WordPress
In reply to: Convert youtube links to embed / iframeIt works on other themes. But not on the one im using cause i modified it or something.
There is some code i can paste in functions.php i remember.But instead of <?php echo get_the_content(); ?> im using <?php echo get_permalink(); ?> to get youtube link.
Forum: Developing with WordPress
In reply to: Convert youtube links to embed / iframeNo i think there is theme problem or just cause i heavily modified the theme.
I got it working before dont remember the link i was visiting it was long time ago.Forum: Developing with WordPress
In reply to: Separate categories with ?Solved it!
<?php the_category(' • ') ?>
Forum: Fixing WordPress
In reply to: Expand a widgetYes.
Do you know where widget title and content area is in wordpress files?
Forum: Fixing WordPress
In reply to: If click post title delete postLogged in and not logged in.
Front end.Forum: Fixing WordPress
In reply to: If click post title delete postWell i dont know how to explain it more simple.
When you clicked on this threads post title you also deleted the thread.
When users clicks on post titles they also deletes the posts which they clicked on.
- This reply was modified 6 years ago by Gustav.
Forum: Fixing WordPress
In reply to: Spoiler TITLE to opens contentHi thanks for the reply!
What do you mean ‘include Bootstrap’ how do i do that?