Forum Replies Created
-
AuthorPosts
-
I have had the exact same scenario and issue as Jim. I found the link in the file on my server… it’s in the linkpicker area (see below). Please advise how we should proceed in fixing this and thanks in advance for your help.
* The linkpicker method renders a linkpicker element that allows you to select a link to a post type or taxonomy type of your choice * @param array $element the array holds data like type, value, id, class, description which are necessary to render the whole option-section * @return string $output the string returned contains the html code generated within the method * * @todo: currently only one linkpicker per modal window possible */ static function linkpicker($element) { //fallback for previous default input link elements: convert a http://www.link.at value to a manually entry if(strpos($element['std'], 'http://') === 0) $element['std'] = 'manually,'.$element['std']; //necessary for installations with thousands of posts @ini_set("memory_limit","256M"); $original = $element; $new_std = explode(',', $element['std'], 2);
Hi Elliott,
I added this but it’s still not making our images cover the whole preview square. See along the left side of this page? Do the images that are loaded have to be certain proportions to scale correctly? The ones we have loaded are wide originally. Thanks!
Hi Elliott,
I added this but it’s still not making our images cover the whole preview square. See along the left side of this page? Do the images that are loaded have to be certain proportions to scale correctly? Thanks!
This reply has been marked as private.Nevermind the minifying. I got it to work. Thanks! :)
Hi- I added the code, and you’re right– it wasn’t applied. What plugin are you referring to, and how to I disable the css minifying feature?
Thanks!
AngieHi- Thanks- that makes sense. I will ask them. :)
July 1, 2014 at 3:48 am in reply to: Responsive background area on homepage and other pages. #285524This reply has been marked as private.Hi- thanks for the footer css.
I was looking and I oddly have two scroll bars on right side of my browser– both move you down, but one stops and then the other one moves down further to show the socket.
Then, here’s another issue– in my text content area, I can never see the text or the formatting options in the visual tab… only when I click on the text can I see the text, but my text is not white.So… it seems like I have a couple issues I’ve discovered here– any ideas? Since I know html, the visual view hasn’t been important, but my client will want to update text, so I need to figure this out.
Thanks!
AngeHi Devin,
Thanks for this link and the quick response to my post– that is helpful! Enjoy your day. :)
Angie
Hi Yigit,
We had this same thing happen on our site at smartwarehousing.com. The site is also having issues with how the layer slider appears/transitions, and we had a proxy error on one of the saves a few days ago.
We’re looking into the memory limit, but is there anything else beyond that to try? I have limited time with my server guy, so would like to have all of my options with me when I talk to him again. Thanks for any help.
Angie
Hi Flikk– Thanks! That first code did it and the tutorial on classes was very helpful. Enjoy your day! :)
Angie
Thank you for this! The margin on the current menu item in the footer is still acting strange… I tried applying a top: 0 !important; to the code you sent just now, but each of the menu items in the footer still move up when I visit the corresponding page. Thank you for your help. :)
May 13, 2014 at 10:25 pm in reply to: Browser/screen size css for layer slider and full width background #264289Yes, thanks @Flikk! This was a huge help and allowed me to get it sorted out/taught me more for the future. :)
Thanks again!
http://162.243.199.220/get-a-quote/
Hi– see screenshot. I used the code you gave me, without the “border” css to save the border on the menu and it moved it all left. Using margin and padding css moved the text and not the bottom border. Any idea how I can get the text, border, everything to stay just as it is when I’m not on that page even when the user is on the page?
We launch tomorrow, so if you look at this then, and the link is wrong above let me know. Thanks for your help.
AngieHi- thanks. I have that set, but it’s only sometimes not advancing and getting stuck. I talked to the server administrator and he’s going to try to increase the server memory more to see if that helps. Is there anything else that is recommended to make sure it doesn’t ever happen? Thanks for your time,
AngieMay 12, 2014 at 5:13 pm in reply to: Browser/screen size css for layer slider and full width background #263363Hi- can you give me an example of how to place it in an element as far as the theme/WP is concerned? I know how to apply a class to individual menu items in the appearance -> menus area, but not to an entire menu itself.
I know it would be some css in the quick css like this:
.bottom-menu {
background-color: #cccccc;
height: 140px;
width: 140px;
padding-top:-20px;
}May 12, 2014 at 4:30 pm in reply to: Browser/screen size css for layer slider and full width background #263348Hi– So, this might be simpler than I think it is….
The footer background image is not resizing, so that the light grey background is behind the menu when you re-size the browser window. Is there some css or something I can do in the theme that would fix that and make it so that it resizes in the browser window and on different desktop screen sizes?
Thanks for your time. :)
AngieMay 12, 2014 at 5:43 am in reply to: Browser/screen size css for layer slider and full width background #263132Hi- I added the footer image in the theme options under general styling – footer – custom background image.
http://162.243.199.220/
This is the file–
http://162.243.199.220/wp-content/uploads/2014/04/footerbg1.pngI have it disappearing on ipad and below, but I can’t figure out how the css starts for other widths… is it something like this:
@media screen and (min-width: 1024px){
/* some CSS here */
}Would I then add the custom background image and what widths should I specify/save my images as?
I actually tried to just add the background image to the menu on the right side of the footer, but could not remove the padding above/below it. If you think it’s easier to add the grey square as a background to that menu, and know a bit of css I could use– that’s fine, too. The goal is just to have a grey background behind that menu.
Thanks for your help! :)
This reply has been marked as private.Awesome- thanks!
http://grab.by/wByM
Now the bottom right nav I just customized is doing the whole change when it’s on the current page. I took out the box border, but can’t get the background and the bottom border line to remove. I don’t want it to have any effect on the current page.On each of the issues I’m sending firebug is not much help… so, I can eliminate one issue, but can’t find css for another. Sorry for bugging you about it and I wonder what I’m doing wrong in firebug b/c this hasn’t been the case in the past for me.
Angie
Thanks– that was perfect! I have the custom css class below on the site and it’s working for everything except changing the text color. I want the footer phone number to be orange and the quote and login to be grey, but they stay white regardless of my css. I noticed that there is a #ffffff; hex code on there for general colors in the footer, but how do I override that in order to get my custom menu classes below to work?
.number {
border-bottom: 1px solid #949aa0 !important;
color: #f05a1a !important;
font-size: 14px;
text-align: center;
font-weight:bold !important;
width: 150px;
}.quote {
border-bottom: 1px solid #949aa0!important;
height:30px;
vertical-align:center;
border-color: #333333;
color: #f05a1a;
font-size: 14px;
text-align: center;
width: 150px;
}.password {
border-bottom: 1px solid #949aa0 !important;
border-color: #949aa0;
color: #f05a1a !important;
font-size: 14px;
text-align: center;
width: 150px;
}- This reply was modified 10 years, 7 months ago by Angiec13.
Awesome- thank you! Enjoy your day! :)
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi- That worked with the header and the footer height is now working on all browsers. My very last issue is the margins on the individual footer widgets themselves where I have the menu links. Because they are different word lengths, so “About” is shorter than “Why Vosburgh,” I have set a different margin for each of them to keep them centered on desktop/laptop, but even when I just go down to the ipad, the text for “Why Vosburgh” is now on two lines instead of the one line I want it to be on. Is there a bit of css I can add to keep the longer word lengths on one line regardless of browser/screen width?
Thanks!!!
AngieHi Devin,
You’re right. I figured out my error. Thanks for looking at this! :)
Angie
Hi Yigit- Thanks for adding that code.
I’m seeing two things now on chrome on my ipad– at both landscape and portrait the menu covers the logo or is not spaced the same as the desktop version.
Second- after flushing the cache the orange box is still not flush with the bottom white line and the text in the footer is still moving down to the second line.
Thoughts on those two things?
Thank you, thank you, thank you for all your time! :)
AngieThis reply has been marked as private. -
AuthorPosts