jeanne38654
Forum Replies Created
-
Nevermind!!!
The widget has no styling – BUT, I found if I used a TEXT widget with the [crp] shortcode, it looks wonderful!
Thanks so much.
Forum: Fixing WordPress
In reply to: Can't Login After latest UpdateI have read the guide you referenced and tried all those solutions. Still cannot log in.
Any other suggestions?
Forum: Plugins
In reply to: [WooCommerce] Free Shipping Rules Based on RoleI’d like the code! [email removed]
Thank you very much!!
Forum: Fixing WordPress
In reply to: Theme Invalid argument supplied for foreachSo, how did you manually update it? I need to do the same. Thanks!
***Nevermind – I figured it out. For anyone else reading, just go to your dashboard > mystile theme > update framework.
That easy!
Thanks!
Forum: Hacks
In reply to: Display Title as the Caption – wordpress galleryThe code in this post worked:
https://www.ads-software.com/support/topic/gallery-short-code-1
However, realize now that I have *other* images in galleries where I already have captions set up and need those to still display….
So, any suggestions from anyone on how to modify this section of code:
if ( $captiontag && trim($attachment->post_title) ) { $output .= " <{$captiontag} class='wp-caption-text gallery-caption'> " . wptexturize($attachment->post_title) . " </{$captiontag}>";
to only display the title IF there is no caption (i.e., if the caption field is blank)?
Thanks!
Forum: Fixing WordPress
In reply to: Gallery Post Id Shortcode Bug?Issue resolved
Forum: Fixing WordPress
In reply to: Gallery Post Id Shortcode Bug?SOLUTION – for anyone else scratching their head trying to figure this out………. I had to do it THIS way:
[gallery galleryid="xxx"]
Which is NOT what the codex says. Only reason I figured that out was looking at source file of original post page and saw galleryid=779…note “galleryid” has to be all one literal.
Forum: Fixing WordPress
In reply to: Gallery Post Id Shortcode Bug?And, I just tested this on another installation – standard, clean, using twenty-eleven theme. Same problem. Shortcode [gallery id=”X”] does not work. Must be that is not correct shortcode – but codex says it is? See this from the codex:
“id
specify the post ID. The gallery will display images which are attached to that post. The default behavior if no ID is specified is to display images attached to the current post. For example, to display images attached to post 123:
[gallery id="123"] ” – From https://codex.www.ads-software.com/Gallery_ShortcodeSo………..??
Forum: Fixing WordPress
In reply to: Gallery Post Id Shortcode Bug?UPDATE – So I attached those 5 “unattached” images to a page. Now the gallery shows nothing.
So, basically using shortcode [gallery id="x"] is buggy – only shows unattached images, not images associated with the post id and if there are not unattached images, it shows nothing.
Surely someone else has this issue? I’m using WP 3.4.2
Forum: Hacks
In reply to: Display Title as the Caption – wordpress galleryJust realized that thread I referenced had solution for pulling the POST title in the caption – not the IMAGE title. That is *not* what I want to do, lol….Again, any suggestions are appreciated.
I’m in the same boat. I have a blog template page and want to remove the buttons/bar from that page (they don’t work right on that page anyway for some reason). I, too, have tried the code with the appropriate slug and it does not work. Any help is greatly appreciated!
Also, by the way, the floating display is half showing on mobile. I thought it was not supposed to show if the screen was smaller than a certain number of pixels?
Thanks!
Forum: Plugins
In reply to: WP Mobile Detector: Losing widgets when switching themes CachingI also lose the header settings…..
Forum: Plugins
In reply to: WP Mobile Detector: Losing widgets when switching themes CachingInteresting. I am using the latest version of WP (3.4.1) and the latest themes and when I switch to twenty-eleven as my mobile them I lose *most* of my widgets. The only thing retained is archives and meta – everything else is gone, which is driving me nuts on how to fix.
Any suggestions?
Some things are beyond the scope of vendor’s support forums. I didn’t realize, though, that I shouldn’t seek help on this type of question here. ??
What I need to do is just scrap the slider and replace with another one with the functionality I need. Googling now, but if you (or anyone else reading this) can recommend a good slider plugin that allows “popular posts” as a criteria for slides, please advise!
Thanks!
Forum: Plugins
In reply to: Simple Facebook Connect Integrating Comments from FacebookAlso, unless I’m missing something, there is not control over FB comments *in* WordPress – meaning, I can’t delete them once they are there because WP doesn’t even recognize that they *exist*…..