Movie Boss
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Bottom Post SHARE Box/content not visibleTHANK YOU!
I added it to the child style.css and removed it from the child custom.css and it now works as desired.
As you can see, now the bottom of post share buttons work, but I also show the vertical share bar along the right side of the post.
It seems that the following controls the sharre. How do I disable this share bar and not lose the one we just got right on the bottom?
<div class=”sharrre-container”>
Thanks again so much!
Forum: Themes and Templates
In reply to: [Hueman] Bottom Post SHARE Box/content not visibleThanks for the quick reply!
I had added it to child/custom.css Should I only be editing the child style.css and not custom?
Forum: Themes and Templates
In reply to: [Hueman] Bottom Post SHARE Box/content not visiblei added it to custom.css Should I only be editing the child style.css and not custom?
Forum: Themes and Templates
In reply to: [Hueman] Bottom Post SHARE Box/content not visibleThe folder is hueman-child-master
Forum: Themes and Templates
In reply to: [Hueman] Bottom Post SHARE Box/content not visibleSal – Thanks for the response.
I am using child theme, and did add your code to my custom css, but it made no difference at all.
When using Firebug on Firefox, I can not seem to isolate the code which appears to limit the height of the box containing the actual share buttons. The “Share This” is visible, but not the icons immediately below.
Forum: Plugins
In reply to: [IG PageBuilder] Invalid Argument error on installbelow is code on line 244:
foreach ( glob( $dir . '/*.php' ) as $file ) {Forum: Themes and Templates
In reply to: [Hueman] sizes of imagesQuestions for clarification.
I’m experimenting with various style/set up options to launch a Hueman themed site and am also having trouble with image display and basic image size continuity.Jay, do you mean to add the code:
1)
<img src="abc.jpg" width="100%">for each individual image or is there a universal expression in lieu of “abc.jpg”?2) Also, I assume this should be done in a child theme style.css,or should it be done in a custom.css?
And if so, can it be added anywhere on the css or does it need to be in any particular section relative to other edits?