renegade05
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple Administrators, only one can't publish.@walkerba2: I am having the same problem actually – so you are not alone. I haven’t really updated my sites plugins or anything recently – so i don’t think it is that, but maybe!
Anyway. I figured out a work around for the time being until maybe the plugin that is causing it (if it is a plugin) will get updated to fix the issue.
So create a new page, put your content in as need be, and then instead of hitting publish or update click save draft. Then go back to the list of pages and click quick edit for the page and than change the status from draft to published and click update. That’s it ??
Forum: Themes and Templates
In reply to: [Twenty Fourteen] menu in IEdoesn’t matter what the site is.
Any site using twenty fourteen on IE while using a custom header – the menu bar will not fix to the top and intermittently has errors as Hannes Salen desribed. Like with the white space.
EXAMPLES:
https://aprettypennyblog.com/
https://sooolastyear.com/
https://thinksoul25.com/to name a few.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] menu in IEget the same problem! not only firefox but also chrome.
I thought I messed up the css script somewhere since I mucked around with it, but happy to hear it’s a more common problem.
this needs to be looked at.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] menu in IEYa, I mean IE does only have 10% of the market share – so maybe nobody cares.
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?Never mind. You can change those values and it does work. But you must re-upload your thumbs for regeneration or the admin settings will override.
So there you go. Easy peasy.
Also, there is a plugin to regenerate the thumbs so you don’t have to reupload everything.
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?the width: 672 height: 372 is bugging me to. I found it in the functions.php
// Enable support for Post Thumbnails, and declare two sizes.
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 672, 372, true );
add_image_size( ‘twentyfourteen-full-width’, 1038, 576, true );But even playing with the numbers doesn’t do anything. I am not sure what is going on here.
Forum: Fixing WordPress
In reply to: body html div tag on front page and all pages.yes, but I don’t know what the css code would be. Taking a look at the style.css file, there is a bunch of media screen specifications for this theme. I am not sure which ones I would have to change to get the desired effect.
[please continue with the original topic at https://www.ads-software.com/support/topic/no-resize?replies=9
Forum: Themes and Templates
In reply to: [Twenty Fourteen] no "resize"I didn’t know I had to mention it. Thought it was pretty standard stuff.
it is so clear now it’s ridiculous …but I know what it meant already ?? thanks.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] no "resize"Why do the moderators always think people asking for help are not using a child theme?
I am using a child theme. I don’t see how WPMU DEV was encouraging me to do otherwise.
I understand you have an obligation to tell people this – but I really think that message template needs to be worded better.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] no "resize"hey sorry, I am really knew to all this and I am not too sure what I am doing.
Can you help me out with the css code so I can copy paste?
All I want is when a browser is at 1080px in width, for the site to stop resizing.
Meaning on iphones, ipads, etc they will have to scroll across to see the content, or on screens smaller than 1080 scroll bars will appear and no more resizing. I tried to play around with the css but I don’t know what exactly to take out, replace, etc….
thanks so much