egurry
Forum Replies Created
-
Forum: Plugins
In reply to: [Optimize Social Share] Heateor Calling For Missing PNG FileThere was nothing in the
Default image for image meta tagsoption in the General Options section, but I selected our logo file and the reference to the missing PNG seems to have disappeared. Thanks for the help.Forum: Plugins
In reply to: [Optimize Social Share] Heateor Calling For Missing PNG FileHere is that section of the log:
<!-- START - Heateor Open Graph Meta Tags 1.1.9 --> <link rel="canonical" href="https://nftomatic.app/nftom-login/i/wp-content/uploads/sites/3/2022/04/icon-11.png"/> <meta name="description" content="NFT-O-Matic"/> <meta property="og:locale" content="en_US"/> <meta property="og:site_name" content="NFT-O-Matic"/> <meta property="og:title" content="Page not found - NFT-O-Matic"/> <meta property="og:url" content="https://nftomatic.app/nftom-login/i/wp-content/uploads/sites/3/2022/04/icon-11.png"/> <meta property="og:type" content="article"/> <meta property="og:description" content="NFT-O-Matic"/> <meta name="twitter:title" content="Page not found - NFT-O-Matic"/> <meta name="twitter:url" content="https://nftomatic.app/nftom-login/i/wp-content/uploads/sites/3/2022/04/icon-11.png"/> <meta name="twitter:description" content="NFT-O-Matic"/> <meta name="twitter:card" content="summary_large_image"/> <meta itemprop="name" content="Page not found - NFT-O-Matic"/> <meta itemprop="description" content="NFT-O-Matic"/> <!-- END - Heateor Open Graph Meta Tags -->Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Do NOT Send Email If Category Is…OK. Consider this a feature request then. It would be great to be able to use either AND or OR conditions when selecting categories (for example, Category = Pants OR Sweaters versus Pants AND Sweaters), and to be able to include a NOT condition (for example, Category = Pants OR Sweaters, AND NOT Discounted).
Thanks for the plugin, we love it!
Forum: Plugins
In reply to: [Authors List] Category Attribute Not Working@wpkube I just pinged you there
Forum: Plugins
In reply to: [Authors List] Category Attribute Not WorkingIf there is a better way to reach you, LMK.
Forum: Plugins
In reply to: [Authors List] Category Attribute Not WorkingThanks for the update @wpkube. I have tested it and it seems to have fixed the issue and is now restricting results to match the product_cat categories. You raise an interesting point regarding “show_count” functionality. I would be interested in discussing what would be required to have show_count also respect product_cat restrictions. I just submitted the contact form on your website, look forward to continuing the discussion via email.
Forum: Plugins
In reply to: [Authors List] Category Attribute Not WorkingWow, quick turnaround! Thanks so much. Also, thanks for confirming I wasn’t losing my mind!
Forum: Plugins
In reply to: [Authors List] Category Attribute Not WorkingThanks for that quick reply! I tried the shortcode you provided, but it still isn’t working. I put together a quick page to show you what I am seeing:
https://7i.se/Sz (link valid for 7 days)
On the left I am using the following shortcode, which includes a product_cat restriction and should only be returning 6 authors (and 36 total products/posts):
[authors_list post_types="product" taxonomy="product_cat" terms="177" style="1" columns="3" amount="12" show_count="yes" show_link="no" count_text="Units" authors_list orderby="post_date"]On the right is this shortcode, which has no product_cat restriction and hundreds of matching authors/posts:
[authors_list post_types="product" style="1" columns="3" amount="12" show_count="yes" show_link="no" count_text="Units" authors_list orderby="post_date"]But both shortcodes are returning the same list of authors (or at least the first 12 are the same, which is enough to show that the block on the left isn’t performing as expected). Any other ideas?
- This reply was modified 3 years, 8 months ago by egurry.
Forum: Plugins
In reply to: [Authors List] Font Size for Item SubtitleYou nailed it! Thanks for that. Someday I will learn the importance of using
!importantin CSS. For the record, here is the final CSS I used to (1) add a shadow, (2) make the title bigger/bolder, (3) make the subtitle bigger/lighter, and (4) center the thumbnail:.authors-list-item { border-radius: 10px; padding: 10px 10px 0px 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); } .authors-list-item-title a { font-size: 18px !important; font-weight: 800 !important; } .authors-list-item-subtitle { font-size: 16px !important; font-weight: 300 !important; } .authors-list-item-thumbnail img { display: block !important; margin: 0 auto !important; }- This reply was modified 3 years, 9 months ago by egurry.
Forum: Plugins
In reply to: [Authors List] Font Size for Item SubtitleHere is the current state of the shortcode and CSS:
[authors_list post_types=”product” style=”1″ columns=”4″ amount=”12″ show_count=”yes” show_link=”no” count_text=”NFTs” authors_list orderby=”post_date”]
.authors-list-item { border-radius: 10px; padding: 10px 10px 0px 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); } .authors-list-item-title a { font-size: 14px; font-weight: 800; } .authors-list-item-subtitle { font-size: 12px; font-weight: 600; } .authors-list-item-thumbnail { text-align: center; }Forum: Plugins
In reply to: [Authors List] Font Size for Item SubtitleI created a page that contains just the authors list shortcode (actually, 2 of them, one for desktop and one for mobile):
Forum: Plugins
In reply to: [Authors List] Font Size for Item SubtitleI would also love to know how to center the authors-list-item-thumbnail in the column (at some page widths it appears left-aligned). I have tried this CSS but it didn’t work:
‘.authors-list-item-thumbnail {
text-align: center;
}’Forum: Plugins
In reply to: [Authors List] Font Size for Item SubtitleActually, upon further testing, none of the font modifications seem to be working. When I make the change in Elementor to the CSS, the item-title looks like it updates, but when I preview the page it is unchanged.