Forum Replies Created
-
AuthorPosts
-
Thanks Devin,
So you’re telling me there is no css to make all blank pages a fixed 960px?
JP
#following
That did it! Thanks a lot. Have a great day.
Josue, that looks great on the mobile site now!
I couldn’t put it in the quick CSS, nothing ever seems to work when I put it in there. I had to add it through the custom CSS editor. So now that you got that, can you tell me what we need to do to make the regular browser (non mobile) blank template page fill the entire page as well? It’s is all left justified.
JP
January 16, 2014 at 11:49 pm in reply to: After upgrade to 2.4.5, Blog Grid Element no longer displays posts #210935Well I suck. I had a duplicate category using the same slug. So the path was showing me the category which is sorting by the default settings. My bad. You can close this call, both of my issues are resolved. Thanks.
January 13, 2014 at 11:15 pm in reply to: After upgrade to 2.4.5, Blog Grid Element no longer displays posts #209209UPDATE: I deactivated my plugins one by one and it was bbPress that was causing the issue with not being able to see the posts. Now I can see them.
However, the issue where I edit the News & Events page linked above and it still looks the same is still an active problem.
I’ve cleared the cache on my browsers and they are still showing the Blog Grid even though I completely deleted it from that page. I can edit any other page and the changes take effect. Just not on the News page.
January 13, 2014 at 10:35 pm in reply to: After upgrade to 2.4.5, Blog Grid Element no longer displays posts #209200Still troubleshooting to get you more info…
If I login, the blog feed then populates on both the front page and the news page. If I publish a post, it shows in the appropriate feeds on those pages.
However, if I add other modules to the page, remove the blog element or any way change the page, then go to look at it, it doesn’t update. Still shows the new post, the same way it worked before … even though I deleted that module and added different ones in.
This is fixed after upgrade to 2.4.5
January 13, 2014 at 10:07 pm in reply to: After upgrade to 2.4.5, Blog Grid Element no longer displays posts #209189More information, the News & Events page isn’t showing anything either. It also uses the Blog Posts Element displaying as a Grid. When switching to another option, it still doesn’t show.
December 12, 2013 at 11:39 pm in reply to: Mobile Posts have large space between logo and page title #199689It’s crazy but the WordPress upgrade to version 3.8 fixed it. I hit the button by accident while I was upgrading a plugin because I never apply an upgrade on Day 1 … but it fixed it. My theory is that it broke whatever plugin was causing this issue ;)
December 9, 2013 at 10:50 pm in reply to: Mobile Posts have large space between logo and page title #198235Thanks Yigit. But posts look good now … all of the other types of pages do not have a space below the logo anymore. This all seems pretty hacky. There’s no way to actually fix this issue?
December 9, 2013 at 4:33 pm in reply to: Mobile Posts have large space between logo and page title #198063Thanks Yigit, the logo doesn’t shrink now, but the spacing still isn’t the same. Compare here:
http://startawesome.com/blog/December 9, 2013 at 4:03 pm in reply to: Mobile Posts have large space between logo and page title #198044Yigit, your image looks right, but after applying your code with the previous, all it seems to do is shrink the logo. Here’s my current code:
/* Post top spacing fix */ @media only screen and (max-width: 480px) { .logo, .logo a, .logo img { max-width: 75px !important; } } @media only screen and (max-width: 767px) { #header_main { max-height: 100px; } .mobile_active #advanced_menu_toggle { top: 50px; } .responsive .mobile_slide_out .logo { position: relative; top: 5px; } .responsive.social_header .phone-info { margin-top: 10px; } }
December 8, 2013 at 6:37 pm in reply to: Mobile Posts have large space between logo and page title #197734Thanks Ismael, I applied your css edit – which does fix the post pages – however, please now go check a page:
http://startawesome.com/shakeology/or a portfolio:
http://startawesome.com/programs/focus-t25/and you will see that the fix now loses the proper spacing for those types of pages which were correct before.
Thank you.
December 7, 2013 at 8:11 pm in reply to: Mobile Posts have large space between logo and page title #197411This reply has been marked as private.December 6, 2013 at 4:10 pm in reply to: Mobile Posts have large space between logo and page title #197007Oh wait. It fixed the Posts pages, but now the Pages and Portfolio pages are screwed up. So you think it’s a plugin that is doing this?
December 6, 2013 at 4:08 pm in reply to: Mobile Posts have large space between logo and page title #197006Thanks Ismael, I added the code to the Quick CSS options with no joy but then I tried the custom.css and that seems to have fixed it. Can you double check for me with the link above?
May 31, 2013 at 3:31 pm in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115637I just uploaded the most recent version and stripped out all of the css changes in this thread and the original issue seems to be fixed in both FF and Chrome.
May 28, 2013 at 3:55 pm in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115632Ismael, do you mean to add your code to what Nick has already specified or just use your code alone?
Awesome, thanks Kriesi and Nick.
May 26, 2013 at 12:19 pm in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115630Thanks Nick. It almost seems to be there on both FF and Chrome. The only issue is the hover arrow is not centered for larger images. I assume that is the result of the .image-overlay designation.
Any chance this issue will be fixed without all of the hacks in the next version?
May 22, 2013 at 2:04 pm in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115628Thanks Nick, in his post he said his fix isn’t for my issue.
In your link there is only 1 centered image and if I roll over it in Chrome, the content below jumps down a few pixels. For a better example, go here: http://polettofit.com/2013/what-is-a-beachbody-coach/
Scroll down and you will see 4 centered images, 1 paragraph after the other. Those are the images I was referencing 2 posts ago.
Thanks Nick. You can close this issue now, I’ve found a work around. If I have a heading with an apostrophe in it, I use quotes for the option, i.e. my heading reads: [av_heading heading="What's in Shakeology?" tag='h3' color='' style='' padding='10']
I don’t think you should have to do that, but it works.
fyi, the link I provided previously was to show you if you scrolled down to the heading What’s in Shakeology, it actually read: What's in Shakeology.
Not sure what to say, I put it in just like your Ismael and it doesn’t show on the page: http://polettofit.com/2013/what-is-shakeology/ See the header, Whats in Shakeology?
May 17, 2013 at 5:42 pm in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115626Hey Nick,
Dude seems to be addressing the same problem here: https://kriesi.at/support/topic/images-and-text-jumps-when-moused-over
Should I try that fix?
Same issue as you Jasmine: https://kriesi.at/support/topic/problem-when-hover-on-image-alignement-with-firefox-and-opera-mac
Also wondering if this is the fix. My issue only occurred in FF and not Chrome.
May 17, 2013 at 4:54 pm in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115625Thank Nick. It fixed it for FF, but Chrome then became angry. If you check out this page and scroll down to the centered images…
The top 2 images I left as centered image links. When you hover over them, they break the centering and left justify (like they did previously in FF).
The next 2 images I put the links in paragraphs with: <p style=”text-align: center;”> That at least centers them in Chrome, but as it was with the centered images in FF, if you hover over them, the image moves down several pixels.
Just tested and it doesn’t work in Button labels either.
May 14, 2013 at 8:21 pm in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115623Thanks Nick. It works great when the image is aligned left. But wreaks havoc when the image is centered or aligned right: http://polettofit.com/contact/
May 8, 2013 at 4:08 pm in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115621Thanks for doing the screencast Nick. But the reason nothing moves now is because I inserted the images without links which essentially turns off the lightbox which is the problem in FF.
-
AuthorPosts