HI, actually it’s 2 major issues I’d like help with: how do I get a different image in the header at the top on each page instead of the same one? And how do I delete the Page names that are repeated under the menu, rather redundant (I did it with Home and made it About, same way?) but don’t want to break any links. Thanks, [email protected]
]]>I have a header image JPG of size 1900x1100px approx.
It displays ‘enlarged’ on a browser, and does not scale for mobile devices.
I seem to remember when I created/amended the header image, turning off the scaling feature, but I cannot see where one re-enables that, if I am correct in suggesting this feature, but i could be wrong it was a while ago.
I need help with the video header in the twenty seventeen theme. I prefer to upload a video rather than use a link. However, the issue I am having is that upon uploading the video—the preview will show in the customizer but it does not appear in the header, only the original image does. I have tried different resolutions, different sizes (all under the 8mb limit), different time frames and even a different theme, but the same issue happens. I have also flushed the cache from WP dashboard and browser multiple times to no effect.The forums that I have found speak specifically to this issue being due to mobile view, but I am working on an desktop so it does not apply.Any help you can give would be appreciated, thank you!
]]>I am trying to remove the white space/padding above the menu bar/header and below the footer. If I adjust the height of the menu it does cover the white space but then loses all functionality. Is there a CSS code I can input to remove the padding above and below my site? The theme doesn’t have that option in the customizer section.
Please advise!
]]>Hi All
With Twenty Seventeen theme the header YouTube video now shows the video title name at the top.
So mine shows “BR Website header upscaled to 4K”
It didn’t used to do this. I have just updated every single part of WordPress, Themes, Plugins etc and it’s not stopped this from occurring.
Any thoughts please?
Thanks in advance.
]]>Hi everyone, I am a newbie and I am trying to design a website for my small office. I am using Twenty Seventeen theme and I have a problem. When I change the header image to header media, specifically mp4 video, everything works fine when accessing the website using a pc or tablet, but when using a mobile phone to access the website, the header media does not appear. I have researched and found that this is a problem with different responsive devices. Can this problem be solved by code CSS on the theme customize? Or do I need to create a child theme and edit the style.css file? Or is there a better way? I really hope everyone can help. Thanks
]]>I refer to this previous topic: https://www.ads-software.com/support/topic/how-to-remove-useless-empty-folders-in-media-library/
I understand that the folder “2019” and its subdir “day” are the very first folders automatically created in wp and for some strange reason it was not yet possible to delete them: I deleted all other useless folders long time ago, but when I delete these two, they come back again.
I guess that the solution to delete them is via phpMyAdmin, in database: to avoid mistakes, where can I delete such media folders in DB?
thank you
]]>Dear All,
I would like to ask for you kind help. I did not find the relevant section in CSS. ??
I want to see the content – including blog section – with text-align: justify;
Where should I put it in the CSS?
Much appreciated,
Gergely
Theme ok with php 7.4, but after upgrading to php 8.x, theme options menu is not available and page sections are missing on main page. Only the menu is displayed. Theme and WP upgraded to 6.5 but issue persists.
How to fix this?
]]>Hello. How do I prevent my posts from being centered with narrow text? I have been playing around with the Additional CSS settings (snippet below) but have had no luck.
.wrap {
margin-left: 20px;
margin-right: 0px;
width: 120%;
max-width: 100%;
padding-left: 4em;
padding-right: 4em;
}
#primary.content-area {
max-width: 1500px;
text-align: justify;
}
#secondary.widget-area {
width: 20%;
margin-right: 40px;
}
h1 {
text-align: left;
}
body.page-two-column:not(.archive) #primary .entry-content {
float:left;
clear:both;
}
]]>
Dear all,
I’m searching a way to use a MS Office editor (in particular Excel) inside my admin area.
I don’t need it to publish files with an Excel interface, but for my management in the admin area. In the child theme I have html tables that are generated from Xlsx files: in order to update them, every time I have to edit them from outside, delete the old ones and then upload the new ones via FTP.
Is there an interface that can allow me to do this directly in the admin area? (I’d like without plugins if not necessary).
Thank you all.
Hi all. Total numpty at WordPress, but I’m having difficulty with the theme displaying a different header size (height) on the front page, versus all other pages. Is there additional CSS I can add that would ensure it’s the full size on the other pages too? I’ve tried a few options from other threads I’ve found in support for themes, but none of them seem to make any difference to the pages.
example:
.masthead {
height:360px;
}
Interestingly, it’s showing in full width on the OTHER pages, when on mobile. But the header is cut down from the sides on the front page. So: On desktop, full size only in front page. On mobile: Full size only on other pages than front page. What the heck?
I’m probably making a mess of this code.
]]>Hi,
My privacy policy page is opaque (not transparent) and I would like it to be. How to proceed ?
]]>I’d like to know what additional css I need to add to be able to show the author of each post when they appear on the Posts page. Hopefully an easy fix, thanks.
]]>I am having issues with the mobile hamburger menu not opening on all of my pages on both phone and tablet. It opens on pages with forms and my mail blog page, as well as all blog posts. I does not, however, open on any “regular” pages.
I have turned off WP-optimize to see if that would help, but it did not. Any help would be appreciated. I am not a coder, so if I need to change something in the file editor, I will need really good instructions. ??
Thanks!
Sidebar is showing resent posts with featured image.
Height/width manually set is completely ignored if they are not equal.
All my featured images is in 16:9 format. I would like the list of miniatures to be in same format as original.
The sidebar generates 150×150.jpg files (should never be used or generated).
How can I fix/edit this?
What file do I need to add/edit in child theme? I cannot find the actual code that does this.
I’m designing a web site for a bar/restaurant that uses SmartSliders on two pages. The firm I am interning for only allows me to style these pages with the CSS from the developer tab in the SmartSlider plugin, and don’t have any access to a theme editor or Additional CSS in the Customize section. My boss wants the pages to have a brand logo to the left and the navbar to the right, with the header removed above it. On the first web page I was able to accomplish this by using these properties:
body:not(.home) header img {
display: none;
}
@media screen and (min-width: 48em) {
.site-branding {
margin-bottom: -24px;
}
} masthead .wrap {
position: relative;
background-image: url('https://pbpavilion.com/WP/training/wp-content/uploads/sites/2/2024/03/cropped-IMG_6692g-1.png');
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (min-width: 48em) {
.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
display: block;;
float: right;
background: #ffffff;
}
}
.main-navigation ul {
background:transparent;
list-style:none;
margin:0;
padding:0 1.5em;
text-align:right;
}
@media screen and (min-width: 30em) {
.site-branding {
padding: 0;
}
}
@media screen and (min-width: 48em) {
.site-content {
padding: 0;
padding-bottom: 0px;
}
}
Which produced this result:
But when I view it on a mobile device (like my iPhone), the PB brand logo shifts up above the navbar instead of lining up to the left of it, and part of the header reappears again with a smaller version of the brand logo in it also.
If anyone more experienced than myself has any tips, ideas or guidance in order to correct the mobile issue, I’d really appreciate it – thanks.
]]>i recently noticed that the built-in mobile nav stopped working on my posts page– you can click it, but it simply does not respond. i created a work-around for that issue, but what i’d really like to is replace the built-in mobile nav on the twenty-seventeen theme altogether. i tried WP MOBILE MENU, but couldn’t get it to work they way i need it to– i’ve got some custom code in the header for animation that WP MOBILE MENU overrides. maybe i should just let it go, but i figured i’d ask here first before doing anything drastic.
any ideas for mobile nav plugins that work well with the twenty-seventeen theme?
thanks!
My homepage is displaying the blog instead of navigation links under the header image. How do I change it?
]]>I am using the randomized header and it is getting caught in the cache when i enable cache. There is nothing in the documentation, what do I have to exclude to allow it to work?
]]>Dear WP 2017 devs,
I tried upgrading my backend PHP to 8.0 but my WP site, which is built with your theme, didn’t work right after the update. Particularly, I found out that while the main page loaded OK, the sub pages were just blank white when I tried to access them. Could you please make sure the theme is compatible with PHP 8. I’ve seen a couple of other messages re this topic already, and I think it would be timely to make sure your otherwise excellent theme is compatible with PHP 8. Thank you!
]]>Hello!
I am looking to use the Image Compare block for a blog post, but the images unhelpful when I preview because the text area is so small. I have found this is an issue for other multimedia blocks in general too.
Ideally, I would want the margins/padding to be wider on the left side. However, I have other coworkers who put content out on this website and I don’t want to mess with their post configurations.
My questions are: is there a way to just change the CSS on a specific post? Or a way to make a customized page just for my posts so I don’t interfere with my colleague’s work? Thanks in advance.
]]>Hi everyone,
I would really appreciate your help.
On mobile only, and only on some phones, my website menu isn’t displaying all of the pages. On the menu, you can view ONE drop-down heading and its children – only the heading of whatever menu section is currently open – but the other two drop-down headings (aka menu sections) won’t open to display their children. This is a fairly recent problem, but I’m not sure for how long it’s been going on.
I read everything I could find on the forums about this, and it sounds like it’s usually a plugin issue. I tried deactivating all of my plugins and the problem did not go away.
The menu works fine on desktop.
Does anyone have experience with this?
Thanks very much,
Eryn
When the site loads on mobile, the menu “opens”, but then closes as soon as you scroll. I *think* this may account for the poor Cumulative Layout Shift score. Regardless, it doesn’t look very good.
If you go to this page:
https://theotheroperation.com/rates-and-pricing-for-audiobook-production/
for example, It initially loads with the menu open (and the page itself off-screen), then as soon as you touch it the menu closes and rest of the page jumps up. (At least, this is what happens on an iPhone running Safari or Chrome).
Is there a way to configure things so that the menu stays closed when a page loads and does not open until tapped?
]]>Hi,
Currently the width of the post is only about 1/3 of the screen width. How can I increase it?
]]>I am having trouble trying to figure out how to get rid of these Link-looking icons at the bottom of every page on the website. They seem to be like Footer links because you can easily click on different ones and they take you to different parts of the website.
]]>we purchases a high resolution image of our group that is of 300 dpi (6767×4511 px) which is 12 mbyte large and I did a resize of it to make it smaller. The image on the web site in mobile mode looks blur so I was wondering if anyone has recommendations as to how to resize so it works on desk top n mobile?
]]>When saving a Post, I am taken to a page that is almost entirely blank. It simply says:
Request entity too large
The requested resource does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
I’ve already edited the .HTACCESS file, but the problem persists.
php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value max_execution_time 1200
php_value max_input_time 1200
Any suggestions?
]]>Dear all,
I need to change the background color. Inside “Aspect and Customization settings” I see: withe, black and custom color. The white and black work fine but when I set “custom” and I choose a color, the background doesn’t change. This color is applied to the menu items.
Any ideas ?
Many thanks
Willy
]]>Since upgrading to “Twenty Seventeen ver. 3.5” the mobile menu on the site has stopped working, although the normal menu works fine. On an iPhone in portrait mode the menu button does nothing but rotate it to landscape view and the normal menu appears and functions fine, likewise, on a pc the menu works but if you drag the browser edge to make it a narrow window until the mobile menu appears it stops working.
I initially found, by disabling the plugins, that it seemed to be the “Really Simple SSL” plugin but I also found that if I re-enabled the plugin and switched to another theme, either “Twenty Twenty-three” or “Twenty Twenty-four”, then the mobile menus on those themes worked fine which makes me think that the problem is within the theme and not the plugin. All plugins and themes are using the latest versions. Any help would be appreciated, thanks.
]]>