dashaluna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attachment URL not workingI have the same problem. I’m also using
get_children
function. I’ve attached several images to a page, butget_children
function returns an empty array.I’ve checked the
Make WordPress-level attachment relationships
checkbox in the plugin settings. Now, in the Media Library it says that an image is attached to a page. However, I couldn’t see an attachment record in the DB. I guess that’s the reason whyget_children
doesn’t return anything.How do I get all the image attachments of a page/post??
I would really appreciate any help!
Thanks,
DashaYes, I’ve tried that. If the “exclude” box is ticked for a preview image, then after saving the preview image is reset to nothing, and on the website the first image in that gallery is displayed as a preview image.
@aesqe, I’m using WP v3.1 and firefox browser.
Actually, I think the fact that the metabox is empty is due that a page doesn’t have any images attached?? However, when I click on the “Add an Image” icon, just under the permalink of a page, the pop out window with Media Gallery options don’t appear ??
Would really appreciate any help!
Thanks,
DashaOh yes, I haven’t even noticed that button, doh ??
Thank you very much for this! ??
DashaI have the same problem: I can’t reorder images within a gallery? How did you do it?
Thanks,
DashaForum: Hacks
In reply to: How can I paginate this monter?Hello @pixelnate,
Which exactly solution did you use? there are couple in that post.
Thanks.Forum: Plugins
In reply to: Remove Span elements from Contact form 7It would be great if there was a hook into the output HTML that would allow to use default Contact Form 7 HTML or strip out all additional HTML that’s added.
Is there a way to use a WP standard hook to hook into the Contact Form 7 HTML structure and strip out additional HTML?
Thanks,
DashaForum: Plugins
In reply to: [BackUpWordPress] Option to schedule weekly, monthly etcHello,
Any update on this? Maybe a rough idea when it might be implemented?
Thanks ??
Forum: Plugins
In reply to: [SocialGrid] [Plugin: SocialGrid] WordPress 3.1 Can't Move Nav Menu ItemsAny update on this??
Would be great if the plugin is updated for WP 3.0Thanks,
DashaForum: Plugins
In reply to: [Plugin: Share and Follow] order iconHello Andy,
This is a great plugin! Thank you very much for making it.
The only thing that stops me from using a lot is the fact that a non-technical user can’t change the order of icons. It would super awesome and amazing if you could implement drag-and-drop interface for the icons order. Something similar to the Sociable for WordPress 3.0
I would hugely appreciate if you can update us on the progress ??
Thanks,
DashaDaniel, do you have an estimate when the new version will be released? Really would like to try it out ??
Thanks,
DashaAlso, I have noticed the following:
After specifying “Meta Robots Advanced” setting as “NO ODP” and “NO YDIR” on the “Advanced” tab when editing a page, the following line appeared in the page’s source:
<!-- This site is optimized with the Yoast WordPress SEO plugin v0.4.2 - https://yoast.com/wordpress/seo/ --> <meta name='robots' content='noodp,noydir'/> <!-- / Yoast WordPress SEO plugin. -->
So that’s good. However, the “Meta Robots Index” (set as index) and “Meta Robots Follow” (set as follow) settings on the same “Advanced” tab, don’t seem to appear in the source.
I did notice that the following line is coming through:
<!-- wordpress head functions --> <meta name='robots' content='noindex,nofollow' />
It looks like this line is coming through via
wp_head();
hook. I don’t have any other SEO plugins than “WordPress SEO”. Is there global settings that keep outputting “noindex,nofollow”, and if so, why per page settings don’t overwrite global ones?I would really appreciate any help!
Many thanks,
DashaHm, still don’t know what I’ve done wrong – compared with code in the patch – I’ve added the correct code in the correct line (well probably made a mistake somewhere).
Got the file from the provided patch URL on the plugin page
It seems to work now ??
Thanks for the plugin!
DashaI have the same issue with the plugin version 1.3.1 Also in IE8 the lightbox window itself jumps up and down non stop, kinda fun ??
After restarting computer this works well. Don’t know what happened there, but all is functioning now alright.
Thanks for a quick answer.