RamonaEid
Forum Replies Created
-
For anyone struggling with this, I finally resolved with by using the CSS Tab and this code:
.wpcf7-not-valid-tip {
background-color: #ffff00 !important;
font-weight: bold !important;
}Forum: Themes and Templates
In reply to: [Storefront] Product Pagination in MobileHi Saif (woo-hc) (@babylon1999),
Thank you so much for the code. I am actively testing on my localhost laptop and it seems to be working as expected. I added some code to show just the arrows:
.storefront-product-pagination a img, .storefront-product-pagination .storefront-product-pagination__title { display:none; }
Forum: Themes and Templates
In reply to: [Storefront] Product Pagination in MobileI am referring to the individual Products Page. I have enabled Appearance > Customize > WooCommerce > Product Page but that pagination only works on desktop. No pagination show up in Mobile. Is there code or CSS to enable it on Mobile?
I am disappointed that no one from the Plugin Team has responded.
I stumbled upon what I believe is the solution.
In the Admin Panel:
WP Mail SMTP > Settings > Misc > check the checkbox Titled “Hide Announcements” and that says “Hide plugin announcements and update details.” > Save Settings.Please let me know if this doesn’t work for you! ??
Hi,
Yes, I am having the same issue on all of my Websites. No matter how many times I dismiss the notification, it just keeps coming back. I have also tried clicking on Learn More, but that doesn’t change the fact that the notification just keeps nagging repeatedly. What is the workaround? Can I change anything in the database?
And just to be clear, I am a STRONG proponent of FooGallery over NextGEN Gallery. See these two pages with multiple Galleries:
https://www.sustainablepavingsystems.com/photo-gallery/
https://www.sustainablepavingsystems.com/project-profiles/The issue with the installation we have been talking about is one of innode count for the plan we have, multiple subdomain MicroSites within that plan, and NextGEN Gallery can limit the number of images generated on the backend and thus limit the innode count.
I LOVE FooPlugins and the Developer friendly environment they provide! ??
Hi Elvis,
Thank you for helping me find LightShot! I wasn’t aware of that app! ??
Here is an image showing that I have FooBox(v2.7.17) installed: https://prnt.sc/nb4QJ_a0uDPp
Here is an image of my General Tab:
https://prnt.sc/4nH2PWFYc6-pHere is an image of my Advanced Tab:
https://prnt.sc/l73p_ZypFcfXI did a Ctl+F5 while on these Admin Pages and see my same results.
I downloaded a FRESH copy of FooBox v2.7.17 from www.remarpro.com Plugins Repository, uploaded that copy and did an OVERWRITE installation on my Staging Site. I still see my same results.
Now I am VERY confused!
Please advise!
Woo-Hoot!! ??
I Believe I have SOLVED the issue!In the Admin Panel navigate to:
NextGEN Gallery > Other Options > Lightbox Effects > Code textbox:
class=”foobox” rel=”gallery-%GALLERY_NAME%”It is now working on this link:
https://concretedesignutah.bomanitelicensee.com/gallery/#exposed-aggregatePlease confirm that I am moving in the right direction!
Would it be helpful to provide you with a login to my Staging Site?
Hi Elvis,
I am using the FREE version of FooBox, and it does not contain the settings options you have specified.
In order to enable the FREE version of FooBox with the FREE version of NextGEN Gallery, I had used:
NextGEN Gallery > Other Options > Lightbox Effects > Code textbox:
class=”foobox” rel=”gallery”Is there anyway to dynamically inject the div.id into that rel value instead? For instance, the first div is:
<div class=”ngg-galleryoverview ngg-ajax-pagination-none” id=”ngg-gallery-3f4bc4cbfc17f63f0b18a69df9a0cb20-1″>I am also willing to write JavaScript but I need guidance.
I am using:
MetaSlider 3.25.1
MetaSlider Pro – Add-on Pack 2.18.3
MetaSlider Lightbox 1.13.0Thanks,
Ramona EidI MUST correct this problem on the LIVE site so I have created a Staging Site.
The page I need help with:
https://staging3.bomaniteoklahoma.bomanitelicensee.com/On the LIVE site I am implementing the following JavaScript code within document.ready:
// On HomePage correct Google Maps Easy AutoScroll to Map – milliseconds
if (window.location.pathname === ‘/’) {
setTimeout(function() {window.scrollTo(0, 0);},5000);
}Please, I need help! I have the shortcode from your plugin installed in the same place on 35 Websites!
PHENOMENAL!!
The newer version 2.0.27 works on my Staging Website, even with my mitigating callback function in place for:
add_filter(‘foogallery_attachment_html_link_attributes’, ‘ramona_change_profile_html_link_attributes’, 10, 3);I created two guard conditional statements, and added a superfluous attr if the code passed those two conditionals. The superfluous attr my code adds is not being added, which means your code is working flawlessly!
Thank you for the quick response in fixing this Bug!
Ramona Eid
I added one more guard clause:
/** * FooGallery: Change the Link for Project Profile galleries to Custom URL * FooGallery Plugin broke on Version 2.0.24 (worked as expected on Version 1.10.3) * https://fooplugins.com/documentation/foogallery/developers/ * https://fooplugins.com/documentation/foogallery/developers/force-thumbnail-links-load-new-tab/ * * @param $attr * @param $args * @param $foogallery_attachment * @return mixed */ function ramona_change_profile_html_link_attributes($attr, $args, $foogallery_attachment) { global $current_foogallery; $gallery_type = $current_foogallery->get_setting('sps_gallery_type', ''); if($gallery_type === 'profile') { $custurl = $foogallery_attachment->custom_url; if ($attr['href'] !== $custurl) { $attr['href'] = $custurl; } } return $attr; } add_filter('foogallery_attachment_html_link_attributes', 'ramona_change_profile_html_link_attributes', 10, 3);
Here is the System Info for https://www.staging2.sustainablepavingsystems.com/project-profiles/:
FooGallery version : 2.0.24 WordPress version : 5.7.1 Activated Theme : GeneratePress Child WordPress URL : https://www.staging2.sustainablepavingsystems.com PHP version : 7.3.27 Thumb Engine : PHP GD : Loaded (V2) PHP Imagick : Not found! WP Image Editor : FooGallery_Thumb_Image_Editor_GD Thumbnail Generation Test : https://www.staging2.sustainablepavingsystems.com/wp-content/uploads/2014/03/logo.png HTTPS Thumb Mismatch : None Available Image Editors : Array ( [0] => FooGallery_Thumb_Image_Editor_Imagick [1] => FooGallery_Thumb_Image_Editor_GD ) PHP Open SSL : Loaded PHP HTTP Wrapper : Found PHP HTTPS Wrapper : Found PHP Config[allow_url_fopen] : 1 PHP Config[allow_url_include] : 1 Extensions Active : Array ( [0] => default_templates [1] => foobox-image-lightbox ) Gallery Templates : Array ( [0] => default [1] => image-viewer [2] => justified [3] => masonry [4] => simple_portfolio [5] => thumbnail [6] => polaroid_promo [7] => grid_promo [8] => slider_promo ) Lightboxes : Array ( [foogallery] => FooGallery PRO Lightbox (Not installed!) [foobox] => FooBox ) Settings : Array ( ) Active Plugins : Array ( [0] => classic-editor/classic-editor.php [1] => contact-form-7/wp-contact-form-7.php [2] => content-aware-sidebars/content-aware-sidebars.php [3] => custom-post-type-maker/class-cptm.php [4] => duplicator-pro/duplicator-pro.php [5] => flamingo/flamingo.php [6] => foobox-image-lightbox-premium/foobox-free.php [7] => foogallery/foogallery.php [8] => generateblocks/plugin.php [9] => gp-premium/gp-premium.php [10] => hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php [11] => imagerecycle-pdf-image-compression/wp-image-recycle.php [12] => ml-slider-lightbox/ml-slider-lightbox.php [13] => ml-slider-pro/ml-slider-pro.php [14] => ml-slider/ml-slider.php [15] => simple-sitemap/simple-sitemap.php [16] => sps-necessary-by-ramona-eid/sps-necessary.php [17] => ultimate-faqs/ultimate-faqs.php [18] => updraftplus/updraftplus.php [19] => wordpress-seo/wp-seo.php [20] => wp-google-maps-gold/wp-google-maps-gold.php [21] => wp-google-maps-pro 2/wp-google-maps-pro.php [22] => wp-google-maps/wpGoogleMaps.php [23] => wp-mail-smtp/wp_mail_smtp.php [24] => wp-media-folder/wp-media-folder.php [25] => wysija-newsletters/index.php )
- This reply was modified 3 years, 10 months ago by RamonaEid.