dd1982
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Image caption under gallery photothank you
It said WordPress optimizer but nothing worked with it activated. Sorry I don’t have the website i randomly found it googling and have ran ccleaner since so its gone.
It was a plugin ive installed, sorry to bother ya its working fine now
hosting company is ionos. i got to the export page but non of it shows up, not settings/import/export. I did a screenshot to show you so i added it to media to get a url . my media library doesn’t show up either.
thanks for your quick reply. I have installed smush to compress images i forgot. Apart from that, i had wordfence installed before and it never affected metaslider
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Change block button width on mobile and pcThank you very much I finally got it all working. I had some colour css for a custom button so added that to your code. I was missing the “.wp-block-buttons>” bit to change the width.
@media (max-width:1980px){ .wp-block-buttons.cbb> .wp-block-button.small a.wp-block-button__link {display:block} .wp-block-button.small .wp-block-button__link:hover, .wp-block-button.small .wp-block-button__link:active, .wp-block-button.small .wp-block-button__link:focus { background: #ff0000 !important; color: #fff !important; border-color: transparent !important;} .wp-block-buttons.cbb> .wp-block-button.large a.wp-block-button__link {display:block} .wp-block-button.large .wp-block-button__link:hover, .wp-block-button.large .wp-block-button__link:active, .wp-block-button.large .wp-block-button__link:focus { background: #ff0000 !important; color: #fff !important; border-color: transparent !important;} } @media (max-width:600px){ .wp-block-buttons.cbb>.wp-block-button.small {width: 47%;} .wp-block-button.small a.wp-block-button__link {display:block} .wp-block-button.small .wp-block-button__link:hover, .wp-block-button.small .wp-block-button__link:active, .wp-block-button.small .wp-block-button__link:focus { background: #ff0000 !important; color: #fff !important; border-color: transparent !important;} .wp-block-buttons.cbb> .wp-block-button.large {width: 95%;} .wp-block-button.large a.wp-block-button__link {display:block} .wp-block-button.large .wp-block-button__link:hover, .wp-block-button.large .wp.block-button__link:active, .wp.block-button.large .wp-block-button__link:focus { background: #ff0000 !important; color: #fff !important; border-color: transparent !important;} }Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Change block button width on mobile and pchiya the code you’ve sent isn’t working, iv tried in customise/add css and edit site/add css
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Image caption under gallery photoNice 1. The gallery automatically switches to 2 columns on mobile and 3 on pc. Would doing this do the same or try squish 3 columns on mobile ?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Change block button width on mobile and pcNice 1. Would this work, so i could use 2 different widths ?
@media (max-width:600px){.page-id-68 a.wp-block-button__link.custom { width: 100%;}
.page-id-68 a.wp-block-button__link.custom-one { width: 50%;}
}
Forum: Everything else WordPress
In reply to: Change block button width on mobile and pcThank you