Forum Replies Created
-
AuthorPosts
-
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.
But, doesn’t the Ajax portfolio in the Demo show several different kinds of layouts? http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
When I click on one of the ajax portfolio grid items on http://barsocchini.com/beta2/press/ — 302 Rambla Pacifico Press, for example — I see this — https://www.evernote.com/shard/s320/sh/4d7994f1-33cc-493a-afa2-2d2f186bb9d0/91eeeb06953bbc910c41eb78e457c7bb — the “Big image with thumbnails below” gallery layout, with only one image. Shouldn’t the ajax reveal the actual layout of the 3021 Rambla Pacifico Press portfolio item: http://barsocchini.com/beta2/portfolio-item/3021-rambla-pacifico-press/ which is three images across?
This improved my similar situation, but I can still get both the standard and slide-out menu to show up at the same time, right around 1000px wide ( see https://www.evernote.com/shard/s320/sh/7049d7b5-09da-47bf-bbe7-34d090ae29e2/72785f26afe8d6f1227cf903ecb872a7 ) and then the menu switch seems to kick in a smidgen early — around 980px wide (see https://www.evernote.com/shard/s320/sh/312a4303-1129-498f-9b67-10f2f659a010/0e5fad42bc4dc15336abf533c416c581 ) — before the layout switches to what I’m guessing is the tablet portrait layout.
I realize I’m getting a little nit-picky here, but maybe a slight tweak of the code above can refine this?
Thanks so much,
Sky
-
AuthorPosts