sergis
Forum Replies Created
-
It works fine, but <img code turns info < kind of code so it displays the image html input as text input.
I’m using WPBakery Custom fields on the Grid Builder, is there any way to sort this our?
Thanks!!
Forum: Plugins
In reply to: [Category Icons] [Plugin: Category Icons] Display both Big and Small IconsPerfect. So easy π Thanks!
Forum: Plugins
In reply to: Unable to create Galleries and Thumbs with Nextgen-galleryHi, I am still unable to create galleries. My server settings are:
* Operating System : Linux
* Server : Apache/2.2.3 (CentOS)
* Memory usage : 14.23 MByte
* MYSQL Version : 5.0.45
* SQL Mode : Not set
* PHP Version : 5.2.6
* PHP Safe Mode : On
* PHP Allow URL fopen : On
* PHP Memory Limit : 32M
* PHP Max Upload Size : 2M
* PHP Max Post Size : 8M
* PHP Max Script Execute Time : 30s
* PHP Exif support : Yes ( V1.4 )
* PHP IPTC support : Yes
* PHP XML support : YesCould any of these elements be the cause of my issue? Or maybe one of these:
* GD Version : bundled (2.0.34 compatible)
* FreeType Support : Yes
* FreeType Linkage : with freetype
* T1Lib Support : No
* GIF Read Support : Yes
* GIF Create Support : Yes
* JPG Support : Yes
* PNG Support : Yes
* WBMP Support : Yes
* XPM Support : No
* XBM Support : Yes
* JIS-mapped Japanese Font Support : NoForum: Fixing WordPress
In reply to: “Next & previous” doesn’t work!It works! Thanks alot!
Forum: Fixing WordPress
In reply to: “Next & previous” doesn’t work!Hi, thanks for your help, but it still doesn’t work.
I changed to that$page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
And I add
<div class=”navigation”><p><?php posts_nav_link(); ?></p></div>
You can see my site at http://wwww.sergiselvas.com/blog Could any one take a look? I’m quite new on this and I need some help
Thanks everyone!
Forum: Plugins
In reply to: Unable to create Galleries and Thumbs with Nextgen-galleryNo, there isn’t any message. Just “Unable to create a gallery on the folder wp-content/gallery” Or something like that…
Forum: Themes and Templates
In reply to: Parent Highlight when Subpage is showingHi, I finally used this and it rocks:
<ul class=”menu”>
- <span>Blog</span>
<?php echo preg_replace(‘@\<li([^>^]*)>\<a([^>^]*)>(.*?)\<\/a>@i’,'<li$1><a$2><span>$3</span>’ ,wp_list_pages(‘echo=0&depth=1&title_li=’));?>
Forum: Themes and Templates
In reply to: Children pages menuSee solution I found: http://wordpress.org/support/topic/258584
Forum: Themes and Templates
In reply to: Children pages menuResolve, more or less. I use this:
<?php
if($post->post_parent)
$children = wp_list_pages(“title_li=&child_of=”.$post->post_parent.”&echo=0″);
else
$children = wp_list_pages(“title_li=&child_of=”.$post->ID.”&echo=0″);
if ($children) { ?>
<?php echo $children; ?>
<?php } ?>But now, if I’m reading a subpage the parent is not showing actived. There is any solution for this?
Cheers
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Drag and Drop a Gallery to an ALbumFinally I put galleries instead of albums, but I’ll keep trying to use albums, if I find out how I’ll tell you…
Good luck!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Drag and Drop a Gallery to an ALbumI’ve tried with Safari, Firefox and Explorer7 and I couldn’t do it. When I try to drag gallery box appears a hand or a cross (depending of the browser) but it’s like when you select text without moving a thing.Is there another way of putting a gallery into a album?
I’d like to show thumbs in a page…thanks for your help!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Drag and Drop a Gallery to an ALbumHi Jake
I am sorry, but I can’t. I just can create the Album but then I can’t move galleries into it and either press “show all”, “maximze” or “minimize”
Any idea?Thanks
Sergi