culturalproduct
Forum Replies Created
-
Forum: Plugins
In reply to: [Share This Image] How to set specific imagesHi @mihail-barinov,
Yes and no. I was able to use an image’s URL to target specific images, so that’s fine.
But – I couldn’t target images by using “and/or” rules. Either all images were made shareable, or none. I read the help page but it didnt help ??New problem, the social media buttons will launch a connection to the right social network, but, once the post writing window opens, it shares the page URL, not the image. The link in the post just opens the page.
Forum: Plugins
In reply to: [Responsive Posts Carousel] Error message above sliderResolved the error – one of the parameters on the slider control form was left empty. Fill in “0” or “none” everywhere you can for this widget.
However, I am limiting the posts to 15 so the space below the slider remains normal. If I query for more than that, on my screen size anyway, the rows of navigation dots start to pile up and the slider makes too large a white space underneath it.
- This reply was modified 6 years, 4 months ago by culturalproduct.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Atom feeds don't work?So overall I’m finding FWP won’t successfully work with about 25% of feeds. Is there a plugin for FWP that might fix that?
Forum: Fixing WordPress
In reply to: How do I move my header widget to align to the right!!?!?!For a 1000 px wide layout, and a 468 px banner ad, this works. Insert into custom css box under graphene options > display. (near bottom of display page)
.header-widget {
position:fixed;
top:40px;
left:605px;
}Forum: Fixing WordPress
In reply to: How do I move my header widget to align to the right!!?!?!Forum: Themes and Templates
In reply to: Heatmap Theme – remove Header highDashboard > Appearance > Editor > Header …The High Bar (about 2/3 of the way down)
I removed the category bar by just deleting the relevant code from this section. Might work for High Bar but I haven’t tried it.
Forum: Themes and Templates
In reply to: Remove comments box in heatmap themeDashboard > Settings > Discussion doesn’t work. The comment box remains in place but if you try to add a comment, a text is added/appears in it saying comments are closed.
I would like to make the comment box disappear from posts on the front page only, but have it appear on the post page.
Also re Heatmap – I can’t seem to make the favicon change from the Heatmap default, although I found the code in the theme. Even deleting that code and the default favicon still appears. Anyone know where it’s coming from? I added a meta tag but no joy.
Forum: Everything else WordPress
In reply to: Multiple WP in sub-dir's, each a unique domainSo fixed above mentioned issue.
So found the problem – because I have been fiddling with this after adding a new domain, I forgot to set up the nameservers for “Site 2” !!
I checked to make sure my computer is plugged in too.
Thanks – W
Forum: Everything else WordPress
In reply to: Multiple WP in sub-dir's, each a unique domainUpdate – just noticed, another webspace in which I have a domain with the same directory structure shows the admin interface path as
domain.com/wp-login.phpBut the webspace I’m having trouble with shows
domain.com/domain/wp-login.phpNot sure how that came to be so but still working on it.