vanessajw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Css frozen in, won’t saveI said, I’ve done all that and the old css I put in frozen in, I cannot alter any of it, or remove it, or use any new plugin to change anything css….so what’s wrong with WP? I removed jetpack i case it was a fault there, no difference…I’ve explained…nothing works and if I can’t delete the old css, I can’t use anything new either.
Thanks for that, it sounds a nuisance, I hate fiddling with plugin activations….and I love my theme. Hmmm… at least it good to know that neither Jetpack nor www.ads-software.com are charging anything for css control. Thanks for that.
This is interesting to me. I am very cross to find after all updates, that my old CSS window is now tiny and narrow, and now no changes are saved, it appears they are, as it says ‘saved and published’, then the Chrome window says, ‘your changes may not be saved’ if you close the window/leave page. So this is now useless, so I deleted jetpack and have now used new plugins to replace what jetpack did. If there is any pressure to pay money for a feature that is supplied free by other plugins/bought themes, this is outright sharp practise. I now am stuck with a css code that is not even deletable, as the css editor is still there now I have deleted all jetpack plugin elements. What is going on? I want my css removed, so I can paste my code in another way, which is not frozen in.
Forum: Themes and Templates
In reply to: [Hemingway] removing preview title black box in header?great, thanks for your prompt feedback, when I activate this I will try this, because I just want a theme that works it’s picture tools properly and I like the simple layout and the snazzy parallax header a bonus. And a keen theme author is such a help. I’m fine with some code and learned a lot with Expound theme too.
Ah thank you, I rather thought it was the the Suits theme in the end as none of this has happened with other themes, jetpack or no jetpack all the image controls and metaslider worked fine. In .com this theme, doesn’t show thumbnails at different sizes or spread them nicely, and now I find in .org, the metaslider doesn’t resize and adapt to the format as it normally does. Nightmare theme! And I haven’t seen the designer reply on the forum yet.
My second issue, another them issue perhaps, is that I tried to create a row of four images, each with a url link. I found that they were initially too big for the width of the page content and one went over onto the next line. So I resized them to fit manually. But then I found the links changed places, the last one repeated the link of the image prior to it, happened several times. So in the end I found this stopped when I started again and put the images in as is, with no resizing. Then the links stayed ok. Arrrgg!
Forum: Themes and Templates
In reply to: [Suits] jetpack thumbnails won't spread properlyAlso if you place links with media image inserts and resize them, after saving, the links change places with each other, did it twice, until I inserted images and didn’t resize them, then it worked ok. Odd. If this theme continues to be temperamental on basic functions I shall have to consider other themes for image heavy usage.
also if the images are resized giving them a url link messes up, the link works but it changes the link to the previous image, did this twice, i found that using the image full size worked ok.
ok it is a page I’ve created to show you, temporarily.
They bunch together, which they don’t on my own thumbnails gallery.
It does this on the Suits theme, on .com and .org. but its never happened before when I’ve used three other themes.
I’m impatient for the Suits theme designer to get back cos I’m working with a client.
I think it’s more Suits theme, as it’s both Suits and one is a .com site, so can’t use jet pack anyway, sorry if I wasted time.
My own site is not Suits theme and works fine, it’s the media library page and art gallery on https://www.vanessawagstaff.uk all fine. But my clients sites both Suits theme, one .org and the other .com, one in process is https://www.patriciabarker.co.uk see gallery page, at the mo I’ve used 4 columns but it won’t do, but if I choose 2, it bunches into the middle far too close together. If Suits doesn’t fix it I shall use another theme. Any other format chosen and it doesn’t expound to change, it only shows a tiled mosaic which we don’t want.
Forum: Plugins
In reply to: [Custom Favicon] says I don't have permissionsyes I’m the very much the only admin person, but thanks for getting back so quickly…maybe I was just a bit too quick for it. All’s well now….
Forum: Plugins
In reply to: [Custom Favicon] says I don't have permissionsah, it’s ok now I just did it again and it’s all worked and showing nicely thanks, phew!
Forum: Themes and Templates
In reply to: [Expound] Social media icons in menuThat’s very interesting Konstatin, cos I put my code into a child theme css area, but are you saying that one can avoid FTP by using blank plugins, I haven’t tried that, but that’s interesting! Could this solve the problem of adding footer functions to functions.php resulting in blank shut down of site? Obviously I may use FTP eventually, but I’m trying not to complicate things as it’s all working.
Forum: Themes and Templates
In reply to: [Expound] How could i change footer?this finally works, Safari was playing a glitch, but when I put all this code in, Firefox displayed it, Chrome and finally Safari, all in child theme.
} element { } .site-footer { color: #5E1818; background-color: #D8D8D8; } .site-footer { clear: both; padding: 15px; }
Forum: Themes and Templates
In reply to: [Expound] Triangle pointer on selected menu itemThis code altering the border colours as the member above said, as really worked, thanks! I changed mine to match with my maroon and orange menu theme.
} .navigation-main ul > .current_page_item a:after, .navigation-main ul > .current-menu-item a:after, .navigation-main ul > .current-post-ancestor a:after, .navigation-main ul > .current-menu-parent a:after, .navigation-main ul > .current-post-parent a:after { content: ''; font-size: 0px; line-height: 0%; width: 0px; border-top: 6px solid #5E1818; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; bottom: -6px; left: 50%; margin-left: -6px; z-index: 9995; } .navigation-main ul > .current_page_item:hover a:after, .navigation-main ul > .current-menu-item:hover a:after, .navigation-main ul > .current-post-ancestor:hover a:after, .navigation-main ul > .current-menu-ancestor:hover a:after, .navigation-main ul > .current-menu-parent:hover a:after, .navigation-main ul > .current-post-parent:hover a:after { border-top-color: #C46129; }