loosefast
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Happy Moment Plugin installed itself on my WordPress siteThanks for the replies. I am deleting fake Admin accounts on the sites. All the sites have a security Plugin. Not a Happy Moment at all.
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!