Jump to content

Search the Community

Showing results for tags 'Firefox'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 14 results

  1. Hi, I tried to work under Firefox 22.0. Message of DMS: "Chrome is required to use PageLines Editor" Really ?
  2. Currently I'm using the customization plugin to style our new website. I chose it over the child theme method for various reasons. One customization is changing the color and general style of the static nav bar. I am aware of the Crackbar plugin. But decided I can do the css myself. So using Firebug I found the code to change the Nav Bar. I did tests and got the style I needed. Then I added the code to the style.css file in the customization plugin directory. When I refreshed my browser to look at changes they happened in Chrome/Safari Mac (Webkit) and not Firefox Mac/Win (Gecko). Upon doing some searches in the forums here I found another person complaining about the customization plugin not applying their CSS. I saw that someone suggested using the Custom Code form field in the Pagelines Global Settings.   Here's the code I used. You may notice that the classes say 'grey' but some hexidecimal colors are not grey but green. /*THIS CUSTOMIZES THE BACKGROUND COLORS, BORDER */ .navbar.pl-color-grey {     background-color: #80953a;     background-image: -moz-linear-gradient(top,#80953a,#80953a);     background-image: -ms-linear-gradient(top,#80953a,#80953a);     background-image: -webkit-gradient(linear,0 0,0 100%,from(#80953a),to(#80953a));     background-image: -webkit-linear-gradient(top,#80953a,#80953a);     background-image: -o-linear-gradient(top,#80953a,#80953a);     background-image: linear-gradient(top,#80953a,#80953a);     background-repeat: repeat-x;     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80953a', endColorstr='#80953a', GradientType=0);     border-top: 1px solid #cbe82e;     color: #ffffff; } /*THIS CUSTOMIZES THE LIST ITEMS - THE FONTS */ .navbar.pl-color-grey .navline > li > a {     color: #FFFFFF;     text-shadow: #FFFFFF 0 0px 0; } .navbar.pl-color-grey .navline > li.current-menu-item > a {     color: #80953a;     background-color: #FFFFFF;     text-shadow: #FFFFFF 0 0px 0; } /*THIS CUSTOMIZES THE LIST ITEMS HOVER - THE FONTS */ .navbar.pl-color-grey .navline > li > a:hover {     color: #0E4EA2; } I took out the CSS to change the top nav bar from the customization plugin style.css and pasted it in the Custom Code form. THEN it works in Chrome and Firefox. Most oddly IE 8 Windows shows the new Nav Bar colors for a few seconds then reverts to the original NavBar colors I'm trying to override. Why did this work when just editing the style.css did not? Specifically with how Firefox handled it differently than Chrome. Can I use both methods of editing CSS at the same time without side affects? Thanks. -BrianR    
  3. Hi My site www.arkivsenteret.no/nyveileder is wird looking in Internet Exporer. It looks fine in both Chrome and Firefox.   Im using the latest version of both wordpress and Pagelines Developer.   [attachment=1168:three browsers.jpg]
  4. Hello, There is some sort of unreadable character appearing in the Hero Nav that I cannot get to disappear. Thus far, I am only seeing this on the latest version of Mozilla. Please view my website at http://flagstonesearchmarketing.com.   Thanks  
  5. Website URL: http://www.jacmus.com Framework Version: V2.4.1 Pro WordPress Version: WordPress 3.5.1 Plugins in Use: I have deactivated all of them and still no change Server/Host: Certified Hosting. Details: I've just started using twin shot and want it to appear on my main page. Its appearing, but when I use Chrome, the selections of the videos are on the left with no scroll bar so at the moment with only 3 videos, the 3rd one disappears and when I look at in Firefox the selection of videos its at the bottom of the video. I am using the latest version of chrome and firefox. I did have an issue earlier where the javascript seemed to have an issue and i had my hubby check it at his work and he had the same issue. But this has begun working. (I think it was a server provider issue for our internet as they use Telstra there too.
  6. Hi there, I am experiencing a problem with my site's custom logo. It looks great everywhere else except Firefox where it appears HUGE. I think the browser is not resizing it down for some reason and it appears in its actual size. All other elements look as they should. Any ideas? Thank you!!
  7. I'm working on a Mac which makes this a bit tricker... The live site is: http://79.170.44.81/fortesting.com/wc/ Seems to be connected to the images spanning outside the range of the box? Can anyone offer any advice? Thanks
  8. ... I have the very same problem but it's not limited to VImeo. When using Chrome the first video in a feature set is about 75% the height it should be but once it moves to the next video it's all fine. I have six feature sets on six different pages with a mix of embedded code sources (Vimeo, YouTube and Fora) and they all do the same thing. Even without this specific issue, I have the same problem detailed above when I view any of the feature set pages in FIrefox, Opera or IE9. I have tried numerous solutions involving using inline parameters like 'height', 'vspace', 'marginheight', 'frameborder' etc. and have tried all of them using inline style as well with no luck at all. I'm using <iframe>. Please advise. Thanks. P.S. I'm working on a locally installed web server and database.
  9. Vimeo embeds look too small on my site http://www.nwrafting.com. I tried using the old embed code and although the video is larger it still has formatting issues and isn't the full size of the available frame no matter how big I set the height and width. I've looked through several forum posts and nothing works for meAny other ideas? Or could someone at Pagelines look at fixing this so we can embed Vimeo videos in the features. A screenshot is attached. Thanks!
  10. hey guys, i have been searching in this forum for css code to change the size of my headlines and delete the border arround the thumbnails on my blogroll... yes, i used firebug too this is the code i use right now: /*Change Font Size for H2 Title Headings*/ h2.entry-title.entry-title a { color: #fff; font-size: 24px; line-height:1.0em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); } /* ==== POSTS ==== */ .post-meta .c_img { background: none repeat scroll 0 0 #fff; border: 0 solid #fff; box-shadow: 0 0 0 transparent; } .post-meta .c_img .hentry .c_img { border: 0 solid transparent; display: block; line-height: 0; max-width: 98%; padding: 0; } .post-meta .c_img img { box-shadow: 0 0 0 #ffffff; } unfortunately the code is only working in safari...not in firefox... so when i open the page with safari...everything is just like i want it to be. when i open it with firefox...no changes appear. firefox: safari: any idea what the problem might be? thanks in advance... link to the site: http://www.agenturfactory.de/FACTORY_2012/
  11. Masthead Wonkiness In Firefox...

    Hi there PL team, I just encountered a weird one... I've got a masthead section at the top of this page: http://www.designsbyfelicia.com/from-chaos-to-harmony-book/ It displays fine in Chrome, Safari, and Opera. But in Firefox the link I've got at the bottom of the section (right below the big orange button) is displaying really strangely (see pic) ยป https://www.evernote.com/shard/s21/sh/7d80f43d-c18f-46a1-bfdd-a3d86cfd4987/2ac67a7e9782c111f6acc745cb30490e I created that link by entering the proper HTML in the Masthead section settings > Masthead Meta Text I don't have any CSS that should be causing that issue, all i'm styling in that section are colors, etc., no floats or anything like that... Can anybody tell me if this is a bug, or if somehow I'm causing this?
  12. The feature slider transitions are getting hung up occasionally in Firefox only on http://rjakes.com. Some slides only appear for a second, some transition really slowly and get stuck in a half fade, and it changes from round to round. I've not seen this before. Anyone have any ideas? Perhaps it's a local problem? Thanks!
  13. One of my Pagelines Framework websites does not work on Firefox or Internet explorer, but works flawlessly on Google Chrome. The formatting is messed up and some things just don't appear. The website is BBQFail.com Please help! I have tried disabling all my plug-ins and that didn't help. I have tried switching to the standard theme and it works fine. Seems to be a problem directly related to pagelines.
  14. Hi, In Explorer and Firefox the Morefoot area and the Twitterbar appear outside the main side in some posts. See for example: http://www.pepperbase.com/2012/creatieve-industrie/dazzl3d and http://www.pepperbase.com/2012/ict-media/direct-students. I do not have this problem in Chrome. Homepage is fine in all browsers. What is going wrong? Thank you.
×