miharbio
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] tag and category colorsThanks, though, it’s been a little hard trying to wrap my head around this…
I know coding help here is merely a courtesy.., but do you know where I might be able to find more thorough examples?
thanks, again
Forum: Themes and Templates
In reply to: [Spun] Making menus horizontal and other questionsthanks! gonna try this all out…
the forum here is wonderfully helpful, but I feel like there could be a more efficient way to give support… instead of bugging the developers so much..
often my biggest problem is knowing what to target from the style.css
Forum: Themes and Templates
In reply to: [Spun] Making menus horizontal and other questionsSorry, to piggyback on the post (I’ll make a new post if there is a solution), but is there a simple way to move the + circle somewhere, say to the left or right of the screen?
I’m not sure how that would work aesthetically, but if it’s a quick-fix, I’d like to experiment.
Thanks!
Forum: Themes and Templates
In reply to: [Spun] opacity/grayscale for mobile/web devicesTerribly sorry! The code does work… I’m not sure what I did the first time…
Thanks again!
Forum: Themes and Templates
In reply to: [Spun] opacity/grayscale for mobile/web devicesperhaps it would be easier to simply change the color only for webdevices?
Forum: Plugins
In reply to: [CSV Importer] three languages in the csv fileactually what is happening is that the non-english portions of the title are not being imported… so if the title is “???1”.. it only renders “1”…
Also, tags are not being imported.. I’m not sure if this is also a unicode issue…
The post body does import fine though!
Forum: Plugins
In reply to: [CSV Importer] three languages in the csv filethis is old but unresolved… I am using excel and there is no option to save under utf-8 encoding… I just assumed that was the default… is there another option here?
Forum: Plugins
In reply to: [Plugin: Ultimate WP CSV Importer] importing HTMLYes, hello.. there is still no unicode support =/
Forum: Themes and Templates
In reply to: [Spun] opacity/grayscale for mobile/web devices:/ alas, it did not work…
I did notice though that the hover effect is rendered upon touching a circle, you can see it just before the new page loads…
Forum: Themes and Templates
In reply to: [Spun] opacity/grayscale for mobile/web devicesit seems only the circles are grayed… and so it’s difficult to see the text…
Forum: Themes and Templates
In reply to: [Spun] opacity/grayscale for mobile/web deviceshttps://www.solfulsouls.com/tag/love
hm I am using an iPhone/iPad and I’ve recreated the issue with android os.
Forum: Themes and Templates
In reply to: [Spun] opacity/grayscale for mobile/web devicesIndeed, I do!
Thanks in advance!
Forum: Themes and Templates
In reply to: [Spun] marginsI appreciate all the guidance! I think there a still a few things I’m unclear about.. but it’s hard to say exactly what..
I tried using the page-specific class to experiment with some style properties, but it would only result in odd changes on certain parts of the page…
I think I may resort to simply formatting my content to conform to theme, as it seems that spacing is not the easiest customization to be done.
I’m curious, though, about some of the technical aspects here. From what I’m understanding, HTML is used to “declare” or “define” classes, and then CSS is used to control various properties of classes.
So, I’m fairly certain that there is nothing in the code which “declares” a post/page-specific class (like .page-id-6671) so how are those classes generated? It doesn’t seem that the theme formats them directly?
Also, I’m clueless as to how IDs fit in to all this. What does #primary, in your above example code do?
I’m always scouring the forums and support docs for information here and there, but it’s always difficult to figure out where to start… learning-by-hacking, has its drawbacks =)
really, thanks for the help though!
Forum: Themes and Templates
In reply to: [Spun] marginsI also can’t figure out what controls the size of the cell, as there should be no line breaks in each one… I’m guessing it’s the margin/padding…
Forum: Themes and Templates
In reply to: [Spun] marginshmm…. I think I’m getting it… what has thrown me off is how the stylesheets don’t have any html… so I’m just guessing which classes I need to change the styles of…
But still, figuring out which class or ID I need to target doesn’t seem to be a simple task… if you look at: https://solfulsoul.com/sound-sounds/ I’m trying to remove the space on the left.. or center it, I guess you would say… but I can’t figure out what needs to be changed..
Can I “define” a class (not sure if that’s what you’d call it) within a post or a page? Say I want only one specific page or post to deviate from the standard style of the rest of the posts and pages.., can I do that?