Vatndal
Forum Replies Created
-
Nice!
Good to hear! Did the smilies align correctly to the text?
Here’s the installation guide, you can see where the smilies go at bottom.
1. Unzip downloaded file
2. copy ElegantPress folder to the mingle-forum-skins folder
3. back up file wpf.class.php located in your mingle-forum folder under plugins
4. copy and overwrite wpf.class.php file included with ElegantPress skin
5. insert this code right under <head> tag of your active theme (located under wp-content/themes) to display fonts correctly.<link rel=’stylesheet’ href=’https://fonts.googleapis.com/css?family=Cabin:r,b,i,bi|Oswald:r,b,i,bi’ type=’text/css’ media=’all’ />
6. copy smile images from smilies folder to wp-includes/images/smilies
7. activate the skin and enjoy!As you can see the smilies go in the wp-includes/images/smilies folder.
If you use the standard theme I don’t know how you can fix it, but if you use the Elegant Theme you just need to install the theme correctly. Just follow the instructions and see where you should place your smilies in your ftp folder.
Do you mean you only see the post-edit symbols?
Forum: Plugins
In reply to: SEO Ultimate update 5.9 went wrong I think, please help?Ok, I tried to delete the SEO folder in the ftp, but I still can’t install it again.. It’s says it’s already there when it’s not!
What’s up with this?
Forum: Fixing WordPress
In reply to: Change size on post title in Duster theme?Well, could you help me?
Forum: Fixing WordPress
In reply to: Change size on post title in Duster theme?–> ipenger.com
It’s in norwegian, so just click the first post and you’ll see.
Forum: Fixing WordPress
In reply to: Can't Change "Continue reading" Custom Excerpt Link?Solved! Just add this code to your functions.php and it overrides the filter. Then just change to desierd text in the end.
add_filter( 'the_content_more_link', 'my_more_link', 10, 2 ); function my_more_link( $more_link, $more_link_text ) { return str_replace( $more_link_text, 'Continue reading →', $more_link ); }
Forum: Fixing WordPress
In reply to: Can't Change "Continue reading" Custom Excerpt Link?Yes, I have tried to change the ‘Contine reading’ to my desierd words, but it dosen’t seem to have any effect changing that on any php. page.
So if anyone could help me find a solution I’ll be glad!
Forum: Fixing WordPress
In reply to: Can't Change "Continue reading" Custom Excerpt Link?t achieved anything yet. I’m trying hard, but can’t find any solution.
Forum: Fixing WordPress
In reply to: Can't Change "Continue reading" Custom Excerpt Link?Ok. I haven
Forum: Fixing WordPress
In reply to: Can't Change "Continue reading" Custom Excerpt Link?Dont anyone know anything about this?
Forum: Fixing WordPress
In reply to: Can't Change "Continue reading" Custom Excerpt Link?bump.. again
Forum: Themes and Templates
In reply to: Permalink or coding problem?Do have to install the theme all over again?
Forum: Themes and Templates
In reply to: Is it possible in WordPress?Much help to get here..