<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>VibeThemes</title> <atom:link href="http://www.vibethemes.com/category/wordpress-tutorials/feed/" rel="self" type="application/rss+xml" /><link>http://www.vibethemes.com</link> <description>WordPress SEO Themes &#38; Plugins</description> <lastBuildDate>Sat, 14 Jan 2012 18:15:49 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>WP Remix Theme Dropdown and vSlider Plugin</title><link>http://www.vibethemes.com/wp-remix-theme-dropdown-and-vslider-plugin/</link> <comments>http://www.vibethemes.com/wp-remix-theme-dropdown-and-vslider-plugin/#comments</comments> <pubDate>Tue, 17 Nov 2009 20:05:59 +0000</pubDate> <dc:creator>99fusion</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[WordPress Tutorials]]></category> <category><![CDATA[dropdown]]></category> <category><![CDATA[vSlider]]></category> <category><![CDATA[wp remix]]></category> <guid
isPermaLink="false">http://www.vibethemes.com/?p=96</guid> <description><![CDATA[Many Wp Remix Theme users ask me or on the Wp Remix forum about their theme and vSlider plugin working together. However, they have discovered a problem regarding the dropdown menu going under the slider instead of staying nice on &#8230; <a
href="http://www.vibethemes.com/wp-remix-theme-dropdown-and-vslider-plugin/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p
class="capital">Many <a
href="https://www.e-junkie.com/ecom/gb.php?cl=12108&#038;c=ib&#038;aff=42038" target="ejejcsingle">Wp Remix Theme</a> users ask me or on the <strong>Wp Remix</strong> forum about their theme and <a
href="http://www.vibethemes.com/wordpress-plugins/vslider-wordpress-image-slider-plugin/">vSlider plugin</a> working together. However, they have discovered a problem regarding the dropdown menu going under the slider instead of staying nice on the top.</a></p><p>The guys from Wp Remix say "we do not guarantee that our theme is working with all plugins out there" and they are perfectly right. This is not their issue and i decided to write a special post about how to solve the dropdown problem.</p><h3>What is really happening with the dropdown menu?</h3><p>Well, the dropdown menu is wrapped in a div called "nav" and it's position is declared as relative from the "style.css" file from the Wp Remix theme folder. A quick explanation about relative positioning is that the browser can read the command from the css file as 3D definition, in other words, who is on top of who in the case of two elements are on top of each other. In our case the navigation ID is declared as relative but not set what is the exact position in the Z axis (where x and y define the plan axis and z the depth).</p><h3>How to solve the Wp Remix dropdown and vSlider dropdown?</h3><p>Ok! All you need to do is edit your "style.css" file from the Wp Remix theme folder or edit the style sheet from your WordPress admin panel and find the following lines:</p><p><code>#nav {<br
/> width:840px;<br
/> height:28px;<br
/> position:relative;<br
/> margin:0 auto 5px;<br
/> }</code></p><p>Now change this lines to:</p><p><code>#nav {<br
/> width:840px;<br
/> height:28px;<br
/> position:relative;<br
/> margin:0 auto 5px;<br
/> z-index: 99;<br
/> }</code></p><p>Or you can just add the following line to it: <strong>z-index: 99;</strong></p><p>Now you have set the navigation dropdown position which will be on top of vSlider.</p><h3>You should change this code anyhow!</h3><p>It is not really matter what type of java script you will use on Wp Remix theme (can be a YouTube video as well in your post), your dropdown menu will go under it and you'll face the same problem. Changing the code as showed before will solve this problem.</p><h3>What about using Wp Remix</h3><p>This post is in no way intended to change your mind about using Wp Remix theme. I recommend you Wp Remix because it's a really stable WordPress theme and have almost unlimited options. My personal opinion is that the guys behind it made a really good job!</p><p>You can <a
href="https://www.e-junkie.com/ecom/gb.php?cl=12108&#038;c=ib&#038;aff=42038" target="ejejcsingle">download Wp Remix theme here</a>. A single license with all features included will cost you only $75.</p><p>You can <a
href="http://www.vibethemes.com/wordpress-plugins/vslider-wordpress-image-slider-plugin/">download vSlider plugin here</a>. This is a free WordPress image slider plugin.</p> ]]></content:encoded> <wfw:commentRss>http://www.vibethemes.com/wp-remix-theme-dropdown-and-vslider-plugin/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to remove the suffix dot from the excerpt</title><link>http://www.vibethemes.com/how-to-remove-the-suffix-dot-from-the-excerpt/</link> <comments>http://www.vibethemes.com/how-to-remove-the-suffix-dot-from-the-excerpt/#comments</comments> <pubDate>Tue, 08 Sep 2009 03:00:43 +0000</pubDate> <dc:creator>99fusion</dc:creator> <category><![CDATA[WordPress Tutorials]]></category> <category><![CDATA[suffix dot]]></category> <category><![CDATA[the excerpt]]></category> <guid
isPermaLink="false">http://www.vibethemes.com/?p=36</guid> <description><![CDATA[Well, I'm sure those of you who are using WordPress themes that displays the excerpt wanted to know how can you remove the suffix dot from the excerpt. What is suffix dot from the excerpt? This little thing that appears &#8230; <a
href="http://www.vibethemes.com/how-to-remove-the-suffix-dot-from-the-excerpt/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p
class="capital">Well, I'm sure those of you who are using WordPress themes that displays the excerpt wanted to know how can you remove the suffix dot from the excerpt. What is suffix dot from the excerpt? This little thing that appears after each partial content displayed on your index or archive page and it looks like this [...]</p><p>You can install a plugin to remove those suffix dots but is it really necessary? It is just a matter of copy and paste of one of the following codes in your "functions.php" file that is located in the folder of your WordPress theme. Let's get started:</p><p><strong>Method 1.</strong> If you want to complete remove the suffix dot add the following code to functions.php</p><p><code>function trim_excerpt($text)<br
/> {<br
/> return rtrim($text,'[...]');<br
/> }<br
/> add_filter('get_the_excerpt', 'trim_excerpt');</code></p><p><strong>Method 2.</strong> If you want to change the [...] with this ... add the following code to your functions.php</p><p><code>function trim_excerpt($text)<br
/> {<br
/> return str_replace(' [...]', '...', $text);<br
/> }<br
/> add_filter('get_the_excerpt', 'trim_excerpt');</code></p><p><strong>Method 3.</strong> If you want to change the suffix dot with a "read more" link, than add this code to your functions.php file:</p><p><code>function trim_excerpt($text)<br
/> {<br
/> return str_replace(' [...]', '&lt;a href=" . get_permalink() . "&gt;' . ' read more...&lt;/a&gt;', $text);<br
/> }<br
/> add_filter('get_the_excerpt', 'trim_excerpt');</code></p><p>That's about it... you really don't need a plugin for this.</p> ]]></content:encoded> <wfw:commentRss>http://www.vibethemes.com/how-to-remove-the-suffix-dot-from-the-excerpt/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via cdn.vibethemes.netdna-cdn.com

Served from: www.vibethemes.com @ 2012-02-03 21:30:53 -->
