Riversatile
Forum Replies Created
-
Custom page template feature is already supported onwordpres without any additional plugin.
Look carefully.Forum: Fixing WordPress
In reply to: Remove line-height from titleIt seems to be in the .entry-title (alone css) :
.entry-title {font-size:25px; font-weight:normal; text-transform:capitalize; line-height:normal !important;}When you see the word “!important” behind a CSS attribute, this says to the web browser this CSS attribute must takes precedence over the others.
Cheers
Forum: Fixing WordPress
In reply to: Remove line-height from titleHi,
The attribute “line-height” for .entry-header and .entry-title is already “normal”, because it’s inherited from others CSS. Si it makes no change to put “normal”.
See the screenshot here :
http://www.monsterup.com/upload/1339587754300.jpgCheers
Forum: Fixing WordPress
In reply to: navigation menuHi,
Check if you have added the widget called “Custom Menu”.
Forum: Fixing WordPress
In reply to: Google restricting siteThanks esmi for clarification of what otronics need to do 😉
Forum: Fixing WordPress
In reply to: youtube problemThe related post @ http://codex.wordpress.org/Embeds don’t talk about limitations of URL to embed.
I don’t know. make a search over google about that.
Forum: Fixing WordPress
In reply to: Google restricting siteHi,
This is what I got :
Warning: require(/home/anenij/daysarenumbers.net/wordpress/wp-includes/l10n.php) [function.require]: failed to open stream: No such file or directory in /home/anenij/daysarenumbers.net/wordpress/wp-settings.php on line 103 Fatal error: require() [function.require]: Failed opening required '/home/anenij/daysarenumbers.net/wordpress/wp-includes/l10n.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/anenij/daysarenumbers.net/wordpress/wp-settings.php on line 103First : You should check the integrity of your wp-config.php file and htaccess file.
Second : Try to change your WordPress theme.
Third : Upload/overwrite a fresh release of WordPress.Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] only last image displayedHi,
See and try to un-check the box “Permalink” present in the “Usage Settings” tab.
Cheers
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] Easing slider thumbnails?Hi,
Yes
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] Enable permalinks => drops last imageHi,
I think I understand the issue.
The permalinks in general help to define the way and where images are uploaded in your FTP server.
That’s why, by disabling the “Permalinks” feature in Easing Slider, if certain images have been uploaded as post thumbnails (attached to a post as a post-thumbnail), as a result the slider images will not be displayed.I hope this help you to do what you want to do.
Cheers
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] Slider won't uninstall!Hi,
I see the problem…
Go to your Widget page (in your WordPress dashboard), certainly you’ll see a Text/HTML widget with the text[easingslider]inside.If it’s the case, remove the Text/HTML widget from your widget container.
Hi,
It’s normal. Once you’ve installed Easing Slider, no widget feature becomes in the Widget page.
But, you can place a “Text/HTML” Widget, and then paste the following short-code :
[easingslider]This should work 😉
Cheers
Forum: Plugins
In reply to: [Easing Slider] Centering Easing Slider for NOOBHi,
It seems to be alreayd centered.
Isn’t it ?Forum: Fixing WordPress
In reply to: Links not opening properlyCheck if your computer is not infected by a virus/spyware !
Forum: Fixing WordPress
In reply to: Links not opening properlyHi,
It should depends your internet browser ! Because for me (Google Chrome release 19.0.1084.56 m, when I click a link, it opens in a new tab, and on the first tab, it holds on.
Regards