LouALee
Forum Replies Created
-
Forum: Plugins
In reply to: [Sezzle Woocommerce Payment] Displays after both Regular and Sale PricesDon’t know if anyone from sezzle has reached out to help you, but this support thread covers the same topic.
https://www.ads-software.com/support/topic/displays-regular-and-sale-price-bug/
I was able to install wordfence again…so I am okay now.
Hi wfasa,
I was able to get into my admin by changing the memory limit in the phprc file…then upgrading to php 5.6.
While troubleshooting, my host turned off all my plugins, so I had to reset many of my plugin settings. Now, the only plugin I haven’t restored is is wordfence.
I see the wordfence folder in my plugins folder…but it doesn’t appear in the ‘installed plugins’ in my WP admin. ????
I tried to reinstall wordfence through my admin panel, but WP won’t install wordfence with the old folder in the plugins directory. So I renamed the old wordfence folder via ftp, but that didn’t help either.
What do I need to do to install it again? Can I remove wordfence manually via ftp…if so what folders/files?
plugins>”wordfence”
wp-content>”wflogs”
upgrade>”wordfence.6.1.10-zXv5cV”
domain>”wordfence-waf.php”Thanx
Forum: Themes and Templates
In reply to: [Hueman] Disqus and Comment Counter on Thumbnail ImagesI think this is resolved. It appears the comments are now being counted. Don’t know if it is server lag time, or what.
Yesterday, I cleared my cache fully…and I still didn’t see the comment counts even a few hours after they were made. But, today they are there. Go figure.
A little frustrating since I can’t tell exactly why there is a lag.
It would be nice if the comment(s) displayed at least within the hour of the comment being made.Marking as resolved (with a shrug).
Hi bd.
Thanks for your speedy reply and I apologize for my late reply.
I just added the code. WORKS LIKE CHARM!
(All I need to do now is remove the code from the previous test for a full-width first post.)So now we have 2 options to display the first or “most recent posts” on the archive.php page of the Hueman theme…and we also have custom dynamic “my widget” content using the added sidebars in the theme options and widget panel.
1) Full-Width First Post displays at top of on the archive.php page.
2)Selected Category Slider at top of on the archive.php page.
Custom Sidebar(My Custom Widget)
Now I owe you a sixpack, or some of my dad’s homemade whiskey.
Thanks again!Forum: Themes and Templates
In reply to: [Hueman] theme is not responsiveDid you check the box in the Theme Options panel, under “General” settings. Make sure “Responsive Layout” is selected, or green.
Forum: Themes and Templates
In reply to: [Hueman] theme is not responsiveWorks for me too.
Marking this resolved. Thanks again bdbrown.
I owe you a beer.
??Awesome! Thanks so much!
I had ‘.post-row.first-post’
But, needed the ‘.post’ at the end of the style to complete it.I added some extra insurance and used the style below.
.post-row.first-post .post{ max-width: 100%!important; width: 100%!important; }
Beauty.
Hi bdbrown.
Thanks so much! So the ‘cat’ parameter will display ANY category I enter in the query?
What if…
I have a 20 different categories. And I want a category page (arhive.php) to display let’s say the “Politics” category (only) and the arhive.php has a featured (flex) slider at the top of this arhive.php that displays category posts…how does it call only the “Politics” category?Is it possible in this scenario, to have the archive.php and a featured slider show a specific category?
(It’s been along day);)
Thanks again.Hi bdbrown,
Awesome! Thanks!! That works to place the first post on top of the (two column) post listing.
Not sure how to set the style to pick up full width styling of a single post page or the feature slider.
Closing this topic as I have edited the archive.php page to add the code for “my custom widget“.
Just need a way to alter the flex slider to show ONLY selected categories, and/or for the two column archive page layout to show the first/most recent post as full width of the content area (above the standard two column layout).
Will start another support thread. thnx.
Hi bdbrown!
I have another question regarding using the layout of this particular custom home pg./index pg. as a template for the site’s category pages.
I will open up a new support post.
Perfect! Just added some padding — looks great.
My error was two fold…grabbing the entire custom widget block from the other post and placing it after the
<?php endif; ?>
Thank you!
Marking as Resolved.