loosefast
Forum Replies Created
-
Forum: Plugins
In reply to: [iQ Block Country] What is the bandwidth cost for blocking a pageThanks for the reply. So, the bandwidth cost is just the WP page and the “Visitors from your country are not allowed to visit this site.” We are having a situation with a Plugin that shows Realtor Multiple Listing Service listings on our site that is getting hammered with requests. There could be something else involved that is raising the bandwidth..
Follow-up: I was using an incorrect email for my friend’s X account. Will trying again with the correct email run into a problem because my friend has already created a Smash Balloon account under the incorrect email address?
@bcrodua I think you are absolutely right. I will try to gt my friend to relax their security settings in advance of next attempt. I’ve found that changes to Google security don’t become effective immediately. Thanks, again.
Thank you! That solved it.
Forum: Plugins
In reply to: [Simple Download Monitor] Showing Downloads in a Grid Display appears as listI’ve added some code to sdm-fancy-2.php template. Just below the Title output. It does show ‘Description goes here’ on front of site. But, I would like it to show each item’s true description. Any help appreciated!
$output .= '<div class="sdm_fancy2_download_title">' . esc_html( $item_title ) . '</div>';
// my attempt to show description
if ( ! empty( $isset_item_description ) ) {
$output .= '<div class="sdm_download_description">';
$output .= '<p class="sdm_download_description">';
$output .= 'Description goes here';
$output .= '</p>'; //End of .sdm_download_description
$output .= '</div>';
}Forum: Plugins
In reply to: [Simple Download Monitor] Showing Downloads in a Grid Display appears as listHi, it looks like these shortcodes can only be used to only show specific details for a specific download item, and can’t be used for lists of all downloads or certain categories.
You wouldn’t have a guide on editing the Templates?
Thanks
Forum: Plugins
In reply to: [Simple Download Monitor] Showing Downloads in a Grid Display appears as listJust discovered that I wasn’t seeing the grid layout because of my Theme. Now shows grid in Astra Theme. Still would like to add Description text to the layout.
Thanks
Forum: Plugins
In reply to: [Simple Download Monitor] Showing Downloads in a Grid Display appears as listHi, The double quotes are correct in my example. I have pasted the shortcode as code below.
At this point, I’d like to keep this list view, but also include the Description paragraph text under the Title of each item. Can this be done with shortcode & CSS? Or does it require editing the Template file? Thanks
[sdm_show_dl_from_category category_slug="research-bulletin-articles" fancy="2" orderby="title" order="asc" show_size="1"]Forum: Plugins
In reply to: [Simple Download Monitor] Showing Downloads in a Grid Display appears as list[sdm_show_dl_from_category category_slug=”research-bulletin-articles” fancy=”2″ orderby=”title” order=”asc” show_size=”1″]
https://www.waldorfresearchinstitute.org/research-bulletin-articles/
Thanks!
Forum: Plugins
In reply to: [Simple Download Monitor] Showing Downloads in a Grid Display appears as listActually, I’m liking this list format. If I could include the Description field, I think that would be good.
Forum: Plugins
In reply to: [Simple Download Monitor] List items alphabetically by Title?Got it orderby=”title” order=”asc”
Forum: Plugins
In reply to: [Simple Download Monitor] List view for front of site?Thanks!
Forum: Plugins
In reply to: [Simple Shopping Cart] Include a “Note on your order” text fieldThanks.
Forum: Reviews
In reply to: [Simple Shopping Cart] Updating buttons at PayPal is a time consuming hassleHi, It’s a review!
Forum: Plugins
In reply to: [WooCommerce] Strange code error WoCommerce pagesThanks for reply. I did delete WooCommerce, then installed it again via WordPress zip installer. I also deactivated the “uBlock” add-on in Firefox. It was the only extension. And there was no change in the error. Still seeing either cart loading blank page (if Plugins on) or 503 error (if all Plugins except Woo deactivated) when logged in and loading the cart.
I don’t have staging for this site, so I’ll have think on that idea of wiping WordPress install and setup. I might opt to just go back to previous version since the trouble seemed to begin with updating to WordPress 6.9.
I’d be in real mess if WooCommerce began acting like this on my other sites, on various other hosts. But, luckily for now, Woo is a new addition to this particular site and on the public side of the site the Woo cart and checkout pages are working normally for the single product. But, obviously I can’t add any more until this is resolved.
I will update this thread if I can find the time to do as you outline above. Thanks!