skylinks
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce by CartFlows] Swatches Attribute LimitHi,
Thanks for your response. Yes, I completely understand that & hopefully in the future we’ll have the option to define the attribute limit for multiple breakpoints for better responsive design.
For now, I have made a temp worked around using CSS by only showing the first 4 attributes on mobile devices.
Here is CSS just in case if help someone.
@media only screen and (max-width: 667px){
.cfvsw-swatches-option.cfvsw-image-option:not(:nth-child(-n+4)){
display: none
}
}Hi,
Thank you for the detailed explanation & solution, but the issue is the website is hosted on wordpress.com & I’m unable to find .htaccess using FTP client. Is there another way to fix this problem?
I’m sorry I somehow didn’t explain well because English is not my native language. I have taken a screenshot of values which I want to display on archive pages. Please check the highlighted area Thank you!
Image URL
https://ibb.co/t8yYr76Forum: Plugins
In reply to: [Custom Front Page] Can I display Custom post type archive on front page?You are awesome! It solved my issue. I still can’t believe that a 4 years old plugin doing the job perfectly. Thank you so much for your kind support.
Forum: Plugins
In reply to: [Custom Front Page] Can I display Custom post type archive on front page?@wpscholar
Thank you so much for replying. I’ll really appreciate if you can update that plugin, It’s been 5 days I’m struggling with it. Trying different Snippets but till now nothing worked except one but there is an issue with that snippet Infinite scroll is displaying duplicate posts but if I use pagination it is displaying correct results.
For that specific project, I want to use infinite scroll.
I’m attaching it here maybe it helps/* * 1. Go to Settings > Permalinks and select any page as home page * Then use the following code * * You can add those codes in your functions.php in the theme, if you think your theme won’t be changed. * Otherwise mu-plugins is the best solution. To use mu-plugins, go to /wp-content/ and find the folder with name 'mu-plugins'. * If there is no folder in that name, then create a folder, name it 'mu-plugins', create a file inside that, * give any name you like and paste the code in there. You don't need to activate that plugin. Mu-plugins means must use plugins, * so it will be activated automatically always. If you use mu-plugins then add a php start tag at the beginning of the code. * * Just change the correct CPT name */ add_action( "pre_get_posts", "archive_page_as_front_page" ); function archive_page_as_front_page( $query ){ if( is_admin() ) return; if( $query->get( 'page_id' ) == get_option( 'page_on_front' ) ){ $query->set( 'post_type', 'projects' ); $query->set( 'page_id', '' ); $query->is_page = $query->is_singular = 0; $query->is_archive = $query->is_post_type_archive = 1; } }
Forum: Plugins
In reply to: [Front Page Custom Post Type] Custom post type is not appearing on front pageNevermind found the issue, Custom Post Type must have an archive otherwise It’ll not be displayed. I have enabled archive with Cptui & it is not displaying the data, will make few tests. Hopefully, it’ll work fine.
I,m still not able to find anything about extra margin & disabling the plugin until next month to keep using free services in your article.
You should be clear with your users, not everyone is smart enough to predict that company policy is different then mentioned in emails.No Thank You! that is kind of misleading, the email which i have got has not mentioned anything like that even i,m not able to find this in FAQ or at your website. The only thing which was mentioned in your emails regarding my issue was this
“If this isn’t the best time, then your free plan will be reset on 12-03-2020. Then, we will start optimizing them again just like before.”
No where mentioned that you,ll give a margin before flagging the account & even i have never asked for it. You can simply disable the optimization once i reach the limit but you have extended the period just to force the customer to buy premium plan which is quite unfair.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Unable to sync 1.10@skyverge I have exactly same issue not able to sync products, always getting same error “Something wrong when uploading, please try again.” . I have submitted a ticket but have not got any auto response mail .
Forum: Plugins
In reply to: [Branded SMS Pakistan] Nice Plugin But need some tweaksUpdate!
I have noticed that mask is Unavailable, Is it happening because we have requested for a mask couple of days ago & currently no mask is assigned to us ? maybe that is the reason no messages are sent.
Forum: Plugins
In reply to: [Redirection] Plugin ignoring anchor point from url@johnny5 Thank you for your kind response, after some digging i have found it only happens if i,m logged in as an admin, i have tried as a guest & it is redirecting fine there . I,m marking this issue as a resolved but if you want to do further investigation i,ll be always here to contribute.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Huge css cache filling storage@gabelivan Sorry For Late Response, Honestly I Don’t Have Many 404 Pages But Since My Issue Is Fixed I,m Marking It As A Resolved .. I,ll Keep Looking Into It To Find The Reason.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Huge css cache filling storage@gabelivan Thank you for response, yes it was huge.. I have deleted the contents & seems I,m able to free about 18GB .
- This reply was modified 4 years, 10 months ago by skylinks.
@vanyukov
Hope To See These Features Soon In My Favorite Plugin ..@vanyukov Thank You For Your Response
1: I,m Using Elementor & After Updating A Template Which Is Associated To A Page Or Category What I Want to Do Is Visit The Specific Page While Logged In As A Admin & Purge The Cache Of Current URL .. Currently I Can See (Hummingbird Clear Page Cache) In Admin Bar But It Is Clearing All Cache Instead Of Just Single URL.
2: I,m Referring To Plugin’s CSS & JS Which Are Being Loaded On Every Page , Example I Have A Product Swatches Plugin & Its Files Were Also Loading In Home Page . But Since I Need That Only On Woocommerce Pages I Have Hided These CSS & JS Files With Another Plugin For Home Page ..
Just One More Question , Where Do Hummingbird Store Cached Files?