thespinsterz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Make full width of screenThat’s a good enough answer for me ??
Thank you,
BForum: Themes and Templates
In reply to: [Hueman] Mobile is super slow?as in the file size upon upload is large or the pixel dimensions are large?
Forum: Themes and Templates
In reply to: [Hueman] Social Share buttons in post pagesthank you!
Forum: Themes and Templates
In reply to: [Hueman] Social Share buttons in post pagesThe social share buttons just randomly disappeared on me after the last wordpress update.
Any help?
Forum: Plugins
In reply to: [List category posts] title the image, hide the restYup, got the file in the right place, but putting short code in it’s own paragraph doesn;t seem to work and if I take away the thumbnail class in the shortcode, then no thumbnail appears.
The code on my page looks like this
Take some time and learn something new, we update this site a couple times a week so there is always a new hooping trick to learn! <h2>Articles</h2> <p>[catlist name="Articles" thumbnail=yes?template=lcp-captionthumb]</p> <h2>Off Body Hoop Tricks</h2> <p>[catlist name="Off body" thumbnail=yes ?template=lcp-captionthumb]</p>
and my css looks like this
.lcp-catlist li { display: inline; float: left; margin: 5px; padding: 5px; } .lcp-captionedthumb { border: 1px solid rgb(153,175,93); padding: 5px; width: 125px; height: 225px; font-size: 70%; text-align: center; }
I’m going to reach out to a CSS buddy of mine.
Thank you for your help!
BrandonForum: Themes and Templates
In reply to: [Hueman] Custom stylesheet not working?is is now ??
Thank you Alexander
Forum: Plugins
In reply to: [List category posts] title the image, hide the restOne last Saturday update.
I got most of the CSS fixed, except for my original problem of getting a break between the different categories.
It still all jumbles together with the previous category. For example after “Articles” comes “Off Body Hoop Tricks” and part of the lettering is all mixed up with the Articles posts – https://hooptricks.org/start-here
I know this is just a CSS issue, but I can’t seem to figure it out.
Any last help?
Thank you!
Forum: Plugins
In reply to: [List category posts] title the image, hide the restAlright. I did some more digging and I got it to work. Kind of – https://hooptricks.org/start-here
CSS is pretty crazy looking, but at least it is now showing up!!!
Forum: Plugins
In reply to: [List category posts] title the image, hide the restThank you for that!
I created the template, copied the code above and put it in my root themes directory, also tried putting it in my-theme/page-templates , but it didn’t seem to make one bit of difference, even with the new CSS.
I’m pretty tech savvy and tried a few different things, but can’t seem to get any change to happen. My page https://hooptricks.org/start-here Still looks the same as it did before the extra css and page template. I added the additional shortcode as well.
Here is my shortcode
[catlist name=”Articles” orderby=title order=asc numberposts=-1 thumbnail=yes title_class=lcp_title thumbnail_class=lcp_thumbnail template=lcp-captionthumb]Here’s my css
.lcp_thumbnail{ float: left; padding: 10px; } .lcp_catlist ul { clear:left; padding: 0px; margin: 0px; list-style: none; } .lcp_catlist li { display: inline; } .lcp_title{ display: none; } .lcp-catlist li { display: inline; float: left; margin: 5px; padding: 5px; } .lcp-captionedthumb { border: 1px solid rgb(153,175,93); padding: 5px; width: 125px; height: 170px; font-size: 70%; text-align: center; }
DO I need to call the page-template from somewhere?
Also what did you mean by “I handle displaying the headers..”
Again, thank you for your time and help.
Forum: Plugins
In reply to: [List category posts] title the image, hide the restI first added the CSS to the custom style sheet that is supposed to override the main stylesheet, but it doesn’t seem to work, so that’s why I stuck it in the main style sheet, just to test it out. I am a thread in the Themes forum as to why the custom stylesheet might not be working correctly.
Yeah, don’t want to modify the H2 settings as they are global and there are FAR to many posts to check each one.
Other ideas?
Thank you for taking the time to look into this
Forum: Plugins
In reply to: [List category posts] title the image, hide the restThank you Andy for your code, I have implemented it here – https://hooptricks.org/start-here
I’m wondering two things.
How can I get a title for the post to display either above or below the thumbnail?
and
When it goes to the next category down the list, how Can I create a break between the previous category and the next one? As you can see “Off Body Hoop Tricks” is all jumbled up with the previous categories thumbnails.
Thank you for your help!!!
BrandonForum: Themes and Templates
In reply to: [Hueman] Googles Structured Data UpdateI copied and pasted your full code and yeah, it worked!
Something I wonder about though is the Error: Missing required hCard “author”.
That shows up underneath a category page. Is there a to tell google not to search for the author card on category pages? Or something like that?
I have attached a screenshot of what I am talking about https://screencast.com/t/DhdOKFisNU. I get that error underneath any sort of category URL.
Oh and THANK YOU SO MUCH!!!!!
Forum: Themes and Templates
In reply to: [Hueman] Googles Structured Data UpdateHey everyone,
I got the Error: Missing required hCard “author”. FIXED!!
Go to single.php and search for this line <?php the_content(); ?>
After that line add the code
<span class=”vcard author”><span class=”fn”>
by <a href=”https://plus.google.com/b/110952166677946651102/110952166677946651102″
rel=”author”><?php the_author() ?></span></span>
The numbers will be your google+ profile ID
Now if I could only get the Error: Missing required field “updated” fixed.
Forum: Themes and Templates
In reply to: [Hueman] Googles Structured Data UpdateStrange thing for me is that I added this code
<p class=”post-date date updated”><?php the_time(‘j M, Y’); ?></p>
But it didn’t make a difference on the Error: Missing required field “updated”.
I added the code to both content.php and content-featured.php
Am I missing something?
Forum: Themes and Templates
In reply to: [Hueman] Social Share buttons in post pagesperfect!