Forum Replies Created
-
AuthorPosts
-
mat3dMember
Ok thanks, I'll try that.
mat3dMemberHi Anita,
I can't find an example in the demo with images in the text (just featured image) so it's difficult to judge from there.
One example on one of my website is here:
Panasonic Lumix G9 vs Olympus OM-D E-M1 II – The complete comparison
If you scroll down to the first chapter (Design, build quality and interface), the first image with the two cameras side by side won't resize in IE.
Mat
November 19, 2019 at 11:14 am in reply to: WordPress 5.3: caption are now aligned to the left instead of centre #494860mat3dMemberOk, by keep googling a few more minutes, I found a code that works:
figcaption { text-align: center; }
I've added it in Customize / Additional CSS section.
I hope this can help other users having the same problem.
mat3dMemberHmm I'm not sure what the problem could be, mine looks fine on the three browsers.
mat3dMemberRight so it looks like I found a solution:
The default size for the header image is 600x160. I've changed these values in the function.php file to 900x240:
// Add support for custom header.
add_theme_support( 'custom-header', array(
'width' => 900,
'height' => 240,
'header-selector' => '.site-title a',
'header-text' => false,
'flex-height' => true,
) );Then I changed the values in style.css to 450x120:
.header-image .title-area {
margin: 0 auto;
max-width: 450px;
padding: 0;
}.header-image .site-title > a {
background-position: center !important;
background-size: contain !important;
float: left;
min-height: 120px;
width: 100%;
}This way the logo appears sharp on both my iPhone 7 plus and my MacBook retina display.
I'm not sure if this is the best workaround but I'll leave it here in case somebody else stumble upon the same problem.
mat3dMemberSorry meant version 1.1.4
mat3dMemberHi and thanks for the tip.
It works, however the logo appears blurry. It looks like the code increases the size from 300x80 rather than using the full size of image (600x160).
Anybody has any idea how to solve this? I had a look at the function.php and style.css but it's a bit different than what I remember.
I'm using Wellness Pro version 4.0.0
Many thanks.
Mat
mat3dMemberThanks Anita.
I found out that if I save the page just after inserting the code in Text mode (without switching back to the Visual tab first), the link is saved correctly. Not the best solution but at least I know how to make it work.
Mat
June 22, 2018 at 6:50 am in reply to: Metro Pro – Change the color of the comment button (entry meta) #221071mat3dMemberI remember changing the colour on that line but I didn't think about the !important tag. Now it works.
Many thanks!
mat3dMemberThanks Anita and Brad, I got what I needed!
June 21, 2018 at 11:12 am in reply to: Metro Pro – Change the color of the comment button (entry meta) #221039mat3dMemberHi Erika and thank you, your code is working.
mat3dMemberHi,
if I remember correctly I exported my data, reset the plugin, emptied my cache, imported my data and I managed to get it back on track. Although I admit since then I've didn't use it much.
mat3dMemberHi Christoph, no problem I understand.
I managed to make it work in the end.
Thanks.
mat3dMemberThank you very much ArtsNet, it works just fine!
Really appreciate your help.
Best
Matmat3dMemberNote: I did a search in the forum and found similar posts to mine but I am seeking additional information about what changes I can make to the code and if it is possible to do it in the child theme rather than the Genesis Framework itself.
Thanks!February 1, 2017 at 4:35 am in reply to: Problem: Color Style not showing in Genesis settings (Metro Pro) #200356mat3dMemberUpdate II: in the latest version of Metro Pro (2.2.1), the color style box doesn't exist anymore and you can set the colours in the customise section of wordpress directly. So I guess that explains the initial problem.
January 31, 2017 at 11:31 am in reply to: Problem: Color Style not showing in Genesis settings (Metro Pro) #200328mat3dMemberUpdate: I switched back to an earlier version of Metro Pro (2.1.1) and now the color style box finally displays in the theme settings.
However the Design Palette Pro plugin still doesn't work. Perhaps I will open a separate topic.
January 31, 2017 at 8:25 am in reply to: Problem: Color Style not showing in Genesis settings (Metro Pro) #200317mat3dMemberYes, latest version of Genesis (2.4.2) and Metro Pro 2.2.0
I already tried to re-install Metro Pro but the problem is still there. Should I try to re-install Genesis as well?
Another thing that comes to mind is that I used the Theme Test Drive plugin to preview a few things before making the theme live. I do wonder if that caused some issue (it is now de-activated).
-
AuthorPosts