maringorama
Forum Replies Created
-
sorry, found out what had happened. My Easy WP smtp plugin had not been set up right. all the best !
hello.
i dont use WooCommerce.
i have no WooCommerce customers.
i do not even have a WooCommerce tab in my settings !i would like to delete it please !
i dont need it.thank you 🙂
thank you ! 🙂
Forum: Plugins
In reply to: [FancyBox for WordPress] fancybox positionDear Mihaela (@mplusb), the code I used for the screenshot is on the screenshot.
The code I use now, which is OK working on computer (but not on phones or pads – too much left on them), is this one:body .modula-fancybox-slide–image .modula-fancybox-content {
max-width: 1024px !important;
width: 100% !important;
height: auto !important;
top: 50% !important;
left: 50% !important;
transform: translate( -50%, -50% ) !important;
}body .modula-fancybox-slide–image .modula-fancybox-content .modula-fancybox-image {
position: relative;
top: auto;
left: -7.5px;
}Forum: Themes and Templates
In reply to: [Olsen Light] hide h2 in forum post pagesTHAT did it !!! thank you 🙂
Forum: Plugins
In reply to: [FancyBox for WordPress] fancybox positionHi, thank you @mplusb !
this ALMOST gets it right. i still need to get it 7px further left. See here : https://www.jottacloud.com/s/1174b87f9ed3a484c44bed1636e298a711e
(on the left you see your older code + the little bit that I had added before which is not working any more grrr.)any idea ?
Forum: Themes and Templates
In reply to: [Olsen Light] hide h2 in forum post pageshi.
well the forum page is: https://www.artscenico.com/forums/
but you have to be logged in to see the other pages.i am not sure, your code seems to hide the entry-titles on ALL pages,
but this is not what I am looking for, I want them to persist on others, like here: https://www.artscenico.com/news/I only want them to be gone from ALL forum pages.
thank you.Forum: Themes and Templates
In reply to: [Velux] Hide Titlehi @darrmik.
well I actually switched to Olsen Light, which works quite well !all the best !
Forum: Fixing WordPress
In reply to: weird indentfound it. a wrong <div> definition. missing id.
Forum: Plugins
In reply to: [FancyBox for WordPress] fancybox positionHi Michaela, wow thank you this almost did it for me 🙂
Only had to change 1 thing:
body .modula-fancybox-slide–image .modula-fancybox-content .modula-fancybox-image { position: relative;
top: auto;
left: -7px; <<—— (the fancy box page has no scroll-bar, so it was too much right)
}But still, one thing is missing. I would like THE CONTAINER to be only 1024px wide. to also have the picture count, the X for closing it and the < and > “inside” my page.. Do you know what I mean ?
thank you so much so far !! hope we find a solution.. best, Alexandra
Forum: Themes and Templates
In reply to: [Olsen Light] hide h2 in forum post pagesDear @markwaregr, yes I still need help with this.. sorry 🙂
Forum: Plugins
In reply to: [FancyBox for WordPress] fancybox positionHi Mihaela, thank you. all custom CSS is removed now 🙂
Forum: Fixing WordPress
In reply to: pages with certain category postsah dang stupid me forget it, the code works perfectly well.
if (is_page(‘artists’) ) {
$cat = array(2);
}
elseif (is_page(‘to-come’) ) {
$cat = array(3);
}
elseif (is_page(‘on-tour’) ) {
$cat = array(4);
}but I had forgotten to use the right page template .. bad me sorry.
Forum: Plugins
In reply to: [FancyBox for WordPress] fancybox positionHi.
My Lightbox is floating left. although I do not have anything telling it to do so. I would like it to be exactly above the page below .. but uh .. I get it all wrong. custom CSS:
body .modula-fancybox-container {
text-align: center !important;
max-width: 1024px !important;
max-height: 950px !important;
top: 250px;
margin: auto !important;
z-index: 999999998;
}any idea ?
Forum: Fixing WordPress
In reply to: pages with certain category postshi, thank you, I had already seen this before. But I do not use a sidebar. and it is not only about recent posts but about all the posts with this category. there must be something wrong with my formula .. or the end of it I fear ..