Forum Replies Created
-
AuthorPosts
-
Yeah, that’s how I have it, but that’s what causes the little problem I described above with the title switching to “Blog – Latest News” and linking to the home page instead of the blog index.
][;;;;;;”\]
Here’s a link to my dev site blog index: http://cbdmh.info/news2/ and an example single post http://cbdmh.info/dsm-5-recap-the-eight-dimensions-of-psychosis/
OK, thanks. So, when I use the method I noted to get my “Excerpt With Read More Link” Blog index, I notice, the single.php page title switches from “Blog” to “Blog – Latest News”, and those titles link to the home page? Seems like the title should stay the same — “Blog” — and link to the Blog index page. Can you tell me how to fix that? Should I start a new thread for this?
Thanks again!
Hmm, ok, I don’t think I want the breadcrumbs under the titles, but thanks anyway. I’ll just shorten the page titles or something.
Thanks!
Oh snap! Thanks!
Thanks for the quick response, but that doesn’t seem to work. I have a test of it at the bottom of http://cbdmh.info/ No big deal, if it’s too much of a pain — I have bigger fish to fry ;)
I re imported this and was able to solve the issue. Not sure exactly how, but… please disregard ;)
ok, thanks!
I had. It works like Span works — no bullets and it doesn’t the spacing and placement are off/different from the preview. Is that as good as it gets?
I just tried that plugin and the images in my portfolio grid disappeared, the thumbnails on my galleries stopped animating in, and the lightboxes stopped working at all.
The lightbox pretty much sucks on the iPhone — the formatting is funky, and having to click on those little arrows is really cumbersome. I would LOVE it if there were some improvement on this. Please let me know if you have any ideas.
November 7, 2013 at 3:27 am in reply to: google maps widget doesn't seem to be finding the address I input #185453I deactivated all my plugins and that didn’t seem to fix it — maybe something built into the Enfold theme? Anyway, I’m not too worried about it, if you want to drop it. Thanks, anyway.
November 6, 2013 at 8:49 pm in reply to: google maps widget doesn't seem to be finding the address I input #185317I know, but it would save a step if that button worked, and it would be easier for the layperson/client to make updates if needed. So, the question was, do you know why that button isn’t working?
November 6, 2013 at 8:11 am in reply to: google maps widget doesn't seem to be finding the address I input #185080Awesome, perfect — thanks! Sorry I didn’t find that on my own. Any idea why the “click here to enter address” button doesn’t work? It just jumps me to the top of the widgets page.
November 6, 2013 at 2:35 am in reply to: google maps widget doesn't seem to be finding the address I input #185024Oh, I see, the “click here to enter an address” button wasn’t working, so I entered the address in the route field. Now the problem is that I can’t get the exact coordinates for my address. When I enter my address, right click and choose “what’s here”, it gives me coordinates for a slightly different address. The address I need is 789 Sherman Street, Denver, CO 80203.
Thanks!
November 4, 2013 at 3:48 am in reply to: Logo in header not reverting to 100% when scrolling back to top #184106Now it’s stretching vertically (see screen grab linked below). Again, it only happens if you scroll down the page, so the small header/logo activates, and then you hit reload (see my previous post/description) — a rare circumstance for the average user.
November 3, 2013 at 6:20 pm in reply to: Logo in header not reverting to 100% when scrolling back to top #183965Yeah, it’s still happening, and I pinned down what triggers it: If scroll down — so that the minimized logo/header is “activated” — and then reload the page, the logo get’s “stuck” at the small size. At that point, if you scroll back up to the top of the page, the logo won’t re-size to the large version. I guess, though, this would be a pretty rare circumstance for a normal user — much more likely to happen during development, since we’re always refreshing pages ;)
I think I’m running the latest version of the them: 2.4.1
November 2, 2013 at 5:18 am in reply to: Logo in header not reverting to 100% when scrolling back to top #183620I’m having the same issue: http://crc3.surtos.com/ And here’s a screen grab: https://www.evernote.com/shard/s320/sh/b064098c-64aa-4778-a603-ecf4d787601e/1165331fcb0be795d9b0073a5d675089 I’m seeing it in FF/mac; haven’t tested in other browsers, and the problem seems intermittent — if I reload the page it works for awhile — can’t pin down what triggers it (but haven’t tried too hard ;).
Thanks.
Awesome — that did it! Thanks!!
I mean did you see the screen grab I *linked* to in the previous post: https://www.evernote.com/shard/s320/sh/9e31e049-4b5b-4160-8695-5e6d04dabea9/9936448ae07713d9735cffda5b688b7f
It’s on all slideshows — on the home page, for example — http://barsocchini.com/beta2/ Again, as soon as you hover over one of the dots (any dot) the artifacts on all dots disappear. And they’re super small — you have to zoom in (or be viewing in a huge browser) to see them. That’s how my client saw them — he was viewing on a huge browser. Did you see the screen grab I attached in the previous post?
http://barsocchini.com/beta2/press/
Again, it seems to be correlating with reloading pages. And actually, for the moment, at least, I’m unable to replicate the problem. Perhaps wp total cache has solved it. Let me know if you experience the issue.
Thanks!
Wow, that total cache configuration is a headache (nothing compared to what you guys deal with, of course ;). Anyway, the default settings seem to be helping. I’m not getting the hang-time at the moment, at least. I’ll keep testing and let you know if I still have questions.
Thanks again!
Thanks so much — really appreciate it!
OK, I installed Total Cache. I guess it’s helping — not sure — I still seem to be experiencing the issue intermittently. It seems to be correlating with reloading pages on the iPhone, as opposed to just visiting a page for the first time — not sure about that, either, though, to be honest. Are you familiar with this issue by chance?
Are there any particular settings in total cache you can recommend?
When I installed and activated Minifi, all the content came through unstyled — do you know anything about that? I notice Total Cache has it’s own Minifi settings — maybe those are good enough?
Thanks for all the help!
oops, i guess you can’t just paste code in there. lemme try this again…
On line 80 of header.php, I swapped out:
echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'></a>';
with:
echo '<a id="advanced_menu_toggle" href="#"><span class="togglem">MENU</span></a>';
Ah ha! ;) Thanks — sorry about that! OK, after updating the theme, here’s what worked for me, in case anyone else needs it:
Once I added the word “MENU” in there, I didn’t want the menu icon anymore (I might have kept it, if I could’ve figured out how to move it to the right side of the “Menu” text, but I couldn’t ;). So, here’s what I ended up going with:
On line 80 of header.php, I swapped out:
echo ‘‘;
with:
echo ‘MENU‘;and added the following to my custom css editor:
#advanced_menu_toggle {
font-size: 18px;
width: 75px;
}Thanks again! You guys have been great!
This reply has been marked as private.Thanks, but I’m not finding any code like that in header.php — no “advanced”; no”mobile_menu”; no “toggle”. Would you check that out for me, please? Thanks.
That worked for me — thank you!!
Ahh, perfect — that’s what I was looking for. Sorry, I was looking for those settings, but I convinced myself I’d seen them in a different theme :\ Anyway, thanks!!!
For anyone else, these are the “Additional Portfolio Settings” found below the editing window on the portfolio items pages. If you don’t see them, make sure that Screen Options box is checked.
-
AuthorPosts